WorldWideScience

Sample records for cueing algorithm modification

  1. Motion Cueing Algorithm Development: Human-Centered Linear and Nonlinear Approaches

    Science.gov (United States)

    Houck, Jacob A. (Technical Monitor); Telban, Robert J.; Cardullo, Frank M.

    2005-01-01

    While the performance of flight simulator motion system hardware has advanced substantially, the development of the motion cueing algorithm, the software that transforms simulated aircraft dynamics into realizable motion commands, has not kept pace. Prior research identified viable features from two algorithms: the nonlinear "adaptive algorithm", and the "optimal algorithm" that incorporates human vestibular models. A novel approach to motion cueing, the "nonlinear algorithm" is introduced that combines features from both approaches. This algorithm is formulated by optimal control, and incorporates a new integrated perception model that includes both visual and vestibular sensation and the interaction between the stimuli. Using a time-varying control law, the matrix Riccati equation is updated in real time by a neurocomputing approach. Preliminary pilot testing resulted in the optimal algorithm incorporating a new otolith model, producing improved motion cues. The nonlinear algorithm vertical mode produced a motion cue with a time-varying washout, sustaining small cues for longer durations and washing out large cues more quickly compared to the optimal algorithm. The inclusion of the integrated perception model improved the responses to longitudinal and lateral cues. False cues observed with the NASA adaptive algorithm were absent. The neurocomputing approach was crucial in that the number of presentations of an input vector could be reduced to meet the real time requirement without degrading the quality of the motion cues.

  2. Image segmentation algorithm based on T-junctions cues

    Science.gov (United States)

    Qian, Yanyu; Cao, Fengyun; Wang, Lu; Yang, Xuejie

    2016-03-01

    To improve the over-segmentation and over-merge phenomenon of single image segmentation algorithm,a novel approach of combing Graph-Based algorithm and T-junctions cues is proposed in this paper. First, a method by L0 gradient minimization is applied to the smoothing of the target image eliminate artifacts caused by noise and texture detail; Then, the initial over-segmentation result of the smoothing image using the graph-based algorithm; Finally, the final results via a region fusion strategy by t-junction cues. Experimental results on a variety of images verify the new approach's efficiency in eliminating artifacts caused by noise,segmentation accuracy and time complexity has been significantly improved.

  3. New human-centered linear and nonlinear motion cueing algorithms for control of simulator motion systems

    Science.gov (United States)

    Telban, Robert J.

    While the performance of flight simulator motion system hardware has advanced substantially, the development of the motion cueing algorithm, the software that transforms simulated aircraft dynamics into realizable motion commands, has not kept pace. To address this, new human-centered motion cueing algorithms were developed. A revised "optimal algorithm" uses time-invariant filters developed by optimal control, incorporating human vestibular system models. The "nonlinear algorithm" is a novel approach that is also formulated by optimal control, but can also be updated in real time. It incorporates a new integrated visual-vestibular perception model that includes both visual and vestibular sensation and the interaction between the stimuli. A time-varying control law requires the matrix Riccati equation to be solved in real time by a neurocomputing approach. Preliminary pilot testing resulted in the optimal algorithm incorporating a new otolith model, producing improved motion cues. The nonlinear algorithm vertical mode produced a motion cue with a time-varying washout, sustaining small cues for longer durations and washing out large cues more quickly compared to the optimal algorithm. The inclusion of the integrated perception model improved the responses to longitudinal and lateral cues. False cues observed with the NASA adaptive algorithm were absent. As a result of unsatisfactory sensation, an augmented turbulence cue was added to the vertical mode for both the optimal and nonlinear algorithms. The relative effectiveness of the algorithms, in simulating aircraft maneuvers, was assessed with an eleven-subject piloted performance test conducted on the NASA Langley Visual Motion Simulator (VMS). Two methods, the quasi-objective NASA Task Load Index (TLX), and power spectral density analysis of pilot control, were used to assess pilot workload. TLX analysis reveals, in most cases, less workload and variation among pilots with the nonlinear algorithm. Control input

  4. A Novel Modification of PSO Algorithm for SML Estimation of DOA

    Directory of Open Access Journals (Sweden)

    Haihua Chen

    2016-12-01

    Full Text Available This paper addresses the issue of reducing the computational complexity of Stochastic Maximum Likelihood (SML estimation of Direction-of-Arrival (DOA. The SML algorithm is well-known for its high accuracy of DOA estimation in sensor array signal processing. However, its computational complexity is very high because the estimation of SML criteria is a multi-dimensional non-linear optimization problem. As a result, it is hard to apply the SML algorithm to real systems. The Particle Swarm Optimization (PSO algorithm is considered as a rather efficient method for multi-dimensional non-linear optimization problems in DOA estimation. However, the conventional PSO algorithm suffers two defects, namely, too many particles and too many iteration times. Therefore, the computational complexity of SML estimation using conventional PSO algorithm is still a little high. To overcome these two defects and to reduce computational complexity further, this paper proposes a novel modification of the conventional PSO algorithm for SML estimation and we call it Joint-PSO algorithm. The core idea of the modification lies in that it uses the solution of Estimation of Signal Parameters via Rotational Invariance Techniques (ESPRIT and stochastic Cramer-Rao bound (CRB to determine a novel initialization space. Since this initialization space is already close to the solution of SML, fewer particles and fewer iteration times are needed. As a result, the computational complexity can be greatly reduced. In simulation, we compare the proposed algorithm with the conventional PSO algorithm, the classic Altering Minimization (AM algorithm and Genetic algorithm (GA. Simulation results show that our proposed algorithm is one of the most efficient solving algorithms and it shows great potential for the application of SML in real systems.

  5. Fast treatment plan modification with an over-relaxed Cimmino algorithm

    International Nuclear Information System (INIS)

    Wu Chuan; Jeraj, Robert; Lu Weiguo; Mackie, Thomas R.

    2004-01-01

    A method to quickly modify a treatment plan in adaptive radiotherapy was proposed and studied. The method is based on a Cimmino-type algorithm in linear programming. The fast convergence speed is achieved by over-relaxing the algorithm relaxation parameter from its sufficient convergence range of (0, 2) to (0, ∞). The algorithm parameters are selected so that the over-relaxed Cimmino (ORC) algorithm can effectively approximate an unconstrained re-optimization process in adaptive radiotherapy. To demonstrate the effectiveness and flexibility of the proposed method in adaptive radiotherapy, two scenarios with different organ motion/deformation of one nasopharyngeal case were presented with comparisons made between this method and the re-optimization method. In both scenarios, the ORC algorithm modified treatment plans have dose distributions that are similar to those given by the re-optimized treatment plans. It takes us using the ORC algorithm to finish a treatment plan modification at least three times faster than the re-optimization procedure compared

  6. A Comparison of Selected Modifications of the Particle Swarm Optimization Algorithm

    Directory of Open Access Journals (Sweden)

    Michala Jakubcová

    2014-01-01

    Full Text Available We compare 27 modifications of the original particle swarm optimization (PSO algorithm. The analysis evaluated nine basic PSO types, which differ according to the swarm evolution as controlled by various inertia weights and constriction factor. Each of the basic PSO modifications was analyzed using three different distributed strategies. In the first strategy, the entire swarm population is considered as one unit (OC-PSO, the second strategy periodically partitions the population into equally large complexes according to the particle’s functional value (SCE-PSO, and the final strategy periodically splits the swarm population into complexes using random permutation (SCERand-PSO. All variants are tested using 11 benchmark functions that were prepared for the special session on real-parameter optimization of CEC 2005. It was found that the best modification of the PSO algorithm is a variant with adaptive inertia weight. The best distribution strategy is SCE-PSO, which gives better results than do OC-PSO and SCERand-PSO for seven functions. The sphere function showed no significant difference between SCE-PSO and SCERand-PSO. It follows that a shuffling mechanism improves the optimization process.

  7. Realization of a Desktop Flight Simulation System for Motion-Cueing Studies

    Directory of Open Access Journals (Sweden)

    Berkay Volkaner

    2016-05-01

    Full Text Available Parallel robotic mechanisms are generally used in flight simulators with a motion-cueing algorithm to create an unlimited motion feeling of a simulated medium in a bounded workspace of the simulator. A major problem in flight simulators is that the simulation has an unbounded space and the manipulator has a limited one. Using a washout filter in the motion-cueing algorithm overcomes this. In this study, a low-cost six degrees of freedom (DoF desktop parallel manipulator is used to test a classical motion-cueing algorithm; the algorithm's functionality is confirmed with a Simulink real-time environment. Translational accelerations and angular velocities of the simulated medium obtained from FlightGear flight simulation software are processed through a generated washout filter algorithm and the simulated medium's motion information is transmitted to the desktop parallel robotic mechanism as a set point for each leg. The major issues of this paper are designing a desktop simulation system, controlling the parallel manipulator, communicating between the flight simulation and the platform, designing a motion-cueing algorithm and determining the parameters of the washout filters.

  8. Internet-based attention bias modification for social anxiety: a randomised controlled comparison of training towards negative and training towards positive cues.

    Science.gov (United States)

    Boettcher, Johanna; Leek, Linda; Matson, Lisa; Holmes, Emily A; Browning, Michael; MacLeod, Colin; Andersson, Gerhard; Carlbring, Per

    2013-01-01

    Biases in attention processes are thought to play a crucial role in the aetiology and maintenance of Social Anxiety Disorder (SAD). The goal of the present study was to examine the efficacy of a programme intended to train attention towards positive cues and a programme intended to train attention towards negative cues. In a randomised, controlled, double-blind design, the impact of these two training conditions on both selective attention and social anxiety were compared to that of a control training condition. A modified dot probe task was used, and delivered via the internet. A total of 129 individuals, diagnosed with SAD, were randomly assigned to one of these three conditions and took part in a 14-day programme with daily training/control sessions. Participants in all three groups did not on average display an attentional bias prior to the training. Critically, results on change in attention bias implied that significantly differential change in selective attention to threat was not detected in the three conditions. However, symptoms of social anxiety reduced significantly from pre- to follow-up-assessment in all three conditions (dwithin  = 0.63-1.24), with the procedure intended to train attention towards threat cues producing, relative to the control condition, a significantly greater reduction of social fears. There were no significant differences in social anxiety outcome between the training condition intended to induce attentional bias towards positive cues and the control condition. To our knowledge, this is the first RCT where a condition intended to induce attention bias to negative cues yielded greater emotional benefits than a control condition. Intriguingly, changes in symptoms are unlikely to be by the mechanism of change in attention processes since there was no change detected in bias per se. Implications of this finding for future research on attention bias modification in social anxiety are discussed. ClinicalTrials.gov NCT01463137.

  9. Adaptive modification of the delayed feedback control algorithm with a continuously varying time delay

    International Nuclear Information System (INIS)

    Pyragas, V.; Pyragas, K.

    2011-01-01

    We propose a simple adaptive delayed feedback control algorithm for stabilization of unstable periodic orbits with unknown periods. The state dependent time delay is varied continuously towards the period of controlled orbit according to a gradient-descent method realized through three simple ordinary differential equations. We demonstrate the efficiency of the algorithm with the Roessler and Mackey-Glass chaotic systems. The stability of the controlled orbits is proven by computation of the Lyapunov exponents of linearized equations. -- Highlights: → A simple adaptive modification of the delayed feedback control algorithm is proposed. → It enables the control of unstable periodic orbits with unknown periods. → The delay time is varied continuously according to a gradient descend method. → The algorithm is embodied by three simple ordinary differential equations. → The validity of the algorithm is proven by computation of the Lyapunov exponents.

  10. Internet-Based Attention Bias Modification for Social Anxiety: A Randomised Controlled Comparison of Training towards Negative and Training Towards Positive Cues

    Science.gov (United States)

    Boettcher, Johanna; Leek, Linda; Matson, Lisa; Holmes, Emily A.; Browning, Michael; MacLeod, Colin; Andersson, Gerhard; Carlbring, Per

    2013-01-01

    Biases in attention processes are thought to play a crucial role in the aetiology and maintenance of Social Anxiety Disorder (SAD). The goal of the present study was to examine the efficacy of a programme intended to train attention towards positive cues and a programme intended to train attention towards negative cues. In a randomised, controlled, double-blind design, the impact of these two training conditions on both selective attention and social anxiety were compared to that of a control training condition. A modified dot probe task was used, and delivered via the internet. A total of 129 individuals, diagnosed with SAD, were randomly assigned to one of these three conditions and took part in a 14-day programme with daily training/control sessions. Participants in all three groups did not on average display an attentional bias prior to the training. Critically, results on change in attention bias implied that significantly differential change in selective attention to threat was not detected in the three conditions. However, symptoms of social anxiety reduced significantly from pre- to follow-up-assessment in all three conditions (dwithin  = 0.63–1.24), with the procedure intended to train attention towards threat cues producing, relative to the control condition, a significantly greater reduction of social fears. There were no significant differences in social anxiety outcome between the training condition intended to induce attentional bias towards positive cues and the control condition. To our knowledge, this is the first RCT where a condition intended to induce attention bias to negative cues yielded greater emotional benefits than a control condition. Intriguingly, changes in symptoms are unlikely to be by the mechanism of change in attention processes since there was no change detected in bias per se. Implications of this finding for future research on attention bias modification in social anxiety are discussed. Trial Registration Clinical

  11. Internet-based attention bias modification for social anxiety: a randomised controlled comparison of training towards negative and training towards positive cues.

    Directory of Open Access Journals (Sweden)

    Johanna Boettcher

    Full Text Available Biases in attention processes are thought to play a crucial role in the aetiology and maintenance of Social Anxiety Disorder (SAD. The goal of the present study was to examine the efficacy of a programme intended to train attention towards positive cues and a programme intended to train attention towards negative cues. In a randomised, controlled, double-blind design, the impact of these two training conditions on both selective attention and social anxiety were compared to that of a control training condition. A modified dot probe task was used, and delivered via the internet. A total of 129 individuals, diagnosed with SAD, were randomly assigned to one of these three conditions and took part in a 14-day programme with daily training/control sessions. Participants in all three groups did not on average display an attentional bias prior to the training. Critically, results on change in attention bias implied that significantly differential change in selective attention to threat was not detected in the three conditions. However, symptoms of social anxiety reduced significantly from pre- to follow-up-assessment in all three conditions (dwithin  = 0.63-1.24, with the procedure intended to train attention towards threat cues producing, relative to the control condition, a significantly greater reduction of social fears. There were no significant differences in social anxiety outcome between the training condition intended to induce attentional bias towards positive cues and the control condition. To our knowledge, this is the first RCT where a condition intended to induce attention bias to negative cues yielded greater emotional benefits than a control condition. Intriguingly, changes in symptoms are unlikely to be by the mechanism of change in attention processes since there was no change detected in bias per se. Implications of this finding for future research on attention bias modification in social anxiety are discussed

  12. Sensor Network Disposition Facing the Task of Multisensor Cross Cueing

    Directory of Open Access Journals (Sweden)

    Ce Pang

    2017-01-01

    Full Text Available In order to build the sensor network facing the task of multisensor crossing cueing, the requirements of initiating cueing and being cued are analyzed. Probability theory is used when building models, then probability of sensor cueing in the case of target moving is given, and, after that, the best distance between two sensors is calculated. The operational environment is described by normal distribution function. In the process of distributing sensor network, their elements, operational environment demand of cueing, and the probability of sensor network coverage are considered; then the optimization algorithm of sensor network based on hypothesis testing theory is made. The simulation result indicates that the algorithm can make sensor network which is required. On the basis of that, the two cases, including targets that make linear motion and orbit motion, are used to test the performance of the sensor network, which show that the sensor network can make uninterrupted detection on targets through multisensor cross cuing.

  13. Examination of spectral timbre cues and musical instrument identification in cochlear implant recipients.

    Science.gov (United States)

    Meister, Hartmut; Landwehr, Markus; Lang-Roth, Ruth; Streicher, Barbara; Walger, Martin

    2014-03-01

    To investigate the discrimination of two isolated spectral timbre cues, spectral centroid (Fc) and spectral irregularity (spIrr), in cochlear implant (CI) listeners. To examine whether the perception of Fc and spIrr changes is related to the perception of loudness and pitch and the identification of musical instruments. Stimuli were based on French horn recordings which were artificially manipulated with respect to isolated changes in Fc and spIrr. Difference limens for Fc and spIrr were determined and changes in loudness and pitch perception based on these modifications were examined. Identification of musical instruments was additionally assessed. Mean difference limens were 161 Hz for Fc and 0.63 dB for spIrr. Modifications in spectral timbre cues caused changes in loudness and pitch perception. None of the timbre cues examined showed a significant correlation with musical instrument identification. In contrast, instrument identification was significantly related to the frequency of listening to music prior to onset of deafness. CI recipients are able to detect small modifications in spectral timbre cues which are in turn associated with changes in loudness and pitch. Variations of spectral centroid have a larger impact on loudness and pitch perception than variations of spectral irregularity. Music listening behaviour prior to onset of deafness is significantly associated with musical instrument identification.

  14. A magnetorheological haptic cue accelerator for manual transmission vehicles

    International Nuclear Information System (INIS)

    Han, Young-Min; Noh, Kyung-Wook; Choi, Seung-Bok; Lee, Yang-Sub

    2010-01-01

    This paper proposes a new haptic cue function for manual transmission vehicles to achieve optimal gear shifting. This function is implemented on the accelerator pedal by utilizing a magnetorheological (MR) brake mechanism. By combining the haptic cue function with the accelerator pedal, the proposed haptic cue device can transmit the optimal moment of gear shifting for manual transmission to a driver without requiring the driver's visual attention. As a first step to achieve this goal, a MR fluid-based haptic device is devised to enable rotary motion of the accelerator pedal. Taking into account spatial limitations, the design parameters are optimally determined using finite element analysis to maximize the relative control torque. The proposed haptic cue device is then manufactured and its field-dependent torque and time response are experimentally evaluated. Then the manufactured MR haptic cue device is integrated with the accelerator pedal. A simple virtual vehicle emulating the operation of the engine of a passenger vehicle is constructed and put into communication with the haptic cue device. A feed-forward torque control algorithm for the haptic cue is formulated and control performances are experimentally evaluated and presented in the time domain

  15. Real-Time Lane Detection on Suburban Streets Using Visual Cue Integration

    Directory of Open Access Journals (Sweden)

    Shehan Fernando

    2014-04-01

    Full Text Available The detection of lane boundaries on suburban streets using images obtained from video constitutes a challenging task. This is mainly due to the difficulties associated with estimating the complex geometric structure of lane boundaries, the quality of lane markings as a result of wear, occlusions by traffic, and shadows caused by road-side trees and structures. Most of the existing techniques for lane boundary detection employ a single visual cue and will only work under certain conditions and where there are clear lane markings. Also, better results are achieved when there are no other on-road objects present. This paper extends our previous work and discusses a novel lane boundary detection algorithm specifically addressing the abovementioned issues through the integration of two visual cues. The first visual cue is based on stripe-like features found on lane lines extracted using a two-dimensional symmetric Gabor filter. The second visual cue is based on a texture characteristic determined using the entropy measure of the predefined neighbourhood around a lane boundary line. The visual cues are then integrated using a rule-based classifier which incorporates a modified sequential covering algorithm to improve robustness. To separate lane boundary lines from other similar features, a road mask is generated using road chromaticity values estimated from CIE L*a*b* colour transformation. Extraneous points around lane boundary lines are then removed by an outlier removal procedure based on studentized residuals. The lane boundary lines are then modelled with Bezier spline curves. To validate the algorithm, extensive experimental evaluation was carried out on suburban streets and the results are presented.

  16. A configural dominant account of contextual cueing: Configural cues are stronger than colour cues.

    Science.gov (United States)

    Kunar, Melina A; John, Rebecca; Sweetman, Hollie

    2014-01-01

    Previous work has shown that reaction times to find a target in displays that have been repeated are faster than those for displays that have never been seen before. This learning effect, termed "contextual cueing" (CC), has been shown using contexts such as the configuration of the distractors in the display and the background colour. However, it is not clear how these two contexts interact to facilitate search. We investigated this here by comparing the strengths of these two cues when they appeared together. In Experiment 1, participants searched for a target that was cued by both colour and distractor configural cues, compared with when the target was only predicted by configural information. The results showed that the addition of a colour cue did not increase contextual cueing. In Experiment 2, participants searched for a target that was cued by both colour and distractor configuration compared with when the target was only cued by colour. The results showed that adding a predictive configural cue led to a stronger CC benefit. Experiments 3 and 4 tested the disruptive effects of removing either a learned colour cue or a learned configural cue and whether there was cue competition when colour and configural cues were presented together. Removing the configural cue was more disruptive to CC than removing colour, and configural learning was shown to overshadow the learning of colour cues. The data support a configural dominant account of CC, where configural cues act as the stronger cue in comparison to colour when they are presented together.

  17. Individual differences in using geometric and featural cues to maintain spatial orientation: cue quantity and cue ambiguity are more important than cue type.

    Science.gov (United States)

    Kelly, Jonathan W; McNamara, Timothy P; Bodenheimer, Bobby; Carr, Thomas H; Rieser, John J

    2009-02-01

    Two experiments explored the role of environmental cues in maintaining spatial orientation (sense of self-location and direction) during locomotion. Of particular interest was the importance of geometric cues (provided by environmental surfaces) and featural cues (nongeometric properties provided by striped walls) in maintaining spatial orientation. Participants performed a spatial updating task within virtual environments containing geometric or featural cues that were ambiguous or unambiguous indicators of self-location and direction. Cue type (geometric or featural) did not affect performance, but the number and ambiguity of environmental cues did. Gender differences, interpreted as a proxy for individual differences in spatial ability and/or experience, highlight the interaction between cue quantity and ambiguity. When environmental cues were ambiguous, men stayed oriented with either one or two cues, whereas women stayed oriented only with two. When environmental cues were unambiguous, women stayed oriented with one cue.

  18. Landscape mapping MAV using single image perspective cues

    CSIR Research Space (South Africa)

    Tekane, YC

    2015-01-01

    Full Text Available in order to do mapping, our method does require a 3D model. Instead, our method first classifies the type of site the MAV is in, and the uses vision algorithms based on perspective cues to estimate the landscape location and the do mapping. We tested our...

  19. Visual cues for data mining

    Science.gov (United States)

    Rogowitz, Bernice E.; Rabenhorst, David A.; Gerth, John A.; Kalin, Edward B.

    1996-04-01

    This paper describes a set of visual techniques, based on principles of human perception and cognition, which can help users analyze and develop intuitions about tabular data. Collections of tabular data are widely available, including, for example, multivariate time series data, customer satisfaction data, stock market performance data, multivariate profiles of companies and individuals, and scientific measurements. In our approach, we show how visual cues can help users perform a number of data mining tasks, including identifying correlations and interaction effects, finding clusters and understanding the semantics of cluster membership, identifying anomalies and outliers, and discovering multivariate relationships among variables. These cues are derived from psychological studies on perceptual organization, visual search, perceptual scaling, and color perception. These visual techniques are presented as a complement to the statistical and algorithmic methods more commonly associated with these tasks, and provide an interactive interface for the human analyst.

  20. Accelerated differentiation of osteoblast cells on polycaprolactone scaffolds driven by a combined effect of protein coating and plasma modification

    Energy Technology Data Exchange (ETDEWEB)

    Yildirim, Eda D; Gueceri, Selcuk; Sun, Wei [Department of Mechanical Engineering and Mechanics, Drexel University, 3141 Chestnut Street, Philadelphia, PA 19104 (United States); Besunder, Robyn; Allen, Fred [Drexel University, School of Biomedical Engineering Science and Health System, 3141 Chestnut Street, Philadelphia, PA 19104 (United States); Pappas, Daphne, E-mail: edy22@drexel.ed [Army Research Laboratory, Aberdeen Proving Ground, MD 21005 (United States)

    2010-03-15

    A combined effect of protein coating and plasma modification on the quality of the osteoblast-scaffold interaction was investigated. Three-dimensional polycaprolactone (PCL) scaffolds were manufactured by the precision extrusion deposition (PED) system. The structural, physical, chemical and biological cues were introduced to the surface through providing 3D structure, coating with adhesive protein fibronectin and modifying the surface with oxygen-based plasma. The changes in the surface properties of PCL after those modifications were examined by contact angle goniometry, surface energy calculation, surface chemistry analysis (XPS) and surface topography measurements (AFM). The effects of modification techniques on osteoblast short-term and long-term functions were examined by cell adhesion, proliferation assays and differentiation markers, namely alkaline phosphatase activity (ALP) and osteocalcin secretion. The results suggested that the physical and chemical cues introduced by plasma modification might be sufficient for improved cell adhesion, but for accelerated osteoblast differentiation the synergetic effects of structural, physical, chemical and biological cues should be introduced to the PCL surface.

  1. The Effects of Spatial Endogenous Pre-cueing across Eccentricities.

    Science.gov (United States)

    Feng, Jing; Spence, Ian

    2017-01-01

    Frequently, we use expectations about likely locations of a target to guide the allocation of our attention. Despite the importance of this attentional process in everyday tasks, examination of pre-cueing effects on attention, particularly endogenous pre-cueing effects, has been relatively little explored outside an eccentricity of 20°. Given the visual field has functional subdivisions that attentional processes can differ significantly among the foveal, perifoveal, and more peripheral areas, how endogenous pre-cues that carry spatial information of targets influence our allocation of attention across a large visual field (especially in the more peripheral areas) remains unclear. We present two experiments examining how the expectation of the location of the target shapes the distribution of attention across eccentricities in the visual field. We measured participants' ability to pick out a target among distractors in the visual field after the presentation of a highly valid cue indicating the size of the area in which the target was likely to occur, or the likely direction of the target (left or right side of the display). Our first experiment showed that participants had a higher target detection rate with faster responses, particularly at eccentricities of 20° and 30°. There was also a marginal advantage of pre-cueing effects when trials of the same size cue were blocked compared to when trials were mixed. Experiment 2 demonstrated a higher target detection rate when the target occurred at the cued direction. This pre-cueing effect was greater at larger eccentricities and with a longer cue-target interval. Our findings on the endogenous pre-cueing effects across a large visual area were summarized using a simple model to assist in conceptualizing the modifications of the distribution of attention over the visual field. We discuss our finding in light of cognitive penetration of perception, and highlight the importance of examining attentional process across

  2. The Effects of Spatial Endogenous Pre-cueing across Eccentricities

    Directory of Open Access Journals (Sweden)

    Jing Feng

    2017-06-01

    Full Text Available Frequently, we use expectations about likely locations of a target to guide the allocation of our attention. Despite the importance of this attentional process in everyday tasks, examination of pre-cueing effects on attention, particularly endogenous pre-cueing effects, has been relatively little explored outside an eccentricity of 20°. Given the visual field has functional subdivisions that attentional processes can differ significantly among the foveal, perifoveal, and more peripheral areas, how endogenous pre-cues that carry spatial information of targets influence our allocation of attention across a large visual field (especially in the more peripheral areas remains unclear. We present two experiments examining how the expectation of the location of the target shapes the distribution of attention across eccentricities in the visual field. We measured participants’ ability to pick out a target among distractors in the visual field after the presentation of a highly valid cue indicating the size of the area in which the target was likely to occur, or the likely direction of the target (left or right side of the display. Our first experiment showed that participants had a higher target detection rate with faster responses, particularly at eccentricities of 20° and 30°. There was also a marginal advantage of pre-cueing effects when trials of the same size cue were blocked compared to when trials were mixed. Experiment 2 demonstrated a higher target detection rate when the target occurred at the cued direction. This pre-cueing effect was greater at larger eccentricities and with a longer cue-target interval. Our findings on the endogenous pre-cueing effects across a large visual area were summarized using a simple model to assist in conceptualizing the modifications of the distribution of attention over the visual field. We discuss our finding in light of cognitive penetration of perception, and highlight the importance of examining

  3. Cue reactivity towards shopping cues in female participants.

    Science.gov (United States)

    Starcke, Katrin; Schlereth, Berenike; Domass, Debora; Schöler, Tobias; Brand, Matthias

    2013-03-01

    Background and aims It is currently under debate whether pathological buying can be considered as a behavioural addiction. Addictions have often been investigated with cue-reactivity paradigms to assess subjective, physiological and neural craving reactions. The current study aims at testing whether cue reactivity towards shopping cues is related to pathological buying tendencies. Methods A sample of 66 non-clinical female participants rated shopping related pictures concerning valence, arousal, and subjective craving. In a subgroup of 26 participants, electrodermal reactions towards those pictures were additionally assessed. Furthermore, all participants were screened concerning pathological buying tendencies and baseline craving for shopping. Results Results indicate a relationship between the subjective ratings of the shopping cues and pathological buying tendencies, even if baseline craving for shopping was controlled for. Electrodermal reactions were partly related to the subjective ratings of the cues. Conclusions Cue reactivity may be a potential correlate of pathological buying tendencies. Thus, pathological buying may be accompanied by craving reactions towards shopping cues. Results support the assumption that pathological buying can be considered as a behavioural addiction. From a methodological point of view, results support the view that the cue-reactivity paradigm is suited for the investigation of craving reactions in pathological buying and future studies should implement this paradigm in clinical samples.

  4. Effect of Performing a Boundary-Avoidance Tracking Task on the Perception of Coherence Between Visual and Inertial Cues

    NARCIS (Netherlands)

    Valente Pais, A.R.; Van Paassen, M.M.; Mulder, M.; Wentink, M.

    2011-01-01

    During flight simulation, the inertial and visual stimuli provided to the pilot differ considerably. For successful design of motion cueing algorithms it is necessary to gather knowledge on how pilots perceive the difference between visual and inertial cues. Some of the work done on this topic has

  5. Visual form Cues, Biological Motions, Auditory Cues, and Even Olfactory Cues Interact to Affect Visual Sex Discriminations

    OpenAIRE

    Rick Van Der Zwan; Anna Brooks; Duncan Blair; Coralia Machatch; Graeme Hacker

    2011-01-01

    Johnson and Tassinary (2005) proposed that visually perceived sex is signalled by structural or form cues. They suggested also that biological motion cues signal sex, but do so indirectly. We previously have shown that auditory cues can mediate visual sex perceptions (van der Zwan et al., 2009). Here we demonstrate that structural cues to body shape are alone sufficient for visual sex discriminations but that biological motion cues alone are not. Interestingly, biological motions can resolve ...

  6. Global cue inconsistency diminishes learning of cue validity

    Directory of Open Access Journals (Sweden)

    Tony Wang

    2016-11-01

    Full Text Available We present a novel two-stage probabilistic learning task that examines the participants’ ability to learn and utilize valid cues across several levels of probabilistic feedback. In the first stage, participants sample from one of three cues that gives predictive information about the outcome of the second stage. Participants are rewarded for correct prediction of the outcome in stage two. Only one of the three cues gives valid predictive information and thus participants can maximise their reward by learning to sample from the valid cue. The validity of this predictive information, however, is reinforced across several levels of probabilistic feedback. A second manipulation involved changing the consistency of the predictive information in stage one and the outcome in stage two. The results show that participants, with higher probabilistic feedback, learned to utilise the valid cue. In inconsistent task conditions, however, participants were significantly less successful in utilising higher validity cues. We interpret this result as implying that learning in probabilistic categorization is based on developing a representation of the task that allows for goal-directed action.

  7. Modified BTC Algorithm for Audio Signal Coding

    Directory of Open Access Journals (Sweden)

    TOMIC, S.

    2016-11-01

    Full Text Available This paper describes modification of a well-known image coding algorithm, named Block Truncation Coding (BTC and its application in audio signal coding. BTC algorithm was originally designed for black and white image coding. Since black and white images and audio signals have different statistical characteristics, the application of this image coding algorithm to audio signal presents a novelty and a challenge. Several implementation modifications are described in this paper, while the original idea of the algorithm is preserved. The main modifications are performed in the area of signal quantization, by designing more adequate quantizers for audio signal processing. The result is a novel audio coding algorithm, whose performance is presented and analyzed in this research. The performance analysis indicates that this novel algorithm can be successfully applied in audio signal coding.

  8. The modification of hybrid method of ant colony optimization, particle swarm optimization and 3-OPT algorithm in traveling salesman problem

    Science.gov (United States)

    Hertono, G. F.; Ubadah; Handari, B. D.

    2018-03-01

    The traveling salesman problem (TSP) is a famous problem in finding the shortest tour to visit every vertex exactly once, except the first vertex, given a set of vertices. This paper discusses three modification methods to solve TSP by combining Ant Colony Optimization (ACO), Particle Swarm Optimization (PSO) and 3-Opt Algorithm. The ACO is used to find the solution of TSP, in which the PSO is implemented to find the best value of parameters α and β that are used in ACO.In order to reduce the total of tour length from the feasible solution obtained by ACO, then the 3-Opt will be used. In the first modification, the 3-Opt is used to reduce the total tour length from the feasible solutions obtained at each iteration, meanwhile, as the second modification, 3-Opt is used to reduce the total tour length from the entire solution obtained at every iteration. In the third modification, 3-Opt is used to reduce the total tour length from different solutions obtained at each iteration. Results are tested using 6 benchmark problems taken from TSPLIB by calculating the relative error to the best known solution as well as the running time. Among those modifications, only the second and third modification give satisfactory results except the second one needs more execution time compare to the third modifications.

  9. Counterconditioning reduces cue-induced craving and actual cue-elicited consumption.

    Science.gov (United States)

    Van Gucht, Dinska; Baeyens, Frank; Vansteenwegen, Debora; Hermans, Dirk; Beckers, Tom

    2010-10-01

    Cue-induced craving is not easily reduced by an extinction or exposure procedure and may constitute an important route toward relapse in addictive behavior after treatment. In the present study, we investigated the effectiveness of counterconditioning as an alternative procedure to reduce cue-induced craving, in a nonclinical population. We found that a cue, initially paired with chocolate consumption, did not cease to elicit craving for chocolate after extinction (repeated presentation of the cue without chocolate consumption), but did so after counterconditioning (repeated pairing of the cue with consumption of a highly disliked liquid, Polysorbate 20). This effect persisted after 1 week. Counterconditioning moreover was more effective than extinction in disrupting reported expectancy to get to eat chocolate, and also appeared to be more effective in reducing actual cue-elicited chocolate consumption. These results suggest that counterconditioning may be more promising than cue exposure for the prevention of relapse in addictive behavior. (PsycINFO Database Record (c) 2010 APA, all rights reserved).

  10. Retrieval of bilingual autobiographical memories: effects of cue language and cue imageability.

    Science.gov (United States)

    Mortensen, Linda; Berntsen, Dorthe; Bohn, Ocke-Schwen

    2015-01-01

    An important issue in theories of bilingual autobiographical memory is whether linguistically encoded memories are represented in language-specific stores or in a common language-independent store. Previous research has found that autobiographical memory retrieval is facilitated when the language of the cue is the same as the language of encoding, consistent with language-specific memory stores. The present study examined whether this language congruency effect is influenced by cue imageability. Danish-English bilinguals retrieved autobiographical memories in response to Danish and English high- or low-imageability cues. Retrieval latencies were shorter to Danish than English cues and shorter to high- than low-imageability cues. Importantly, the cue language effect was stronger for low-than high-imageability cues. To examine the relationship between cue language and the language of internal retrieval, participants identified the language in which the memories were internally retrieved. More memories were retrieved when the cue language was the same as the internal language than when the cue was in the other language, and more memories were identified as being internally retrieved in Danish than English, regardless of the cue language. These results provide further evidence for language congruency effects in bilingual memory and suggest that this effect is influenced by cue imageability.

  11. Attentional bias to food-related visual cues: is there a role in obesity?

    Science.gov (United States)

    Doolan, K J; Breslin, G; Hanna, D; Gallagher, A M

    2015-02-01

    The incentive sensitisation model of obesity suggests that modification of the dopaminergic associated reward systems in the brain may result in increased awareness of food-related visual cues present in the current food environment. Having a heightened awareness of these visual food cues may impact on food choices and eating behaviours with those being most aware of or demonstrating greater attention to food-related stimuli potentially being at greater risk of overeating and subsequent weight gain. To date, research related to attentional responses to visual food cues has been both limited and conflicting. Such inconsistent findings may in part be explained by the use of different methodological approaches to measure attentional bias and the impact of other factors such as hunger levels, energy density of visual food cues and individual eating style traits that may influence visual attention to food-related cues outside of weight status alone. This review examines the various methodologies employed to measure attentional bias with a particular focus on the role that attentional processing of food-related visual cues may have in obesity. Based on the findings of this review, it appears that it may be too early to clarify the role visual attention to food-related cues may have in obesity. Results however highlight the importance of considering the most appropriate methodology to use when measuring attentional bias and the characteristics of the study populations targeted while interpreting results to date and in designing future studies.

  12. Possible End to an Endless Quest? Cognitive Bias Modification for Excessive Multiplayer Online Gamers.

    Science.gov (United States)

    Rabinovitz, Sharon; Nagar, Maayan

    2015-10-01

    Cognitive biases have previously been recognized as key mechanisms that contribute to the development, maintenance, and relapse of addictive behaviors. The same mechanisms have been recently found in problematic computer gaming. The present study aims to investigate whether excessive massively multiplayer online role-playing gamers (EG) demonstrate an approach bias toward game-related cues compared to neutral stimuli; to test whether these automatic action tendencies can be implicitly modified in a single session training; and to test whether this training affects game urges and game-seeking behavior. EG (n=38) were randomly assigned to a condition in which they were implicitly trained to avoid or to approach gaming cues by pushing or pulling a joystick, using a computerized intervention (cognitive bias modification via the Approach Avoidance Task). EG demonstrated an approach bias for gaming cues compared with neutral, movie cues. Single session training significantly decreased automatic action tendencies to approach gaming cues. These effects occurred outside subjective awareness. Furthermore, approach bias retraining reduced subjective urges and intentions to play, as well as decreased game-seeking behavior. Retraining automatic processes may be beneficial in changing addictive impulses in EG. Yet, large-scale trials and long-term follow-up are warranted. The results extend the application of cognitive bias modification from substance use disorders to behavioral addictions, and specifically to Internet gaming disorder. Theoretical implications are discussed.

  13. Attentional bias modification encourages healthy eating.

    Science.gov (United States)

    Kakoschke, Naomi; Kemps, Eva; Tiggemann, Marika

    2014-01-01

    The continual exposure to unhealthy food cues in the environment encourages poor dietary habits, in particular consuming too much fat and sugar, and not enough fruit and vegetables. According to Berridge's (2009) model of food reward, unhealthy eating is a behavioural response to biased attentional processing. The present study used an established attentional bias modification paradigm to discourage the consumption of unhealthy food and instead promote healthy eating. Participants were 146 undergraduate women who were randomly assigned to two groups: one was trained to direct their attention toward pictures of healthy food ('attend healthy' group) and the other toward unhealthy food ('attend unhealthy' group). It was found that participants trained to attend to healthy food cues demonstrated an increased attentional bias for such cues and ate relatively more of the healthy than unhealthy snacks compared to the 'attend unhealthy' group. Theoretically, the results support the postulated link between biased attentional processing and consumption (Berridge, 2009). At a practical level, they offer potential scope for interventions that focus on eating well. Copyright © 2013 Elsevier Ltd. All rights reserved.

  14. Sensory modality of smoking cues modulates neural cue reactivity.

    Science.gov (United States)

    Yalachkov, Yavor; Kaiser, Jochen; Görres, Andreas; Seehaus, Arne; Naumer, Marcus J

    2013-01-01

    Behavioral experiments have demonstrated that the sensory modality of presentation modulates drug cue reactivity. The present study on nicotine addiction tested whether neural responses to smoking cues are modulated by the sensory modality of stimulus presentation. We measured brain activation using functional magnetic resonance imaging (fMRI) in 15 smokers and 15 nonsmokers while they viewed images of smoking paraphernalia and control objects and while they touched the same objects without seeing them. Haptically presented, smoking-related stimuli induced more pronounced neural cue reactivity than visual cues in the left dorsal striatum in smokers compared to nonsmokers. The severity of nicotine dependence correlated positively with the preference for haptically explored smoking cues in the left inferior parietal lobule/somatosensory cortex, right fusiform gyrus/inferior temporal cortex/cerebellum, hippocampus/parahippocampal gyrus, posterior cingulate cortex, and supplementary motor area. These observations are in line with the hypothesized role of the dorsal striatum for the expression of drug habits and the well-established concept of drug-related automatized schemata, since haptic perception is more closely linked to the corresponding object-specific action pattern than visual perception. Moreover, our findings demonstrate that with the growing severity of nicotine dependence, brain regions involved in object perception, memory, self-processing, and motor control exhibit an increasing preference for haptic over visual smoking cues. This difference was not found for control stimuli. Considering the sensory modality of the presented cues could serve to develop more reliable fMRI-specific biomarkers, more ecologically valid experimental designs, and more effective cue-exposure therapies of addiction.

  15. ADAPTIVE SELECTION OF AUXILIARY OBJECTIVES IN MULTIOBJECTIVE EVOLUTIONARY ALGORITHMS

    Directory of Open Access Journals (Sweden)

    I. A. Petrova

    2016-05-01

    Full Text Available Subject of Research.We propose to modify the EA+RL method, which increases efficiency of evolutionary algorithms by means of auxiliary objectives. The proposed modification is compared to the existing objective selection methods on the example of travelling salesman problem. Method. In the EA+RL method a reinforcement learning algorithm is used to select an objective – the target objective or one of the auxiliary objectives – at each iteration of the single-objective evolutionary algorithm.The proposed modification of the EA+RL method adopts this approach for the usage with a multiobjective evolutionary algorithm. As opposed to theEA+RL method, in this modification one of the auxiliary objectives is selected by reinforcement learning and optimized together with the target objective at each step of the multiobjective evolutionary algorithm. Main Results.The proposed modification of the EA+RL method was compared to the existing objective selection methods on the example of travelling salesman problem. In the EA+RL method and its proposed modification reinforcement learning algorithms for stationary and non-stationary environment were used. The proposed modification of the EA+RL method applied with reinforcement learning for non-stationary environment outperformed the considered objective selection algorithms on the most problem instances. Practical Significance. The proposed approach increases efficiency of evolutionary algorithms, which may be used for solving discrete NP-hard optimization problems. They are, in particular, combinatorial path search problems and scheduling problems.

  16. Effects of sensitive electrical stimulation based cueing in Parkinson's disease: a preliminary study

    Directory of Open Access Journals (Sweden)

    Benoît Sijobert

    2016-06-01

    Full Text Available This study aims to investigate the effect of a sensitive cueing on Freezing of Gait (FOG and gait disorders in subjects suffering from Parkinson’s disease (PD. 13 participants with Parkinson’s disease were equipped with an electrical stimulator and a foot mounted inertial measurement unit (IMU. An IMU based algorithm triggered in real time an electrical stimulus applied on the arch of foot at heel off detection. Starting from standing, subjects were asked to walk at their preferred speed on a path comprising 5m straight, u-turn and walk around tasks. Cueing globally decreased the time to achieve the different tasks in all the subjects. In “freezer” subjects, the time to complete the entire path was reduced by 19%. FOG events occurrence was lowered by 12% compared to baseline before and after cueing. This preliminary work showed a positive global effect of an electrical stimulation based cueing on gait and FOG in PD.

  17. A pilot study evaluating a one-session attention modification training to decrease overeating in obese children.

    Science.gov (United States)

    Boutelle, Kerri N; Kuckertz, Jennie M; Carlson, Jordan; Amir, Nader

    2014-05-01

    There are a number of neurocognitive and behavioral mechanisms that contribute to overeating and obesity, including an attentional bias to food cues. Attention modification programs, which implicitly train attention away from specific cues, have been used in anxiety and substance abuse, and could logically be applied to food cues. The purpose of this study was to evaluate the initial efficacy of a single session attention modification training for food cues (AMP) on overeating in overweight and obese children. Twenty-four obese children who eat in the absence of hunger participated in two visits and were assigned to an attention modification program (AMP) or attentional control program (ACC). The AMP program trained attention away 100% of the time from food words to neutral words. The ACC program trained attention 50% of the time to neutral and 50% of the time to food. Outcome measures included the eating in the absence of hunger free access session, and measures of craving, liking and salivation. Results revealed significant treatment effects for EAH percent and EAH kcal (group by time interactions pattentional bias (group by time interaction p=.073). Changes in craving, liking and saliva were not significantly different between groups (ps=.178-.527). This is the first study to demonstrate that an AMP program can influence eating in obese children. Larger studies are needed to replicate and extend these results. Copyright © 2014. Published by Elsevier Ltd.

  18. Post-cueing deficits with maintained cueing benefits in patients with Parkinson's disease dementia

    Directory of Open Access Journals (Sweden)

    Susanne eGräber

    2014-11-01

    Full Text Available In Parkinson’s disease (PD internal cueing mechanisms are impaired leading to symptoms such as like hypokinesia. However external cues can improve movement execution by using cortical resources. These cortical processes can be affected by cognitive decline in dementia.It is still unclear how dementia in PD influences external cueing. We investigated a group of 25 PD patients with dementia (PDD and 25 non-demented PD patients (PDnD matched by age, sex and disease duration in a simple reaction time (SRT task using an additional acoustic cue. PDD patients benefited from the additional cue in similar magnitude as did PDnD patients. However, withdrawal of the cue led to a significantly increased reaction time in the PDD group compared to the PDnD patients. Our results indicate that even PDD patients can benefit from strategies using external cue presentation but the process of cognitive worsening can reduce the effect when cues are withdrawn.

  19. Cue-reactors: individual differences in cue-induced craving after food or smoking abstinence.

    Directory of Open Access Journals (Sweden)

    Stephen V Mahler

    Full Text Available BACKGROUND: Pavlovian conditioning plays a critical role in both drug addiction and binge eating. Recent animal research suggests that certain individuals are highly sensitive to conditioned cues, whether they signal food or drugs. Are certain humans also more reactive to both food and drug cues? METHODS: We examined cue-induced craving for both cigarettes and food, in the same individuals (n = 15 adult smokers. Subjects viewed smoking-related or food-related images after abstaining from either smoking or eating. RESULTS: Certain individuals reported strong cue-induced craving after both smoking and food cues. That is, subjects who reported strong cue-induced craving for cigarettes also rated stronger cue-induced food craving. CONCLUSIONS: In humans, like in nonhumans, there may be a "cue-reactive" phenotype, consisting of individuals who are highly sensitive to conditioned stimuli. This finding extends recent reports from nonhuman studies. Further understanding this subgroup of smokers may allow clinicians to individually tailor therapies for smoking cessation.

  20. Cue-reactors: individual differences in cue-induced craving after food or smoking abstinence.

    Science.gov (United States)

    Mahler, Stephen V; de Wit, Harriet

    2010-11-10

    Pavlovian conditioning plays a critical role in both drug addiction and binge eating. Recent animal research suggests that certain individuals are highly sensitive to conditioned cues, whether they signal food or drugs. Are certain humans also more reactive to both food and drug cues? We examined cue-induced craving for both cigarettes and food, in the same individuals (n = 15 adult smokers). Subjects viewed smoking-related or food-related images after abstaining from either smoking or eating. Certain individuals reported strong cue-induced craving after both smoking and food cues. That is, subjects who reported strong cue-induced craving for cigarettes also rated stronger cue-induced food craving. In humans, like in nonhumans, there may be a "cue-reactive" phenotype, consisting of individuals who are highly sensitive to conditioned stimuli. This finding extends recent reports from nonhuman studies. Further understanding this subgroup of smokers may allow clinicians to individually tailor therapies for smoking cessation.

  1. Artifact removal algorithms for stroke detection using a multistatic MIST beamforming algorithm.

    Science.gov (United States)

    Ricci, E; Di Domenico, S; Cianca, E; Rossi, T

    2015-01-01

    Microwave imaging (MWI) has been recently proved as a promising imaging modality for low-complexity, low-cost and fast brain imaging tools, which could play a fundamental role to efficiently manage emergencies related to stroke and hemorrhages. This paper focuses on the UWB radar imaging approach and in particular on the processing algorithms of the backscattered signals. Assuming the use of the multistatic version of the MIST (Microwave Imaging Space-Time) beamforming algorithm, developed by Hagness et al. for the early detection of breast cancer, the paper proposes and compares two artifact removal algorithms. Artifacts removal is an essential step of any UWB radar imaging system and currently considered artifact removal algorithms have been shown not to be effective in the specific scenario of brain imaging. First of all, the paper proposes modifications of a known artifact removal algorithm. These modifications are shown to be effective to achieve good localization accuracy and lower false positives. However, the main contribution is the proposal of an artifact removal algorithm based on statistical methods, which allows to achieve even better performance but with much lower computational complexity.

  2. Retrieval-induced forgetting and interference between cues:Training a cue-outcome association attenuates retrieval by alternative cues

    OpenAIRE

    Ortega-Castro, Nerea; Vadillo Nistal, Miguel

    2013-01-01

    Some researchers have attempted to determine whether situations in which a single cue is paired with several outcomes (A-B, A-C interference or interference between outcomes) involve the same learning and retrieval mechanisms as situations in which several cues are paired with a single outcome (A-B, C-B interference or interference between cues). Interestingly, current research on a related effect, which is known as retrieval-induced forgetting, can illuminate this debate. Most retrieval-indu...

  3. Cue-induced craving in patients with cocaine use disorder predicts cognitive control deficits toward cocaine cues.

    Science.gov (United States)

    DiGirolamo, Gregory J; Smelson, David; Guevremont, Nathan

    2015-08-01

    Cue-induced craving is a clinically important aspect of cocaine addiction influencing ongoing use and sobriety. However, little is known about the relationship between cue-induced craving and cognitive control toward cocaine cues. While studies suggest that cocaine users have an attentional bias toward cocaine cues, the present study extends this research by testing if cocaine use disorder patients (CDPs) can control their eye movements toward cocaine cues and whether their response varied by cue-induced craving intensity. Thirty CDPs underwent a cue exposure procedure to dichotomize them into high and low craving groups followed by a modified antisaccade task in which subjects were asked to control their eye movements toward either a cocaine or neutral drug cue by looking away from the suddenly presented cue. The relationship between breakdowns in cognitive control (as measured by eye errors) and cue-induced craving (changes in self-reported craving following cocaine cue exposure) was investigated. CDPs overall made significantly more errors toward cocaine cues compared to neutral cues, with higher cravers making significantly more errors than lower cravers even though they did not differ significantly in addiction severity, impulsivity, anxiety, or depression levels. Cue-induced craving was the only specific and significant predictor of subsequent errors toward cocaine cues. Cue-induced craving directly and specifically relates to breakdowns of cognitive control toward cocaine cues in CDPs, with higher cravers being more susceptible. Hence, it may be useful identifying high cravers and target treatment toward curbing craving to decrease the likelihood of a subsequent breakdown in control. Copyright © 2015 Elsevier Ltd. All rights reserved.

  4. Implementing Modifed Burg Algorithms in Multivariate Subset Autoregressive Modeling

    Directory of Open Access Journals (Sweden)

    A. Alexandre Trindade

    2003-02-01

    Full Text Available The large number of parameters in subset vector autoregressive models often leads one to procure fast, simple, and efficient alternatives or precursors to maximum likelihood estimation. We present the solution of the multivariate subset Yule-Walker equations as one such alternative. In recent work, Brockwell, Dahlhaus, and Trindade (2002, show that the Yule-Walker estimators can actually be obtained as a special case of a general recursive Burg-type algorithm. We illustrate the structure of this Algorithm, and discuss its implementation in a high-level programming language. Applications of the Algorithm in univariate and bivariate modeling are showcased in examples. Univariate and bivariate versions of the Algorithm written in Fortran 90 are included in the appendix, and their use illustrated.

  5. Cue-induced craving among inhalant users: Development and preliminary validation of a visual cue paradigm.

    Science.gov (United States)

    Jain, Shobhit; Dhawan, Anju; Kumaran, S Senthil; Pattanayak, Raman Deep; Jain, Raka

    2017-12-01

    Cue-induced craving is known to be associated with a higher risk of relapse, wherein drug-specific cues become conditioned stimuli, eliciting conditioned responses. Cue-reactivity paradigm are important tools to study psychological responses and functional neuroimaging changes. However, till date, there has been no specific study or a validated paradigm for inhalant cue-induced craving research. The study aimed to develop and validate visual cue stimulus for inhalant cue-associated craving. The first step (picture selection) involved screening and careful selection of 30 cue- and 30 neutral-pictures based on their relevance for naturalistic settings. In the second step (time optimization), a random selection of ten cue-pictures each was presented for 4s, 6s, and 8s to seven adolescent male inhalant users, and pre-post craving response was compared using a Visual Analogue Scale(VAS) for each of the picture and time. In the third step (validation), craving response for each of 30 cue- and 30 neutral-pictures were analysed among 20 adolescent inhalant users. Findings revealed a significant difference in before and after craving response for the cue-pictures, but not neutral-pictures. Using ROC-curve, pictures were arranged in order of craving intensity. Finally, 20 best cue- and 20 neutral-pictures were used for the development of a 480s visual cue paradigm. This is the first study to systematically develop an inhalant cue picture paradigm which can be used as a tool to examine cue induced craving in neurobiological studies. Further research, including its further validation in larger study and diverse samples, is required. Copyright © 2017 Elsevier B.V. All rights reserved.

  6. An attempt to target anxiety sensitivity via cognitive bias modification.

    Science.gov (United States)

    Clerkin, Elise M; Beard, Courtney; Fisher, Christopher R; Schofield, Casey A

    2015-01-01

    Our goals in the present study were to test an adaptation of a Cognitive Bias Modification program to reduce anxiety sensitivity, and to evaluate the causal relationships between interpretation bias of physiological cues, anxiety sensitivity, and anxiety and avoidance associated with interoceptive exposures. Participants with elevated anxiety sensitivity who endorsed having a panic attack or limited symptom attack were randomly assigned to either an Interpretation Modification Program (IMP; n = 33) or a Control (n = 32) condition. During interpretation modification training (via the Word Sentence Association Paradigm), participants read short sentences describing ambiguous panic-relevant physiological and cognitive symptoms and were trained to endorse benign interpretations and reject threatening interpretations associated with these cues. Compared to the Control condition, IMP training successfully increased endorsements of benign interpretations and decreased endorsements of threatening interpretations at visit 2. Although self-reported anxiety sensitivity decreased from pre-selection to visit 1 and from visit 1 to visit 2, the reduction was not larger for the experimental versus control condition. Further, participants in IMP (vs. Control) training did not experience less anxiety and avoidance associated with interoceptive exposures. In fact, there was some evidence that those in the Control condition experienced less avoidance following training. Potential explanations for the null findings, including problems with the benign panic-relevant stimuli and limitations with the control condition, are discussed.

  7. An attempt to target anxiety sensitivity via cognitive bias modification.

    Directory of Open Access Journals (Sweden)

    Elise M Clerkin

    Full Text Available Our goals in the present study were to test an adaptation of a Cognitive Bias Modification program to reduce anxiety sensitivity, and to evaluate the causal relationships between interpretation bias of physiological cues, anxiety sensitivity, and anxiety and avoidance associated with interoceptive exposures. Participants with elevated anxiety sensitivity who endorsed having a panic attack or limited symptom attack were randomly assigned to either an Interpretation Modification Program (IMP; n = 33 or a Control (n = 32 condition. During interpretation modification training (via the Word Sentence Association Paradigm, participants read short sentences describing ambiguous panic-relevant physiological and cognitive symptoms and were trained to endorse benign interpretations and reject threatening interpretations associated with these cues. Compared to the Control condition, IMP training successfully increased endorsements of benign interpretations and decreased endorsements of threatening interpretations at visit 2. Although self-reported anxiety sensitivity decreased from pre-selection to visit 1 and from visit 1 to visit 2, the reduction was not larger for the experimental versus control condition. Further, participants in IMP (vs. Control training did not experience less anxiety and avoidance associated with interoceptive exposures. In fact, there was some evidence that those in the Control condition experienced less avoidance following training. Potential explanations for the null findings, including problems with the benign panic-relevant stimuli and limitations with the control condition, are discussed.

  8. The Influence of Cue Reliability and Cue Representation on Spatial Reorientation in Young Children

    Science.gov (United States)

    Lyons, Ian M.; Huttenlocher, Janellen; Ratliff, Kristin R.

    2014-01-01

    Previous studies of children's reorientation have focused on cue representation (e.g., whether cues are geometric) as a predictor of performance but have not addressed cue reliability (the regularity of the relation between a given cue and an outcome) as a predictor of performance. Here we address both factors within the same series of…

  9. Trans-algorithmic nature of learning in biological systems.

    Science.gov (United States)

    Shimansky, Yury P

    2018-05-02

    Learning ability is a vitally important, distinctive property of biological systems, which provides dynamic stability in non-stationary environments. Although several different types of learning have been successfully modeled using a universal computer, in general, learning cannot be described by an algorithm. In other words, algorithmic approach to describing the functioning of biological systems is not sufficient for adequate grasping of what is life. Since biosystems are parts of the physical world, one might hope that adding some physical mechanisms and principles to the concept of algorithm could provide extra possibilities for describing learning in its full generality. However, a straightforward approach to that through the so-called physical hypercomputation so far has not been successful. Here an alternative approach is proposed. Biosystems are described as achieving enumeration of possible physical compositions though random incremental modifications inflicted on them by active operating resources (AORs) in the environment. Biosystems learn through algorithmic regulation of the intensity of the above modifications according to a specific optimality criterion. From the perspective of external observers, biosystems move in the space of different algorithms driven by random modifications imposed by the environmental AORs. A particular algorithm is only a snapshot of that motion, while the motion itself is essentially trans-algorithmic. In this conceptual framework, death of unfit members of a population, for example, is viewed as a trans-algorithmic modification made in the population as a biosystem by environmental AORs. Numerous examples of AOR utilization in biosystems of different complexity, from viruses to multicellular organisms, are provided.

  10. Predicting Post-Translational Modifications from Local Sequence Fragments Using Machine Learning Algorithms: Overview and Best Practices.

    Science.gov (United States)

    Tatjewski, Marcin; Kierczak, Marcin; Plewczynski, Dariusz

    2017-01-01

    Here, we present two perspectives on the task of predicting post translational modifications (PTMs) from local sequence fragments using machine learning algorithms. The first is the description of the fundamental steps required to construct a PTM predictor from the very beginning. These steps include data gathering, feature extraction, or machine-learning classifier selection. The second part of our work contains the detailed discussion of more advanced problems which are encountered in PTM prediction task. Probably the most challenging issues which we have covered here are: (1) how to address the training data class imbalance problem (we also present statistics describing the problem); (2) how to properly set up cross-validation folds with an approach which takes into account the homology of protein data records, to address this problem we present our folds-over-clusters algorithm; and (3) how to efficiently reach for new sources of learning features. Presented techniques and notes resulted from intense studies in the field, performed by our and other groups, and can be useful both for researchers beginning in the field of PTM prediction and for those who want to extend the repertoire of their research techniques.

  11. A modification of the successive projections algorithm for spectral variable selection in the presence of unknown interferents.

    Science.gov (United States)

    Soares, Sófacles Figueredo Carreiro; Galvão, Roberto Kawakami Harrop; Araújo, Mário César Ugulino; da Silva, Edvan Cirino; Pereira, Claudete Fernandes; de Andrade, Stéfani Iury Evangelista; Leite, Flaviano Carvalho

    2011-03-09

    This work proposes a modification to the successive projections algorithm (SPA) aimed at selecting spectral variables for multiple linear regression (MLR) in the presence of unknown interferents not included in the calibration data set. The modified algorithm favours the selection of variables in which the effect of the interferent is less pronounced. The proposed procedure can be regarded as an adaptive modelling technique, because the spectral features of the samples to be analyzed are considered in the variable selection process. The advantages of this new approach are demonstrated in two analytical problems, namely (1) ultraviolet-visible spectrometric determination of tartrazine, allure red and sunset yellow in aqueous solutions under the interference of erythrosine, and (2) near-infrared spectrometric determination of ethanol in gasoline under the interference of toluene. In these case studies, the performance of conventional MLR-SPA models is substantially degraded by the presence of the interferent. This problem is circumvented by applying the proposed Adaptive MLR-SPA approach, which results in prediction errors smaller than those obtained by three other multivariate calibration techniques, namely stepwise regression, full-spectrum partial-least-squares (PLS) and PLS with variables selected by a genetic algorithm. An inspection of the variable selection results reveals that the Adaptive approach successfully avoids spectral regions in which the interference is more intense. Copyright © 2011 Elsevier B.V. All rights reserved.

  12. Effects of self-relevant cues and cue valence on autobiographical memory specificity in dysphoria.

    Science.gov (United States)

    Matsumoto, Noboru; Mochizuki, Satoshi

    2017-04-01

    Reduced autobiographical memory specificity (rAMS) is a characteristic memory bias observed in depression. To corroborate the capture hypothesis in the CaRFAX (capture and rumination, functional avoidance, executive capacity and control) model, we investigated the effects of self-relevant cues and cue valence on rAMS using an adapted Autobiographical Memory Test conducted with a nonclinical population. Hierarchical linear modelling indicated that the main effects of depression and self-relevant cues elicited rAMS. Moreover, the three-way interaction among valence, self-relevance, and depression scores was significant. A simple slope test revealed that dysphoric participants experienced rAMS in response to highly self-relevant positive cues and low self-relevant negative cues. These results partially supported the capture hypothesis in nonclinical dysphoria. It is important to consider cue valence in future studies examining the capture hypothesis.

  13. Do you hear where I hear?: Isolating the individualized sound localization cues.

    Directory of Open Access Journals (Sweden)

    Griffin David Romigh

    2014-12-01

    Full Text Available It is widely acknowledged that individualized head-related transfer function (HRTF measurements are needed to adequately capture all of the 3D spatial hearing cues. However, many perceptual studies have shown that localization accuracy in the lateral dimension is only minimally decreased by the use of non-individualized head-related transfer functions. This evidence supports the idea that the individualized components of an HRTF could be isolated from those that are more general in nature. In the present study we decomposed the HRTF at each location into average, lateral and intraconic spectral components, along with an ITD in an effort to isolate the sound localization cues that are responsible for the inter-individual differences in localization performance. HRTFs for a given listener were then reconstructed systematically with components that were both individualized and non-individualized in nature, and the effect of each modification was analyzed via a virtual localization test where brief 250-ms noise bursts were rendered with the modified HRTFs. Results indicate that the cues important for individualization of HRTFs are contained almost exclusively in the intraconic portion of the HRTF spectra and localization is only minimally affected by introducing non-individualized cues into the other HRTF components. These results provide new insights into what specific inter-individual differences in head-related acoustical features are most relevant to sound localization, and provide a framework for how future human-machine interfaces might be more effectively generalized and/or individualized.

  14. Modification of Brueschweiler quantum searching algorithm and realization by NMR experiment

    International Nuclear Information System (INIS)

    Yang Xiaodong; Wei Daxiu; Luo Jun; Miao Xijia

    2002-01-01

    In recent years, quantum computing research has made big progress, which exploit quantum mechanical laws, such as interference, superposition and parallelism, to perform computing tasks. The most inducing thing is that the quantum computing can provide large rise to the speedup in quantum algorithm. Quantum computing can solve some problems, which are impossible or difficult for the classical computing. The problem of searching for a specific item in an unsorted database can be solved with certain quantum algorithm, for example, Grover quantum algorithm and Brueschweiler quantum algorithm. The former gives a quadratic speedup, and the latter gives an exponential speedup comparing with the corresponding classical algorithm. In Brueschweiler quantum searching algorithm, the data qubit and the read-out qubit (the ancilla qubit) are different qubits. The authors have studied Brueschweiler algorithm and proposed a modified version, in which no ancilla qubit is needed to reach exponential speedup in the searching, the data and the read-out qubit are the same qubits. The modified Brueschweiler algorithm can be easier to design and realize. The authors also demonstrate the modified Brueschweiler algorithm in a 3-qubit molecular system by Nuclear Magnetic Resonance (NMR) experiment

  15. Multiple reward-cue contingencies favor expectancy over uncertainty in shaping the reward-cue attentional salience.

    Science.gov (United States)

    De Tommaso, Matteo; Mastropasqua, Tommaso; Turatto, Massimo

    2018-01-25

    Reward-predicting cues attract attention because of their motivational value. A debated question regards the conditions under which the cue's attentional salience is governed more by reward expectancy rather than by reward uncertainty. To help shedding light on this relevant issue, here, we manipulated expectancy and uncertainty using three levels of reward-cue contingency, so that, for example, a high level of reward expectancy (p = .8) was compared with the highest level of reward uncertainty (p = .5). In Experiment 1, the best reward-cue during conditioning was preferentially attended in a subsequent visual search task. This result was replicated in Experiment 2, in which the cues were matched in terms of response history. In Experiment 3, we implemented a hybrid procedure consisting of two phases: an omission contingency procedure during conditioning, followed by a visual search task as in the previous experiments. Crucially, during both phases, the reward-cues were never task relevant. Results confirmed that, when multiple reward-cue contingencies are explored by a human observer, expectancy is the major factor controlling both the attentional and the oculomotor salience of the reward-cue.

  16. Perceptual stimulus-A Bayesian-based integration of multi-visual-cue approach and its application

    Institute of Scientific and Technical Information of China (English)

    XUE JianRu; ZHENG NanNing; ZHONG XiaoPin; PING LinJiang

    2008-01-01

    With the view that visual cue could be taken as a kind of stimulus, the study of the mechanism in the visual perception process by using visual cues in their probabilistic representation eventually leads to a class of statistical integration of multiple visual cues (IMVC) methods which have been applied widely in perceptual grouping, video analysis, and other basic problems in computer vision. In this paper, a survey on the basic ideas and recent advances of IMVC methods is presented, and much focus is on the models and algorithms of IMVC for video analysis within the framework of Bayesian estimation. Furthermore, two typical problems in video analysis, robust visual tracking and "switching problem" in multi-target tracking (MTT) are taken as test beds to verify a series of Bayesian-based IMVC methods proposed by the authors. Furthermore, the relations between the statistical IMVC and the visual per-ception process, as well as potential future research work for IMVC, are discussed.

  17. Binaural noise reduction via cue-preserving MMSE filter and adaptive-blocking-based noise PSD estimation

    Science.gov (United States)

    Azarpour, Masoumeh; Enzner, Gerald

    2017-12-01

    Binaural noise reduction, with applications for instance in hearing aids, has been a very significant challenge. This task relates to the optimal utilization of the available microphone signals for the estimation of the ambient noise characteristics and for the optimal filtering algorithm to separate the desired speech from the noise. The additional requirements of low computational complexity and low latency further complicate the design. A particular challenge results from the desired reconstruction of binaural speech input with spatial cue preservation. The latter essentially diminishes the utility of multiple-input/single-output filter-and-sum techniques such as beamforming. In this paper, we propose a comprehensive and effective signal processing configuration with which most of the aforementioned criteria can be met suitably. This relates especially to the requirement of efficient online adaptive processing for noise estimation and optimal filtering while preserving the binaural cues. Regarding noise estimation, we consider three different architectures: interaural (ITF), cross-relation (CR), and principal-component (PCA) target blocking. An objective comparison with two other noise PSD estimation algorithms demonstrates the superiority of the blocking-based noise estimators, especially the CR-based and ITF-based blocking architectures. Moreover, we present a new noise reduction filter based on minimum mean-square error (MMSE), which belongs to the class of common gain filters, hence being rigorous in terms of spatial cue preservation but also efficient and competitive for the acoustic noise reduction task. A formal real-time subjective listening test procedure is also developed in this paper. The proposed listening test enables a real-time assessment of the proposed computationally efficient noise reduction algorithms in a realistic acoustic environment, e.g., considering time-varying room impulse responses and the Lombard effect. The listening test outcome

  18. Cross-modal cueing in audiovisual spatial attention

    DEFF Research Database (Denmark)

    Blurton, Steven Paul; Greenlee, Mark W.; Gondan, Matthias

    2015-01-01

    effects have been reported for endogenous visual cues while exogenous cues seem to be mostly ineffective. In three experiments, we investigated cueing effects on the processing of audiovisual signals. In Experiment 1 we used endogenous cues to investigate their effect on the detection of auditory, visual......, and audiovisual targets presented with onset asynchrony. Consistent cueing effects were found in all target conditions. In Experiment 2 we used exogenous cues and found cueing effects only for visual target detection, but not auditory target detection. In Experiment 3 we used predictive exogenous cues to examine...

  19. Effect of pictorial depth cues, binocular disparity cues and motion parallax depth cues on lightness perception in three-dimensional virtual scenes.

    Directory of Open Access Journals (Sweden)

    Michiteru Kitazaki

    2008-09-01

    Full Text Available Surface lightness perception is affected by scene interpretation. There is some experimental evidence that perceived lightness under bi-ocular viewing conditions is different from perceived lightness in actual scenes but there are also reports that viewing conditions have little or no effect on perceived color. We investigated how mixes of depth cues affect perception of lightness in three-dimensional rendered scenes containing strong gradients of illumination in depth.Observers viewed a virtual room (4 m width x 5 m height x 17.5 m depth with checkerboard walls and floor. In four conditions, the room was presented with or without binocular disparity (BD depth cues and with or without motion parallax (MP depth cues. In all conditions, observers were asked to adjust the luminance of a comparison surface to match the lightness of test surfaces placed at seven different depths (8.5-17.5 m in the scene. We estimated lightness versus depth profiles in all four depth cue conditions. Even when observers had only pictorial depth cues (no MP, no BD, they partially but significantly discounted the illumination gradient in judging lightness. Adding either MP or BD led to significantly greater discounting and both cues together produced the greatest discounting. The effects of MP and BD were approximately additive. BD had greater influence at near distances than far.These results suggest the surface lightness perception is modulated by three-dimensional perception/interpretation using pictorial, binocular-disparity, and motion-parallax cues additively. We propose a two-stage (2D and 3D processing model for lightness perception.

  20. Preconditioning of Spatial and Auditory Cues: Roles of the Hippocampus, Frontal Cortex, and Cue-Directed Attention

    Directory of Open Access Journals (Sweden)

    Andrew C. Talk

    2016-12-01

    Full Text Available Loss of function of the hippocampus or frontal cortex is associated with reduced performance on memory tasks, in which subjects are incidentally exposed to cues at specific places in the environment and are subsequently asked to recollect the location at which the cue was experienced. Here, we examined the roles of the rodent hippocampus and frontal cortex in cue-directed attention during encoding of memory for the location of a single incidentally experienced cue. During a spatial sensory preconditioning task, rats explored an elevated platform while an auditory cue was incidentally presented at one corner. The opposite corner acted as an unpaired control location. The rats demonstrated recollection of location by avoiding the paired corner after the auditory cue was in turn paired with shock. Damage to either the dorsal hippocampus or the frontal cortex impaired this memory ability. However, we also found that hippocampal lesions enhanced attention directed towards the cue during the encoding phase, while frontal cortical lesions reduced cue-directed attention. These results suggest that the deficit in spatial sensory preconditioning caused by frontal cortical damage may be mediated by inattention to the location of cues during the latent encoding phase, while deficits following hippocampal damage must be related to other mechanisms such as generation of neural plasticity.

  1. Preconditioning of Spatial and Auditory Cues: Roles of the Hippocampus, Frontal Cortex, and Cue-Directed Attention

    Science.gov (United States)

    Talk, Andrew C.; Grasby, Katrina L.; Rawson, Tim; Ebejer, Jane L.

    2016-01-01

    Loss of function of the hippocampus or frontal cortex is associated with reduced performance on memory tasks, in which subjects are incidentally exposed to cues at specific places in the environment and are subsequently asked to recollect the location at which the cue was experienced. Here, we examined the roles of the rodent hippocampus and frontal cortex in cue-directed attention during encoding of memory for the location of a single incidentally experienced cue. During a spatial sensory preconditioning task, rats explored an elevated platform while an auditory cue was incidentally presented at one corner. The opposite corner acted as an unpaired control location. The rats demonstrated recollection of location by avoiding the paired corner after the auditory cue was in turn paired with shock. Damage to either the dorsal hippocampus or the frontal cortex impaired this memory ability. However, we also found that hippocampal lesions enhanced attention directed towards the cue during the encoding phase, while frontal cortical lesions reduced cue-directed attention. These results suggest that the deficit in spatial sensory preconditioning caused by frontal cortical damage may be mediated by inattention to the location of cues during the latent encoding phase, while deficits following hippocampal damage must be related to other mechanisms such as generation of neural plasticity. PMID:27999366

  2. Grasp cueing and joint attention.

    Science.gov (United States)

    Tschentscher, Nadja; Fischer, Martin H

    2008-10-01

    We studied how two different hand posture cues affect joint attention in normal observers. Visual targets appeared over lateralized objects, with different delays after centrally presented hand postures. Attention was cued by either hand direction or the congruency between hand aperture and object size. Participants pressed a button when they detected a target. Direction cues alone facilitated target detection following short delays but aperture cues alone were ineffective. In contrast, when hand postures combined direction and aperture cues, aperture congruency effects without directional congruency effects emerged and persisted, but only for power grips. These results suggest that parallel parameter specification makes joint attention mechanisms exquisitely sensitive to the timing and content of contextual cues.

  3. Evaluating the effects of delivering integrated kinesthetic and tactile cues to individuals with unilateral hemiparetic stroke during overground walking.

    Science.gov (United States)

    Afzal, Muhammad Raheel; Pyo, Sanghun; Oh, Min-Kyun; Park, Young Sook; Yoon, Jungwon

    2018-04-16

    Integration of kinesthetic and tactile cues for application to post-stroke gait rehabilitation is a novel concept which needs to be explored. The combined provision of haptic cues may result in collective improvement of gait parameters such as symmetry, balance and muscle activation patterns. Our proposed integrated cue system can offer a cost-effective and voluntary gait training experience for rehabilitation of subjects with unilateral hemiparetic stroke. Ten post-stroke ambulatory subjects participated in a 10 m walking trial while utilizing the haptic cues (either alone or integrated application), at their preferred and increased gait speeds. In the system a haptic cane device (HCD) provided kinesthetic perception and a vibrotactile feedback device (VFD) provided tactile cue on the paretic leg for gait modification. Balance, gait symmetry and muscle activity were analyzed to identify the benefits of utilizing the proposed system. When using kinesthetic cues, either alone or integrated with a tactile cue, an increase in the percentage of non-paretic peak activity in the paretic muscles was observed at the preferred gait speed (vastus medialis obliquus: p kinesthetic cue, at their preferred gait speed (p <  0.001, partial η 2  = 0.702). When combining haptic cues, the subjects walked at their preferred gait speed with increased temporal stance symmetry and paretic muscle activity affecting their balance. Similar improvements were observed at higher gait speeds. The efficacy of the proposed system is influenced by gait speed. Improvements were observed at a 20% increased gait speed, whereas, a plateau effect was observed at a 40% increased gait speed. These results imply that integration of haptic cues may benefit post-stroke gait rehabilitation by inducing simultaneous improvements in gait symmetry and muscle activity.

  4. Initial test results of the Omron face cue entry system at the University of Missouri-Rolla Reactor

    International Nuclear Information System (INIS)

    Tokuhiro, Akira T.; Vaughn, Brian J.

    2004-01-01

    The University of Missouri-Rolla Reactor facility is testing, in collaboration with Omron Transaction Systems, Inc., the Omron Face Cue facial recognition system for access control to its restricted area. The installation of this system is the first of its kind at a security-relevant facility in the U.S. and within the research reactor community. The Face Cue is an on-demand device based on facial recognition and storage technology. The image processing methodology is as follows: (1) facial position detection, (2) background elimination, (3) facial features discrimination via application of a wavelet transform. The extracted facial feature values are compared to the data archived in its database and access is provided upon meeting the authorization criteria. The current test phase consisted of assessing the functionality of the Face Cue during daily use and in terms of its robustness (flexibility) as a function of the following physical parameters: (1) subject's distance away from the Face Cue, (2) ambient lighting conditions, (3) subject's facial orientation, (4) subject's facial expression and (5) peripheral facial features/modifications. The system has operated at nearly 100% reliability during several test intervals with approximately 7,000 entry attempts to date. (author)

  5. Impact of DCS-facilitated cue exposure therapy on brain activation to cocaine cues in cocaine dependence.

    Science.gov (United States)

    Prisciandaro, James J; Myrick, Hugh; Henderson, Scott; McRae-Clark, Aimee L; Santa Ana, Elizabeth J; Saladin, Michael E; Brady, Kathleen T

    2013-09-01

    The development of addiction is marked by a pathological associative learning process that imbues incentive salience to stimuli associated with drug use. Recent efforts to treat addiction have targeted this learning process using cue exposure therapy augmented with d-cycloserine (DCS), a glutamatergic agent hypothesized to enhance extinction learning. To better understand the impact of DCS-facilitated extinction on neural reactivity to drug cues, the present study reports fMRI findings from a randomized, double-blind, placebo-controlled trial of DCS-facilitated cue exposure for cocaine dependence. Twenty-five participants completed two MRI sessions (before and after intervention), with a cocaine-cue reactivity fMRI task. The intervention consisted of 50mg of DCS or placebo, combined with two sessions of cocaine cue exposure and skills training. Participants demonstrated cocaine cue activation in a variety of brain regions at baseline. From the pre- to post-study scan, participants experienced decreased activation to cues in a number of regions (e.g., accumbens, caudate, frontal poles). Unexpectedly, placebo participants experienced decreases in activation to cues in the left angular and middle temporal gyri and the lateral occipital cortex, while DCS participants did not. Three trials of DCS-facilitated cue exposure therapy for cocaine dependence have found that DCS either increases or does not significantly impact response to cocaine cues. The present study adds to this literature by demonstrating that DCS may prevent extinction to cocaine cues in temporal and occipital brain regions. Although consistent with past research, results from the present study should be considered preliminary until replicated in larger samples. Copyright © 2013 Elsevier Ireland Ltd. All rights reserved.

  6. Cue integration vs. exemplar-based reasoning in multi-attribute decisions from memory: A matter of cue representation

    OpenAIRE

    Arndt Broeder; Ben R. Newell; Christine Platzer

    2010-01-01

    Inferences about target variables can be achieved by deliberate integration of probabilistic cues or by retrieving similar cue-patterns (exemplars) from memory. In tasks with cue information presented in on-screen displays, rule-based strategies tend to dominate unless the abstraction of cue-target relations is unfeasible. This dominance has also been demonstrated --- surprisingly --- in experiments that demanded the retrieval of cue values from memory (M. Persson \\& J. Rieskamp, 2009). In th...

  7. Modified Clipped LMS Algorithm

    Directory of Open Access Journals (Sweden)

    Lotfizad Mojtaba

    2005-01-01

    Full Text Available Abstract A new algorithm is proposed for updating the weights of an adaptive filter. The proposed algorithm is a modification of an existing method, namely, the clipped LMS, and uses a three-level quantization ( scheme that involves the threshold clipping of the input signals in the filter weight update formula. Mathematical analysis shows the convergence of the filter weights to the optimum Wiener filter weights. Also, it can be proved that the proposed modified clipped LMS (MCLMS algorithm has better tracking than the LMS algorithm. In addition, this algorithm has reduced computational complexity relative to the unmodified one. By using a suitable threshold, it is possible to increase the tracking capability of the MCLMS algorithm compared to the LMS algorithm, but this causes slower convergence. Computer simulations confirm the mathematical analysis presented.

  8. Instance-specific algorithm configuration

    CERN Document Server

    Malitsky, Yuri

    2014-01-01

    This book presents a modular and expandable technique in the rapidly emerging research area of automatic configuration and selection of the best algorithm for the instance at hand. The author presents the basic model behind ISAC and then details a number of modifications and practical applications. In particular, he addresses automated feature generation, offline algorithm configuration for portfolio generation, algorithm selection, adaptive solvers, online tuning, and parallelization.    The author's related thesis was honorably mentioned (runner-up) for the ACP Dissertation Award in 2014,

  9. Modification of MSDR algorithm and ITS implementation on graph clustering

    Science.gov (United States)

    Prastiwi, D.; Sugeng, K. A.; Siswantining, T.

    2017-07-01

    Maximum Standard Deviation Reduction (MSDR) is a graph clustering algorithm to minimize the distance variation within a cluster. In this paper we propose a modified MSDR by replacing one technical step in MSDR which uses polynomial regression, with a new and simpler step. This leads to our new algorithm called Modified MSDR (MMSDR). We implement the new algorithm to separate a domestic flight network of an Indonesian airline into two large clusters. Further analysis allows us to discover a weak link in the network, which should be improved by adding more flights.

  10. An Eye Tracking Comparison of External Pointing Cues and Internal Continuous Cues in Learning with Complex Animations

    Science.gov (United States)

    Boucheix, Jean-Michel; Lowe, Richard K.

    2010-01-01

    Two experiments used eye tracking to investigate a novel cueing approach for directing learner attention to low salience, high relevance aspects of a complex animation. In the first experiment, comprehension of a piano mechanism animation containing spreading-colour cues was compared with comprehension obtained with arrow cues or no cues. Eye…

  11. Introspective responses to cues and motivation to reduce cigarette smoking influence state and behavioral responses to cue exposure.

    Science.gov (United States)

    Veilleux, Jennifer C; Skinner, Kayla D

    2016-09-01

    In the current study, we aimed to extend smoking cue-reactivity research by evaluating delay discounting as an outcome of cigarette cue exposure. We also separated introspection in response to cues (e.g., self-reporting craving and affect) from cue exposure alone, to determine if introspection changes behavioral responses to cigarette cues. Finally, we included measures of quit motivation and resistance to smoking to assess motivational influences on cue exposure. Smokers were invited to participate in an online cue-reactivity study. Participants were randomly assigned to view smoking images or neutral images, and were randomized to respond to cues with either craving and affect questions (e.g., introspection) or filler questions. Following cue exposure, participants completed a delay discounting task and then reported state affect, craving, and resistance to smoking, as well as an assessment of quit motivation. We found that after controlling for trait impulsivity, participants who introspected on craving and affect showed higher delay discounting, irrespective of cue type, but we found no effect of response condition on subsequent craving (e.g., craving reactivity). We also found that motivation to quit interacted with experimental conditions to predict state craving and state resistance to smoking. Although asking about craving during cue exposure did not increase later craving, it resulted in greater delaying of discounted rewards. Overall, our findings suggest the need to further assess the implications of introspection and motivation on behavioral outcomes of cue exposure. Copyright © 2016 Elsevier Ltd. All rights reserved.

  12. Effects of cue-exposure treatment on neural cue reactivity in alcohol dependence: a randomized trial.

    Science.gov (United States)

    Vollstädt-Klein, Sabine; Loeber, Sabine; Kirsch, Martina; Bach, Patrick; Richter, Anne; Bühler, Mira; von der Goltz, Christoph; Hermann, Derik; Mann, Karl; Kiefer, Falk

    2011-06-01

    In alcohol-dependent patients, alcohol-associated cues elicit brain activation in mesocorticolimbic networks involved in relapse mechanisms. Cue-exposure based extinction training (CET) has been shown to be efficacious in the treatment of alcoholism; however, it has remained unexplored whether CET mediates its therapeutic effects via changes of activity in mesolimbic networks in response to alcohol cues. In this study, we assessed CET treatment effects on cue-induced responses using functional magnetic resonance imaging (fMRI). In a randomized controlled trial, abstinent alcohol-dependent patients were randomly assigned to a CET group (n = 15) or a control group (n = 15). All patients underwent an extended detoxification treatment comprising medically supervised detoxification, health education, and supportive therapy. The CET patients additionally received nine CET sessions over 3 weeks, exposing the patient to his/her preferred alcoholic beverage. Cue-induced fMRI activation to alcohol cues was measured at pretreatment and posttreatment. Compared with pretreatment, fMRI cue-reactivity reduction was greater in the CET relative to the control group, especially in the anterior cingulate gyrus and the insula, as well as limbic and frontal regions. Before treatment, increased cue-induced fMRI activation was found in limbic and reward-related brain regions and in visual areas. After treatment, the CET group showed less activation than the control group in the left ventral striatum. The study provides first evidence that an exposure-based psychotherapeutic intervention in the treatment of alcoholism impacts on brain areas relevant for addiction memory and attentional focus to alcohol-associated cues and affects mesocorticolimbic reward pathways suggested to be pathophysiologically involved in addiction. Copyright © 2011 Society of Biological Psychiatry. Published by Elsevier Inc. All rights reserved.

  13. Global Repetition Influences Contextual Cueing

    Science.gov (United States)

    Zang, Xuelian; Zinchenko, Artyom; Jia, Lina; Li, Hong

    2018-01-01

    Our visual system has a striking ability to improve visual search based on the learning of repeated ambient regularities, an effect named contextual cueing. Whereas most of the previous studies investigated contextual cueing effect with the same number of repeated and non-repeated search displays per block, the current study focused on whether a global repetition frequency formed by different presentation ratios between the repeated and non-repeated configurations influence contextual cueing effect. Specifically, the number of repeated and non-repeated displays presented in each block was manipulated: 12:12, 20:4, 4:20, and 4:4 in Experiments 1–4, respectively. The results revealed a significant contextual cueing effect when the global repetition frequency is high (≥1:1 ratio) in Experiments 1, 2, and 4, given that processing of repeated displays was expedited relative to non-repeated displays. Nevertheless, the contextual cueing effect reduced to a non-significant level when the repetition frequency reduced to 4:20 in Experiment 3. These results suggested that the presentation frequency of repeated relative to the non-repeated displays could influence the strength of contextual cueing. In other words, global repetition statistics could be a crucial factor to mediate contextual cueing effect. PMID:29636716

  14. A psychophysical imaging method evidencing auditory cue extraction during speech perception: a group analysis of auditory classification images.

    Science.gov (United States)

    Varnet, Léo; Knoblauch, Kenneth; Serniclaes, Willy; Meunier, Fanny; Hoen, Michel

    2015-01-01

    Although there is a large consensus regarding the involvement of specific acoustic cues in speech perception, the precise mechanisms underlying the transformation from continuous acoustical properties into discrete perceptual units remains undetermined. This gap in knowledge is partially due to the lack of a turnkey solution for isolating critical speech cues from natural stimuli. In this paper, we describe a psychoacoustic imaging method known as the Auditory Classification Image technique that allows experimenters to estimate the relative importance of time-frequency regions in categorizing natural speech utterances in noise. Importantly, this technique enables the testing of hypotheses on the listening strategies of participants at the group level. We exemplify this approach by identifying the acoustic cues involved in da/ga categorization with two phonetic contexts, Al- or Ar-. The application of Auditory Classification Images to our group of 16 participants revealed significant critical regions on the second and third formant onsets, as predicted by the literature, as well as an unexpected temporal cue on the first formant. Finally, through a cluster-based nonparametric test, we demonstrate that this method is sufficiently sensitive to detect fine modifications of the classification strategies between different utterances of the same phoneme.

  15. ALGORITHMS FOR IDENTIFICATION OF CUES WITH AUTHORS’ TEXT INSERTIONS IN BELARUSIAN ELECTRONIC BOOKS

    Directory of Open Access Journals (Sweden)

    Y. S. Hetsevich

    2014-01-01

    Full Text Available The main stages of algorithms for characters’ gender identification in Belarusian electronic texts are described. The algorithms are based on punctuation marking and gender indicators detection, such as past tense verbs and nouns with gender attributes. For indicators, special dictionaries are developed, thus making the algorithms more language-independent and allowing to create dictionaries for cognate languages. Testing showed the following results: the mean harmonic quantity for masculine gender detection makes up 92,2 %, and for feminine gender detection – 90,4%.

  16. Compound cueing in free recall

    Science.gov (United States)

    Lohnas, Lynn J.; Kahana, Michael J.

    2013-01-01

    According to the retrieved context theory of episodic memory, the cue for recall of an item is a weighted sum of recently activated cognitive states, including previously recalled and studied items as well as their associations. We show that this theory predicts there should be compound cueing in free recall. Specifically, the temporal contiguity effect should be greater when the two most recently recalled items were studied in contiguous list positions. A meta-analysis of published free recall experiments demonstrates evidence for compound cueing in both conditional response probabilities and inter-response times. To help rule out a rehearsal-based account of these compound cueing effects, we conducted an experiment with immediate, delayed and continual-distractor free recall conditions. Consistent with retrieved context theory but not with a rehearsal-based account, compound cueing was present in all conditions, and was not significantly influenced by the presence of interitem distractors. PMID:23957364

  17. Visible propagation from invisible exogenous cueing.

    Science.gov (United States)

    Lin, Zhicheng; Murray, Scott O

    2013-09-20

    Perception and performance is affected not just by what we see but also by what we do not see-inputs that escape our awareness. While conscious processing and unconscious processing have been assumed to be separate and independent, here we report the propagation of unconscious exogenous cueing as determined by conscious motion perception. In a paradigm combining masked exogenous cueing and apparent motion, we show that, when an onset cue was rendered invisible, the unconscious exogenous cueing effect traveled, manifesting at uncued locations (4° apart) in accordance with conscious perception of visual motion; the effect diminished when the cue-to-target distance was 8° apart. In contrast, conscious exogenous cueing manifested in both distances. Further evidence reveals that the unconscious and conscious nonretinotopic effects could not be explained by an attentional gradient, nor by bottom-up, energy-based motion mechanisms, but rather they were subserved by top-down, tracking-based motion mechanisms. We thus term these effects mobile cueing. Taken together, unconscious mobile cueing effects (a) demonstrate a previously unknown degree of flexibility of unconscious exogenous attention; (b) embody a simultaneous dissociation and association of attention and consciousness, in which exogenous attention can occur without cue awareness ("dissociation"), yet at the same time its effect is contingent on conscious motion tracking ("association"); and (c) underscore the interaction of conscious and unconscious processing, providing evidence for an unconscious effect that is not automatic but controlled.

  18. The (unclear effects of invalid retro-cues.

    Directory of Open Access Journals (Sweden)

    Marcel eGressmann

    2016-03-01

    Full Text Available Studies with the retro-cue paradigm have shown that validly cueing objects in visual working memory long after encoding can still benefit performance on subsequent change detection tasks. With regard to the effects of invalid cues, the literature is less clear. Some studies reported costs, others did not. We here revisit two recent studies that made interesting suggestions concerning invalid retro-cues: One study suggested that costs only occur for larger set sizes, and another study suggested that inclusion of invalid retro-cues diminishes the retro-cue benefit. New data from one experiment and a reanalysis of published data are provided to address these conclusions. The new data clearly show costs (and benefits that were independent of set size, and the reanalysis suggests no influence of the inclusion of invalid retro-cues on the retro-cue benefit. Thus, previous interpretations may be taken with some caution at present.

  19. Driver Distraction Using Visual-Based Sensors and Algorithms.

    Science.gov (United States)

    Fernández, Alberto; Usamentiaga, Rubén; Carús, Juan Luis; Casado, Rubén

    2016-10-28

    Driver distraction, defined as the diversion of attention away from activities critical for safe driving toward a competing activity, is increasingly recognized as a significant source of injuries and fatalities on the roadway. Additionally, the trend towards increasing the use of in-vehicle information systems is critical because they induce visual, biomechanical and cognitive distraction and may affect driving performance in qualitatively different ways. Non-intrusive methods are strongly preferred for monitoring distraction, and vision-based systems have appeared to be attractive for both drivers and researchers. Biomechanical, visual and cognitive distractions are the most commonly detected types in video-based algorithms. Many distraction detection systems only use a single visual cue and therefore, they may be easily disturbed when occlusion or illumination changes appear. Moreover, the combination of these visual cues is a key and challenging aspect in the development of robust distraction detection systems. These visual cues can be extracted mainly by using face monitoring systems but they should be completed with more visual cues (e.g., hands or body information) or even, distraction detection from specific actions (e.g., phone usage). Additionally, these algorithms should be included in an embedded device or system inside a car. This is not a trivial task and several requirements must be taken into account: reliability, real-time performance, low cost, small size, low power consumption, flexibility and short time-to-market. The key points for the development and implementation of sensors to carry out the detection of distraction will also be reviewed. This paper shows a review of the role of computer vision technology applied to the development of monitoring systems to detect distraction. Some key points considered as both future work and challenges ahead yet to be solved will also be addressed.

  20. Driver Distraction Using Visual-Based Sensors and Algorithms

    Directory of Open Access Journals (Sweden)

    Alberto Fernández

    2016-10-01

    Full Text Available Driver distraction, defined as the diversion of attention away from activities critical for safe driving toward a competing activity, is increasingly recognized as a significant source of injuries and fatalities on the roadway. Additionally, the trend towards increasing the use of in-vehicle information systems is critical because they induce visual, biomechanical and cognitive distraction and may affect driving performance in qualitatively different ways. Non-intrusive methods are strongly preferred for monitoring distraction, and vision-based systems have appeared to be attractive for both drivers and researchers. Biomechanical, visual and cognitive distractions are the most commonly detected types in video-based algorithms. Many distraction detection systems only use a single visual cue and therefore, they may be easily disturbed when occlusion or illumination changes appear. Moreover, the combination of these visual cues is a key and challenging aspect in the development of robust distraction detection systems. These visual cues can be extracted mainly by using face monitoring systems but they should be completed with more visual cues (e.g., hands or body information or even, distraction detection from specific actions (e.g., phone usage. Additionally, these algorithms should be included in an embedded device or system inside a car. This is not a trivial task and several requirements must be taken into account: reliability, real-time performance, low cost, small size, low power consumption, flexibility and short time-to-market. The key points for the development and implementation of sensors to carry out the detection of distraction will also be reviewed. This paper shows a review of the role of computer vision technology applied to the development of monitoring systems to detect distraction. Some key points considered as both future work and challenges ahead yet to be solved will also be addressed.

  1. Modulation of auditory spatial attention by visual emotional cues: differential effects of attentional engagement and disengagement for pleasant and unpleasant cues.

    Science.gov (United States)

    Harrison, Neil R; Woodhouse, Rob

    2016-05-01

    Previous research has demonstrated that threatening, compared to neutral pictures, can bias attention towards non-emotional auditory targets. Here we investigated which subcomponents of attention contributed to the influence of emotional visual stimuli on auditory spatial attention. Participants indicated the location of an auditory target, after brief (250 ms) presentation of a spatially non-predictive peripheral visual cue. Responses to targets were faster at the location of the preceding visual cue, compared to at the opposite location (cue validity effect). The cue validity effect was larger for targets following pleasant and unpleasant cues compared to neutral cues, for right-sided targets. For unpleasant cues, the crossmodal cue validity effect was driven by delayed attentional disengagement, and for pleasant cues, it was driven by enhanced engagement. We conclude that both pleasant and unpleasant visual cues influence the distribution of attention across modalities and that the associated attentional mechanisms depend on the valence of the visual cue.

  2. Investigating MCTS Modifications in General Video Game Playing

    DEFF Research Database (Denmark)

    Frydenberg, Frederik; Andersen, Kasper; Risi, Sebastian

    2015-01-01

    -style video games. This paper investigates of how well these modifications perform in general video game playing using the general video game AI (GVG-AI) framework and introduces a new MCTS modification called UCT reverse penalty that penalizes the MCTS controller for exploring recently visited children......While Monte Carlo tree search (MCTS) methods have shown promise in a variety of different board games, more complex video games still present significant challenges. Recently, several modifications to the core MCTS algorithm have been proposed with the hope to increase its effectiveness on arcade....... The results of our experiments show that a combination of two MCTS modifications can improve the performance of the vanilla MCTS controller, but the effectiveness of the modifications highly depends on the particular game being played....

  3. ASAS modification of the Berlin algorithm for diagnosing axial spondyloarthritis: results from the SPondyloArthritis Caught Early (SPACE)-cohort and from the Assessment of SpondyloArthritis international Society (ASAS)-cohort

    NARCIS (Netherlands)

    van den Berg, Rosaline; de Hooge, Manouk; Rudwaleit, Martin; Sieper, Joachim; van Gaalen, Floris; Reijnierse, Monique; Landewé, Robert; Huizinga, Tom; van der Heijde, Désirée

    2013-01-01

    Objective To compare the original Berlin algorithm for diagnosing axial Spondyloarthritis (axSpA) with two modifications in the SPondyloArthritis Caught Early (SPACE)-cohort and the Assessment of SpondyloArthritis international Society (ASAS) axSpA criteria validation (ASAS)-cohort. Methods Patients

  4. Counterbalancing in smoking cue research: a critical analysis.

    Science.gov (United States)

    Sayette, Michael A; Griffin, Kasey M; Sayers, W Michael

    2010-11-01

    Cue exposure research has been used to examine key issues in smoking research, such as predicting relapse, testing new medications, investigating the neurobiology of nicotine dependence, and examining reactivity among smokers with comorbid psychopathologies. Determining the order that cues are presented is one of the most critical steps in the design of these investigations. It is widely assumed that cue exposure studies should counterbalance the order in which smoking and control (neutral) cues are presented. This article examines the premises underlying the use of counterbalancing in experimental research, and it evaluates the degree to which counterbalancing is appropriate in smoking cue exposure studies. We reviewed the available literature on the use of counterbalancing techniques in human smoking cue exposure research. Many studies counterbalancing order of cues have not provided critical analyses to determine whether this approach was appropriate. Studies that have reported relevant data, however, suggest that order of cue presentation interacts with type of cue (smoking vs. control), which raises concerns about the utility of counterbalancing. Primarily, this concern arises from potential carryover effects, in which exposure to smoking cues affects subsequent responding to neutral cues. Cue type by order of cue interactions may compromise the utility of counterbalancing. Unfortunately, there is no obvious alternative that is optimal across studies. Strengths and limitations of several alternative designs are considered, and key questions are identified to advance understanding of the optimal conditions for conducting smoking cue exposure studies.

  5. Counterbalancing in Smoking Cue Research: A Critical Analysis

    Science.gov (United States)

    Griffin, Kasey M.; Sayers, W. Michael

    2010-01-01

    Introduction: Cue exposure research has been used to examine key issues in smoking research, such as predicting relapse, testing new medications, investigating the neurobiology of nicotine dependence, and examining reactivity among smokers with comorbid psychopathologies. Determining the order that cues are presented is one of the most critical steps in the design of these investigations. It is widely assumed that cue exposure studies should counterbalance the order in which smoking and control (neutral) cues are presented. This article examines the premises underlying the use of counterbalancing in experimental research, and it evaluates the degree to which counterbalancing is appropriate in smoking cue exposure studies. Methods: We reviewed the available literature on the use of counterbalancing techniques in human smoking cue exposure research. Results: Many studies counterbalancing order of cues have not provided critical analyses to determine whether this approach was appropriate. Studies that have reported relevant data, however, suggest that order of cue presentation interacts with type of cue (smoking vs. control), which raises concerns about the utility of counterbalancing. Primarily, this concern arises from potential carryover effects, in which exposure to smoking cues affects subsequent responding to neutral cues. Conclusions: Cue type by order of cue interactions may compromise the utility of counterbalancing. Unfortunately, there is no obvious alternative that is optimal across studies. Strengths and limitations of several alternative designs are considered, and key questions are identified to advance understanding of the optimal conditions for conducting smoking cue exposure studies. PMID:20884695

  6. Neurofeedback of visual food cue reactivity: a potential avenue to alter incentive sensitization and craving.

    Science.gov (United States)

    Ihssen, Niklas; Sokunbi, Moses O; Lawrence, Andrew D; Lawrence, Natalia S; Linden, David E J

    2017-06-01

    FMRI-based neurofeedback transforms functional brain activation in real-time into sensory stimuli that participants can use to self-regulate brain responses, which can aid the modification of mental states and behavior. Emerging evidence supports the clinical utility of neurofeedback-guided up-regulation of hypoactive networks. In contrast, down-regulation of hyperactive neural circuits appears more difficult to achieve. There are conditions though, in which down-regulation would be clinically useful, including dysfunctional motivational states elicited by salient reward cues, such as food or drug craving. In this proof-of-concept study, 10 healthy females (mean age = 21.40 years, mean BMI = 23.53) who had fasted for 4 h underwent a novel 'motivational neurofeedback' training in which they learned to down-regulate brain activation during exposure to appetitive food pictures. FMRI feedback was given from individually determined target areas and through decreases/increases in food picture size, thus providing salient motivational consequences in terms of cue approach/avoidance. Our preliminary findings suggest that motivational neurofeedback is associated with functionally specific activation decreases in diverse cortical/subcortical regions, including key motivational areas. There was also preliminary evidence for a reduction of hunger after neurofeedback and an association between down-regulation success and the degree of hunger reduction. Decreasing neural cue responses by motivational neurofeedback may provide a useful extension of existing behavioral methods that aim to modulate cue reactivity. Our pilot findings indicate that reduction of neural cue reactivity is not achieved by top-down regulation but arises in a bottom-up manner, possibly through implicit operant shaping of target area activity.

  7. Extinction and renewal of cue-elicited reward-seeking.

    Science.gov (United States)

    Bezzina, Louise; Lee, Jessica C; Lovibond, Peter F; Colagiuri, Ben

    2016-12-01

    Reward cues can contribute to overconsumption of food and drugs and can relapse. The failure of exposure therapies to reduce overconsumption and relapse is generally attributed to the context-specificity of extinction. However, no previous study has examined whether cue-elicited reward-seeking (as opposed to cue-reactivity) is sensitive to context renewal. We tested this possibility in 160 healthy volunteers using a Pavlovian-instrumental transfer (PIT) design involving voluntary responding for a high value natural reward (chocolate). One reward cue underwent Pavlovian extinction in the same (Group AAA) or different context (Group ABA) to all other phases. This cue was compared with a second non-extinguished reward cue and an unpaired control cue. There was a significant overall PIT effect with both reward cues eliciting reward-seeking on test relative to the unpaired cue. Pavlovian extinction substantially reduced this effect, with the extinguished reward cue eliciting less reward-seeking than the non-extinguished reward cue. Most interestingly, extinction of cue-elicited reward-seeking was sensitive to renewal, with extinction less effective for reducing PIT when conducted in a different context. These findings have important implications for extinction-based interventions for reducing maladaptive reward-seeking in practice. Copyright © 2016 Elsevier Ltd. All rights reserved.

  8. Interaction between scene-based and array-based contextual cueing.

    Science.gov (United States)

    Rosenbaum, Gail M; Jiang, Yuhong V

    2013-07-01

    Contextual cueing refers to the cueing of spatial attention by repeated spatial context. Previous studies have demonstrated distinctive properties of contextual cueing by background scenes and by an array of search items. Whereas scene-based contextual cueing reflects explicit learning of the scene-target association, array-based contextual cueing is supported primarily by implicit learning. In this study, we investigated the interaction between scene-based and array-based contextual cueing. Participants searched for a target that was predicted by both the background scene and the locations of distractor items. We tested three possible patterns of interaction: (1) The scene and the array could be learned independently, in which case cueing should be expressed even when only one cue was preserved; (2) the scene and array could be learned jointly, in which case cueing should occur only when both cues were preserved; (3) overshadowing might occur, in which case learning of the stronger cue should preclude learning of the weaker cue. In several experiments, we manipulated the nature of the contextual cues present during training and testing. We also tested explicit awareness of scenes, scene-target associations, and arrays. The results supported the overshadowing account: Specifically, scene-based contextual cueing precluded array-based contextual cueing when both were predictive of the location of a search target. We suggest that explicit, endogenous cues dominate over implicit cues in guiding spatial attention.

  9. Improved document image segmentation algorithm using multiresolution morphology

    Science.gov (United States)

    Bukhari, Syed Saqib; Shafait, Faisal; Breuel, Thomas M.

    2011-01-01

    Page segmentation into text and non-text elements is an essential preprocessing step before optical character recognition (OCR) operation. In case of poor segmentation, an OCR classification engine produces garbage characters due to the presence of non-text elements. This paper describes modifications to the text/non-text segmentation algorithm presented by Bloomberg,1 which is also available in his open-source Leptonica library.2The modifications result in significant improvements and achieved better segmentation accuracy than the original algorithm for UW-III, UNLV, ICDAR 2009 page segmentation competition test images and circuit diagram datasets.

  10. A psychophysical imaging method evidencing auditory cue extraction during speech perception: a group analysis of auditory classification images.

    Directory of Open Access Journals (Sweden)

    Léo Varnet

    Full Text Available Although there is a large consensus regarding the involvement of specific acoustic cues in speech perception, the precise mechanisms underlying the transformation from continuous acoustical properties into discrete perceptual units remains undetermined. This gap in knowledge is partially due to the lack of a turnkey solution for isolating critical speech cues from natural stimuli. In this paper, we describe a psychoacoustic imaging method known as the Auditory Classification Image technique that allows experimenters to estimate the relative importance of time-frequency regions in categorizing natural speech utterances in noise. Importantly, this technique enables the testing of hypotheses on the listening strategies of participants at the group level. We exemplify this approach by identifying the acoustic cues involved in da/ga categorization with two phonetic contexts, Al- or Ar-. The application of Auditory Classification Images to our group of 16 participants revealed significant critical regions on the second and third formant onsets, as predicted by the literature, as well as an unexpected temporal cue on the first formant. Finally, through a cluster-based nonparametric test, we demonstrate that this method is sufficiently sensitive to detect fine modifications of the classification strategies between different utterances of the same phoneme.

  11. Retro-dimension-cue benefit in visual working memory

    OpenAIRE

    Ye, Chaoxiong; Hu, Zhonghua; Ristaniemi, Tapani; Gendron, Maria; Liu, Qiang

    2016-01-01

    In visual working memory (VWM) tasks, participants? performance can be improved by a retro-object-cue. However, previous studies have not investigated whether participants? performance can also be improved by a retro-dimension-cue. Three experiments investigated this issue. We used a recall task with a retro-dimension-cue in all experiments. In Experiment 1, we found benefits from retro-dimension-cues compared to neutral cues. This retro-dimension-cue benefit is reflected in an increased prob...

  12. An investigation of genetic algorithms

    International Nuclear Information System (INIS)

    Douglas, S.R.

    1995-04-01

    Genetic algorithms mimic biological evolution by natural selection in their search for better individuals within a changing population. they can be used as efficient optimizers. This report discusses the developing field of genetic algorithms. It gives a simple example of the search process and introduces the concept of schema. It also discusses modifications to the basic genetic algorithm that result in species and niche formation, in machine learning and artificial evolution of computer programs, and in the streamlining of human-computer interaction. (author). 3 refs., 1 tab., 2 figs

  13. Effects of the timing and identity of retrieval cues in individual recall: an attempt to mimic cross-cueing in collaborative recall.

    Science.gov (United States)

    Andersson, Jan; Hitch, Graham; Meudell, Peter

    2006-01-01

    Inhibitory effects in collaborative recall have been attributed to cross-cueing among partners, in the same way that part-set cues are known to impair recall in individuals. However, studies of part-set cueing in individuals typically involve presenting cues visually at the start of recall, whereas cross-cueing in collaboration is likely to be spoken and distributed over time. In an attempt to bridge this gap, three experiments investigated effects of presenting spoken part-set or extra-list cues at different times during individual recall. Cues had an inhibitory effect on recollection in the early part of the recall period, especially when presented in immediate succession at the start of recall. There was no difference between the effects of part-set and extra-list cues under these presentation conditions. However, more inhibition was generated by part-set than extra-list cues when cue presentation was distributed throughout recall. These results are interpreted as suggesting that cues presented during recall disrupt memory in two ways, corresponding to either blocking or modifying retrieval processes. Implications for explaining and possibly ameliorating inhibitory effects in collaborative recall are discussed.

  14. Eliciting nicotine craving with virtual smoking cues.

    Science.gov (United States)

    Gamito, Pedro; Oliveira, Jorge; Baptista, André; Morais, Diogo; Lopes, Paulo; Rosa, Pedro; Santos, Nuno; Brito, Rodrigo

    2014-08-01

    Craving is a strong desire to consume that emerges in every case of substance addiction. Previous studies have shown that eliciting craving with an exposure cues protocol can be a useful option for the treatment of nicotine dependence. Thus, the main goal of this study was to develop a virtual platform in order to induce craving in smokers. Fifty-five undergraduate students were randomly assigned to two different virtual environments: high arousal contextual cues and low arousal contextual cues scenarios (17 smokers with low nicotine dependency were excluded). An eye-tracker system was used to evaluate attention toward these cues. Eye fixation on smoking-related cues differed between smokers and nonsmokers, indicating that smokers focused more often on smoking-related cues than nonsmokers. Self-reports of craving are in agreement with these results and suggest a significant increase in craving after exposure to smoking cues. In sum, these data support the use of virtual environments for eliciting craving.

  15. Integrated Association Rules Complete Hiding Algorithms

    Directory of Open Access Journals (Sweden)

    Mohamed Refaat Abdellah

    2017-01-01

    Full Text Available This paper presents database security approach for complete hiding of sensitive association rules by using six novel algorithms. These algorithms utilize three new weights to reduce the needed database modifications and support complete hiding, as well as they reduce the knowledge distortion and the data distortions. Complete weighted hiding algorithms enhance the hiding failure by 100%; these algorithms have the advantage of performing only a single scan for the database to gather the required information to form the hiding process. These proposed algorithms are built within the database structure which enables the sanitized database to be generated on run time as needed.

  16. Strategy selection in cue-based decision making.

    Science.gov (United States)

    Bryant, David J

    2014-06-01

    People can make use of a range of heuristic and rational, compensatory strategies to perform a multiple-cue judgment task. It has been proposed that people are sensitive to the amount of cognitive effort required to employ decision strategies. Experiment 1 employed a dual-task methodology to investigate whether participants' preference for heuristic versus compensatory decision strategies can be altered by increasing the cognitive demands of the task. As indicated by participants' decision times, a secondary task interfered more with the performance of a heuristic than compensatory decision strategy but did not affect the proportions of participants using either type of strategy. A stimulus set effect suggested that the conjunction of cue salience and cue validity might play a determining role in strategy selection. The results of Experiment 2 indicated that when a perceptually salient cue was also the most valid, the majority of participants preferred a single-cue heuristic strategy. Overall, the results contradict the view that heuristics are more likely to be adopted when a task is made more cognitively demanding. It is argued that people employ 2 learning processes during training, one an associative learning process in which cue-outcome associations are developed by sampling multiple cues, and another that involves the sequential examination of single cues to serve as a basis for a single-cue heuristic.

  17. Automatic Retrieval of Newly Instructed Cue-Task Associations Seen in Task-Conflict Effects in the First Trial after Cue-Task Instructions.

    Science.gov (United States)

    Meiran, Nachshon; Pereg, Maayan

    2017-01-01

    Novel stimulus-response associations are retrieved automatically even without prior practice. Is this true for novel cue-task associations? The experiment involved miniblocks comprising three phases and task switching. In the INSTRUCTION phase, two new stimuli (or familiar cues) were arbitrarily assigned as cues for up-down/right-left tasks performed on placeholder locations. In the UNIVALENT phase, there was no task cue since placeholder's location afforded one task but the placeholders were the stimuli that we assigned as task cues for the following BIVALENT phase (involving target locations affording both tasks). Thus, participants held the novel cue-task associations in memory while executing the UNIVALENT phase. Results show poorer performance in the first univalent trial when the placeholder was associated with the opposite task (incompatible) than when it was compatible, an effect that was numerically larger with newly instructed cues than with familiar cues. These results indicate automatic retrieval of newly instructed cue-task associations.

  18. Testing algorithms for critical slowing down

    Directory of Open Access Journals (Sweden)

    Cossu Guido

    2018-01-01

    Full Text Available We present the preliminary tests on two modifications of the Hybrid Monte Carlo (HMC algorithm. Both algorithms are designed to travel much farther in the Hamiltonian phase space for each trajectory and reduce the autocorrelations among physical observables thus tackling the critical slowing down towards the continuum limit. We present a comparison of costs of the new algorithms with the standard HMC evolution for pure gauge fields, studying the autocorrelation times for various quantities including the topological charge.

  19. Kin-informative recognition cues in ants

    DEFF Research Database (Denmark)

    Nehring, Volker; Evison, Sophie E F; Santorelli, Lorenzo A

    2011-01-01

    behaviour is thought to be rare in one of the classic examples of cooperation--social insect colonies--because the colony-level costs of individual selfishness select against cues that would allow workers to recognize their closest relatives. In accord with this, previous studies of wasps and ants have...... found little or no kin information in recognition cues. Here, we test the hypothesis that social insects do not have kin-informative recognition cues by investigating the recognition cues and relatedness of workers from four colonies of the ant Acromyrmex octospinosus. Contrary to the theoretical...... prediction, we show that the cuticular hydrocarbons of ant workers in all four colonies are informative enough to allow full-sisters to be distinguished from half-sisters with a high accuracy. These results contradict the hypothesis of non-heritable recognition cues and suggest that there is more potential...

  20. Multiscale Cues Drive Collective Cell Migration

    Science.gov (United States)

    Nam, Ki-Hwan; Kim, Peter; Wood, David K.; Kwon, Sunghoon; Provenzano, Paolo P.; Kim, Deok-Ho

    2016-07-01

    To investigate complex biophysical relationships driving directed cell migration, we developed a biomimetic platform that allows perturbation of microscale geometric constraints with concomitant nanoscale contact guidance architectures. This permits us to elucidate the influence, and parse out the relative contribution, of multiscale features, and define how these physical inputs are jointly processed with oncogenic signaling. We demonstrate that collective cell migration is profoundly enhanced by the addition of contract guidance cues when not otherwise constrained. However, while nanoscale cues promoted migration in all cases, microscale directed migration cues are dominant as the geometric constraint narrows, a behavior that is well explained by stochastic diffusion anisotropy modeling. Further, oncogene activation (i.e. mutant PIK3CA) resulted in profoundly increased migration where extracellular multiscale directed migration cues and intrinsic signaling synergistically conspire to greatly outperform normal cells or any extracellular guidance cues in isolation.

  1. Retro-dimension-cue benefit in visual working memory.

    Science.gov (United States)

    Ye, Chaoxiong; Hu, Zhonghua; Ristaniemi, Tapani; Gendron, Maria; Liu, Qiang

    2016-10-24

    In visual working memory (VWM) tasks, participants' performance can be improved by a retro-object-cue. However, previous studies have not investigated whether participants' performance can also be improved by a retro-dimension-cue. Three experiments investigated this issue. We used a recall task with a retro-dimension-cue in all experiments. In Experiment 1, we found benefits from retro-dimension-cues compared to neutral cues. This retro-dimension-cue benefit is reflected in an increased probability of reporting the target, but not in the probability of reporting the non-target, as well as increased precision with which this item is remembered. Experiment 2 replicated the retro-dimension-cue benefit and showed that the length of the blank interval after the cue disappeared did not influence recall performance. Experiment 3 replicated the results of Experiment 2 with a lower memory load. Our studies provide evidence that there is a robust retro-dimension-cue benefit in VWM. Participants can use internal attention to flexibly allocate cognitive resources to a particular dimension of memory representations. The results also support the feature-based storing hypothesis.

  2. Development of a Novel Locomotion Algorithm for Snake Robot

    International Nuclear Information System (INIS)

    Khan, Raisuddin; Billah, Md Masum; Watanabe, Mitsuru; Shafie, A A

    2013-01-01

    A novel algorithm for snake robot locomotion is developed and analyzed in this paper. Serpentine is one of the renowned locomotion for snake robot in disaster recovery mission to overcome narrow space navigation. Several locomotion for snake navigation, such as concertina or rectilinear may be suitable for narrow spaces, but is highly inefficient if the same type of locomotion is used even in open spaces resulting friction reduction which make difficulties for snake movement. A novel locomotion algorithm has been proposed based on the modification of the multi-link snake robot, the modifications include alterations to the snake segments as well elements that mimic scales on the underside of the snake body. Snake robot can be able to navigate in the narrow space using this developed locomotion algorithm. The developed algorithm surmount the others locomotion limitation in narrow space navigation

  3. Gaze Cueing by Pareidolia Faces

    Directory of Open Access Journals (Sweden)

    Kohske Takahashi

    2013-12-01

    Full Text Available Visual images that are not faces are sometimes perceived as faces (the pareidolia phenomenon. While the pareidolia phenomenon provides people with a strong impression that a face is present, it is unclear how deeply pareidolia faces are processed as faces. In the present study, we examined whether a shift in spatial attention would be produced by gaze cueing of face-like objects. A robust cueing effect was observed when the face-like objects were perceived as faces. The magnitude of the cueing effect was comparable between the face-like objects and a cartoon face. However, the cueing effect was eliminated when the observer did not perceive the objects as faces. These results demonstrated that pareidolia faces do more than give the impression of the presence of faces; indeed, they trigger an additional face-specific attentional process.

  4. Gaze cueing by pareidolia faces.

    Science.gov (United States)

    Takahashi, Kohske; Watanabe, Katsumi

    2013-01-01

    Visual images that are not faces are sometimes perceived as faces (the pareidolia phenomenon). While the pareidolia phenomenon provides people with a strong impression that a face is present, it is unclear how deeply pareidolia faces are processed as faces. In the present study, we examined whether a shift in spatial attention would be produced by gaze cueing of face-like objects. A robust cueing effect was observed when the face-like objects were perceived as faces. The magnitude of the cueing effect was comparable between the face-like objects and a cartoon face. However, the cueing effect was eliminated when the observer did not perceive the objects as faces. These results demonstrated that pareidolia faces do more than give the impression of the presence of faces; indeed, they trigger an additional face-specific attentional process.

  5. Cue generation: How learners flexibly support future retrieval.

    Science.gov (United States)

    Tullis, Jonathan G; Benjamin, Aaron S

    2015-08-01

    The successful use of memory requires us to be sensitive to the cues that will be present during retrieval. In many situations, we have some control over the external cues that we will encounter. For instance, learners create shopping lists at home to help remember what items to later buy at the grocery store, and they generate computer file names to help remember the contents of those files. Generating cues in the service of later cognitive goals is a complex task that lies at the intersection of metacognition, communication, and memory. In this series of experiments, we investigated how and how well learners generate external mnemonic cues. Across 5 experiments, learners generated a cue for each target word in a to-be-remembered list and received these cues during a later cued recall test. Learners flexibly generated cues in response to different instructional demands and study list compositions. When generating mnemonic cues, as compared to descriptions of target items, learners produced cues that were more distinct than mere descriptions and consequently elicited greater cued recall performance than those descriptions. When learners were aware of competing targets in the study list, they generated mnemonic cues with smaller cue-to-target associative strength but that were even more distinct. These adaptations led to fewer confusions among competing targets and enhanced cued recall performance. These results provide another example of the metacognitively sophisticated tactics that learners use to effectively support future retrieval.

  6. Approach bias modification training and consumption: A review of the literature.

    Science.gov (United States)

    Kakoschke, Naomi; Kemps, Eva; Tiggemann, Marika

    2017-01-01

    Recent theoretical perspectives and empirical evidence have suggested that biased cognitive processing is an important contributor to unhealthy behaviour. Approach bias modification is a novel intervention in which approach biases for appetitive cues are modified. The current review of the literature aimed to evaluate the effectiveness of modifying approach bias for harmful consumption behaviours, including alcohol use, cigarette smoking, and unhealthy eating. Relevant publications were identified through a search of four electronic databases (PsycINFO, Google Scholar, ScienceDirect and Scopus) that were conducted between October and December 2015. Eligibility criteria included the use of a human adult sample, at least one session of avoidance training, and an outcome measure related to the behaviour of interest. The fifteen identified publications (comprising 18 individual studies) were coded on a number of characteristics, including consumption behaviour, participants, task, training and control conditions, number of training sessions and trials, outcome measure, and results. The results generally showed positive effects of approach-avoidance training, including reduced consumption behaviour in the laboratory, lower relapse rates, and improvements in self-reported measures of behaviour. Importantly, all studies (with one exception) that reported favourable consumption outcomes also demonstrated successful reduction of the approach bias for appetitive cues. Thus, the current review concluded that approach bias modification is effective for reducing both approach bias and unhealthy consumption behaviour. Copyright © 2016 Elsevier Ltd. All rights reserved.

  7. Quick fuzzy backpropagation algorithm.

    Science.gov (United States)

    Nikov, A; Stoeva, S

    2001-03-01

    A modification of the fuzzy backpropagation (FBP) algorithm called QuickFBP algorithm is proposed, where the computation of the net function is significantly quicker. It is proved that the FBP algorithm is of exponential time complexity, while the QuickFBP algorithm is of polynomial time complexity. Convergence conditions of the QuickFBP, resp. the FBP algorithm are defined and proved for: (1) single output neural networks in case of training patterns with different targets; and (2) multiple output neural networks in case of training patterns with equivalued target vector. They support the automation of the weights training process (quasi-unsupervised learning) establishing the target value(s) depending on the network's input values. In these cases the simulation results confirm the convergence of both algorithms. An example with a large-sized neural network illustrates the significantly greater training speed of the QuickFBP rather than the FBP algorithm. The adaptation of an interactive web system to users on the basis of the QuickFBP algorithm is presented. Since the QuickFBP algorithm ensures quasi-unsupervised learning, this implies its broad applicability in areas of adaptive and adaptable interactive systems, data mining, etc. applications.

  8. Retrieval-induced forgetting and interference between cues: training a cue-outcome association attenuates retrieval by alternative cues.

    Science.gov (United States)

    Ortega-Castro, Nerea; Vadillo, Miguel A

    2013-03-01

    Some researchers have attempted to determine whether situations in which a single cue is paired with several outcomes (A-B, A-C interference or interference between outcomes) involve the same learning and retrieval mechanisms as situations in which several cues are paired with a single outcome (A-B, C-B interference or interference between cues). Interestingly, current research on a related effect, which is known as retrieval-induced forgetting, can illuminate this debate. Most retrieval-induced forgetting experiments are based on an experimental design that closely resembles the A-B, A-C interference paradigm. In the present experiment, we found that a similar effect may be observed when items are rearranged such that the general structure of the task more closely resembles the A-B, C-B interference paradigm. This result suggests that, as claimed by other researchers in the area of contingency learning, the two types of interference, namely A-B, A-C and A-B, C-B interference, may share some basic mechanisms. Moreover, the type of inhibitory processes assumed to underlie retrieval-induced forgetting may also play a role in these phenomena. Copyright © 2012 Elsevier B.V. All rights reserved.

  9. Forgotten but not gone: Retro-cue costs and benefits in a double-cueing paradigm suggest multiple states in visual short-term memory.

    Science.gov (United States)

    van Moorselaar, Dirk; Olivers, Christian N L; Theeuwes, Jan; Lamme, Victor A F; Sligte, Ilja G

    2015-11-01

    Visual short-term memory (VSTM) performance is enhanced when the to-be-tested item is cued after encoding. This so-called retro-cue benefit is typically accompanied by a cost for the noncued items, suggesting that information is lost from VSTM upon presentation of a retrospective cue. Here we assessed whether noncued items can be restored to VSTM when made relevant again by a subsequent second cue. We presented either 1 or 2 consecutive retro-cues (80% valid) during the retention interval of a change-detection task. Relative to no cue, a valid cue increased VSTM capacity by 2 items, while an invalid cue decreased capacity by 2. Importantly, when a second, valid cue followed an invalid cue, capacity regained 2 items, so that performance was back on par. In addition, when the second cue was also invalid, there was no extra loss of information from VSTM, suggesting that those items that survived a first invalid cue, automatically also survived a second. We conclude that these results are in support of a very versatile VSTM system, in which memoranda adopt different representational states depending on whether they are deemed relevant now, in the future, or not at all. We discuss a neural model that is consistent with this conclusion. (c) 2015 APA, all rights reserved).

  10. Cues for localization in the horizontal plane

    DEFF Research Database (Denmark)

    Jeppesen, Jakob; Møller, Henrik

    2005-01-01

    manipulated in HRTFs used for binaural synthesis of sound in the horizontal plane. The manipulation of cues resulted in HRTFs with cues ranging from correct combinations of spectral information and ITDs to combinations with severely conflicting cues. Both the ITD and the spectral information seem...

  11. Stall Recovery Guidance Algorithms Based on Constrained Control Approaches

    Science.gov (United States)

    Stepanyan, Vahram; Krishnakumar, Kalmanje; Kaneshige, John; Acosta, Diana

    2016-01-01

    Aircraft loss-of-control, in particular approach to stall or fully developed stall, is a major factor contributing to aircraft safety risks, which emphasizes the need to develop algorithms that are capable of assisting the pilots to identify the problem and providing guidance to recover the aircraft. In this paper we present several stall recovery guidance algorithms, which are implemented in the background without interfering with flight control system and altering the pilot's actions. They are using input and state constrained control methods to generate guidance signals, which are provided to the pilot in the form of visual cues. It is the pilot's decision to follow these signals. The algorithms are validated in the pilot-in-the loop medium fidelity simulation experiment.

  12. The cue is key : design for real-life remembering

    NARCIS (Netherlands)

    Hoven, van den E.A.W.H.; Eggen, J.H.

    2014-01-01

    This paper aims to put the memory cue in the spotlight. We will show how memory cues are incorporated in the area of interaction design. The focus will be on external memory cues: cues that exist outside the human mind but have an internal effect on memory reconstruction. Examples of external cues

  13. Cue reactivity in virtual reality: the role of context.

    Science.gov (United States)

    Paris, Megan M; Carter, Brian L; Traylor, Amy C; Bordnick, Patrick S; Day, Susan X; Armsworth, Mary W; Cinciripini, Paul M

    2011-07-01

    Cigarette smokers in laboratory experiments readily respond to smoking stimuli with increased craving. An alternative to traditional cue-reactivity methods (e.g., exposure to cigarette photos), virtual reality (VR) has been shown to be a viable cue presentation method to elicit and assess cigarette craving within complex virtual environments. However, it remains poorly understood whether contextual cues from the environment contribute to craving increases in addition to specific cues, like cigarettes. This study examined the role of contextual cues in a VR environment to evoke craving. Smokers were exposed to a virtual convenience store devoid of any specific cigarette cues followed by exposure to the same convenience store with specific cigarette cues added. Smokers reported increased craving following exposure to the virtual convenience store without specific cues, and significantly greater craving following the convenience store with cigarette cues added. However, increased craving recorded after the second convenience store may have been due to the pre-exposure to the first convenience store. This study offers evidence that an environmental context where cigarette cues are normally present (but are not), elicits significant craving in the absence of specific cigarette cues. This finding suggests that VR may have stronger ecological validity over traditional cue reactivity exposure methods by exposing smokers to the full range of cigarette-related environmental stimuli, in addition to specific cigarette cues, that smokers typically experience in their daily lives. Copyright © 2011 Elsevier Ltd. All rights reserved.

  14. Practical modifications to photon planning algorithms to handle asymmetric collimators. 142

    International Nuclear Information System (INIS)

    Stevens, P.H.

    1987-01-01

    Current linear accelerators have flattening filters designed to give a uniform dose at depth in water. The resulting variation in photon flux and mean energy across the beam must be accounted for when designing algorithms that include dependent movement of collimators. A suitable algorithm is described based on measurements at 6 and 24 MeV. 2 refs.; 3 figs.; 1 table

  15. Modified Projection Algorithms for Solving the Split Equality Problems

    Directory of Open Access Journals (Sweden)

    Qiao-Li Dong

    2014-01-01

    proposed a CQ algorithm for solving it. In this paper, we propose a modification for the CQ algorithm, which computes the stepsize adaptively and performs an additional projection step onto two half-spaces in each iteration. We further propose a relaxation scheme for the self-adaptive projection algorithm by using projections onto half-spaces instead of those onto the original convex sets, which is much more practical. Weak convergence results for both algorithms are analyzed.

  16. Cues of maternal condition influence offspring selfishness.

    Science.gov (United States)

    Wong, Janine W Y; Lucas, Christophe; Kölliker, Mathias

    2014-01-01

    The evolution of parent-offspring communication was mostly studied from the perspective of parents responding to begging signals conveying information about offspring condition. Parents should respond to begging because of the differential fitness returns obtained from their investment in offspring that differ in condition. For analogous reasons, offspring should adjust their behavior to cues/signals of parental condition: parents that differ in condition pay differential costs of care and, hence, should provide different amounts of food. In this study, we experimentally tested in the European earwig (Forficula auricularia) if cues of maternal condition affect offspring behavior in terms of sibling cannibalism. We experimentally manipulated female condition by providing them with different amounts of food, kept nymph condition constant, allowed for nymph exposure to chemical maternal cues over extended time, quantified nymph survival (deaths being due to cannibalism) and extracted and analyzed the females' cuticular hydrocarbons (CHC). Nymph survival was significantly affected by chemical cues of maternal condition, and this effect depended on the timing of breeding. Cues of poor maternal condition enhanced nymph survival in early broods, but reduced nymph survival in late broods, and vice versa for cues of good condition. Furthermore, female condition affected the quantitative composition of their CHC profile which in turn predicted nymph survival patterns. Thus, earwig offspring are sensitive to chemical cues of maternal condition and nymphs from early and late broods show opposite reactions to the same chemical cues. Together with former evidence on maternal sensitivities to condition-dependent nymph chemical cues, our study shows context-dependent reciprocal information exchange about condition between earwig mothers and their offspring, potentially mediated by cuticular hydrocarbons.

  17. Cues of maternal condition influence offspring selfishness.

    Directory of Open Access Journals (Sweden)

    Janine W Y Wong

    Full Text Available The evolution of parent-offspring communication was mostly studied from the perspective of parents responding to begging signals conveying information about offspring condition. Parents should respond to begging because of the differential fitness returns obtained from their investment in offspring that differ in condition. For analogous reasons, offspring should adjust their behavior to cues/signals of parental condition: parents that differ in condition pay differential costs of care and, hence, should provide different amounts of food. In this study, we experimentally tested in the European earwig (Forficula auricularia if cues of maternal condition affect offspring behavior in terms of sibling cannibalism. We experimentally manipulated female condition by providing them with different amounts of food, kept nymph condition constant, allowed for nymph exposure to chemical maternal cues over extended time, quantified nymph survival (deaths being due to cannibalism and extracted and analyzed the females' cuticular hydrocarbons (CHC. Nymph survival was significantly affected by chemical cues of maternal condition, and this effect depended on the timing of breeding. Cues of poor maternal condition enhanced nymph survival in early broods, but reduced nymph survival in late broods, and vice versa for cues of good condition. Furthermore, female condition affected the quantitative composition of their CHC profile which in turn predicted nymph survival patterns. Thus, earwig offspring are sensitive to chemical cues of maternal condition and nymphs from early and late broods show opposite reactions to the same chemical cues. Together with former evidence on maternal sensitivities to condition-dependent nymph chemical cues, our study shows context-dependent reciprocal information exchange about condition between earwig mothers and their offspring, potentially mediated by cuticular hydrocarbons.

  18. FIREWORKS ALGORITHM FOR UNCONSTRAINED FUNCTION OPTIMIZATION PROBLEMS

    Directory of Open Access Journals (Sweden)

    Evans BAIDOO

    2017-03-01

    Full Text Available Modern real world science and engineering problems can be classified as multi-objective optimisation problems which demand for expedient and efficient stochastic algorithms to respond to the optimization needs. This paper presents an object-oriented software application that implements a firework optimization algorithm for function optimization problems. The algorithm, a kind of parallel diffuse optimization algorithm is based on the explosive phenomenon of fireworks. The algorithm presented promising results when compared to other population or iterative based meta-heuristic algorithm after it was experimented on five standard benchmark problems. The software application was implemented in Java with interactive interface which allow for easy modification and extended experimentation. Additionally, this paper validates the effect of runtime on the algorithm performance.

  19. Modification of transmission dose algorithm for irregularly shaped radiation field and tissue deficit

    Energy Technology Data Exchange (ETDEWEB)

    Yun, Hyong Geon; Shin, Kyo Chul [Dankook Univ., College of Medicine, Seoul (Korea, Republic of); Huh, Soon Nyung; Woo, Hong Gyun; Ha, Sung Whan [Seoul National Univ., College of Medicine, Seoul (Korea, Republic of); Lee, Hyoung Koo [The Catholic Univ., College of Medicine, Seoul (Korea, Republic of)

    2002-07-01

    Algorithm for estimation of transmission dose was modified for use in partially blocked radiation fields and in cases with tissue deficit. The beam data was measured with flat solid phantom in various conditions of beam block. And an algorithm for correction of transmission dose in cases of partially blocked radiation field was developed from the measured data. The algorithm was tested in some clinical settings with irregular shaped field. Also, another algorithm for correction of transmission dose for tissue deficit was developed by physical reasoning. This algorithm was tested in experimental settings with irregular contours mimicking breast cancer patients by using multiple sheets of solid phantoms. The algorithm for correction of beam block could accurately reflect the effect of beam block, with error within {+-}1.0%, both with square fields and irregularly shaped fields. The correction algorithm for tissue deficit could accurately reflect the effect of tissue deficit with errors within {+-}1.0% in most situations and within {+-}3.0% in experimental settings with irregular contours mimicking breast cancer treatment set-up. Developed algorithms could accurately estimate the transmission dose in most radiation treatment settings including irregularly shaped field and irregularly shaped body contour with tissue deficit in transmission dosimetry.

  20. Modification of transmission dose algorithm for irregularly shaped radiation field and tissue deficit

    International Nuclear Information System (INIS)

    Yun, Hyong Geon; Shin, Kyo Chul; Huh, Soon Nyung; Woo, Hong Gyun; Ha, Sung Whan; Lee, Hyoung Koo

    2002-01-01

    Algorithm for estimation of transmission dose was modified for use in partially blocked radiation fields and in cases with tissue deficit. The beam data was measured with flat solid phantom in various conditions of beam block. And an algorithm for correction of transmission dose in cases of partially blocked radiation field was developed from the measured data. The algorithm was tested in some clinical settings with irregular shaped field. Also, another algorithm for correction of transmission dose for tissue deficit was developed by physical reasoning. This algorithm was tested in experimental settings with irregular contours mimicking breast cancer patients by using multiple sheets of solid phantoms. The algorithm for correction of beam block could accurately reflect the effect of beam block, with error within ±1.0%, both with square fields and irregularly shaped fields. The correction algorithm for tissue deficit could accurately reflect the effect of tissue deficit with errors within ±1.0% in most situations and within ±3.0% in experimental settings with irregular contours mimicking breast cancer treatment set-up. Developed algorithms could accurately estimate the transmission dose in most radiation treatment settings including irregularly shaped field and irregularly shaped body contour with tissue deficit in transmission dosimetry

  1. Geometrically Consistent Mesh Modification

    KAUST Repository

    Bonito, A.

    2010-01-01

    A new paradigm of adaptivity is to execute refinement, coarsening, and smoothing of meshes on manifolds with incomplete information about their geometry and yet preserve position and curvature accuracy. We refer to this collectively as geometrically consistent (GC) mesh modification. We discuss the concept of discrete GC, show the failure of naive approaches, and propose and analyze a simple algorithm that is GC and accuracy preserving. © 2010 Society for Industrial and Applied Mathematics.

  2. Mapping Base Modifications in DNA by Transverse-Current Sequencing

    Science.gov (United States)

    Alvarez, Jose R.; Skachkov, Dmitry; Massey, Steven E.; Kalitsov, Alan; Velev, Julian P.

    2018-02-01

    Sequencing DNA modifications and lesions, such as methylation of cytosine and oxidation of guanine, is even more important and challenging than sequencing the genome itself. The traditional methods for detecting DNA modifications are either insensitive to these modifications or require additional processing steps to identify a particular type of modification. Transverse-current sequencing in nanopores can potentially identify the canonical bases and base modifications in the same run. In this work, we demonstrate that the most common DNA epigenetic modifications and lesions can be detected with any predefined accuracy based on their tunneling current signature. Our results are based on simulations of the nanopore tunneling current through DNA molecules, calculated using nonequilibrium electron-transport methodology within an effective multiorbital model derived from first-principles calculations, followed by a base-calling algorithm accounting for neighbor current-current correlations. This methodology can be integrated with existing experimental techniques to improve base-calling fidelity.

  3. Action experience changes attention to kinematic cues

    Directory of Open Access Journals (Sweden)

    Courtney eFilippi

    2016-02-01

    Full Text Available The current study used remote corneal reflection eye-tracking to examine the relationship between motor experience and action anticipation in 13-month-old infants. To measure online anticipation of actions infants watched videos where the actor’s hand provided kinematic information (in its orientation about the type of object that the actor was going to reach for. The actor’s hand orientation either matched the orientation of a rod (congruent cue or did not match the orientation of the rod (incongruent cue. To examine relations between motor experience and action anticipation, we used a 2 (reach first vs. observe first x 2 (congruent kinematic cue vs. incongruent kinematic cue between-subjects design. We show that 13-month-old infants in the observe first condition spontaneously generate rapid online visual predictions to congruent hand orientation cues and do not visually anticipate when presented incongruent cues. We further demonstrate that the speed that these infants generate predictions to congruent motor cues is correlated with their own ability to pre-shape their hands. Finally, we demonstrate that following reaching experience, infants generate rapid predictions to both congruent and incongruent hand shape cues—suggesting that short-term experience changes attention to kinematics.

  4. Localization Performance of Multiple Vibrotactile Cues on Both Arms.

    Science.gov (United States)

    Wang, Dangxiao; Peng, Cong; Afzal, Naqash; Li, Weiang; Wu, Dong; Zhang, Yuru

    2018-01-01

    To present information using vibrotactile stimuli in wearable devices, it is fundamental to understand human performance of localizing vibrotactile cues across the skin surface. In this paper, we studied human ability to identify locations of multiple vibrotactile cues activated simultaneously on both arms. Two haptic bands were mounted in proximity to the elbow and shoulder joints on each arm, and two vibrotactile motors were mounted on each band to provide vibration cues to the dorsal and palmar side of the arm. The localization performance under four conditions were compared, with the number of the simultaneously activated cues varying from one to four in each condition. Experimental results illustrate that the rate of correct localization decreases linearly with the increase in the number of activated cues. It was 27.8 percent for three activated cues, and became even lower for four activated cues. An analysis of the correct rate and error patterns show that the layout of vibrotactile cues can have significant effects on the localization performance of multiple vibrotactile cues. These findings might provide guidelines for using vibrotactile cues to guide the simultaneous motion of multiple joints on both arms.

  5. Hunger, taste, and normative cues in predictions about food intake.

    Science.gov (United States)

    Vartanian, Lenny R; Reily, Natalie M; Spanos, Samantha; McGuirk, Lucy C; Herman, C Peter; Polivy, Janet

    2017-09-01

    Normative eating cues (portion size, social factors) have a powerful impact on people's food intake, but people often fail to acknowledge the influence of these cues, instead explaining their food intake in terms of internal (hunger) or sensory (taste) cues. This study examined whether the same biases apply when making predictions about how much food a person would eat. Participants (n = 364) read a series of vignettes describing an eating scenario and predicted how much food the target person would eat in each situation. Some scenarios consisted of a single eating cue (hunger, taste, or a normative cue) that would be expected to increase intake (e.g., high hunger) or decrease intake (e.g., a companion who eats very little). Other scenarios combined two cues that were in conflict with one another (e.g., high hunger + a companion who eats very little). In the cue-conflict scenarios involving an inhibitory internal/sensory cue (e.g., low hunger) with an augmenting normative cue (e.g., a companion who eats a lot), participants predicted a low level of food intake, suggesting a bias toward the internal/sensory cue. For scenarios involving an augmenting internal/sensory cue (e.g., high hunger) and an inhibitory normative cue (e.g., a companion who eats very little), participants predicted an intermediate level of food intake, suggesting that they were influenced by both the internal/sensory and normative cue. Overall, predictions about food intake tend to reflect a general bias toward internal/sensory cues, but also include normative cues when those cues are inhibitory. If people are systematically biased toward internal, sensory, and inhibitory cues, then they may underestimate how much food they or other people will eat in many situations, particularly when normative cues promoting eating are present. Copyright © 2017 Elsevier Ltd. All rights reserved.

  6. Context cue focality influences strategic prospective memory monitoring.

    Science.gov (United States)

    Hunter Ball, B; Bugg, Julie M

    2018-02-12

    Monitoring the environment for the occurrence of prospective memory (PM) targets is a resource-demanding process that produces cost (e.g., slower responding) to ongoing activities. However, research suggests that individuals are able to monitor strategically by using contextual cues to reduce monitoring in contexts in which PM targets are not expected to occur. In the current study, we investigated the processes supporting context identification (i.e., determining whether or not the context is appropriate for monitoring) by testing the context cue focality hypothesis. This hypothesis predicts that the ability to monitor strategically depends on whether the ongoing task orients attention to the contextual cues that are available to guide monitoring. In Experiment 1, participants performed an ongoing lexical decision task and were told that PM targets (TOR syllable) would only occur in word trials (focal context cue condition) or in items starting with consonants (nonfocal context cue condition). In Experiment 2, participants performed an ongoing first letter judgment (consonant/vowel) task and were told that PM targets would only occur in items starting with consonants (focal context cue condition) or in word trials (nonfocal context cue condition). Consistent with the context cue focality hypothesis, strategic monitoring was only observed during focal context cue conditions in which the type of ongoing task processing automatically oriented attention to the relevant features of the contextual cue. These findings suggest that strategic monitoring is dependent on limited-capacity processing resources and may be relatively limited when the attentional demands of context identification are sufficiently high.

  7. Spontaneous Hedonic Reactions to Social Media Cues.

    Science.gov (United States)

    van Koningsbruggen, Guido M; Hartmann, Tilo; Eden, Allison; Veling, Harm

    2017-05-01

    Why is it so difficult to resist the desire to use social media? One possibility is that frequent social media users possess strong and spontaneous hedonic reactions to social media cues, which, in turn, makes it difficult to resist social media temptations. In two studies (total N = 200), we investigated less-frequent and frequent social media users' spontaneous hedonic reactions to social media cues using the Affect Misattribution Procedure-an implicit measure of affective reactions. Results demonstrated that frequent social media users showed more favorable affective reactions in response to social media (vs. control) cues, whereas less-frequent social media users' affective reactions did not differ between social media and control cues (Studies 1 and 2). Moreover, the spontaneous hedonic reactions to social media (vs. control) cues were related to self-reported cravings to use social media and partially accounted for the link between social media use and social media cravings (Study 2). These findings suggest that frequent social media users' spontaneous hedonic reactions in response to social media cues might contribute to their difficulties in resisting desires to use social media.

  8. PM1 steganographic algorithm using ternary Hamming Code

    Directory of Open Access Journals (Sweden)

    Kamil Kaczyński

    2015-12-01

    Full Text Available PM1 algorithm is a modification of well-known LSB steganographic algorithm. It has increased resistance to selected steganalytic attacks and increased embedding efficiency. Due to its uniqueness, PM1 algorithm allows us to use of larger alphabet of symbols, making it possible to further increase steganographic capacity. In this paper, we present the modified PM1 algorithm which utilizies so-called syndrome coding and ternary Hamming code. The modified algorithm has increased embedding efficiency, which means fewer changes introduced to carrier and increased capacity.[b]Keywords[/b]: steganography, linear codes, PM1, LSB, ternary Hamming code

  9. Negative emotion provides cues for orienting auditory spatial attention

    Directory of Open Access Journals (Sweden)

    Erkin eAsutay

    2015-05-01

    Full Text Available The auditory stimuli provide information about the objects and events around us. They can also carry biologically significant emotional information (such as unseen dangers and conspecific vocalizations, which provides cues for allocation of attention and mental resources. Here, we investigated whether task-irrelevant auditory emotional information can provide cues for orientation of auditory spatial attention. We employed a covert spatial orienting task: the dot-probe task. In each trial, two task irrelevant auditory cues were simultaneously presented at two separate locations (left-right or front-back. Environmental sounds were selected to form emotional vs. neutral, emotional vs. emotional, and neutral vs. neutral cue pairs. The participants’ task was to detect the location of an acoustic target that was presented immediately after the task-irrelevant auditory cues. The target was presented at the same location as one of the auditory cues. The results indicated that participants were significantly faster to locate the target when it replaced the negative cue compared to when it replaced the neutral cue. The positive cues did not produce a clear attentional bias. Further, same valence pairs (emotional-emotional or neutral-neutral did not modulate reaction times due to a lack of spatial attention capture by one cue in the pair. Taken together, the results indicate that negative affect can provide cues for the orientation of spatial attention in the auditory domain.

  10. What Does a Cue Do? Comparing Phonological and Semantic Cues for Picture Naming in Aphasia

    Science.gov (United States)

    Meteyard, Lotte; Bose, Arpita

    2018-01-01

    Purpose: Impaired naming is one of the most common symptoms in aphasia, often treated with cued picture naming paradigms. It has been argued that semantic cues facilitate the reliable categorization of the picture, and phonological cues facilitate the retrieval of target phonology. To test these hypotheses, we compared the effectiveness of…

  11. ODSCC algorithm shows correlation with degradation

    International Nuclear Information System (INIS)

    Prabhu, P.J.; Rootham, M.W.; Zupetic, N.L.

    1998-01-01

    Over the last few years we have attempted to develop an algorithm to evaluate the impact of secondary water chemistry on tube degradation in PWR steam generators. Effects of individual factors were assessed and then consolidated to form an algorithm for ODSCC propensity. The algorithm utilizes secondary water chemistry data to calculate ODSCC propensity as a variable named Mega PHI. Prior attempts to correlate algorithm calculations with actual degradation in operating steam generators have resulted in very disappointing results. Recent modifications to the algorithm have demonstrated improved correlation between Mega PHI (calculated result from the algorithm) and actual degradation history from operating plants. The recent modifications involve the inclusion of the synergistic effect of boric acid application of secondary water and of high silica concentration in steam generator toward inhibiting ODSCC. Data from several plants with mill annealed alloy 600 tubing in the steam generators and operating with the primary coolant inlet temperature in the range of 608 to 624 degrees F (320 to 329 degrees C) were evaluated and the results compared with actual degradation reported from in-service inspections. The population of plants includes those with very few tubes repaired and those with hundreds of tubes repaired due to ODSCC at tube support plates. The observation of substantial correlation between the algorithm calculation and actual degradation signifies the roles of boric acid and silica in inhibiting ODSCC. It is recommended that further evaluation of the role of these chemical species be performed using more extensive data. The goal is to modify secondary water chemistry guidelines with the ultimate aim of minimizing corrosion of steam generator tubes. (author)

  12. On the motivational properties of reward cues: Individual differences.

    Science.gov (United States)

    Robinson, Terry E; Yager, Lindsay M; Cogan, Elizabeth S; Saunders, Benjamin T

    2014-01-01

    Cues associated with rewards, such as food or drugs of abuse, can themselves acquire motivational properties. Acting as incentive stimuli, such cues can exert powerful control over motivated behavior, and in the case of cues associated with drugs, they can goad continued drug-seeking behavior and relapse. However, recent studies reviewed here suggest that there are large individual differences in the extent to which food and drug cues are attributed with incentive salience. Rats prone to approach reward cues (sign-trackers) attribute greater motivational value to discrete localizable cues and interoceptive cues than do rats less prone to approach reward cues (goal-trackers). In contrast, contextual cues appear to exert greater control over motivated behavior in goal-trackers than sign-trackers. It is possible to predict, therefore, before any experience with drugs, in which animals specific classes of drug cues will most likely reinstate drug-seeking behavior. The finding that different individuals may be sensitive to different triggers capable of motivating behavior and producing relapse suggests there may be different pathways to addiction, and has implications for thinking about individualized treatment. This article is part of a Special Issue entitled 'NIDA 40th Anniversary Issue'. Copyright © 2013 Elsevier Ltd. All rights reserved.

  13. Default mode network deactivation to smoking cue relative to food cue predicts treatment outcome in nicotine use disorder.

    Science.gov (United States)

    Wilcox, Claire E; Claus, Eric D; Calhoun, Vince D; Rachakonda, Srinivas; Littlewood, Rae A; Mickey, Jessica; Arenella, Pamela B; Goodreau, Natalie; Hutchison, Kent E

    2018-01-01

    Identifying predictors of treatment outcome for nicotine use disorders (NUDs) may help improve efficacy of established treatments, like varenicline. Brain reactivity to drug stimuli predicts relapse risk in nicotine and other substance use disorders in some studies. Activity in the default mode network (DMN) is affected by drug cues and other palatable cues, but its clinical significance is unclear. In this study, 143 individuals with NUD (male n = 91, ages 18-55 years) received a functional magnetic resonance imaging scan during a visual cue task during which they were presented with a series of smoking-related or food-related video clips prior to randomization to treatment with varenicline (n = 80) or placebo. Group independent components analysis was utilized to isolate the DMN, and temporal sorting was used to calculate the difference between the DMN blood-oxygen-level dependent signal during smoke cues and that during food cues for each individual. Food cues were associated with greater deactivation compared with smoke cues in the DMN. In correcting for baseline smoking and other clinical variables, which have been shown to be related to treatment outcome in previous work, a less positive Smoke - Food difference score predicted greater smoking at 6 and 12 weeks when both treatment groups were combined (P = 0.005, β = -0.766). An exploratory analysis of executive control and salience networks demonstrated that a more positive Smoke - Food difference score for executive control network predicted a more robust response to varenicline relative to placebo. These findings provide further support to theories that brain reactivity to palatable cues, and in particular in DMN, may have a direct clinical relevance in NUD. © 2017 Society for the Study of Addiction.

  14. The identification and modeling of visual cue usage in manual control task experiments

    Science.gov (United States)

    Sweet, Barbara Townsend

    Many fields of endeavor require humans to conduct manual control tasks while viewing a perspective scene. Manual control refers to tasks in which continuous, or nearly continuous, control adjustments are required. Examples include flying an aircraft, driving a car, and riding a bicycle. Perspective scenes can arise through natural viewing of the world, simulation of a scene (as in flight simulators), or through imaging devices (such as the cameras on an unmanned aerospace vehicle). Designers frequently have some degree of control over the content and characteristics of a perspective scene; airport designers can choose runway markings, vehicle designers can influence the size and shape of windows, as well as the location of the pilot, and simulator database designers can choose scene complexity and content. Little theoretical framework exists to help designers determine the answers to questions related to perspective scene content. An empirical approach is most commonly used to determine optimum perspective scene configurations. The goal of the research effort described in this dissertation has been to provide a tool for modeling the characteristics of human operators conducting manual control tasks with perspective-scene viewing. This is done for the purpose of providing an algorithmic, as opposed to empirical, method for analyzing the effects of changing perspective scene content for closed-loop manual control tasks. The dissertation contains the development of a model of manual control using a perspective scene, called the Visual Cue Control (VCC) Model. Two forms of model were developed: one model presumed that the operator obtained both position and velocity information from one visual cue, and the other model presumed that the operator used one visual cue for position, and another for velocity. The models were compared and validated in two experiments. The results show that the two-cue VCC model accurately characterizes the output of the human operator with a

  15. Facilitation of voluntary goal-directed action by reward cues.

    Science.gov (United States)

    Lovibond, Peter F; Colagiuri, Ben

    2013-10-01

    Reward-associated cues are known to influence motivation to approach both natural and man-made rewards, such as food and drugs. However, the mechanisms underlying these effects are not well understood. To model these processes in the laboratory with humans, we developed an appetitive Pavlovian-instrumental transfer procedure with a chocolate reward. We used a single unconstrained response that led to an actual rather than symbolic reward to assess the strength of reward motivation. Presentation of a chocolate-paired cue, but not an unpaired cue, markedly enhanced instrumental responding over a 30-s period. The same pattern was observed with 10-s and 30-s cues, showing that close cue-reward contiguity is not necessary for facilitation of reward-directed action. The results confirm that reward-related cues can instigate voluntary action to obtain that reward. The effectiveness of long-duration cues suggests that in clinical settings, attention should be directed to both proximal and distal cues for reward.

  16. Peak provoked craving: an alternative to smoking cue-reactivity.

    Science.gov (United States)

    Sayette, Michael A; Tiffany, Stephen T

    2013-06-01

    Smoking cue-exposure research has provided a powerful tool for examining cravings in the laboratory. A key attraction of this method is that tightly controlled experimental procedures can model craving experiences that are presumed to relate to addiction. Despite its appeal, key assumptions underlying the clinical relevance of smoking cue-reactivity studies have been questioned recently. For both conceptual and methodological reasons it may be difficult to tease apart cue-based and abstinence-based cravings. Moreover, conventional cue-reactivity procedures typically generate levels of craving with only minimal clinical relevance. We argue here that sometimes it is unfeasible-and in some instances conceptually misguided-to disentangle abstinence-based and cued components of cigarette cravings. In light of the challenges associated with cue-reactivity research, we offer an alternative approach to smoking cue-exposure experimental research focusing on peak provoked craving (PPC) states. The PPC approach uses nicotine-deprived smokers and focuses on urges during smoking cue-exposure without subtracting out urge ratings during control cue or baseline assessments. This design relies on two factors found in many cue-exposure studies-nicotine deprivation and exposure to explicit smoking cues-which, when combined, can create powerful craving states. The PPC approach retains key aspects of the cue-exposure method, and in many circumstances may be a viable design for studies examining robust laboratory-induced cravings. © 2012 The Authors, Addiction © 2012 Society for the Study of Addiction.

  17. Cue-reactivity in behavioral addictions: A meta-analysis and methodological considerations.

    Science.gov (United States)

    Starcke, Katrin; Antons, Stephanie; Trotzke, Patrick; Brand, Matthias

    2018-05-23

    Background and aims Recent research has applied cue-reactivity paradigms to behavioral addictions. The aim of the current meta-analysis is to systematically analyze the effects of learning-based cue-reactivity in behavioral addictions. Methods The current meta-analysis includes 18 studies (29 data sets, 510 participants) that have used a cue-reactivity paradigm in persons with gambling (eight studies), gaming (nine studies), or buying (one study) disorders. We compared subjective, peripheral physiological, electroencephal, and neural responses toward addiction-relevant cues in patients versus control participants and toward addiction-relevant cues versus control cues in patients. Results Persons with behavioral addictions showed higher cue-reactivity toward addiction-relevant cues compared with control participants: subjective cue-reactivity (d = 0.84, p = .01) and peripheral physiological and electroencephal measures of cue-reactivity (d = 0.61, p buying disorders also showed higher cue-reactivity toward addiction-relevant cues compared with control cues: subjective cue-reactivity (d = 0.39, p = .11) and peripheral physiological and electroencephal measures of cue-reactivity (d = 0.47, p = .05). Increased neural activation was found in the caudate nucleus, inferior frontal gyrus, angular gyrus, inferior network, and precuneus. Discussion and conclusions Cue-reactivity not only exists in substance-use disorders but also in gambling, gaming, and buying disorders. Future research should differentiate between cue-reactivity in addictive behaviors and cue-reactivity in functional excessive behaviors such as passions, hobbies, or professions.

  18. Role of Speaker Cues in Attention Inference

    Directory of Open Access Journals (Sweden)

    Jin Joo Lee

    2017-10-01

    Full Text Available Current state-of-the-art approaches to emotion recognition primarily focus on modeling the nonverbal expressions of the sole individual without reference to contextual elements such as the co-presence of the partner. In this paper, we demonstrate that the accurate inference of listeners’ social-emotional state of attention depends on accounting for the nonverbal behaviors of their storytelling partner, namely their speaker cues. To gain a deeper understanding of the role of speaker cues in attention inference, we conduct investigations into real-world interactions of children (5–6 years old storytelling with their peers. Through in-depth analysis of human–human interaction data, we first identify nonverbal speaker cues (i.e., backchannel-inviting cues and listener responses (i.e., backchannel feedback. We then demonstrate how speaker cues can modify the interpretation of attention-related backchannels as well as serve as a means to regulate the responsiveness of listeners. We discuss the design implications of our findings toward our primary goal of developing attention recognition models for storytelling robots, and we argue that social robots can proactively use speaker cues to form more accurate inferences about the attentive state of their human partners.

  19. Treatment plan modification using voxel-based weighting factors/dose prescription

    International Nuclear Information System (INIS)

    Wu Chuan; Olivera, Gustavo H; Jeraj, Robert; Keller, Harry; Mackie, Thomas R

    2003-01-01

    Under various clinical situations, it is desirable to modify the original treatment plan to better suit the clinical goals. In this work, a method to help physicians modify treatment plans based on their clinical preferences is proposed. The method uses a weighted quadratic dose objective function. The commonly used organ-/ROI-based weighting factors are expanded to a set of voxel-based weighting factors in order to obtain greater flexibility in treatment plan modification. Two different but equivalent modification schemes based on Rustem's quadratic programming algorithms -modification of a weighting matrix and modification of prescribed doses - are presented. Case studies demonstrated the effectiveness of the two methods with regard to their capability to fine-tune treatment plans

  20. Part-set cueing impairment & facilitation in semantic memory.

    Science.gov (United States)

    Kelley, Matthew R; Parihar, Sushmeena A

    2018-01-19

    The present study explored the influence of part-set cues in semantic memory using tests of "free" recall, reconstruction of order, and serial recall. Nine distinct categories of information were used (e.g., Zodiac signs, Harry Potter books, Star Wars films, planets). The results showed part-set cueing impairment for all three "free" recall sets, whereas part-set cueing facilitation was evident for five of the six ordered sets. Generally, the present results parallel those often observed across episodic tasks, which could indicate that similar mechanisms contribute to part-set cueing effects in both episodic and semantic memory. A novel anchoring explanation of part-set cueing facilitation in order and spatial tasks is provided.

  1. Use of explicit memory cues following parietal lobe lesions.

    Science.gov (United States)

    Dobbins, Ian G; Jaeger, Antonio; Studer, Bettina; Simons, Jon S

    2012-11-01

    The putative role of the lateral parietal lobe in episodic memory has recently become a topic of considerable debate, owing primarily to its consistent activation for studied materials during functional magnetic resonance imaging studies of recognition. Here we examined the performance of patients with parietal lobe lesions using an explicit memory cueing task in which probabilistic cues ("Likely Old" or "Likely New"; 75% validity) preceded the majority of verbal recognition memory probes. Without cues, patients and control participants did not differ in accuracy. However, group differences emerged during the "Likely New" cue condition with controls responding more accurately than parietal patients when these cues were valid (preceding new materials) and trending towards less accuracy when these cues were invalid (preceding old materials). Both effects suggest insufficient integration of external cues into memory judgments on the part of the parietal patients whose cued performance largely resembled performance in the complete absence of cues. Comparison of the parietal patients to a patient group with frontal lobe lesions suggested the pattern was specific to parietal and adjacent area lesions. Overall, the data indicate that parietal lobe patients fail to appropriately incorporate external cues of novelty into recognition attributions. This finding supports a role for the lateral parietal lobe in the adaptive biasing of memory judgments through the integration of external cues and internal memory evidence. We outline the importance of such adaptive biasing through consideration of basic signal detection predictions regarding maximum possible accuracy with and without informative environmental cues. Copyright © 2012 Elsevier Ltd. All rights reserved.

  2. Dominance dynamics of competition between intrinsic and extrinsic grouping cues.

    Science.gov (United States)

    Luna, Dolores; Villalba-García, Cristina; Montoro, Pedro R; Hinojosa, José A

    2016-10-01

    In the present study we examined the dominance dynamics of perceptual grouping cues. We used a paradigm in which participants selectively attended to perceptual groups based on several grouping cues in different blocks of trials. In each block, single and competing grouping cues were presented under different exposure durations (50, 150 or 350ms). Using this procedure, intrinsic vs. intrinsic cues (i.e. proximity and shape similarity) were compared in Experiment 1; extrinsic vs. extrinsic cues (i.e. common region and connectedness) in Experiment 2; and intrinsic vs. extrinsic cues (i.e. common region and shape similarity) in Experiment 3. The results showed that in Experiment 1, no dominance of any grouping cue was found: shape similarity and proximity grouping cues showed similar reaction times (RTs) and interference effects. In contrast, in Experiments 2 and 3, common region dominated processing: (i) RTs to common region were shorter than those to connectedness (Exp. 2) or shape similarity (Exp. 3); and (ii) when the grouping cues competed, common region interfered with connectedness (Exp. 2) and shape similarity (Exp. 3) more than vice versa. The results showed that the exposure duration of stimuli only affected the connectedness grouping cue. An important result of our experiments indicates that when two grouping cues compete, both the non-attended intrinsic cue in Experiment 1, and the non-dominant extrinsic cue in Experiments 2 and 3, are still perceived and they are not completely lost. Copyright © 2016 Elsevier B.V. All rights reserved.

  3. Memetic Algorithms to Solve a Global Nonlinear Optimization Problem. A Review

    Directory of Open Access Journals (Sweden)

    M. K. Sakharov

    2015-01-01

    Full Text Available In recent decades, evolutionary algorithms have proven themselves as the powerful optimization techniques of search engine. Their popularity is due to the fact that they are easy to implement and can be used in all areas, since they are based on the idea of universal evolution. For example, in the problems of a large number of local optima, the traditional optimization methods, usually, fail in finding the global optimum. To solve such problems using a variety of stochastic methods, in particular, the so-called population-based algorithms, which are a kind of evolutionary methods. The main disadvantage of this class of methods is their slow convergence to the exact solution in the neighborhood of the global optimum, as these methods incapable to use the local information about the landscape of the function. This often limits their use in largescale real-world problems where the computation time is a critical factor.One of the promising directions in the field of modern evolutionary computation are memetic algorithms, which can be regarded as a combination of population search of the global optimum and local procedures for verifying solutions, which gives a synergistic effect. In the context of memetic algorithms, the meme is an implementation of the local optimization method to refine solution in the search.The concept of memetic algorithms provides ample opportunities for the development of various modifications of these algorithms, which can vary the frequency of the local search, the conditions of its end, and so on. The practically significant memetic algorithm modifications involve the simultaneous use of different memes. Such algorithms are called multi-memetic.The paper gives statement of the global problem of nonlinear unconstrained optimization, describes the most promising areas of AI modifications, including hybridization and metaoptimization. The main content of the work is the classification and review of existing varieties of

  4. The influence of social and symbolic cues on observers' gaze behaviour.

    Science.gov (United States)

    Hermens, Frouke; Walker, Robin

    2016-08-01

    Research has shown that social and symbolic cues presented in isolation and at fixation have strong effects on observers, but it is unclear how cues compare when they are presented away from fixation and embedded in natural scenes. We here compare the effects of two types of social cue (gaze and pointing gestures) and one type of symbolic cue (arrow signs) on eye movements of observers under two viewing conditions (free viewing vs. a memory task). The results suggest that social cues are looked at more quickly, for longer and more frequently than the symbolic arrow cues. An analysis of saccades initiated from the cue suggests that the pointing cue leads to stronger cueing than the gaze and the arrow cue. While the task had only a weak influence on gaze orienting to the cues, stronger cue following was found for free viewing compared to the memory task. © 2015 The British Psychological Society.

  5. Research and Setting the Modified Algorithm "Predator-Prey" in the Problem of the Multi-Objective Optimization

    Directory of Open Access Journals (Sweden)

    A. P. Karpenko

    2016-01-01

    Full Text Available We consider a class of algorithms for multi-objective optimization - Pareto-approximation algorithms, which suppose a preliminary building of finite-dimensional approximation of a Pareto set, thereby also a Pareto front of the problem. The article gives an overview of population and non-population algorithms of the Pareto-approximation, identifies their strengths and weaknesses, and presents a canonical algorithm "predator-prey", showing its shortcomings. We offer a number of modifications of the canonical algorithm "predator-prey" with the aim to overcome the drawbacks of this algorithm, present the results of a broad study of the efficiency of these modifications of the algorithm. The peculiarity of the study is the use of the quality indicators of the Pareto-approximation, which previous publications have not used. In addition, we present the results of the meta-optimization of the modified algorithm, i.e. determining the optimal values of some free parameters of the algorithm. The study of efficiency of the modified algorithm "predator-prey" has shown that the proposed modifications allow us to improve the following indicators of the basic algorithm: cardinality of a set of the archive solutions, uniformity of archive solutions, and computation time. By and large, the research results have shown that the modified and meta-optimized algorithm enables achieving exactly the same approximation as the basic algorithm, but with the number of preys being one order less. Computational costs are proportionally reduced.

  6. Cues for haptic perception of compliance

    NARCIS (Netherlands)

    Bergmann Tiest, W.M.; Kappers, A.M.L.

    2009-01-01

    For the perception of the hardness of compliant materials, several cues are available. In this paper, the relative roles of force/displacement and surface deformation cues are investigated. We have measured discrimination thresholds with silicone rubber stimuli of differing thickness and compliance.

  7. Development of the sound localization cues in cats

    Science.gov (United States)

    Tollin, Daniel J.

    2004-05-01

    Cats are a common model for developmental studies of the psychophysical and physiological mechanisms of sound localization. Yet, there are few studies on the development of the acoustical cues to location in cats. The magnitude of the three main cues, interaural differences in time (ITDs) and level (ILDs), and monaural spectral shape cues, vary with location in adults. However, the increasing interaural distance associated with a growing head and pinnae during development will result in cues that change continuously until maturation is complete. Here, we report measurements, in cats aged 1 week to adulthood, of the physical dimensions of the head and pinnae and the localization cues, computed from measurements of directional transfer functions. At 1 week, ILD depended little on azimuth for frequencies 10 dB) shift to lower frequencies, and the maximum ITD increases to nearly 370 μs. Changes in the cues are correlated with the increasing size of the head and pinnae. [Work supported by NIDCD DC05122.

  8. Meninges-derived cues control axon guidance.

    Science.gov (United States)

    Suter, Tracey A C S; DeLoughery, Zachary J; Jaworski, Alexander

    2017-10-01

    The axons of developing neurons travel long distances along stereotyped pathways under the direction of extracellular cues sensed by the axonal growth cone. Guidance cues are either secreted proteins that diffuse freely or bind the extracellular matrix, or membrane-anchored proteins. Different populations of axons express distinct sets of receptors for guidance cues, which results in differential responses to specific ligands. The full repertoire of axon guidance cues and receptors and the identity of the tissues producing these cues remain to be elucidated. The meninges are connective tissue layers enveloping the vertebrate brain and spinal cord that serve to protect the central nervous system (CNS). The meninges also instruct nervous system development by regulating the generation and migration of neural progenitors, but it has not been determined whether they help guide axons to their targets. Here, we investigate a possible role for the meninges in neuronal wiring. Using mouse neural tissue explants, we show that developing spinal cord meninges produce secreted attractive and repulsive cues that can guide multiple types of axons in vitro. We find that motor and sensory neurons, which project axons across the CNS-peripheral nervous system (PNS) boundary, are attracted by meninges. Conversely, axons of both ipsi- and contralaterally projecting dorsal spinal cord interneurons are repelled by meninges. The responses of these axonal populations to the meninges are consistent with their trajectories relative to meninges in vivo, suggesting that meningeal guidance factors contribute to nervous system wiring and control which axons are able to traverse the CNS-PNS boundary. Copyright © 2017 Elsevier Inc. All rights reserved.

  9. Acupuncture inhibits cue-induced heroin craving and brain activation.

    Science.gov (United States)

    Cai, Xinghui; Song, Xiaoge; Li, Chuanfu; Xu, Chunsheng; Li, Xiliang; Lu, Qi

    2012-11-25

    Previous research using functional MRI has shown that specific brain regions associated with drug dependence and cue-elicited heroin craving are activated by environmental cues. Craving is an important trigger of heroin relapse, and acupuncture may inhibit craving. In this study, we performed functional MRI in heroin addicts and control subjects. We compared differences in brain activation between the two groups during heroin cue exposure, heroin cue exposure plus acupuncture at the Zusanli point (ST36) without twirling of the needle, and heroin cue exposure plus acupuncture at the Zusanli point with twirling of the needle. Heroin cue exposure elicited significant activation in craving-related brain regions mainly in the frontal lobes and callosal gyri. Acupuncture without twirling did not significantly affect the range of brain activation induced by heroin cue exposure, but significantly changed the extent of the activation in the heroin addicts group. Acupuncture at the Zusanli point with twirling of the needle significantly decreased both the range and extent of activation induced by heroin cue exposure compared with heroin cue exposure plus acupuncture without twirling of the needle. These experimental findings indicate that presentation of heroin cues can induce activation in craving-related brain regions, which are involved in reward, learning and memory, cognition and emotion. Acupuncture at the Zusanli point can rapidly suppress the activation of specific brain regions related to craving, supporting its potential as an intervention for drug craving.

  10. Conditioned responses elicited by experimentally produced cues for smoking.

    Science.gov (United States)

    Mucha, R F; Pauli, P; Angrilli, A

    1998-03-01

    Several theories of drug-craving postulate that a signal for drug elicits conditioned responses. However, depending on the theory, a drug cue is said to elicit drug similar, drug compensatory, positive motivational, and negative motivational effects. Since animal data alone cannot tease apart the relative importance of different cue-related processes in the addict, we developed and examined a model of drug cues in the human based on a two-sound, differential conditioning procedure using smoking as the reinforcer. After multiple pairings of a sound with smoking, there was a preference for the smoking cue on a conditioned preference test. The acute effects of smoking (increased heart rate, respiration rate, skin conductance level, skin conductance fluctuations, EEG beta power and trapezius EMG, decreased alpha power) were not affected by the smoking cue, although subjects drew more on their cigarette in the presence of the smoking cue than in the presence of a control cue. Moreover, the cue did not change baseline behaviour except for a possible increase in EEG beta power and an increase in trapezius EMG at about the time when smoking should have occurred. The findings confirm the value of experimental models of drug cues in the human for comparing different cue phenomena in the dependent individual. They indicate that an acquired signal for drug in the human may elicit incentive motivational effects and associated preparatory motor responses in addition to possible conditioned tolerance.

  11. Modified cuckoo search: A new gradient free optimisation algorithm

    International Nuclear Information System (INIS)

    Walton, S.; Hassan, O.; Morgan, K.; Brown, M.R.

    2011-01-01

    Highlights: → Modified cuckoo search (MCS) is a new gradient free optimisation algorithm. → MCS shows a high convergence rate, able to outperform other optimisers. → MCS is particularly strong at high dimension objective functions. → MCS performs well when applied to engineering problems. - Abstract: A new robust optimisation algorithm, which can be regarded as a modification of the recently developed cuckoo search, is presented. The modification involves the addition of information exchange between the top eggs, or the best solutions. Standard optimisation benchmarking functions are used to test the effects of these modifications and it is demonstrated that, in most cases, the modified cuckoo search performs as well as, or better than, the standard cuckoo search, a particle swarm optimiser, and a differential evolution strategy. In particular the modified cuckoo search shows a high convergence rate to the true global minimum even at high numbers of dimensions.

  12. Estimating location without external cues.

    Directory of Open Access Journals (Sweden)

    Allen Cheung

    2014-10-01

    Full Text Available The ability to determine one's location is fundamental to spatial navigation. Here, it is shown that localization is theoretically possible without the use of external cues, and without knowledge of initial position or orientation. With only error-prone self-motion estimates as input, a fully disoriented agent can, in principle, determine its location in familiar spaces with 1-fold rotational symmetry. Surprisingly, localization does not require the sensing of any external cue, including the boundary. The combination of self-motion estimates and an internal map of the arena provide enough information for localization. This stands in conflict with the supposition that 2D arenas are analogous to open fields. Using a rodent error model, it is shown that the localization performance which can be achieved is enough to initiate and maintain stable firing patterns like those of grid cells, starting from full disorientation. Successful localization was achieved when the rotational asymmetry was due to the external boundary, an interior barrier or a void space within an arena. Optimal localization performance was found to depend on arena shape, arena size, local and global rotational asymmetry, and the structure of the path taken during localization. Since allothetic cues including visual and boundary contact cues were not present, localization necessarily relied on the fusion of idiothetic self-motion cues and memory of the boundary. Implications for spatial navigation mechanisms are discussed, including possible relationships with place field overdispersion and hippocampal reverse replay. Based on these results, experiments are suggested to identify if and where information fusion occurs in the mammalian spatial memory system.

  13. Evaluation of multimodal ground cues

    DEFF Research Database (Denmark)

    Nordahl, Rolf; Lecuyer, Anatole; Serafin, Stefania

    2012-01-01

    This chapter presents an array of results on the perception of ground surfaces via multiple sensory modalities,with special attention to non visual perceptual cues, notably those arising from audition and haptics, as well as interactions between them. It also reviews approaches to combining...... synthetic multimodal cues, from vision, haptics, and audition, in order to realize virtual experiences of walking on simulated ground surfaces or other features....

  14. Scene-Based Contextual Cueing in Pigeons

    Science.gov (United States)

    Wasserman, Edward A.; Teng, Yuejia; Brooks, Daniel I.

    2014-01-01

    Repeated pairings of a particular visual context with a specific location of a target stimulus facilitate target search in humans. We explored an animal model of such contextual cueing. Pigeons had to peck a target which could appear in one of four locations on color photographs of real-world scenes. On half of the trials, each of four scenes was consistently paired with one of four possible target locations; on the other half of the trials, each of four different scenes was randomly paired with the same four possible target locations. In Experiments 1 and 2, pigeons exhibited robust contextual cueing when the context preceded the target by 1 s to 8 s, with reaction times to the target being shorter on predictive-scene trials than on random-scene trials. Pigeons also responded more frequently during the delay on predictive-scene trials than on random-scene trials; indeed, during the delay on predictive-scene trials, pigeons predominately pecked toward the location of the upcoming target, suggesting that attentional guidance contributes to contextual cueing. In Experiment 3, involving left-right and top-bottom scene reversals, pigeons exhibited stronger control by global than by local scene cues. These results attest to the robustness and associative basis of contextual cueing in pigeons. PMID:25546098

  15. Hand-gesture-based sterile interface for the operating room using contextual cues for the navigation of radiological images.

    Science.gov (United States)

    Jacob, Mithun George; Wachs, Juan Pablo; Packer, Rebecca A

    2013-06-01

    This paper presents a method to improve the navigation and manipulation of radiological images through a sterile hand gesture recognition interface based on attentional contextual cues. Computer vision algorithms were developed to extract intention and attention cues from the surgeon's behavior and combine them with sensory data from a commodity depth camera. The developed interface was tested in a usability experiment to assess the effectiveness of the new interface. An image navigation and manipulation task was performed, and the gesture recognition accuracy, false positives and task completion times were computed to evaluate system performance. Experimental results show that gesture interaction and surgeon behavior analysis can be used to accurately navigate, manipulate and access MRI images, and therefore this modality could replace the use of keyboard and mice-based interfaces.

  16. Self-Tuning Control Scheme Based on the Robustness σ-Modification Approach

    Directory of Open Access Journals (Sweden)

    Nabiha Touijer

    2017-01-01

    Full Text Available This paper deals with the self-tuning control problem of linear systems described by autoregressive exogenous (ARX mathematical models in the presence of unmodelled dynamics. An explicit scheme of control is described, which we use a recursive algorithm on the basis of the robustness σ-modification approach to estimate the parameters of the system, to solve the problem of regulation tracking of the system. This approach was designed with the assumptions that the norm of the vector of the parameters is well-known. A new quadratic criterion is proposed to develop a modified recursive least squares (M-RLS algorithm with σ-modification. The stability condition of the proposed estimation scheme is proved using the concepts of the small gain theorem. The effectiveness and reliability of the proposed M-RLS algorithm are shown by an illustrative simulation example. The effectiveness of the described explicit self-tuning control scheme is demonstrated by simulation results of the cruise control system for a vehicle.

  17. Gait parameter control timing with dynamic manual contact or visual cues

    Science.gov (United States)

    Shi, Peter; Werner, William

    2016-01-01

    We investigated the timing of gait parameter changes (stride length, peak toe velocity, and double-, single-support, and complete step duration) to control gait speed. Eleven healthy participants adjusted their gait speed on a treadmill to maintain a constant distance between them and a fore-aft oscillating cue (a place on a conveyor belt surface). The experimental design balanced conditions of cue modality (vision: eyes-open; manual contact: eyes-closed while touching the cue); treadmill speed (0.2, 0.4, 0.85, and 1.3 m/s); and cue motion (none, ±10 cm at 0.09, 0.11, and 0.18 Hz). Correlation analyses revealed a number of temporal relationships between gait parameters and cue speed. The results suggest that neural control ranged from feedforward to feedback. Specifically, step length preceded cue velocity during double-support duration suggesting anticipatory control. Peak toe velocity nearly coincided with its most-correlated cue velocity during single-support duration. The toe-off concluding step and double-support durations followed their most-correlated cue velocity, suggesting feedback control. Cue-tracking accuracy and cue velocity correlations with timing parameters were higher with the manual contact cue than visual cue. The cue/gait timing relationships generalized across cue modalities, albeit with greater delays of step-cycle events relative to manual contact cue velocity. We conclude that individual kinematic parameters of gait are controlled to achieve a desired velocity at different specific times during the gait cycle. The overall timing pattern of instantaneous cue velocities associated with different gait parameters is conserved across cues that afford different performance accuracies. This timing pattern may be temporally shifted to optimize control. Different cue/gait parameter latencies in our nonadaptation paradigm provide general-case evidence of the independent control of gait parameters previously demonstrated in gait adaptation paradigms

  18. Gait parameter control timing with dynamic manual contact or visual cues.

    Science.gov (United States)

    Rabin, Ely; Shi, Peter; Werner, William

    2016-06-01

    We investigated the timing of gait parameter changes (stride length, peak toe velocity, and double-, single-support, and complete step duration) to control gait speed. Eleven healthy participants adjusted their gait speed on a treadmill to maintain a constant distance between them and a fore-aft oscillating cue (a place on a conveyor belt surface). The experimental design balanced conditions of cue modality (vision: eyes-open; manual contact: eyes-closed while touching the cue); treadmill speed (0.2, 0.4, 0.85, and 1.3 m/s); and cue motion (none, ±10 cm at 0.09, 0.11, and 0.18 Hz). Correlation analyses revealed a number of temporal relationships between gait parameters and cue speed. The results suggest that neural control ranged from feedforward to feedback. Specifically, step length preceded cue velocity during double-support duration suggesting anticipatory control. Peak toe velocity nearly coincided with its most-correlated cue velocity during single-support duration. The toe-off concluding step and double-support durations followed their most-correlated cue velocity, suggesting feedback control. Cue-tracking accuracy and cue velocity correlations with timing parameters were higher with the manual contact cue than visual cue. The cue/gait timing relationships generalized across cue modalities, albeit with greater delays of step-cycle events relative to manual contact cue velocity. We conclude that individual kinematic parameters of gait are controlled to achieve a desired velocity at different specific times during the gait cycle. The overall timing pattern of instantaneous cue velocities associated with different gait parameters is conserved across cues that afford different performance accuracies. This timing pattern may be temporally shifted to optimize control. Different cue/gait parameter latencies in our nonadaptation paradigm provide general-case evidence of the independent control of gait parameters previously demonstrated in gait adaptation paradigms

  19. Effectiveness of self-generated cues in early Alzheimer's disease.

    Science.gov (United States)

    Lipinska, B; Bäckman, L; Mäntylä, T; Viitanen, M

    1994-12-01

    The ability to utilize cognitive support in the form of self-generated cues in mild Alzheimer's disease (AD), and the factors promoting efficient cue utilization in this group of patients, were examined in two experiments on memory for words. Results from both experiments showed that normal old adults as well as AD patients performed better with self-generated cues than with experimenter-provided cues, although the latter type of cues resulted in gains relative to free recall. The findings indicate no qualitative differences in patterns of performance between the normal old and the AD patients. For both groups of subjects, cue effectiveness was optimized when (a) there was self-generation activity at encoding, and (b) encoding and retrieval conditions were compatible.

  20. Stimulus-driven attentional capture by subliminal onset cues

    NARCIS (Netherlands)

    Schoeberl, T.; Fuchs, I.; Theeuwes, J.; Ansorge, U.

    2015-01-01

    In two experiments, we tested whether subliminal abrupt onset cues capture attention in a stimulus-driven way. An onset cue was presented 16 ms prior to the stimulus display that consisted of clearly visible color targets. The onset cue was presented either at the same side as the target (the valid

  1. Boosting Vocabulary Learning by Verbal Cueing During Sleep.

    Science.gov (United States)

    Schreiner, Thomas; Rasch, Björn

    2015-11-01

    Reactivating memories during sleep by re-exposure to associated memory cues (e.g., odors or sounds) improves memory consolidation. Here, we tested for the first time whether verbal cueing during sleep can improve vocabulary learning. We cued prior learned Dutch words either during non-rapid eye movement sleep (NonREM) or during active or passive waking. Re-exposure to Dutch words during sleep improved later memory for the German translation of the cued words when compared with uncued words. Recall of uncued words was similar to an additional group receiving no verbal cues during sleep. Furthermore, verbal cueing failed to improve memory during active and passive waking. High-density electroencephalographic recordings revealed that successful verbal cueing during NonREM sleep is associated with a pronounced frontal negativity in event-related potentials, a higher frequency of frontal slow waves as well as a cueing-related increase in right frontal and left parietal oscillatory theta power. Our results indicate that verbal cues presented during NonREM sleep reactivate associated memories, and facilitate later recall of foreign vocabulary without impairing ongoing consolidation processes. Likewise, our oscillatory analysis suggests that both sleep-specific slow waves as well as theta oscillations (typically associated with successful memory encoding during wakefulness) might be involved in strengthening memories by cueing during sleep. © The Author 2014. Published by Oxford University Press. All rights reserved. For Permissions, please e-mail: journals.permissions@oup.com.

  2. The development of prospective memory in young schoolchildren: the impact of ongoing task absorption, cue salience, and cue centrality.

    Science.gov (United States)

    Kliegel, Matthias; Mahy, Caitlin E V; Voigt, Babett; Henry, Julie D; Rendell, Peter G; Aberle, Ingo

    2013-12-01

    This study presents evidence that 9- and 10-year-old children outperform 6- and 7-year-old children on a measure of event-based prospective memory and that retrieval-based factors systematically influence performance and age differences. All experiments revealed significant age effects in prospective memory even after controlling for ongoing task performance. In addition, the provision of a less absorbing ongoing task (Experiment 1), higher cue salience (Experiment 2), and cues appearing in the center of attention (Experiment 3) were each associated with better performance. Of particular developmental importance was an age by cue centrality (in or outside of the center of attention) interaction that emerged in Experiment 3. Thus, age effects were restricted to prospective memory cues appearing outside of the center of attention, suggesting that the development of prospective memory across early school years may be modulated by whether a cue requires overt monitoring beyond the immediate attentional context. Because whether a cue is in or outside of the center of attention might determine the amount of executive control needed in a prospective memory task, findings suggest that developing executive control resources may drive prospective memory development across primary school age. Copyright © 2013 Elsevier Inc. All rights reserved.

  3. Sequence tagging reveals unexpected modifications in toxicoproteomics

    Science.gov (United States)

    Dasari, Surendra; Chambers, Matthew C.; Codreanu, Simona G.; Liebler, Daniel C.; Collins, Ben C.; Pennington, Stephen R.; Gallagher, William M.; Tabb, David L.

    2010-01-01

    Toxicoproteomic samples are rich in posttranslational modifications (PTMs) of proteins. Identifying these modifications via standard database searching can incur significant performance penalties. Here we describe the latest developments in TagRecon, an algorithm that leverages inferred sequence tags to identify modified peptides in toxicoproteomic data sets. TagRecon identifies known modifications more effectively than the MyriMatch database search engine. TagRecon outperformed state of the art software in recognizing unanticipated modifications from LTQ, Orbitrap, and QTOF data sets. We developed user-friendly software for detecting persistent mass shifts from samples. We follow a three-step strategy for detecting unanticipated PTMs in samples. First, we identify the proteins present in the sample with a standard database search. Next, identified proteins are interrogated for unexpected PTMs with a sequence tag-based search. Finally, additional evidence is gathered for the detected mass shifts with a refinement search. Application of this technology on toxicoproteomic data sets revealed unintended cross-reactions between proteins and sample processing reagents. Twenty five proteins in rat liver showed signs of oxidative stress when exposed to potentially toxic drugs. These results demonstrate the value of mining toxicoproteomic data sets for modifications. PMID:21214251

  4. Algorithm for shortest path search in Geographic Information Systems by using reduced graphs.

    Science.gov (United States)

    Rodríguez-Puente, Rafael; Lazo-Cortés, Manuel S

    2013-01-01

    The use of Geographic Information Systems has increased considerably since the eighties and nineties. As one of their most demanding applications we can mention shortest paths search. Several studies about shortest path search show the feasibility of using graphs for this purpose. Dijkstra's algorithm is one of the classic shortest path search algorithms. This algorithm is not well suited for shortest path search in large graphs. This is the reason why various modifications to Dijkstra's algorithm have been proposed by several authors using heuristics to reduce the run time of shortest path search. One of the most used heuristic algorithms is the A* algorithm, the main goal is to reduce the run time by reducing the search space. This article proposes a modification of Dijkstra's shortest path search algorithm in reduced graphs. It shows that the cost of the path found in this work, is equal to the cost of the path found using Dijkstra's algorithm in the original graph. The results of finding the shortest path, applying the proposed algorithm, Dijkstra's algorithm and A* algorithm, are compared. This comparison shows that, by applying the approach proposed, it is possible to obtain the optimal path in a similar or even in less time than when using heuristic algorithms.

  5. Auditory Emotional Cues Enhance Visual Perception

    Science.gov (United States)

    Zeelenberg, Rene; Bocanegra, Bruno R.

    2010-01-01

    Recent studies show that emotional stimuli impair performance to subsequently presented neutral stimuli. Here we show a cross-modal perceptual enhancement caused by emotional cues. Auditory cue words were followed by a visually presented neutral target word. Two-alternative forced-choice identification of the visual target was improved by…

  6. Contextual Cueing Effects across the Lifespan

    Science.gov (United States)

    Merrill, Edward C.; Conners, Frances A.; Roskos, Beverly; Klinger, Mark R.; Klinger, Laura Grofer

    2013-01-01

    The authors evaluated age-related variations in contextual cueing, which reflects the extent to which visuospatial regularities can facilitate search for a target. Previous research produced inconsistent results regarding contextual cueing effects in young children and in older adults, and no study has investigated the phenomenon across the life…

  7. Empirical study of self-configuring genetic programming algorithm performance and behaviour

    International Nuclear Information System (INIS)

    KrasnoyarskiyRabochiy prospect, Krasnoyarsk, 660014 (Russian Federation))" data-affiliation=" (Siberian State Aerospace University named after Academician M.F. Reshetnev 31 KrasnoyarskiyRabochiy prospect, Krasnoyarsk, 660014 (Russian Federation))" >Semenkin, E; KrasnoyarskiyRabochiy prospect, Krasnoyarsk, 660014 (Russian Federation))" data-affiliation=" (Siberian State Aerospace University named after Academician M.F. Reshetnev 31 KrasnoyarskiyRabochiy prospect, Krasnoyarsk, 660014 (Russian Federation))" >Semenkina, M

    2015-01-01

    The behaviour of the self-configuring genetic programming algorithm with a modified uniform crossover operator that implements a selective pressure on the recombination stage, is studied over symbolic programming problems. The operator's probabilistic rates interplay is studied and the role of operator variants on algorithm performance is investigated. Algorithm modifications based on the results of investigations are suggested. The performance improvement of the algorithm is demonstrated by the comparative analysis of suggested algorithms on the benchmark and real world problems

  8. Reminder cues modulate the renewal effect in human predictive learning

    Directory of Open Access Journals (Sweden)

    Javier Bustamante

    2016-12-01

    Full Text Available Associative learning refers to our ability to learn about regularities in our environment. When a stimulus is repeatedly followed by a specific outcome, we learn to expect the outcome in the presence of the stimulus. We are also able to modify established expectations in the face of disconfirming information (the stimulus is no longer followed by the outcome. Both the change of environmental regularities and the related processes of adaptation are referred to as extinction. However, extinction does not erase the initially acquired expectations. For instance, following successful extinction, the initially learned expectations can recover when there is a context change – a phenomenon called the renewal effect, which is considered as a model for relapse after exposure therapy. Renewal was found to be modulated by reminder cues of acquisition and extinction. However, the mechanisms underlying the effectiveness of reminder cues are not well understood. The aim of the present study was to investigate the impact of reminder cues on renewal in the field of human predictive learning. Experiment I demonstrated that renewal in human predictive learning is modulated by cues related to acquisition or extinction. Initially, participants received pairings of a stimulus and an outcome in one context. These stimulus-outcome pairings were preceded by presentations of a reminder cue (acquisition cue. Then, participants received extinction in a different context in which presentations of the stimulus were no longer followed by the outcome. These extinction trials were preceded by a second reminder cue (extinction cue. During a final phase conducted in a third context, participants showed stronger expectations of the outcome in the presence of the stimulus when testing was accompanied by the acquisition cue compared to the extinction cue. Experiment II tested an explanation of the reminder cue effect in terms of simple cue-outcome associations. Therefore

  9. Blood cues induce antipredator behavior in Nile tilapia conspecifics.

    Directory of Open Access Journals (Sweden)

    Rodrigo Egydio Barreto

    Full Text Available In this study, we show that the fish Nile tilapia displays an antipredator response to chemical cues present in the blood of conspecifics. This is the first report of alarm response induced by blood-borne chemical cues in fish. There is a body of evidence showing that chemical cues from epidermal 'club' cells elicit an alarm reaction in fish. However, the chemical cues of these 'club' cells are restricted to certain species of fish. Thus, as a parsimonious explanation, we assume that an alarm response to blood cues is a generalized response among animals because it occurs in mammals, birds and protostomian animals. Moreover, our results suggest that researchers must use caution when studying chemically induced alarm reactions because it is difficult to separate club cell cues from traces of blood.

  10. Transfer of memory retrieval cues in rats.

    Science.gov (United States)

    Briggs, James F; Fitz, Kelly I; Riccio, David C

    2007-06-01

    Two experiments using rats were conducted to determine whether the retrieval of a memory could be brought under the control of new contextual cues that had not been present at the time of training. In Experiment 1, rats were trained in one context and then exposed to different contextual cues immediately, 60 min, or 120 min after training. When tested in the shifted context, rats that had been exposed shortly after training treated the shifted context as if it were the original context. The control that the previously neutral context had over retrieval disappeared with longer posttraining delays, suggesting the importance of an active memory representation during exposure. Experiment 2 replicated the basic finding and demonstrated that the transfer of retrieval cues was specific to the contextual cues present during exposure. These findings with rats are consistent with findings from infant research (see, e.g., Boller & Rovee-Collier, 1992) that have shown that a neutral context can come to serve as a retrieval cue for an episode experienced elsewhere.

  11. Individualization of music-based rhythmic auditory cueing in Parkinson's disease.

    Science.gov (United States)

    Bella, Simone Dalla; Dotov, Dobromir; Bardy, Benoît; de Cock, Valérie Cochen

    2018-06-04

    Gait dysfunctions in Parkinson's disease can be partly relieved by rhythmic auditory cueing. This consists in asking patients to walk with a rhythmic auditory stimulus such as a metronome or music. The effect on gait is visible immediately in terms of increased speed and stride length. Moreover, training programs based on rhythmic cueing can have long-term benefits. The effect of rhythmic cueing, however, varies from one patient to the other. Patients' response to the stimulation may depend on rhythmic abilities, often deteriorating with the disease. Relatively spared abilities to track the beat favor a positive response to rhythmic cueing. On the other hand, most patients with poor rhythmic abilities either do not respond to the cues or experience gait worsening when walking with cues. An individualized approach to rhythmic auditory cueing with music is proposed to cope with this variability in patients' response. This approach calls for using assistive mobile technologies capable of delivering cues that adapt in real time to patients' gait kinematics, thus affording step synchronization to the beat. Individualized rhythmic cueing can provide a safe and cost-effective alternative to standard cueing that patients may want to use in their everyday lives. © 2018 New York Academy of Sciences.

  12. Augmented Reality Cues and Elderly Driver Hazard Perception

    Science.gov (United States)

    Schall, Mark C.; Rusch, Michelle L.; Lee, John D.; Dawson, Jeffrey D.; Thomas, Geb; Aksan, Nazan; Rizzo, Matthew

    2013-01-01

    Objective Evaluate the effectiveness of augmented reality (AR) cues in improving driving safety in elderly drivers who are at increased crash risk due to cognitive impairments. Background Cognitively challenging driving environments pose a particular crash risk for elderly drivers. AR cueing is a promising technology to mitigate risk by directing driver attention to roadway hazards. This study investigates whether AR cues improve or interfere with hazard perception in elderly drivers with age-related cognitive decline. Methods Twenty elderly (Mean= 73 years, SD= 5 years), licensed drivers with a range of cognitive abilities measured by a speed of processing (SOP) composite participated in a one-hour drive in an interactive, fixed-base driving simulator. Each participant drove through six, straight, six-mile-long rural roadway scenarios following a lead vehicle. AR cues directed attention to potential roadside hazards in three of the scenarios, and the other three were uncued (baseline) drives. Effects of AR cueing were evaluated with respect to: 1) detection of hazardous target objects, 2) interference with detecting nonhazardous secondary objects, and 3) impairment in maintaining safe distance behind a lead vehicle. Results AR cueing improved the detection of hazardous target objects of low visibility. AR cues did not interfere with detection of nonhazardous secondary objects and did not impair ability to maintain safe distance behind a lead vehicle. SOP capacity did not moderate those effects. Conclusion AR cues show promise for improving elderly driver safety by increasing hazard detection likelihood without interfering with other driving tasks such as maintaining safe headway. PMID:23829037

  13. Internet-based attentional bias modification training as add-on to regular treatment in alcohol and cannabis dependent outpatients : A study protocol of a randomized control trial

    NARCIS (Netherlands)

    Heitmann, J.; van Hemel-Ruiter, M.E.; Vermeulen, K.M.; Ostafin, B.D.; MacLeod, C.; Wiers, R.W.; DeFuentes-Merillas, L.; Fledderus, M.; Markus, W.; de Jong, P.J.

    2017-01-01

    Background The automatic tendency to attend to and focus on substance-related cues in the environment (attentional bias), has been found to contribute to the persistence of addiction. Attentional bias modification (ABM) interventions might, therefore, contribute to treatment outcome and the

  14. Intelligence as the efficiency of cue-driven retrieval from secondary memory.

    Science.gov (United States)

    Liesefeld, Heinrich René; Hoffmann, Eugenia; Wentura, Dirk

    2016-01-01

    Complex-span (working-memory-capacity) tasks are among the most successful predictors of intelligence. One important contributor to this relationship is the ability to efficiently employ cues for the retrieval from secondary memory. Presumably, intelligent individuals can considerably restrict their memory search sets by using such cues and can thereby improve recall performance. We here test this assumption by experimentally manipulating the validity of retrieval cues. When memoranda are drawn from the same semantic category on two successive trials of a verbal complex-span task, the category is a very strong retrieval cue on its first occurrence (strong-cue trial) but loses some of its validity on its second occurrence (weak-cue trial). If intelligent individuals make better use of semantic categories as retrieval cues, their recall accuracy suffers more from this loss of cue validity. Accordingly, our results show that less variance in intelligence is explained by recall accuracy on weak-cue compared with strong-cue trials.

  15. Using Self-Generated Cues to Facilitate Recall: A Narrative Review

    Science.gov (United States)

    Wheeler, Rebecca L.; Gabbert, Fiona

    2017-01-01

    We draw upon the Associative Network model of memory, as well as the principles of encoding-retrieval specificity, and cue distinctiveness, to argue that self-generated cue mnemonics offer an intuitive means of facilitating reliable recall of personally experienced events. The use of a self-generated cue mnemonic allows for the spreading activation nature of memory, whilst also presenting an opportunity to capitalize upon cue distinctiveness. Here, we present the theoretical rationale behind the use of this technique, and highlight the distinction between a self-generated cue and a self-referent cue in autobiographical memory research. We contrast this mnemonic with a similar retrieval technique, Mental Reinstatement of Context, which is recognized as the most effective mnemonic component of the Cognitive Interview. Mental Reinstatement of Context is based upon the principle of encoding-retrieval specificity, whereby the overlap between encoded information and retrieval cue predicts the likelihood of accurate recall. However, it does not incorporate the potential additional benefit of self-generated retrieval cues. PMID:29163254

  16. Using Self-Generated Cues to Facilitate Recall: A Narrative Review

    Directory of Open Access Journals (Sweden)

    Rebecca L. Wheeler

    2017-10-01

    Full Text Available We draw upon the Associative Network model of memory, as well as the principles of encoding-retrieval specificity, and cue distinctiveness, to argue that self-generated cue mnemonics offer an intuitive means of facilitating reliable recall of personally experienced events. The use of a self-generated cue mnemonic allows for the spreading activation nature of memory, whilst also presenting an opportunity to capitalize upon cue distinctiveness. Here, we present the theoretical rationale behind the use of this technique, and highlight the distinction between a self-generated cue and a self-referent cue in autobiographical memory research. We contrast this mnemonic with a similar retrieval technique, Mental Reinstatement of Context, which is recognized as the most effective mnemonic component of the Cognitive Interview. Mental Reinstatement of Context is based upon the principle of encoding-retrieval specificity, whereby the overlap between encoded information and retrieval cue predicts the likelihood of accurate recall. However, it does not incorporate the potential additional benefit of self-generated retrieval cues.

  17. Limits on the role of retrieval cues in memory for actions: enactment effects in the absence of object cues in the environment.

    Science.gov (United States)

    Steffens, Melanie C; Buchner, Axel; Wender, Karl F; Decker, Claudia

    2007-12-01

    Verb-object phrases (open the umbrella, knock on the table) are usually remembered better if they have been enacted during study (also called subject-performed tasks) than if they have merely been learned verbally (verbal tasks). This enactment effect is particularly pronounced for phrases for which the objects (table) are present as cues in the study and test contexts. In previous studies with retrieval cues for some phrases, the enactment effect in free recall for the other phrases has been surprisingly small or even nonexistent. The present study tested whether the often replicated enactment effect in free recall can be found if none of the phrases contains context cues. In Experiment 1, we tested, and corroborated, the suppression hypothesis: The enactment effect for a given type of phrase (marker phrases) is modified by the presence or absence of cues for the other phrases in the list (experimental phrases). Experiments 2 and 3 replicated the enactment effect for phrases without cues. Experiment 2 also showed that the presence of cues either at study or at test is sufficient for obtaining a suppression effect, and Experiment 3 showed that the enactment effect may disappear altogether if retrieval cues are very salient.

  18. Oxytocin differentially modulates pavlovian cue and context fear acquisition.

    Science.gov (United States)

    Cavalli, Juliana; Ruttorf, Michaela; Pahi, Mario Rosero; Zidda, Francesca; Flor, Herta; Nees, Frauke

    2017-06-01

    Fear acquisition and extinction have been demonstrated as core mechanisms for the development and maintenance of mental disorders, with different contributions of processing cues vs contexts. The hypothalamic peptide oxytocin (OXT) may have a prominent role in this context, as it has been shown to affect fear learning. However, investigations have focused on cue conditioning, and fear extinction. Its differential role for cue and context fear acquisition is still not known. In a randomized, double-blind, placebo (PLC)-controlled design, we administered an intranasal dose of OXT or PLC before the acquisition of cue and context fear conditioning in healthy individuals (n = 52), and assessed brain responses, skin conductance responses and self-reports (valence/arousal/contingency). OXT compared with PLC significantly induced decreased responses in the nucleus accumbens during early cue and context acquisition, and decreased responses of the anterior cingulate cortex and insula during early as well as increased hippocampal response during late context, but not cue acquisition. The OXT group additionally showed significantly higher arousal in late cue and context acquisition. OXT modulates various aspects of cue and context conditioning, which is relevant from a mechanism-based perspective and might have implications for the treatment of fear and anxiety. © The Author (2017). Published by Oxford University Press.

  19. The time course of attentional deployment in contextual cueing.

    Science.gov (United States)

    Jiang, Yuhong V; Sigstad, Heather M; Swallow, Khena M

    2013-04-01

    The time course of attention is a major characteristic on which different types of attention diverge. In addition to explicit goals and salient stimuli, spatial attention is influenced by past experience. In contextual cueing, behaviorally relevant stimuli are more quickly found when they appear in a spatial context that has previously been encountered than when they appear in a new context. In this study, we investigated the time that it takes for contextual cueing to develop following the onset of search layout cues. In three experiments, participants searched for a T target in an array of Ls. Each array was consistently associated with a single target location. In a testing phase, we manipulated the stimulus onset asynchrony (SOA) between the repeated spatial layout and the search display. Contextual cueing was equivalent for a wide range of SOAs between 0 and 1,000 ms. The lack of an increase in contextual cueing with increasing cue durations suggests that as an implicit learning mechanism, contextual cueing cannot be effectively used until search begins.

  20. Using multisensory cues to facilitate air traffic management.

    Science.gov (United States)

    Ngo, Mary K; Pierce, Russell S; Spence, Charles

    2012-12-01

    In the present study, we sought to investigate whether auditory and tactile cuing could be used to facilitate a complex, real-world air traffic management scenario. Auditory and tactile cuing provides an effective means of improving both the speed and accuracy of participants' performance in a variety of laboratory-based visual target detection and identification tasks. A low-fidelity air traffic simulation task was used in which participants monitored and controlled aircraft.The participants had to ensure that the aircraft landed or exited at the correct altitude, speed, and direction and that they maintained a safe separation from all other aircraft and boundaries. The performance measures recorded included en route time, handoff delay, and conflict resolution delay (the performance measure of interest). In a baseline condition, the aircraft in conflict was highlighted in red (visual cue), and in the experimental conditions, this standard visual cue was accompanied by a simultaneously presented auditory, vibrotactile, or audiotactile cue. Participants responded significantly more rapidly, but no less accurately, to conflicts when presented with an additional auditory or audiotactile cue than with either a vibrotactile or visual cue alone. Auditory and audiotactile cues have the potential for improving operator performance by reducing the time it takes to detect and respond to potential visual target events. These results have important implications for the design and use of multisensory cues in air traffic management.

  1. Caloric restriction in the presence of attractive food cues: external cues, eating, and weight.

    Science.gov (United States)

    Polivy, Janet; Herman, C Peter; Coelho, Jennifer S

    2008-08-06

    A growing body of research on caloric restriction (CR) in many species of laboratory animals suggests that underfeeding leads to better health and longevity in the calorically-restricted animal (e.g., see [[34]. J.P. Pinel, S. Assanand and D.R. Lehman, (2000). Hunger, eating and ill health. Am Psychol, 55, 1105-1116.], for a review). Although some objections have been raised by scientists concerned about negative psychological and behavioral sequelae of such restriction, advocates of CR continue to urge people to adopt sharply reduced eating regimes in order to increase their longevity. Yet very few people are even attempting to reap the benefits of such restriction. The present paper explores one factor that may deter many humans from drastically reducing their food consumption--the presence of abundant, attractive food cues in the environment. Research on the influence of food cues on food-related behaviors is reviewed to demonstrate that the presence of food cues makes restriction of intake more difficult.

  2. Synergetic topography and chemistry cues guiding osteogenic differentiation in bone marrow stromal cells through ERK1/2 and p38 MAPK signaling pathway.

    Science.gov (United States)

    Zhang, Xinran; Li, Haotian; Lin, Chucheng; Ning, Congqin; Lin, Kaili

    2018-01-30

    Both the topographic surface and chemical composition modification can enhance rapid osteogenic differentiation and bone formation. Till now, the synergetic effects of topography and chemistry cues guiding biological responses have been rarely reported. Herein, the ordered micro-patterned topography and classically essential trace element of strontium (Sr) ion doping were selected to imitate topography and chemistry cues, respectively. The ordered micro-patterned topography on Sr ion-doped bioceramics was successfully duplicated using the nylon sieve as the template. Biological response results revealed that the micro-patterned topography design or Sr doping could promote cell attachment, ALP activity, and osteogenic differentiation of bone marrow-derived mesenchymal stem cells (BMSCs). Most importantly, the samples both with micro-patterned topography and Sr doping showed the highest promotion effects, and could synergistically activate the ERK1/2 and p38 MAPK signaling pathways. The results suggested that the grafts with both specific topography and chemistry cues have synergetic effects on osteogenic activity of BMSCs and provide an effective approach to design functional bone grafts and cell culture substrates.

  3. Visual-vestibular cue integration for heading perception: applications of optimal cue integration theory.

    Science.gov (United States)

    Fetsch, Christopher R; Deangelis, Gregory C; Angelaki, Dora E

    2010-05-01

    The perception of self-motion is crucial for navigation, spatial orientation and motor control. In particular, estimation of one's direction of translation, or heading, relies heavily on multisensory integration in most natural situations. Visual and nonvisual (e.g., vestibular) information can be used to judge heading, but each modality alone is often insufficient for accurate performance. It is not surprising, then, that visual and vestibular signals converge frequently in the nervous system, and that these signals interact in powerful ways at the level of behavior and perception. Early behavioral studies of visual-vestibular interactions consisted mainly of descriptive accounts of perceptual illusions and qualitative estimation tasks, often with conflicting results. In contrast, cue integration research in other modalities has benefited from the application of rigorous psychophysical techniques, guided by normative models that rest on the foundation of ideal-observer analysis and Bayesian decision theory. Here we review recent experiments that have attempted to harness these so-called optimal cue integration models for the study of self-motion perception. Some of these studies used nonhuman primate subjects, enabling direct comparisons between behavioral performance and simultaneously recorded neuronal activity. The results indicate that humans and monkeys can integrate visual and vestibular heading cues in a manner consistent with optimal integration theory, and that single neurons in the dorsal medial superior temporal area show striking correlates of the behavioral effects. This line of research and other applications of normative cue combination models should continue to shed light on mechanisms of self-motion perception and the neuronal basis of multisensory integration.

  4. Evidence for a shared representation of sequential cues that engage sign-tracking.

    Science.gov (United States)

    Smedley, Elizabeth B; Smith, Kyle S

    2018-06-19

    Sign-tracking is a phenomenon whereby cues that predict rewards come to acquire their own motivational value (incentive salience) and attract appetitive behavior. Typically, sign-tracking paradigms have used single auditory, visual, or lever cues presented prior to a reward delivery. Yet, real world examples of events often can be predicted by a sequence of cues. We have shown that animals will sign-track to multiple cues presented in temporal sequence, and with time develop a bias in responding toward a reward distal cue over a reward proximal cue. Further, extinction of responding to the reward proximal cue directly decreases responding to the reward distal cue. One possible explanation of this result is that serial cues become representationally linked with one another. Here we provide further support of this by showing that extinction of responding to a reward distal cue directly reduces responding to a reward proximal cue. We suggest that the incentive salience of one cue can influence the incentive salience of the other cue. Copyright © 2018. Published by Elsevier B.V.

  5. Claimed Versus Calculated Cue-Weighting Systems for Screening Employee Applicants

    Science.gov (United States)

    Blevins, David E.

    1975-01-01

    This research compares the cue-weighting system which assessors claimed they used with the cue-weighting system one would infer they used based on multiple observations of their assessing behavior. The claimed cue-weighting systems agreed poorly with the empirically calculated cue-weighting systems for all assessors except one who utilized only…

  6. Does Contextual Cueing Guide the Deployment of Attention?

    Science.gov (United States)

    Kunar, Melina A.; Flusberg, Stephen; Horowitz, Todd S.; Wolfe, Jeremy M.

    2008-01-01

    Contextual cueing experiments show that when displays are repeated, reaction times (RTs) to find a target decrease over time even when observers are not aware of the repetition. It has been thought that the context of the display guides attention to the target. We tested this hypothesis by comparing the effects of guidance in a standard search task to the effects of contextual cueing. Firstly, in standard search, an improvement in guidance causes search slopes (derived from RT × Set Size functions) to decrease. In contrast, we found that search slopes in contextual cueing did not become more efficient over time (Experiment 1). Secondly, when guidance is optimal (e.g. in easy feature search) we still found a small, but reliable contextual cueing effect (Experiments 2a and 2b), suggesting that other factors, such as response selection, contribute to the effect. Experiment 3 supported this hypothesis by showing that the contextual cueing effect disappeared when we added interference to the response selection process. Overall, our data suggest that the relationship between guidance and contextual cueing is weak and that response selection can account for part of the effect. PMID:17683230

  7. Attentional bias for craving-related (chocolate) food cues.

    Science.gov (United States)

    Kemps, Eva; Tiggemann, Marika

    2009-12-01

    In this study, we investigated attentional biases for craving-related food cues. A pictorial dot probe task was used to assess selective attentional processing of one particular highly desired food, namely chocolate, relative to that of other highly desired foods. In Experiment 1, we examined biased processing of chocolate cues in habitual (trait) chocolate cravers, whereas in Experiment 2 we investigated the effect of experimentally induced (state) chocolate cravings on such processing. As predicted, habitual chocolate cravers (Experiment 1) and individuals in whom a craving for chocolate was temporarily induced (Experiment 2) showed speeded detection of probes replacing chocolate-related pictures, demonstrating an attentional bias for chocolate cues. Subsequent examination indicated that in both experiments the observed attentional biases stemmed from difficulty in disengaging attention from chocolate cues rather than from a shift of attention toward such cues. The findings have important theoretical and practical implications.

  8. Individual differences in food cue responsivity are associated with acute and repeated cocaine-induced vocalizations, but not cue-induced vocalizations.

    Science.gov (United States)

    Tripi, Jordan A; Dent, Micheal L; Meyer, Paul J

    2017-02-01

    Individuals prone to attribute incentive salience to food-associated stimuli ("cues") are also more sensitive to cues during drug seeking and drug taking. This may be due in part to a difference in sensitivity to the affective or other stimulus properties of the drug. In rats, these properties are associated with 50-kHz ultrasonic vocalizations (USVs), in that they are elicited during putative positive affective and motivational states, including in response to drugs of abuse. We sought to determine whether individual differences in the tendency to attribute incentive salience to a food cue (as measured by approach) were associated with differences in cocaine-induced USVs. We also tested whether the food cue would elicit USVs and if this response was related to approach to the food cue. In experiment 1, rats underwent Pavlovian conditioned approach (PavCA) training where they learned to associate a cue (an illuminated lever) with the delivery of a food pellet into a food cup. Subjects were categorized based on their approach to the cue ("sign-trackers") or to the food cup ("goal-trackers"). Rats subsequently underwent nine testing days in which they were given saline or cocaine (10 mg/kg i.p) and placed into a locomotor chamber. In experiment 2, rats were first tested in the locomotor chambers for one saline-treated day followed by one cocaine-treated day and then trained in PavCA. USVs were recorded from a subset of individuals during the last day of PavCA to determine if the food cue would elicit USVs. Sign-trackers produced 5-24 times more cocaine-induced 50 kHz USVs compared to goal-trackers for all days of experiment 1, and this response sensitized with repeated cocaine, only in sign-trackers. Similarly in experiment 2, individuals that produced the most cocaine-induced USVs on a single exposure also showed the greatest tendency to sign-track during PavCA. Lastly, while sign-trackers produced more USVs during PavCA generally, the cue itself did not elicit

  9. POST-RETRIEVAL EXTINCTION ATTENUATES ALCOHOL CUE REACTIVITY IN RATS

    Science.gov (United States)

    Cofresí, Roberto U.; Lewis, Suzanne M.; Chaudhri, Nadia; Lee, Hongjoo J.; Monfils, Marie-H.; Gonzales, Rueben A.

    2017-01-01

    BACKGROUND Conditioned responses to alcohol-associated cues can hinder recovery from alcohol use disorder (AUD). Cue exposure (extinction) therapy (CET) can reduce reactivity to alcohol cues, but its efficacy is limited by phenomena such as spontaneous recovery and reinstatement that can cause a return of conditioned responding after extinction. Using a preclinical model of alcohol cue reactivity in rats, we evaluated whether the efficacy of alcohol CET could be improved by conducting CET during the memory reconsolidation window after retrieval of a cue-alcohol association. METHODS Rats were provided with intermittent access to unsweetened alcohol. Rats were then trained to predict alcohol access based on a visual cue. Next, rats were treated with either standard extinction (n=14) or post-retrieval extinction (n=13). Rats were then tested for long-term memory of extinction and susceptibility to spontaneous recovery and reinstatement. RESULTS Despite equivalent extinction, rats treated with post-retrieval extinction exhibited reduced spontaneous recovery and reinstatement relative to rats treated with standard extinction. CONCLUSIONS Post-retrieval CET shows promise for persistently attenuating the risk to relapse posed by alcohol cues in individuals with AUD. PMID:28169439

  10. Visual cue-specific craving is diminished in stressed smokers.

    Science.gov (United States)

    Cochran, Justinn R; Consedine, Nathan S; Lee, John M J; Pandit, Chinmay; Sollers, John J; Kydd, Robert R

    2017-09-01

    Craving among smokers is increased by stress and exposure to smoking-related visual cues. However, few experimental studies have tested both elicitors concurrently and considered how exposures may interact to influence craving. The current study examined craving in response to stress and visual cue exposure, separately and in succession, in order to better understand the relationship between craving elicitation and the elicitor. Thirty-nine smokers (21 males) who forwent smoking for 30 minutes were randomized to complete a stress task and a visual cue task in counterbalanced orders (creating the experimental groups); for the cue task, counterbalanced blocks of neutral, motivational control, and smoking images were presented. Self-reported craving was assessed after each block of visual stimuli and stress task, and after a recovery period following each task. As expected, the stress and smoking images generated greater craving than neutral or motivational control images (p smokers are stressed, visual cues have little additive effect on craving, and different types of visual cues elicit comparable craving. These findings may imply that once stressed, smokers will crave cigarettes comparably notwithstanding whether they are exposed to smoking image cues.

  11. Spectral information as an orientation cue in dung beetles

    OpenAIRE

    el Jundi, Basil; Foster, James J.; Byrne, Marcus J.; Baird, Emily; Dacke, Marie

    2015-01-01

    During the day, a non-uniform distribution of long and short wavelength light generates a colour gradient across the sky. This gradient could be used as a compass cue, particularly by animals such as dung beetles that rely primarily on celestial cues for orientation. Here, we tested if dung beetles can use spectral cues for orientation by presenting them with monochromatic (green and UV) light spots in an indoor arena. Beetles kept their original bearing when presented with a single light cue...

  12. Word segmentation with universal prosodic cues.

    Science.gov (United States)

    Endress, Ansgar D; Hauser, Marc D

    2010-09-01

    When listening to speech from one's native language, words seem to be well separated from one another, like beads on a string. When listening to a foreign language, in contrast, words seem almost impossible to extract, as if there was only one bead on the same string. This contrast reveals that there are language-specific cues to segmentation. The puzzle, however, is that infants must be endowed with a language-independent mechanism for segmentation, as they ultimately solve the segmentation problem for any native language. Here, we approach the acquisition problem by asking whether there are language-independent cues to segmentation that might be available to even adult learners who have already acquired a native language. We show that adult learners recognize words in connected speech when only prosodic cues to word-boundaries are given from languages unfamiliar to the participants. In both artificial and natural speech, adult English speakers, with no prior exposure to the test languages, readily recognized words in natural languages with critically different prosodic patterns, including French, Turkish and Hungarian. We suggest that, even though languages differ in their sound structures, they carry universal prosodic characteristics. Further, these language-invariant prosodic cues provide a universally accessible mechanism for finding words in connected speech. These cues may enable infants to start acquiring words in any language even before they are fine-tuned to the sound structure of their native language. Copyright © 2010. Published by Elsevier Inc.

  13. Triggers of fear: perceptual cues versus conceptual information in spider phobia.

    Science.gov (United States)

    Peperkorn, Henrik M; Alpers, Georg W; Mühlberger, Andreas

    2014-07-01

    Fear reactions in spider-phobic patients can be activated by specific perceptual cues or by conceptual fear-related information. Matching perceptual fear cues and fear-related information were expected to result in maximal fear responses, perceptual fear cues alone in less fear, and information alone in the weakest responses. We used virtual reality to manipulate the available cues and information. Forty-eight phobic patients and 48 healthy participants were repeatedly exposed to either a perceptual cue, information, or a combination of both. In conditions with a fear-relevant perceptual cue, phobic patients reported increased fear compared to the condition with information only. Across exposures trials, these reactions diminished. Skin conductance in phobic patients was significantly higher in the combined than in the cue or the information condition. Perceptual cues are essential for phobic fear reactions in spider phobia. In combination with fear-relevant information, perceptual cues activate an intense and persistent fear reaction. © 2013 Wiley Periodicals, Inc.

  14. Children’s identification of familiar songs from pitch and timing cues

    Directory of Open Access Journals (Sweden)

    Anna eVolkova

    2014-08-01

    Full Text Available The goal of the present study was to ascertain whether children with normal hearing and prelingually deaf children with cochlear implants could use pitch or timing cues alone or in combination to identify familiar songs. Children 4-7 years of age were required to identify the theme songs of familiar TV shows in a simple task with excerpts that preserved (1 the relative pitch and timing cues of the melody but not the original instrumentation, (2 the timing cues only (rhythm, meter, and tempo, and (3 the relative pitch cues only (pitch contour and intervals. Children with normal hearing performed at high levels and comparably across the three conditions. The performance of child implant users was well above chance levels when both pitch and timing cues were available, marginally above chance with timing cues only, and at chance with pitch cues only. This is the first demonstration that children can identify familiar songs from monotonic versions—timing cues but no pitch cues—and from isochronous versions—pitch cues but no timing cues. The study also indicates that, in the context of a very simple task, young implant users readily identify songs from melodic versions that preserve pitch and timing cues.

  15. White sucker Catostomus commersonii respond to conspecific and sea lamprey Petromyzon marinus alarm cues but not potential predator cues

    Science.gov (United States)

    Jordbro, Ethan J.; Di Rocco, Richard T.; Imre, Istvan; Johnson, Nicholas; Brown, Grant E.

    2016-01-01

    Recent studies proposed the use of chemosensory alarm cues to control the distribution of invasive sea lamprey Petromyzon marinus populations in the Laurentian Great Lakes and necessitate the evaluation of sea lamprey chemosensory alarm cues on valuable sympatric species such as white sucker. In two laboratory experiments, 10 replicate groups (10 animals each) of migratory white suckers were exposed to deionized water (control), conspecific whole-body extract, heterospecific whole-body extract (sea lamprey) and two potential predator cues (2-phenylethylamine HCl (PEA HCl) and human saliva) during the day, and exposed to the first four of the above cues at night. White suckers avoided the conspecific and the sea lamprey whole-body extract both during the day and at night to the same extent. Human saliva did not induce avoidance during the day. PEA HCl did not induce avoidance at a higher concentration during the day, or at night at the minimum concentration that was previously shown to induce maximum avoidance by sea lamprey under laboratory conditions. Our findings suggest that human saliva and PEA HCl may be potential species-specific predator cues for sea lamprey.

  16. Evidence for greater cue reactivity among low-dependent vs. high-dependent smokers.

    Science.gov (United States)

    Watson, Noreen L; Carpenter, Matthew J; Saladin, Michael E; Gray, Kevin M; Upadhyaya, Himanshu P

    2010-07-01

    Cue reactivity paradigms are well-established laboratory procedures used to examine subjective craving in response to substance-related cues. For smokers, the relationship between nicotine dependence and cue reactivity has not been clearly established. The main aim of the present study was to further examine this relationship. Participants (N=90) were between the ages 18-40 and smoked > or =10 cigarettes per day. Average nicotine dependence (Fagerström Test for Nicotine Dependence; FTND) at baseline was 4.9 (SD=2.1). Participants completed four cue reactivity sessions consisting of two in vivo cues (smoking and neutral) and two affective imagery cues (stressful and relaxed), all counterbalanced. Craving in response to cues was assessed following each cue exposure using the Questionnaire of Smoking Urges-Brief (QSU-B). Differential cue reactivity was operationally defined as the difference in QSU scores between the smoking and neutral cues, and between the stressful and relaxed cues. Nicotine dependence was significantly and negatively associated with differential cue reactivity scores in regard to hedonic craving (QSU factor 1) for both in vivo and imagery cues, such that those who had low FTND scores demonstrated greater differential cue reactivity than those with higher FTND scores (beta=-.082; p=.037; beta=-.101; p=.023, respectively). Similar trends were found for the Total QSU and for negative reinforcement craving (QSU factor 2), but did not reach statistical significance. Under partially sated conditions, less dependent smokers may be more differentially cue reactive to smoking cues as compared to heavily dependent smokers. These findings offer methodological and interpretative implications for cue reactivity studies. 2010 Elsevier Ltd. All rights reserved.

  17. Haven't a Cue? Mapping the CUE Space as an Aid to HRA Modeling

    Energy Technology Data Exchange (ETDEWEB)

    David I Gertman; Ronald L Boring; Jacques Hugo; William Phoenix

    2012-06-01

    Advances in automation present a new modeling environment for the human reliability analysis (HRA) practitioner. Many, if not most, current day HRA methods have their origin in characterizing and quantifying human performance in analog environments where mode awareness and system status indications are potentially less comprehensive, but simpler to comprehend at a glance when compared to advanced presentation systems. The introduction of highly complex automation has the potential to lead to: decreased levels of situation awareness caused by the need for increased monitoring; confusion regarding the often non-obvious causes of automation failures, and emergent system dependencies that formerly may have been uncharacterized. Understanding the relation of incoming cues available to operators during plant upset conditions, in conjunction with operating procedures, yields insight into understanding the nature of the expected operator response in this control room environment. Static systems methods such as fault trees do not contain the appropriate temporal information or necessarily specify the relationship among cues leading to operator response. In this paper, we do not attempt to replace standard performance shaping factors commonly used in HRA nor offer a new HRA method, existing methods may suffice. In this paper we strive to enhance current understanding of the basis for operator response through a technique that can be used during the qualitative portion of the HRA analysis process. The CUE map is a means to visualize the relationship among salient cues in the control room that help influence operator response, show how the cognitive map of the operator changes as information is gained or lost, and is applicable to existing as well as advanced hybrid plants and small modular reactor designs. A brief application involving loss of condensate is presented and advantages and limitations of the modeling approach and use of the CUE map are discussed.

  18. Does acute tobacco smoking prevent cue-induced craving?

    Science.gov (United States)

    Schlagintweit, Hera E; Barrett, Sean P

    2016-05-01

    Smoking cessation aids appear to be limited in their ability to prevent craving triggered by exposure to smoking-associated stimuli; however, the extent to which cue-induced cravings persist following denicotinized or nicotine-containing tobacco smoking is not known. Thirty (17 male) ⩾12-hour abstinent dependent smokers completed two sessions during which they smoked a nicotine-containing or denicotinized cigarette. Instructions regarding the nicotine content of the cigarette varied across sessions, and all participants were exposed to a neutral cue followed by a smoking cue after cigarette consumption. Craving was assessed before and after cigarette consumption and cue exposure. Reduced intentions to smoke were associated with both nicotine expectancy (pSmoking-associated stimuli increased craving regardless of nicotine expectancy or administration (p-valuessmoking, neither smoking-related nicotine administration nor expectation prevents increases in craving following exposure to smoking-associated stimuli. These findings suggest that cue-induced craving may be resistant to various pharmacological and psychological interventions. © The Author(s) 2016.

  19. Mental state attribution and the gaze cueing effect.

    Science.gov (United States)

    Cole, Geoff G; Smith, Daniel T; Atkinson, Mark A

    2015-05-01

    Theory of mind is said to be possessed by an individual if he or she is able to impute mental states to others. Recently, some authors have demonstrated that such mental state attributions can mediate the "gaze cueing" effect, in which observation of another individual shifts an observer's attention. One question that follows from this work is whether such mental state attributions produce mandatory modulations of gaze cueing. Employing the basic gaze cueing paradigm, together with a technique commonly used to assess mental-state attribution in nonhuman animals, we manipulated whether the gazing agent could see the same thing as the participant (i.e., the target) or had this view obstructed by a physical barrier. We found robust gaze cueing effects, even when the observed agent in the display could not see the same thing as the participant. These results suggest that the attribution of "seeing" does not necessarily modulate the gaze cueing effect.

  20. VLSI PARTITIONING ALGORITHM WITH ADAPTIVE CONTROL PARAMETER

    Directory of Open Access Journals (Sweden)

    P. N. Filippenko

    2013-03-01

    Full Text Available The article deals with the problem of very large-scale integration circuit partitioning. A graph is selected as a mathematical model describing integrated circuit. Modification of ant colony optimization algorithm is presented, which is used to solve graph partitioning problem. Ant colony optimization algorithm is an optimization method based on the principles of self-organization and other useful features of the ants’ behavior. The proposed search system is based on ant colony optimization algorithm with the improved method of the initial distribution and dynamic adjustment of the control search parameters. The experimental results and performance comparison show that the proposed method of very large-scale integration circuit partitioning provides the better search performance over other well known algorithms.

  1. Deceptive body movements reverse spatial cueing in soccer.

    Directory of Open Access Journals (Sweden)

    Michael J Wright

    Full Text Available The purpose of the experiments was to analyse the spatial cueing effects of the movements of soccer players executing normal and deceptive (step-over turns with the ball. Stimuli comprised normal resolution or point-light video clips of soccer players dribbling a football towards the observer then turning right or left with the ball. Clips were curtailed before or on the turn (-160, -80, 0 or +80 ms to examine the time course of direction prediction and spatial cueing effects. Participants were divided into higher-skilled (HS and lower-skilled (LS groups according to soccer experience. In experiment 1, accuracy on full video clips was higher than on point-light but results followed the same overall pattern. Both HS and LS groups correctly identified direction on normal moves at all occlusion levels. For deceptive moves, LS participants were significantly worse than chance and HS participants were somewhat more accurate but nevertheless substantially impaired. In experiment 2, point-light clips were used to cue a lateral target. HS and LS groups showed faster reaction times to targets that were congruent with the direction of normal turns, and to targets incongruent with the direction of deceptive turns. The reversed cueing by deceptive moves coincided with earlier kinematic events than cueing by normal moves. It is concluded that the body kinematics of soccer players generate spatial cueing effects when viewed from an opponent's perspective. This could create a reaction time advantage when anticipating the direction of a normal move. A deceptive move is designed to turn this cueing advantage into a disadvantage. Acting on the basis of advance information, the presence of deceptive moves primes responses in the wrong direction, which may be only partly mitigated by delaying a response until veridical cues emerge.

  2. Gaze Cueing by Pareidolia Faces

    OpenAIRE

    Kohske Takahashi; Katsumi Watanabe

    2013-01-01

    Visual images that are not faces are sometimes perceived as faces (the pareidolia phenomenon). While the pareidolia phenomenon provides people with a strong impression that a face is present, it is unclear how deeply pareidolia faces are processed as faces. In the present study, we examined whether a shift in spatial attention would be produced by gaze cueing of face-like objects. A robust cueing effect was observed when the face-like objects were perceived as faces. The magnitude of the cuei...

  3. Shifting attention among working memory representations: testing cue type, awareness, and strategic control.

    Science.gov (United States)

    Berryhill, Marian E; Richmond, Lauren L; Shay, Cara S; Olson, Ingrid R

    2012-01-01

    It is well known that visual working memory (VWM) performance is modulated by attentional cues presented during encoding. Interestingly, retrospective cues presented after encoding, but prior to the test phase also improve performance. This improvement in performance is termed the retro-cue benefit. We investigated whether the retro-cue benefit is sensitive to cue type, whether participants were aware of their improvement in performance due to the retro-cue, and whether the effect was under strategic control. Experiment 1 compared the potential cueing benefits of abrupt onset retro-cues relying on bottom-up attention, number retro-cues relying on top-down attention, and arrow retro-cues, relying on a mixture of both. We found a significant retro-cue effect only for arrow retro-cues. In Experiment 2, we tested participants' awareness of their use of the informative retro-cue and found that they were aware of their improved performance. In Experiment 3, we asked whether participants have strategic control over the retro-cue. The retro-cue was difficult to ignore, suggesting that strategic control is low. The retro-cue effect appears to be within conscious awareness but not under full strategic control.

  4. The effect of social cues on marketing decisions

    Science.gov (United States)

    Hentschel, H. G. E.; Pan, Jiening; Family, Fereydoon; Zhang, Zhenyu; Song, Yiping

    2012-02-01

    We address the question as to what extent individuals, when given information in marketing polls on the decisions made by the previous Nr individuals questioned, are likely to change their original choices. The processes can be formulated in terms of a Cost function equivalent to a Hamiltonian, which depends on the original likelihood of an individual making a positive decision in the absence of social cues p0; the strength of the social cue J; and memory size Nr. We find both positive and negative herding effects are significant. Specifically, if p0>1/2 social cues enhance positive decisions, while for p0cues reduce the likelihood of a positive decision.

  5. Smoking, food, and alcohol cues on subsequent behavior: a qualitative systematic review.

    Science.gov (United States)

    Veilleux, Jennifer C; Skinner, Kayla D

    2015-03-01

    Although craving is a frequent phenomenon in addictive behaviors, and laboratory paradigms have robustly established that presentation of cues can elicit self-reported craving responses, extant work has not established whether cue exposure influences subsequent behavior. We systematically review extant literature assessing the effects of cue exposure to smoking, food, and alcohol cues on behavioral outcomes framed by three questions: (1) Is there value in distinguishing between the effects of cue exposure on behavior from the responses to cues (e.g., self-reported craving) predicting behavior?; (2) What are the effect of cues on behavior beyond lapse, such as broadly considering both target-syntonic (e.g., do cigarette cues predict smoking-related behaviors) and target-dystonic behaviors (e.g., do cigarette cues predict other outcomes besides smoking)?; (3) What are the lessons to be learned from examining cue exposure studies across smoking, food and alcohol domains? Evidence generally indicates an effect of cue exposure on both target-syntonic and target-dystonic behavior, and that self-report cue-reactivity predicts immediate target-syntonic outcomes. Effects of smoking, food and alcohol cues on behavior are compared to elucidate generalizations about the effects of cue exposure as well as methodological differences that may serve the study of craving in the future. Copyright © 2015 Elsevier Ltd. All rights reserved.

  6. An improved single sensor parity space algorithm for sequential probability ratio test

    Energy Technology Data Exchange (ETDEWEB)

    Racz, A. [Hungarian Academy of Sciences, Budapest (Hungary). Atomic Energy Research Inst.

    1995-12-01

    In our paper we propose a modification of the single sensor parity algorithm in order to make the statistical properties of the generated residual determinable in advance. The algorithm is tested via computer simulated ramp failure at the temperature readings of the pressurizer. (author).

  7. Applying extinction research and theory to cue-exposure addiction treatments.

    Science.gov (United States)

    Conklin, Cynthia A; Tiffany, Stephen T

    2002-02-01

    To evaluate the efficacy of cue-exposure addiction treatment and review modern animal learning research to generate recommendations for substantially enhancing the effectiveness of this treatment. Meta-analysis of cue-exposure addiction treatment outcome studies (N=9), review of animal extinction research and theory, and evaluation of whether major principles from this literature are addressed adequately in cue-exposure treatments. The meta-analytical review showed that there is no consistent evidence for the efficacy of cue-exposure treatment as currently implemented. Moreover, procedures derived from the animal learning literature that should maximize the potential of extinction training are rarely used in cue-exposure treatments. Given what is known from animal extinction theory and research about extinguishing learned behavior, it is not surprising that cue-exposure treatments so often fail. This paper reviews current animal research regarding the most salient threats to the development and maintenance of extinction, and suggests several major procedures for increasing the efficacy of cue-exposure addiction treatment.

  8. Emotion Unchained: Facial Expression Modulates Gaze Cueing under Cognitive Load.

    Science.gov (United States)

    Pecchinenda, Anna; Petrucci, Manuel

    2016-01-01

    Direction of eye gaze cues spatial attention, and typically this cueing effect is not modulated by the expression of a face unless top-down processes are explicitly or implicitly involved. To investigate the role of cognitive control on gaze cueing by emotional faces, participants performed a gaze cueing task with happy, angry, or neutral faces under high (i.e., counting backward by 7) or low cognitive load (i.e., counting forward by 2). Results show that high cognitive load enhances gaze cueing effects for angry facial expressions. In addition, cognitive load reduces gaze cueing for neutral faces, whereas happy facial expressions and gaze affected object preferences regardless of load. This evidence clearly indicates a differential role of cognitive control in processing gaze direction and facial expression, suggesting that under typical conditions, when we shift attention based on social cues from another person, cognitive control processes are used to reduce interference from emotional information.

  9. Magpies can use local cues to retrieve their food caches.

    Science.gov (United States)

    Feenders, Gesa; Smulders, Tom V

    2011-03-01

    Much importance has been placed on the use of spatial cues by food-hoarding birds in the retrieval of their caches. In this study, we investigate whether food-hoarding birds can be trained to use local cues ("beacons") in their cache retrieval. We test magpies (Pica pica) in an active hoarding-retrieval paradigm, where local cues are always reliable, while spatial cues are not. Our results show that the birds use the local cues to retrieve their caches, even when occasionally contradicting spatial information is available. The design of our study does not allow us to test rigorously whether the birds prefer using local over spatial cues, nor to investigate the process through which they learn to use local cues. We furthermore provide evidence that magpies develop landmark preferences, which improve their retrieval accuracy. Our findings support the hypothesis that birds are flexible in their use of memory information, using a combination of the most reliable or salient information to retrieve their caches. © Springer-Verlag 2010

  10. Altered Brain Reactivity to Game Cues After Gaming Experience.

    Science.gov (United States)

    Ahn, Hyeon Min; Chung, Hwan Jun; Kim, Sang Hee

    2015-08-01

    Individuals who play Internet games excessively show elevated brain reactivity to game-related cues. This study attempted to test whether this elevated cue reactivity observed in game players is a result of repeated exposure to Internet games. Healthy young adults without a history of excessively playing Internet games were recruited, and they were instructed to play an online Internet game for 2 hours/day for five consecutive weekdays. Two control groups were used: the drama group, which viewed a fantasy TV drama, and the no-exposure group, which received no systematic exposure. All participants performed a cue reactivity task with game, drama, and neutral cues in the brain scanner, both before and after the exposure sessions. The game group showed an increased reactivity to game cues in the right ventrolateral prefrontal cortex (VLPFC). The degree of VLPFC activation increase was positively correlated with the self-reported increase in desire for the game. The drama group showed an increased cue reactivity in response to the presentation of drama cues in the caudate, posterior cingulate, and precuneus. The results indicate that exposure to either Internet games or TV dramas elevates the reactivity to visual cues associated with the particular exposure. The exact elevation patterns, however, appear to differ depending on the type of media experienced. How changes in each of the regions contribute to the progression to pathological craving warrants a future longitudinal study.

  11. Interference from retrieval cues in Parkinson's disease.

    Science.gov (United States)

    Crescentini, Cristiano; Marin, Dario; Del Missier, Fabio; Biasutti, Emanuele; Shallice, Tim

    2011-11-01

    Existing studies on memory interference in Parkinson's disease (PD) patients have provided mixed results and it is unknown whether PD patients have problems in overcoming interference from retrieval cues. We investigated this issue by using a part-list cuing paradigm. In this paradigm, after the study of a list of items, the presentation of some of these items as retrieval cues hinders the recall of the remaining ones. We tested PD patients' (n = 19) and control participants' (n = 16) episodic memory in the presence and absence of part-list cues, using initial-letter probes, and following either weak or strong serial associative encoding of list items. Both PD patients and control participants showed a comparable and significant part-list cuing effect after weak associative encoding (13% vs. 12% decrease in retrieval in part-list cuing vs. no part-list cuing -control- conditions in PD patients and control participants, respectively), denoting a similar effect of cue-driven interference in the two populations when a serial retrieval strategy is hard to develop. However, only PD patients showed a significant part-list cuing effect after strong associative encoding (20% vs. 5% decrease in retrieval in patients and controls, respectively). When encoding promotes the development of an effective serial retrieval strategy, the presentation of part-list cues has a specifically disruptive effect in PD patients. This indicates problems in strategic retrieval, probably related to PD patients' increased tendency to rely on external cues. Findings in control conditions suggest that less effective encoding may have contributed to PD patients' memory performance.

  12. Guidelines for Interactive Reliability-Based Structural Optimization using Quasi-Newton Algorithms

    DEFF Research Database (Denmark)

    Pedersen, C.; Thoft-Christensen, Palle

    increase of the condition number and preserve positive definiteness without discarding previously obtained information. All proposed modifications are also valid for non-interactive optimization problems. Heuristic rules from various optimization problems concerning when and how to impose interactions......Guidelines for interactive reliability-based structural optimization problems are outlined in terms of modifications of standard quasi-Newton algorithms. The proposed modifications minimize the condition number of the approximate Hessian matrix in each iteration, restrict the relative and absolute...

  13. The Accuracy Enhancing Effect of Biasing Cues

    NARCIS (Netherlands)

    W. Vanhouche (Wouter); S.M.J. van Osselaer (Stijn)

    2009-01-01

    textabstractExtrinsic cues such as price and irrelevant attributes have been shown to bias consumers’ product judgments. Results in this article replicate those findings in pretrial judgments but show that such biasing cues can improve quality judgments at a later point in time. Initially biasing

  14. Attention bias for chocolate increases chocolate consumption--an attention bias modification study.

    Science.gov (United States)

    Werthmann, Jessica; Field, Matt; Roefs, Anne; Nederkoorn, Chantal; Jansen, Anita

    2014-03-01

    The current study examined experimentally whether a manipulated attention bias for food cues increases craving, chocolate intake and motivation to search for hidden chocolates. To test the effect of attention for food on subsequent chocolate intake, attention for chocolate was experimentally modified by instructing participants to look at chocolate stimuli ("attend chocolate" group) or at non-food stimuli ("attend shoes" group) during a novel attention bias modification task (antisaccade task). Chocolate consumption, changes in craving and search time for hidden chocolates were assessed. Eye-movement recordings were used to monitor the accuracy during the experimental attention modification task as possible moderator of effects. Regression analyses were conducted to test the effect of attention modification and modification accuracy on chocolate intake, craving and motivation to search for hidden chocolates. Results showed that participants with higher accuracy (+1 SD), ate more chocolate when they had to attend to chocolate and ate less chocolate when they had to attend to non-food stimuli. In contrast, for participants with lower accuracy (-1 SD), the results were exactly reversed. No effects of the experimental attention modification on craving or search time for hidden chocolates were found. We used chocolate as food stimuli so it remains unclear how our findings generalize to other types of food. These findings demonstrate further evidence for a link between attention for food and food intake, and provide an indication about the direction of this relationship. Copyright © 2013 Elsevier Ltd. All rights reserved.

  15. Comparative analysis of different variants of the Uzawa algorithm in problems of the theory of elasticity for incompressible materials

    Directory of Open Access Journals (Sweden)

    Nikita E. Styopin

    2016-09-01

    Full Text Available Different variants of the Uzawa algorithm are compared with one another. The comparison is performed for the case in which this algorithm is applied to large-scale systems of linear algebraic equations. These systems arise in the finite-element solution of the problems of elasticity theory for incompressible materials. A modification of the Uzawa algorithm is proposed. Computational experiments show that this modification improves the convergence of the Uzawa algorithm for the problems of solid mechanics. The results of computational experiments show that each variant of the Uzawa algorithm considered has its advantages and disadvantages and may be convenient in one case or another.

  16. Improved Bat Algorithm Applied to Multilevel Image Thresholding

    Directory of Open Access Journals (Sweden)

    Adis Alihodzic

    2014-01-01

    Full Text Available Multilevel image thresholding is a very important image processing technique that is used as a basis for image segmentation and further higher level processing. However, the required computational time for exhaustive search grows exponentially with the number of desired thresholds. Swarm intelligence metaheuristics are well known as successful and efficient optimization methods for intractable problems. In this paper, we adjusted one of the latest swarm intelligence algorithms, the bat algorithm, for the multilevel image thresholding problem. The results of testing on standard benchmark images show that the bat algorithm is comparable with other state-of-the-art algorithms. We improved standard bat algorithm, where our modifications add some elements from the differential evolution and from the artificial bee colony algorithm. Our new proposed improved bat algorithm proved to be better than five other state-of-the-art algorithms, improving quality of results in all cases and significantly improving convergence speed.

  17. Cue-induced craving for marijuana in cannabis-dependent adults.

    Science.gov (United States)

    Lundahl, Leslie H; Johanson, Chris-Ellyn

    2011-06-01

    Recent interest in the development of medications for treatment of cannabis-use disorders indicates the need for laboratory models to evaluate potential compounds prior to undertaking clinical trials. To investigate whether a cue-reactivity paradigm could induce marijuana craving in cannabis-dependent adults, 16 (eight female) cannabis-dependent and 16 (eight female) cannabis-naïve participants were exposed to neutral and marijuana-related cues, and subsequent changes in mood, self-reported craving, and physiologic function were assessed. Significant Group X cue interactions were found on all three VAS craving indices as well as on the Compulsivity scale of the Marijuana Craving Questionnaire-Brief Form (MCQ-BF). Cannabis-dependent individuals responded to marijuana-related cues with significantly increased reports of marijuana craving compared to neutral cue exposure, although there were no cue-induced changes in any of the physiological measures. There were no significant gender differences on any of the measures. These results indicate that marijuana craving can be induced and assessed in cannabis-dependent, healthy adults within a laboratory setting, and support the need for further research of the cue reactivity paradigm in the development of medications to treat cannabis-use disorders. (PsycINFO Database Record (c) 2011 APA, all rights reserved).

  18. Hierarchical acquisition of visual specificity in spatial contextual cueing.

    Science.gov (United States)

    Lie, Kin-Pou

    2015-01-01

    Spatial contextual cueing refers to visual search performance's being improved when invariant associations between target locations and distractor spatial configurations are learned incidentally. Using the instance theory of automatization and the reverse hierarchy theory of visual perceptual learning, this study explores the acquisition of visual specificity in spatial contextual cueing. Two experiments in which detailed visual features were irrelevant for distinguishing between spatial contexts found that spatial contextual cueing was visually generic in difficult trials when the trials were not preceded by easy trials (Experiment 1) but that spatial contextual cueing progressed to visual specificity when difficult trials were preceded by easy trials (Experiment 2). These findings support reverse hierarchy theory, which predicts that even when detailed visual features are irrelevant for distinguishing between spatial contexts, spatial contextual cueing can progress to visual specificity if the stimuli remain constant, the task is difficult, and difficult trials are preceded by easy trials. However, these findings are inconsistent with instance theory, which predicts that when detailed visual features are irrelevant for distinguishing between spatial contexts, spatial contextual cueing will not progress to visual specificity. This study concludes that the acquisition of visual specificity in spatial contextual cueing is more plausibly hierarchical, rather than instance-based.

  19. Responsivity to food cues in bulimic women and controls.

    Science.gov (United States)

    Staiger, P; Dawe, S; McCarthy, R

    2000-08-01

    The current study investigated responsivity to individualized food cues consisting of binge/favourite foods in 17 women with bulimic nervosa (BN) and 17 women with no history or current symptoms of eating disorders (C). The hypothesis that increasing cue salience would be associated with an increase in responsivity was tested by comparison of self reported urges, affective responses and salivation to the sight and smell (SS) and the sight, smell and taste (SST) of a binge/favourite food compared to a neutral stimulus (lettuce leaf). As predicted, the BN group reported a greater urge to binge and higher levels of stress/arousal to selected binge/favourite food cues compared to the C group. The BN group also reported lower confidence to resist the urge to binge and control over food intake compared to the C group. Further, a series of planned comparisons in the BN group found that the urge to binge, stress, and loss of control were greater when participants were exposed to the SST cue than to the SS cue. There was no difference between the groups in salivary responsivity to food cues. These results are discussed in terms of a conditioning model of cue reactivity. Copyright 2000 Academic Press.

  20. Interpreting instructional cues in task switching procedures: the role of mediator retrieval.

    Science.gov (United States)

    Logan, Gordon D; Schneider, Darryl W

    2006-03-01

    In 3 experiments the role of mediators in task switching with transparent and nontransparent cues was examined. Subjects switched between magnitude (greater or less than 5) and parity (odd or even) judgments of single digits. A cue-target congruency effect indicated mediator use: subjects responded faster to congruent cue-target combinations (e.g., ODD-3) than to incongruent cue-target combinations (e.g., ODD-4). Experiment 1 revealed significant congruency effects with transparent word cues (ODD, EVEN, HIGH, and LOW) and with relatively transparent letter cues (O, E, H, and L) but not with nontransparent letter cues (D, V, G, and W). Experiment 2 revealed significant congruency effects after subjects who were trained with nontransparent letter cues were informed of the relations between cues and word mediators halfway through the experiment. Experiment 3 showed that congruency effects with relatively transparent letter cues diminished over 10 sessions of practice, suggesting that subjects used mediators less as practice progressed. The results are discussed in terms of the role of mediators in interpreting instructional cues.

  1. Tiger salamanders' (Ambystoma tigrinum) response learning and usage of visual cues.

    Science.gov (United States)

    Kundey, Shannon M A; Millar, Roberto; McPherson, Justin; Gonzalez, Maya; Fitz, Aleyna; Allen, Chadbourne

    2016-05-01

    We explored tiger salamanders' (Ambystoma tigrinum) learning to execute a response within a maze as proximal visual cue conditions varied. In Experiment 1, salamanders learned to turn consistently in a T-maze for reinforcement before the maze was rotated. All learned the initial task and executed the trained turn during test, suggesting that they learned to demonstrate the reinforced response during training and continued to perform it during test. In a second experiment utilizing a similar procedure, two visual cues were placed consistently at the maze junction. Salamanders were reinforced for turning towards one cue. Cue placement was reversed during test. All learned the initial task, but executed the trained turn rather than turning towards the visual cue during test, evidencing response learning. In Experiment 3, we investigated whether a compound visual cue could control salamanders' behaviour when it was the only cue predictive of reinforcement in a cross-maze by varying start position and cue placement. All learned to turn in the direction indicated by the compound visual cue, indicating that visual cues can come to control their behaviour. Following training, testing revealed that salamanders attended to stimuli foreground over background features. Overall, these results suggest that salamanders learn to execute responses over learning to use visual cues but can use visual cues if required. Our success with this paradigm offers the potential in future studies to explore salamanders' cognition further, as well as to shed light on how features of the tiger salamanders' life history (e.g. hibernation and metamorphosis) impact cognition.

  2. Mind your pricing cues.

    Science.gov (United States)

    Anderson, Eric; Simester, Duncan

    2003-09-01

    For most of the items they buy, consumers don't have an accurate sense of what the price should be. Ask them to guess how much a four-pack of 35-mm film costs, and you'll get a variety of wrong answers: Most people will underestimate; many will only shrug. Research shows that consumers' knowledge of the market is so far from perfect that it hardly deserves to be called knowledge at all. Yet people happily buy film and other products every day. Is this because they don't care what kind of deal they're getting? No. Remarkably, it's because they rely on retailers to tell them whether they're getting a good price. In subtle and not-so-subtle ways, retailers send signals to customers, telling them whether a given price is relatively high or low. In this article, the authors review several common pricing cues retailers use--"sale" signs, prices that end in 9, signpost items, and price-matching guarantees. They also offer some surprising facts about how--and how well--those cues work. For instance, the authors' tests with several mail-order catalogs reveal that including the word "sale" beside a price can increase demand by more than 50%. The practice of using a 9 at the end of a price to denote a bargain is so common, you'd think customers would be numb to it. Yet in a study the authors did involving a women's clothing catalog, they increased demand by a third just by changing the price of a dress from $34 to $39. Pricing cues are powerful tools for guiding customers' purchasing decisions, but they must be applied judiciously. Used inappropriately, the cues may breach customers' trust, reduce brand equity, and give rise to lawsuits.

  3. The invisible cues that guide king penguin chicks home: use of magnetic and acoustic cues during orientation and short-range navigation.

    Science.gov (United States)

    Nesterova, Anna P; Chiffard, Jules; Couchoux, Charline; Bonadonna, Francesco

    2013-04-15

    King penguins (Aptenodytes patagonicus) live in large and densely populated colonies, where navigation can be challenging because of the presence of many conspecifics that could obstruct locally available cues. Our previous experiments demonstrated that visual cues were important but not essential for king penguin chicks' homing. The main objective of this study was to investigate the importance of non-visual cues, such as magnetic and acoustic cues, for chicks' orientation and short-range navigation. In a series of experiments, the chicks were individually displaced from the colony to an experimental arena where they were released under different conditions. In the magnetic experiments, a strong magnet was attached to the chicks' heads. Trials were conducted in daylight and at night to test the relative importance of visual and magnetic cues. Our results showed that when the geomagnetic field around the chicks was modified, their orientation in the arena and the overall ability to home was not affected. In a low sound experiment we limited the acoustic cues available to the chicks by putting ear pads over their ears, and in a loud sound experiment we provided additional acoustic cues by broadcasting colony sounds on the opposite side of the arena to the real colony. In the low sound experiment, the behavior of the chicks was not affected by the limited sound input. In the loud sound experiment, the chicks reacted strongly to the colony sound. These results suggest that king penguin chicks may use the sound of the colony while orienting towards their home.

  4. Speech cues contribute to audiovisual spatial integration.

    Directory of Open Access Journals (Sweden)

    Christopher W Bishop

    Full Text Available Speech is the most important form of human communication but ambient sounds and competing talkers often degrade its acoustics. Fortunately the brain can use visual information, especially its highly precise spatial information, to improve speech comprehension in noisy environments. Previous studies have demonstrated that audiovisual integration depends strongly on spatiotemporal factors. However, some integrative phenomena such as McGurk interference persist even with gross spatial disparities, suggesting that spatial alignment is not necessary for robust integration of audiovisual place-of-articulation cues. It is therefore unclear how speech-cues interact with audiovisual spatial integration mechanisms. Here, we combine two well established psychophysical phenomena, the McGurk effect and the ventriloquist's illusion, to explore this dependency. Our results demonstrate that conflicting spatial cues may not interfere with audiovisual integration of speech, but conflicting speech-cues can impede integration in space. This suggests a direct but asymmetrical influence between ventral 'what' and dorsal 'where' pathways.

  5. Craving by imagery cue reactivity in opiate dependence following detoxification

    OpenAIRE

    Behera, Debakanta; Goswami, Utpal; Khastgir, Udayan; Kumar, Satindra

    2003-01-01

    Background: Frequent relapses in opioid addiction may be a result of abstinentemergent craving. Exposure to various stimuli associated with drug use (drug cues) may trigger craving as a conditioned response to ?drug cues?. Aims: The present study explored the effects of imagery cue exposure on psychophysiological mechanisms of craving, viz. autonomic arousal, in detoxified opiate addicts. Methodology: Opiate dependent subjects (N=38) following detoxification underwent imagery cue reactivity t...

  6. Drinkers’ memory bias for alcohol picture cues in explicit and implicit memory tasks

    Science.gov (United States)

    Nguyen-Louie, Tam T.; Buckman, Jennifer F.; Ray, Suchismita

    2016-01-01

    Background Alcohol cues can bias attention and elicit emotional reactions, especially in drinkers. Yet, little is known about how alcohol cues affect explicit and implicit memory processes, and how memory for alcohol cues is affected by acute alcohol intoxication. Methods Young adult participants (N=161) were randomly assigned to alcohol, placebo, or control beverage conditions. Following beverage consumption, they were shown neutral, emotional and alcohol-related pictures cues. Participants then completed free recall and repetition priming tasks to test explicit and implicit memory, respectively, for picture cues. Average blood alcohol concentration for the alcohol group was 74 ± 13 mg/dl when memory testing began. Two mixed linear model analyses were conducted to examine the effects of beverage condition, picture cue type, and their interaction on explicit and implicit memory. Results Picture cue type and beverage condition each significantly affected explicit recall of picture cues, whereas only picture cue type significantly influenced repetition priming. Individuals in the alcohol condition recalled significantly fewer pictures than those in other conditions, regardless of cue type. Both free recall and repetition priming were greater for emotional and alcohol-related cues compared to neutral picture cues. No interaction effects were detected. Conclusions Young adult drinkers showed enhanced explicit and implicit memory processing of alcohol cues compared to emotionally neutral cues. This enhanced processing for alcohol cues was on par with that seen for positive emotional cues. Acute alcohol intoxication did not alter this preferential memory processing for alcohol cues over neutral cues. PMID:26811126

  7. Drinkers' memory bias for alcohol picture cues in explicit and implicit memory tasks.

    Science.gov (United States)

    Nguyen-Louie, Tam T; Buckman, Jennifer F; Ray, Suchismita; Bates, Marsha E

    2016-03-01

    Alcohol cues can bias attention and elicit emotional reactions, especially in drinkers. Yet, little is known about how alcohol cues affect explicit and implicit memory processes, and how memory for alcohol cues is affected by acute alcohol intoxication. Young adult participants (N=161) were randomly assigned to alcohol, placebo, or control beverage conditions. Following beverage consumption, they were shown neutral, emotional and alcohol-related pictures cues. Participants then completed free recall and repetition priming tasks to test explicit and implicit memory, respectively, for picture cues. Average blood alcohol concentration for the alcohol group was 74±13mg/dl when memory testing began. Two mixed linear model analyses were conducted to examine the effects of beverage condition, picture cue type, and their interaction on explicit and implicit memory. Picture cue type and beverage condition each significantly affected explicit recall of picture cues, whereas only picture cue type significantly influenced repetition priming. Individuals in the alcohol condition recalled significantly fewer pictures than those in other conditions, regardless of cue type. Both free recall and repetition priming were greater for emotional and alcohol-related cues compared to neutral picture cues. No interaction effects were detected. Young adult drinkers showed enhanced explicit and implicit memory processing of alcohol cues compared to emotionally neutral cues. This enhanced processing for alcohol cues was on par with that seen for positive emotional cues. Acute alcohol intoxication did not alter this preferential memory processing for alcohol cues over neutral cues. Copyright © 2016 Elsevier Ireland Ltd. All rights reserved.

  8. Algorithm and interface modifications of the NOAA oil spill behavior model

    International Nuclear Information System (INIS)

    Lehr, W.; Wesley, D.; Simecek-Beatty, D.; Jones, R.; Kachook, G.; Lankford, J.

    2000-01-01

    The oil spill weathering program called ADIOS (Automated Data Inquiry for Oil Spills) which is widely used by the National Ocean and Atmospheric Administration (NOAA) has been completely upgraded to include modified algorithms for evaporation, spreading, dispersion and emulsification. This paper was divided into three parts to outlined the changes in the existing algorithms implemented in the new version and to discuss the new algorithms for additional weathering processes and cleanup activities. The paper also described the new interface, which is the result of the NOAA/HAZMAT research in software usability and uncertainty. In the new model, evaporation uses a pseudo-component approach and dispersion includes the effects of sedimentation. Droplet size distribution and water content were considered as factors for new estimates for wave breaking and emulsification. Numerical techniques that allow non-uniformity in slick thickness have been used to determine spreading. The inhalation hazard resulting from benzene evaporation from oil spill surfaces can be calculated using new sub models which can also record the effects of cleanup. The submodels also provide options regarding the initial spill release. Users of the ADIOS 2 can enter ranges of selected input parameters that are likely to be uncertain during a spill. The ADIOS 2 program is also equipped with a library of more than a thousand oils and refined products. 34 refs., 1 fig

  9. Crystal structures of E. coli laccase CueO at different copper concentrations

    International Nuclear Information System (INIS)

    Li Xu; Wei Zhiyi; Zhang Min; Peng Xiaohui; Yu Guangzhe; Teng Maikun; Gong Weimin

    2007-01-01

    CueO protein is a hypothetical bacterial laccase and a good laccase candidate for large scale industrial application. Four CueO crystal structures were determined at different copper concentrations. Low copper occupancy in apo-CueO and slow copper reconstitution process in CueO with exogenous copper were demonstrated. These observations well explain the copper dependence of CueO oxidase activity. Structural comparison between CueO and other three fungal laccase proteins indicates that Glu106 in CueO constitutes the primary counter-work for reconstitution of the trinuclear copper site. Mutation of Glu106 to a Phe enhanced CueO oxidation activity and supported this hypothesis. In addition, an extra α-helix from Leu351 to Gly378 covers substrate biding pocket of CueO and might compromises the electron transfer from substrate to type I copper

  10. G-cueing microcontroller (a microprocessor application in simulators)

    Science.gov (United States)

    Horattas, C. G.

    1980-01-01

    A g cueing microcontroller is described which consists of a tandem pair of microprocessors, dedicated to the task of simulating pilot sensed cues caused by gravity effects. This task includes execution of a g cueing model which drives actuators that alter the configuration of the pilot's seat. The g cueing microcontroller receives acceleration commands from the aerodynamics model in the main computer and creates the stimuli that produce physical acceleration effects of the aircraft seat on the pilots anatomy. One of the two microprocessors is a fixed instruction processor that performs all control and interface functions. The other, a specially designed bipolar bit slice microprocessor, is a microprogrammable processor dedicated to all arithmetic operations. The two processors communicate with each other by a shared memory. The g cueing microcontroller contains its own dedicated I/O conversion modules for interface with the seat actuators and controls, and a DMA controller for interfacing with the simulation computer. Any application which can be microcoded within the available memory, the available real time and the available I/O channels, could be implemented in the same controller.

  11. The effect of cue content on retrieval from autobiographical memory.

    Science.gov (United States)

    Uzer, Tugba; Brown, Norman R

    2017-01-01

    It has long been argued that personal memories are usually generated in an effortful search process in word-cueing studies. However, recent research (Uzer, Lee, & Brown, 2012) shows that direct retrieval of autobiographical memories, in response to word cues, is common. This invites the question of whether direct retrieval phenomenon is generalizable beyond the standard laboratory paradigm. Here we investigated prevalence of direct retrieval of autobiographical memories cued by specific and individuated cues versus generic cues. In Experiment 1, participants retrieved memories in response to cues from their own life (e.g., the names of friends) and generic words (e.g., chair). In Experiment 2, participants provided their personal cues two or three months prior to coming to the lab (min: 75days; max: 100days). In each experiment, RT was measured and participants reported whether memories were directly retrieved or generated on each trial. Results showed that personal cues elicited a high rate of direct retrieval. Personal cues were more likely to elicit direct retrieval than generic word cues, and as a consequence, participants responded faster, on average, to the former than to the latter. These results challenge the constructive view of autobiographical memory and suggest that autobiographical memories consist of pre-stored event representations, which are largely governed by associative mechanisms. These demonstrations offer theoretically interesting questions such as why are we not overwhelmed with directly retrieved memories cued by everyday familiar surroundings? Copyright © 2016 Elsevier B.V. All rights reserved.

  12. The Influence of Age-Related Cues on Health and Longevity.

    Science.gov (United States)

    Hsu, Laura M; Chung, Jaewoo; Langer, Ellen J

    2010-11-01

    Environmental cues that signal aging may directly and indirectly prime diminished capacity. Similarly, the absence of these cues may prime improved health. The authors investigated the effects of age cues on health and longevity in five very different settings. The findings include the following: First, women who think they look younger after having their hair colored/cut show a decrease in blood pressure and appear younger in photographs (in which their hair is cropped out) to independent raters. Second, clothing is an age-related cue. Uniforms eliminate these age-related cues: Those who wear work uniforms have lower morbidity than do those who earn the same amount of money and do not wear work uniforms. Third, baldness cues old age. Men who bald prematurely see an older self and therefore age faster: Prematurely bald men have an excess risk of getting prostate cancer and coronary heart disease than do men who do not prematurely bald. Fourth, women who bear children later in life are surrounded by younger age-related cues: Older mothers have a longer life expectancy than do women who bear children earlier in life. Last, large spousal age differences result in age-incongruent cues: Younger spouses live shorter lives and older spouses live longer lives than do controls. © The Author(s) 2010.

  13. Cue integration vs. exemplar-based reasoning in multi-attribute decisions from memory

    Directory of Open Access Journals (Sweden)

    Arndt Broeder

    2010-08-01

    Full Text Available Inferences about target variables can be achieved by deliberate integration of probabilistic cues or by retrieving similar cue-patterns (exemplars from memory. In tasks with cue information presented in on-screen displays, rule-based strategies tend to dominate unless the abstraction of cue-target relations is unfeasible. This dominance has also been demonstrated --- surprisingly --- in experiments that demanded the retrieval of cue values from memory (M. Persson and J. Rieskamp, 2009. In three modified replications involving a fictitious disease, binary cue values were represented either by alternative symptoms (e.g., fever vs. hypothermia or by symptom presence vs. absence (e.g., fever vs. no fever. The former representation might hinder cue abstraction. The cues were predictive of the severity of the disease, and participants had to infer in each trial who of two patients was sicker. Both experiments replicated the rule-dominance with present-absent cues but yielded higher percentages of exemplar-based strategies with alternative cues. The experiments demonstrate that a change in cue representation may induce a dramatic shift from rule-based to exemplar-based reasoning in formally identical tasks.

  14. Familiar units prevail over statistical cues in word segmentation.

    Science.gov (United States)

    Poulin-Charronnat, Bénédicte; Perruchet, Pierre; Tillmann, Barbara; Peereman, Ronald

    2017-09-01

    In language acquisition research, the prevailing position is that listeners exploit statistical cues, in particular transitional probabilities between syllables, to discover words of a language. However, other cues are also involved in word discovery. Assessing the weight learners give to these different cues leads to a better understanding of the processes underlying speech segmentation. The present study evaluated whether adult learners preferentially used known units or statistical cues for segmenting continuous speech. Before the exposure phase, participants were familiarized with part-words of a three-word artificial language. This design allowed the dissociation of the influence of statistical cues and familiar units, with statistical cues favoring word segmentation and familiar units favoring (nonoptimal) part-word segmentation. In Experiment 1, performance in a two-alternative forced choice (2AFC) task between words and part-words revealed part-word segmentation (even though part-words were less cohesive in terms of transitional probabilities and less frequent than words). By contrast, an unfamiliarized group exhibited word segmentation, as usually observed in standard conditions. Experiment 2 used a syllable-detection task to remove the likely contamination of performance by memory and strategy effects in the 2AFC task. Overall, the results suggest that familiar units overrode statistical cues, ultimately questioning the need for computation mechanisms of transitional probabilities (TPs) in natural language speech segmentation.

  15. Cueing listeners to attend to a target talker progressively improves word report as the duration of the cue-target interval lengthens to 2,000 ms.

    Science.gov (United States)

    Holmes, Emma; Kitterick, Padraig T; Summerfield, A Quentin

    2018-04-25

    Endogenous attention is typically studied by presenting instructive cues in advance of a target stimulus array. For endogenous visual attention, task performance improves as the duration of the cue-target interval increases up to 800 ms. Less is known about how endogenous auditory attention unfolds over time or the mechanisms by which an instructive cue presented in advance of an auditory array improves performance. The current experiment used five cue-target intervals (0, 250, 500, 1,000, and 2,000 ms) to compare four hypotheses for how preparatory attention develops over time in a multi-talker listening task. Young adults were cued to attend to a target talker who spoke in a mixture of three talkers. Visual cues indicated the target talker's spatial location or their gender. Participants directed attention to location and gender simultaneously ("objects") at all cue-target intervals. Participants were consistently faster and more accurate at reporting words spoken by the target talker when the cue-target interval was 2,000 ms than 0 ms. In addition, the latency of correct responses progressively shortened as the duration of the cue-target interval increased from 0 to 2,000 ms. These findings suggest that the mechanisms involved in preparatory auditory attention develop gradually over time, taking at least 2,000 ms to reach optimal configuration, yet providing cumulative improvements in speech intelligibility as the duration of the cue-target interval increases from 0 to 2,000 ms. These results demonstrate an improvement in performance for cue-target intervals longer than those that have been reported previously in the visual or auditory modalities.

  16. Automaticity of phasic alertness: Evidence for a three-component model of visual cueing.

    Science.gov (United States)

    Lin, Zhicheng; Lu, Zhong-Lin

    2016-10-01

    The automaticity of phasic alertness is investigated using the attention network test. Results show that the cueing effect from the alerting cue-double cue-is strongly enhanced by the task relevance of visual cues, as determined by the informativeness of the orienting cue-single cue-that is being mixed (80 % vs. 50 % valid in predicting where the target will appear). Counterintuitively, the cueing effect from the alerting cue can be negatively affected by its visibility, such that masking the cue from awareness can reveal a cueing effect that is otherwise absent when the cue is visible. Evidently, then, top-down influences-in the form of contextual relevance and cue awareness-can have opposite influences on the cueing effect from the alerting cue. These findings lead us to the view that a visual cue can engage three components of attention-orienting, alerting, and inhibition-to determine the behavioral cueing effect. We propose that phasic alertness, particularly in the form of specific response readiness, is regulated by both internal, top-down expectation and external, bottom-up stimulus properties. In contrast to some existing views, we advance the perspective that phasic alertness is strongly tied to temporal orienting, attentional capture, and spatial orienting. Finally, we discuss how translating attention research to clinical applications would benefit from an improved ability to measure attention. To this end, controlling the degree of intraindividual variability in the attentional components and improving the precision of the measurement tools may prove vital.

  17. Cue combination in a combined feature contrast detection and figure identification task.

    Science.gov (United States)

    Meinhardt, Günter; Persike, Malte; Mesenholl, Björn; Hagemann, Cordula

    2006-11-01

    Target figures defined by feature contrast in spatial frequency, orientation or both cues had to be detected in Gabor random fields and their shape had to be identified in a dual task paradigm. Performance improved with increasing feature contrast and was strongly correlated among both tasks. Subjects performed significantly better with combined cues than with single cues. The improvement due to cue summation was stronger than predicted by the assumption of independent feature specific mechanisms, and increased with the performance level achieved with single cues until it was limited by ceiling effects. Further, cue summation was also strongly correlated among tasks: when there was benefit due to the additional cue in feature contrast detection, there was also benefit in figure identification. For the same performance level achieved with single cues, cue summation was generally larger in figure identification than in feature contrast detection, indicating more benefit when processes of shape and surface formation are involved. Our results suggest that cue combination improves spatial form completion and figure-ground segregation in noisy environments, and therefore leads to more stable object vision.

  18. Application of the Trend Filtering Algorithm for Photometric Time Series Data

    Science.gov (United States)

    Gopalan, Giri; Plavchan, Peter; van Eyken, Julian; Ciardi, David; von Braun, Kaspar; Kane, Stephen R.

    2016-08-01

    Detecting transient light curves (e.g., transiting planets) requires high-precision data, and thus it is important to effectively filter systematic trends affecting ground-based wide-field surveys. We apply an implementation of the Trend Filtering Algorithm (TFA) to the 2MASS calibration catalog and select Palomar Transient Factory (PTF) photometric time series data. TFA is successful at reducing the overall dispersion of light curves, however, it may over-filter intrinsic variables and increase “instantaneous” dispersion when a template set is not judiciously chosen. In an attempt to rectify these issues we modify the original TFA from the literature by including measurement uncertainties in its computation, including ancillary data correlated with noise, and algorithmically selecting a template set using clustering algorithms as suggested by various authors. This approach may be particularly useful for appropriately accounting for variable photometric precision surveys and/or combined data sets. In summary, our contributions are to provide a MATLAB software implementation of TFA and a number of modifications tested on synthetics and real data, summarize the performance of TFA and various modifications on real ground-based data sets (2MASS and PTF), and assess the efficacy of TFA and modifications using synthetic light curve tests consisting of transiting and sinusoidal variables. While the transiting variables test indicates that these modifications confer no advantage to transit detection, the sinusoidal variables test indicates potential improvements in detection accuracy.

  19. The testing effect for mediator final test cues and related final test cues in online and laboratory experiments.

    Science.gov (United States)

    Coppens, Leonora C; Verkoeijen, Peter P J L; Bouwmeester, Samantha; Rikers, Remy M J P

    2016-05-31

    The testing effect is the finding that information that is retrieved during learning is more often correctly retrieved on a final test than information that is restudied. According to the semantic mediator hypothesis the testing effect arises because retrieval practice of cue-target pairs (mother-child) activates semantically related mediators (father) more than restudying. Hence, the mediator-target (father-child) association should be stronger for retrieved than restudied pairs. Indeed, Carpenter (2011) found a larger testing effect when participants received mediators (father) than when they received target-related words (birth) as final test cues. The present study started as an attempt to test an alternative account of Carpenter's results. However, it turned into a series of conceptual (Experiment 1) and direct (Experiment 2 and 3) replications conducted with online samples. The results of these online replications were compared with those of similar existing laboratory experiments through small-scale meta-analyses. The results showed that (1) the magnitude of the raw mediator testing effect advantage is comparable for online and laboratory experiments, (2) in both online and laboratory experiments the magnitude of the raw mediator testing effect advantage is smaller than in Carpenter's original experiment, and (3) the testing effect for related cues varies considerably between online experiments. The variability in the testing effect for related cues in online experiments could point toward moderators of the related cue short-term testing effect. The raw mediator testing effect advantage is smaller than in Carpenter's original experiment.

  20. Top down modulation of attention to food cues via working memory.

    Science.gov (United States)

    Higgs, Suzanne; Rutters, Femke; Thomas, Jason M; Naish, Katherine; Humphreys, Glyn W

    2012-08-01

    Attentional biases towards food cues may be linked to the development of obesity. The present study investigated the mechanisms underlying attentional biases to food cues by assessing the role of top down influences, such as working memory (WM). We assessed whether attention in normal-weight, sated participants was drawn to food items specifically when that food item was held in WM. Twenty-three participants (15 f/8 m, age 23.4±5 year, BMI 23.5±4 kg/m(2)) took part in a laboratory based study assessing reaction times to food and non-food stimuli. Participants were presented with an initial cue stimulus to either hold in WM or to merely attend to, and then searched for the target (a circle) in a two-item display. On valid trials the target was flanked by a picture matching the cue, on neutral trials the display did not contain a picture matching the cue, and on invalid trials the distractor (a square) was flanked by a picture matching the cue. Cues were food, cars or stationery items. We observed that, relative to the effects with non-food stimuli, food items in WM strongly affected attention when the memorised cue re-appeared in the search display. In particular there was an enhanced response on valid trials, when the re-appearance of the memorised cue coincided with the search target. There were no effects of cue category on attentional guidance when the cues were merely attended to but not held in WM. These data point towards food having a strong effect on top-down guidance of search from working memory, and suggest a mechanism whereby individuals who are preoccupied with thoughts of food, for example obese individuals, show facilitated detection of food cues in the environment. Copyright © 2012 Elsevier Ltd. All rights reserved.

  1. Learning Grammatical Categories from Distributional Cues: Flexible Frames for Language Acquisition

    Science.gov (United States)

    St. Clair, Michelle C.; Monaghan, Padraic; Christiansen, Morten H.

    2010-01-01

    Numerous distributional cues in the child's environment may potentially assist in language learning, but what cues are useful to the child and when are these cues utilised? We propose that the most useful source of distributional cue is a flexible frame surrounding the word, where the language learner integrates information from the preceding and…

  2. Viewpoint-independent contextual cueing effect

    Directory of Open Access Journals (Sweden)

    taiga etsuchiai

    2012-06-01

    Full Text Available We usually perceive things in our surroundings as unchanged despite viewpoint changes caused by self-motion. The visual system therefore must have a function to process objects independently of viewpoint. In this study, we examined whether viewpoint-independent spatial layout can be obtained implicitly. For this purpose, we used a contextual cueing effect, a learning effect of spatial layout in visual search displays known to be an implicit effect. We compared the transfer of the contextual cueing effect between cases with and without self-motion by using visual search displays for 3D objects, which changed according to the participant’s assumed location for viewing the stimuli. The contextual cueing effect was obtained with self-motion but disappeared when the display changed without self-motion. This indicates that there is an implicit learning effect in spatial coordinates and suggests that the spatial representation of object layouts or scenes can be obtained and updated implicitly. We also showed that binocular disparity play an important role in the layout representations.

  3. Cue Reliance in L2 Written Production

    Science.gov (United States)

    Wiechmann, Daniel; Kerz, Elma

    2014-01-01

    Second language learners reach expert levels in relative cue weighting only gradually. On the basis of ensemble machine learning models fit to naturalistic written productions of German advanced learners of English and expert writers, we set out to reverse engineer differences in the weighting of multiple cues in a clause linearization problem. We…

  4. Ontogenetic changes in responses to settlement cues by Anemonefish

    Science.gov (United States)

    Dixson, D. L.; Munday, P. L.; Pratchett, M.; Jones, G. P.

    2011-12-01

    Population connectivity for most marine species is dictated by dispersal during the pelagic larval stage. Although reef fish larvae are known to display behavioral adaptations that influence settlement site selection, little is known about the development of behavioral preferences throughout the larval phase. Whether larvae are attracted to the same sensory cues throughout their larval phase, or exhibit distinct ontogenetic shifts in sensory preference is unknown. Here, we demonstrate an ontogenetic shift in olfactory cue preferences for two species of anemonefish, a process that could aid in understanding both patterns of dispersal and settlement. Aquarium-bred naïve Amphiprion percula and A. melanopus larvae were tested for olfactory preference of relevant reef-associated chemical cues throughout the 11-day pelagic larval stage. Age posthatching had a significant effect on the preference for olfactory cues from host anemones and live corals for both species. Preferences of olfactory cues from tropical plants of A. percula, increased by approximately ninefold between hatching and settlement, with A. percula larvae showing a fivefold increase in preference for the olfactory cue produced by the grass species. Larval age had no effect on the olfactory preference for untreated seawater over the swamp-based tree Melaleuca nervosa, which was always avoided compared with blank seawater. These results indicate that reef fish larvae are capable of utilizing olfactory cues early in the larval stage and may be predisposed to disperse away from reefs, with innate olfactory preferences drawing newly hatched larvae into the pelagic environment. Toward the end of the larval phase, larvae become attracted to the olfactory cues of appropriate habitats, which may assist them in identification of and navigation toward suitable settlement sites.

  5. The Responses of Young Domestic Horses to Human-Given Cues

    Science.gov (United States)

    Proops, Leanne; Rayner, Jenny; Taylor, Anna M.; McComb, Karen

    2013-01-01

    It has been suggested that the process of domestication, at least in some species, has led to an innate predisposition to be skilled at reading human communicative and attentional cues. Adult domestic horses (Equus caballus) are highly sensitive to subtle bodily cues when determining if a person is attending to them but they are less adept at using human communicative cues in object choice tasks. Here we provide the first study into the ontogeny of such skills in order to gain insights into the mechanisms underlying these abilities. Compared with adult horses, youngsters under the age of three could use body orientation but not more subtle cues such as head movement and open/closed eyes to correctly choose an attentive person to approach for food. Across two object choice experiments, the performance of young horses was comparable to that of adult horses – subjects were able to correctly choose a rewarded bucket using marker placement, pointing and touching cues but could not use body orientation, gaze, elbow pointing or tapping cues. Taken together these results do not support the theory that horses possess an innate predisposition to be particularly skilled at using human cues. Horses' ability to determine whether humans are attending to them using subtle body cues appears to require significant experience to fully develop and their perhaps less remarkable use of limited cues in object choice tasks, although present at a much earlier age, is likely to reflect a more general learning ability related to stimulus enhancement rather than a specific ‘human-reading’ skill. PMID:23840572

  6. Smoking-Cue Induced Brain Activation In Adolescent Light Smokers

    Science.gov (United States)

    Rubinstein, Mark L.; Luks, Tracy L.; Moscicki, Anna-Barbara; Dryden, Wendy; Rait, Michelle A.; Simpson, Gregory V.

    2010-01-01

    Purpose Using fMRI, we examined whether or not adolescents with low levels of nicotine exposure (light smokers) display neural activation in areas shown to be involved with addiction in response to smoking-related stimuli. Design/Setting/Participants Twelve adolescent light smokers (aged 13 to17, smoked 1 to 5 cigarettes per day) and 12 non-smokers (ages 13 to 17, never smoked a cigarette) from the San Francisco Bay Area underwent fMRI scanning. During scanning they viewed blocks of photographic smoking and control cues. Smoking cues consisted of pictures of people smoking cigarettes and smoking-related objects such as lighters and ashtrays. Neutral cues consisted of everyday objects and people engaged in everyday activities. Findings For smokers, smoking cues elicited greater activation than neutral cues in the mesolimbic reward circuit (left anterior cingulate (T=7.88, pbrain regions seen in adult and heavy teen smokers suggests that even at low levels of smoking, adolescents exhibit heightened reactivity to smoking cues. This paper adds to the existing literature suggesting that nicotine dependence may begin with exposure to low levels of nicotine, underscoring the need for early intervention among adolescent smokers. PMID:21185518

  7. Spectral information as an orientation cue in dung beetles.

    Science.gov (United States)

    El Jundi, Basil; Foster, James J; Byrne, Marcus J; Baird, Emily; Dacke, Marie

    2015-11-01

    During the day, a non-uniform distribution of long and short wavelength light generates a colour gradient across the sky. This gradient could be used as a compass cue, particularly by animals such as dung beetles that rely primarily on celestial cues for orientation. Here, we tested if dung beetles can use spectral cues for orientation by presenting them with monochromatic (green and UV) light spots in an indoor arena. Beetles kept their original bearing when presented with a single light cue, green or UV, or when presented with both light cues set 180° apart. When either the UV or the green light was turned off after the beetles had set their bearing in the presence of both cues, they were still able to maintain their original bearing to the remaining light. However, if the beetles were presented with two identical green light spots set 180° apart, their ability to maintain their original bearing was impaired. In summary, our data show that ball-rolling beetles could potentially use the celestial chromatic gradient as a reference for orientation. © 2015 The Author(s).

  8. Subliminal Cues While Teaching: HCI Technique for Enhanced Learning

    Directory of Open Access Journals (Sweden)

    Pierre Chalfoun

    2011-01-01

    Full Text Available This paper presents results from an empirical study conducted with a subliminal teaching technique aimed at enhancing learner's performance in Intelligent Systems through the use of physiological sensors. This technique uses carefully designed subliminal cues (positive and miscues (negative and projects them under the learner's perceptual visual threshold. A positive cue, called answer cue, is a hint aiming to enhance the learner's inductive reasoning abilities and projected in a way to help them figure out the solution faster but more importantly better. A negative cue, called miscue, is also used and aims at obviously at the opposite (distract the learner or lead them to the wrong conclusion. The latest obtained results showed that only subliminal cues, not miscues, could significantly increase learner performance and intuition in a logic-based problem-solving task. Nonintrusive physiological sensors (EEG for recording brainwaves, blood volume pressure to compute heart rate and skin response to record skin conductivity were used to record affective and cerebral responses throughout the experiment. The descriptive analysis, combined with the physiological data, provides compelling evidence for the positive impact of answer cues on reasoning and intuitive decision making in a logic-based problem-solving paradigm.

  9. A modified K3M thinning algorithm

    Directory of Open Access Journals (Sweden)

    Tabedzki Marek

    2016-06-01

    Full Text Available The K3M thinning algorithm is a general method for image data reduction by skeletonization. It had proved its feasibility in most cases as a reliable and robust solution in typical applications of thinning, particularly in preprocessing for optical character recognition. However, the algorithm had still some weak points. Since then K3M has been revised, addressing the best known drawbacks. This paper presents a modified version of the algorithm. A comparison is made with the original one and two other thinning approaches. The proposed modification, among other things, solves the main drawback of K3M, namely, the results of thinning an image after rotation with various angles.

  10. Distinguishing Reconfiguration and Compound-cue Retrieval in Task Switching

    Directory of Open Access Journals (Sweden)

    Gordon D Logan

    2010-10-01

    Full Text Available Many researchers claim that task switching requires reconfiguration of the cognitive system. Others claim that task switching involves cue-based memory retrieval processes and not reconfiguration. We evaluate these competing claims by developing both reconfiguration and cue-based memory models in a common theoretical framework and by fitting the models to' target functions', which show how performance on individual target stimuli varies depending on the task subjects perform on the targets. Our analyses show that the process of compound-cue retrieval – using the task cue and the target as joint retrieval cues to select a response from memory – is sufficient to explain target functions for parity and magnitude judgments of digits and that reconfiguration does not seem to add anything to the explanation. We address the generality of this conclusion and speculate about the conditions under which reconfiguration may be necessary for task switching.

  11. Auditory feedback blocks memory benefits of cueing during sleep.

    Science.gov (United States)

    Schreiner, Thomas; Lehmann, Mick; Rasch, Björn

    2015-10-28

    It is now widely accepted that re-exposure to memory cues during sleep reactivates memories and can improve later recall. However, the underlying mechanisms are still unknown. As reactivation during wakefulness renders memories sensitive to updating, it remains an intriguing question whether reactivated memories during sleep also become susceptible to incorporating further information after the cue. Here we show that the memory benefits of cueing Dutch vocabulary during sleep are in fact completely blocked when memory cues are directly followed by either correct or conflicting auditory feedback, or a pure tone. In addition, immediate (but not delayed) auditory stimulation abolishes the characteristic increases in oscillatory theta and spindle activity typically associated with successful reactivation during sleep as revealed by high-density electroencephalography. We conclude that plastic processes associated with theta and spindle oscillations occurring during a sensitive period immediately after the cue are necessary for stabilizing reactivated memory traces during sleep.

  12. Reward dependence moderates smoking-cue- and stress-induced cigarette cravings.

    Science.gov (United States)

    Michalowski, Alexandra; Erblich, Joel

    2014-12-01

    Cigarette cravings following exposure to smoking cues in a smoker's environment are thought to play an important role in cessation failure. The possibility that dispositional factors may impact cue-induced cravings, though intriguing, has received little attention. According to Cloninger's Tridimensional Personality Theory, factors such as reward dependence (RD), harm avoidance (HA), and novelty seeking (NS) may figure prominently in risk for addiction, as well as relapse, in individuals attempting to abstain from drug and alcohol use. Particularly interesting in this regard is the possibility that smokers with higher levels of RD, who are especially sensitive to reward signals, will have heightened craving reactions to smoking cues. To that end, non-treatment-seeking nicotine dependent smokers (n=96, mean age=41.1, 47% African American, 17% Caucasian, 22% Hispanic, 19.3cigs/day, FTND=7.5) underwent a classic experimental cue-induction, during which they were exposed to imagery of: (1) smoking, (2) neutral, and (3) stress cues, and reported their cigarette cravings (0-100) before and after each exposure. Participants also completed the Tridimensional Personality Questionnaire. Not surprisingly, smoking and stress cues (but not neutral cues) elicited significant elevations in craving (p'scues (pcues (pcues. Furthermore, the similar effects of RD on stress-induced craving suggest that both cue-and stress-induced cravings may be influenced by a common underlying disposition. Copyright © 2014 Elsevier Ltd. All rights reserved.

  13. A dominance hierarchy of auditory spatial cues in barn owls.

    Directory of Open Access Journals (Sweden)

    Ilana B Witten

    2010-04-01

    Full Text Available Barn owls integrate spatial information across frequency channels to localize sounds in space.We presented barn owls with synchronous sounds that contained different bands of frequencies (3-5 kHz and 7-9 kHz from different locations in space. When the owls were confronted with the conflicting localization cues from two synchronous sounds of equal level, their orienting responses were dominated by one of the sounds: they oriented toward the location of the low frequency sound when the sources were separated in azimuth; in contrast, they oriented toward the location of the high frequency sound when the sources were separated in elevation. We identified neural correlates of this behavioral effect in the optic tectum (OT, superior colliculus in mammals, which contains a map of auditory space and is involved in generating orienting movements to sounds. We found that low frequency cues dominate the representation of sound azimuth in the OT space map, whereas high frequency cues dominate the representation of sound elevation.We argue that the dominance hierarchy of localization cues reflects several factors: 1 the relative amplitude of the sound providing the cue, 2 the resolution with which the auditory system measures the value of a cue, and 3 the spatial ambiguity in interpreting the cue. These same factors may contribute to the relative weighting of sound localization cues in other species, including humans.

  14. Content modification attacks on consensus seeking multi-agent system with double-integrator dynamics

    Science.gov (United States)

    Dong, Yimeng; Gupta, Nirupam; Chopra, Nikhil

    2016-11-01

    In this paper, vulnerability of a distributed consensus seeking multi-agent system (MAS) with double-integrator dynamics against edge-bound content modification cyber attacks is studied. In particular, we define a specific edge-bound content modification cyber attack called malignant content modification attack (MCoMA), which results in unbounded growth of an appropriately defined group disagreement vector. Properties of MCoMA are utilized to design detection and mitigation algorithms so as to impart resilience in the considered MAS against MCoMA. Additionally, the proposed detection mechanism is extended to detect the general edge-bound content modification attacks (not just MCoMA). Finally, the efficacies of the proposed results are illustrated through numerical simulations.

  15. Effects of cue types on sex differences in human spatial memory.

    Science.gov (United States)

    Chai, Xiaoqian J; Jacobs, Lucia F

    2010-04-02

    We examined the effects of cue types on human spatial memory in 3D virtual environments adapted from classical animal and human tasks. Two classes of cues of different functions were investigated: those that provide directional information, and those that provide positional information. Adding a directional cue (geographical slant) to the spatial delayed-match-to-sample task improved performance in males but not in females. When the slant directional cue was removed in a hidden-target location task, male performance was impaired but female performance was unaffected. The removal of positional cues, on the other hand, impaired female performance but not male performance. These results are consistent with results from laboratory rodents and thus support the hypothesis that sex differences in spatial memory arise from the dissociation between a preferential reliance on directional cues in males and on positional cues in females. Copyright 2009 Elsevier B.V. All rights reserved.

  16. Task Interruption: Resumption Lag and the Role of Cues

    National Research Council Canada - National Science Library

    Altmann, Erik M; Trafton, J. G

    2004-01-01

    ...), indicating a substantial disruptive effect. To probe the nature of the disruption, they examined the role of external cues associated with the interrupted task and found that cues available immediately before an interruption facilitate performance immediately afterwards, thus reducing the resumption lag. This "cue-availability" effect suggests that people deploy preparatory perceptual and memory processes, apparently spontaneously, to mitigate the disruptive effects of task interruption.

  17. Influence of Dietary Experience on the Induction of Preference of Adult Moths and Larvae for a New Olfactory Cue

    Science.gov (United States)

    Petit, Christophe; Le Ru, Bruno; Dupas, Stéphane; Frérot, Brigitte; Ahuya, Peter; Kaiser-Arnauld, Laure; Harry, Myriam; Calatayud, Paul-André

    2015-01-01

    In Lepidoptera, host plant selection is first conditioned by oviposition site preference of adult females followed by feeding site preference of larvae. Dietary experience to plant volatile cues can induce larval and adult host plant preference. We investigated how the parent’s and self-experience induce host preference in adult females and larvae of three lepidopteran stem borer species with different host plant ranges, namely the polyphagous Sesamia nonagrioides, the oligophagous Busseola fusca and the monophagous Busseola nairobica, and whether this induction can be linked to a neurophysiological phenotypic plasticity. The three species were conditioned to artificial diet enriched with vanillin from the neonate larvae to the adult stage during two generations. Thereafter, two-choice tests on both larvae and adults using a Y-tube olfactometer and electrophysiological (electroantennography [EAG] recordings) experiments on adults were carried out. In the polyphagous species, the induction of preference for a new olfactory cue (vanillin) by females and 3rd instar larvae was determined by parents’ and self-experiences, without any modification of the sensitivity of the females antennae. No preference induction was found in the oligophagous and monophagous species. Our results suggest that lepidopteran stem borers may acquire preferences for new olfactory cues from the larval to the adult stage as described by Hopkins’ host selection principle (HHSP), neo-Hopkins’ principle, and the concept of ‘chemical legacy.’ PMID:26288070

  18. The Optimal Design Method and Standardized Mathematical Model of Tooth Profile Modification of Spur Gear

    Directory of Open Access Journals (Sweden)

    Wenjie Mei

    2016-01-01

    Full Text Available The paper reports a tooth profile modification method of spur gear. After establishing a standardized mathematical model for optimized tooth profile and simulating meshing process with ANSYS finite element analysis, we obtained 625 groups of gear models with different modification parameters. The group with minimum transmission errors owns the optimal parameters. Genetic algorithm was adopted in the entire process for the purpose of reducing the variation of transmission errors in meshing process. The arc and parabolic modification were doing the same processing. After comparing the transmission errors fluctuation produced by the meshing process of gear of nonmodification with arc modification and parabolic modification, we found that the best modification effects of arc modification and parabolic modification were both reduced by 90%. The modification method makes the gear drive process more stable and efficient, and it is also promising in general application for gear drive.

  19. Emotional expression in music: contribution, linearity, and additivity of primary musical cues.

    Science.gov (United States)

    Eerola, Tuomas; Friberg, Anders; Bresin, Roberto

    2013-01-01

    The aim of this study is to manipulate musical cues systematically to determine the aspects of music that contribute to emotional expression, and whether these cues operate in additive or interactive fashion, and whether the cue levels can be characterized as linear or non-linear. An optimized factorial design was used with six primary musical cues (mode, tempo, dynamics, articulation, timbre, and register) across four different music examples. Listeners rated 200 musical examples according to four perceived emotional characters (happy, sad, peaceful, and scary). The results exhibited robust effects for all cues and the ranked importance of these was established by multiple regression. The most important cue was mode followed by tempo, register, dynamics, articulation, and timbre, although the ranking varied across the emotions. The second main result suggested that most cue levels contributed to the emotions in a linear fashion, explaining 77-89% of variance in ratings. Quadratic encoding of cues did lead to minor but significant increases of the models (0-8%). Finally, the interactions between the cues were non-existent suggesting that the cues operate mostly in an additive fashion, corroborating recent findings on emotional expression in music (Juslin and Lindström, 2010).

  20. Decision Utility, Incentive Salience, and Cue-Triggered "Wanting"

    Science.gov (United States)

    Berridge, Kent C; Aldridge, J Wayne

    2009-01-01

    This chapter examines brain mechanisms of reward utility operating at particular decision moments in life-moments such as when one encounters an image, sound, scent, or other cue associated in the past with a particular reward or perhaps just when one vividly imagines that cue. Such a cue can often trigger a sudden motivational urge to pursue its reward and sometimes a decision to do so. Drawing on a utility taxonomy that distinguishes among subtypes of reward utility-predicted utility, decision utility, experienced utility, and remembered utility-it is shown how cue-triggered cravings, such as an addict's surrender to relapse, can hang on special transformations by brain mesolimbic systems of one utility subtype, namely, decision utility. The chapter focuses on a particular form of decision utility called incentive salience, a type of "wanting" for rewards that is amplified by brain mesolimbic systems. Sudden peaks of intensity of incentive salience, caused by neurobiological mechanisms, can elevate the decision utility of a particular reward at the moment its cue occurs. An understanding of what happens at such moments leads to a better understanding of the mechanisms at work in decision making in general.

  1. Most people do not ignore salient invalid cues in memory-based decisions.

    Science.gov (United States)

    Platzer, Christine; Bröder, Arndt

    2012-08-01

    Former experimental studies have shown that decisions from memory tend to rely only on a few cues, following simple noncompensatory heuristics like "take the best." However, it has also repeatedly been demonstrated that a pictorial, as opposed to a verbal, representation of cue information fosters the inclusion of more cues in compensatory strategies, suggesting a facilitated retrieval of cue patterns. These studies did not properly control for visual salience of cues, however. In the experiment reported here, the cue salience hierarchy established in a pilot study was either congruent or incongruent with the validity order of the cues. Only the latter condition increased compensatory decision making, suggesting that the apparent representational format effect is, rather, a salience effect: Participants automatically retrieve and incorporate salient cues irrespective of their validity. Results are discussed with respect to reaction time data.

  2. Role of Cigarette Sensory Cues in Modifying Puffing Topography

    Science.gov (United States)

    Rees, Vaughan W.; Kreslake, Jennifer M.; Wayne, Geoffrey Ferris; O Connor, Richard J.; Cummings, K. Michael; Connolly, Gregory N.

    2012-01-01

    Background Human puffing topography promotes tobacco dependence by ensuring nicotine delivery, but the factors that determine puffing behavior are not well explained by existing models. Chemosensory cues generated by variations in cigarette product design features may serve as conditioned cues to allow the smoker to optimize nicotine delivery by adjusting puffing topography. Internal tobacco industry research documents were reviewed to understand the influence of sensory cues on puffing topography, and to examine how the tobacco industry has designed cigarettes, including modified risk tobacco products (MRTPs), to enhance puffing behavior to optimize nicotine delivery and product acceptability. Methods Relevant internal tobacco industry documents were identified using systematic searching with key search terms and phrases, and then snowball sampling method was applied to establish further search terms. Results Modern cigarettes are designed by cigarette manufacturers to provide sensory characteristics that not only maintain appeal, but provide cues which inform puffing intensity. Alterations in the chemosensory cues provided in tobacco smoke play an important role in modifying smoking behavior independently of the central effects of nicotine. Conclusions An associative learning model is proposed to explain the influence of chemosensory cues on variation in puffing topography. These cues are delivered via tobacco smoke and are moderated by design features and additives used in cigarettes. The implications for regulation of design features of modified risk tobacco products, which may act to promote intensive puffing while lowering risk perceptions, are discussed. PMID:22365895

  3. Stimulus homogeneity enhances implicit learning: evidence from contextual cueing.

    Science.gov (United States)

    Feldmann-Wüstefeld, Tobias; Schubö, Anna

    2014-04-01

    Visual search for a target object is faster if the target is embedded in a repeatedly presented invariant configuration of distractors ('contextual cueing'). It has also been shown that the homogeneity of a context affects the efficiency of visual search: targets receive prioritized processing when presented in a homogeneous context compared to a heterogeneous context, presumably due to grouping processes at early stages of visual processing. The present study investigated in three Experiments whether context homogeneity also affects contextual cueing. In Experiment 1, context homogeneity varied on three levels of the task-relevant dimension (orientation) and contextual cueing was most pronounced for context configurations with high orientation homogeneity. When context homogeneity varied on three levels of the task-irrelevant dimension (color) and orientation homogeneity was fixed, no modulation of contextual cueing was observed: high orientation homogeneity led to large contextual cueing effects (Experiment 2) and low orientation homogeneity led to low contextual cueing effects (Experiment 3), irrespective of color homogeneity. Enhanced contextual cueing for homogeneous context configurations suggest that grouping processes do not only affect visual search but also implicit learning. We conclude that memory representation of context configurations are more easily acquired when context configurations can be processed as larger, grouped perceptual units. However, this form of implicit perceptual learning is only improved by stimulus homogeneity when stimulus homogeneity facilitates grouping processes on a dimension that is currently relevant in the task. Copyright © 2014 Elsevier B.V. All rights reserved.

  4. How Helpful is Colour-Cueing of PIN Entry?

    OpenAIRE

    Renaud, Karen; Ramsay, Judith

    2014-01-01

    21st Century citizens are faced with the need to remember numbers of PINs (Personal Identification Numbers) in order to do their daily business, and they often have difficulties due to human memory limitations. One way of helping them could be by providing cues during the PIN entry process. The provision of cues that would only be helpful to the PIN owner is challenging because the cue should only make sense to the legitimate user, and not to a random observer. In this paper we report on an e...

  5. Increasing the efficacy of cue exposure treatment in preventing relapse of addictive behavior.

    Science.gov (United States)

    Havermans, Remco C; Jansen, Anita T M

    2003-07-01

    Theoretically, cue exposure treatment should be able to prevent relapse by extinguishing conditioned drug responding (e.g. cue-elicited craving). According to contemporary learning theory, though, extinction does not eliminate conditioned responding. Analogous cue exposure with response prevention (CERP) as a treatment of addictive behavior might not eliminate the learned relation between drug-related cues and drug use. This does not necessarily mean that cue exposure cannot successfully prevent relapse. Various suggestions for increasing the efficacy of cue exposure treatment are being discussed from a contemporary learning theory perspective. It is suggested that cue exposure treatment incorporating retrieval cues can be a beneficial treatment in preventing relapse of addictive behavior.

  6. Infants can use distributional cues to form syntactic categories.

    Science.gov (United States)

    Gerken, LouAnn; Wilson, Rachel; Lewis, William

    2005-05-01

    Nearly all theories of language development emphasize the importance of distributional cues for segregating words and phrases into syntactic categories like noun, feminine or verb phrase. However, questions concerning whether such cues can be used to the exclusion of referential cues have been debated. Using the headturn preference procedure, American children aged 1;5 were briefly familiarized with a partial Russian gender paradigm, with a subset of the paradigm members withheld. During test, infants listened on alternate trials to previously withheld grammatical items and ungrammatical items with incorrect gender markings on previously heard stems. Across three experiments, infants discriminated new grammatical from ungrammatical items, but like adults in previous studies, were only able to do so when a subset of familiarization items was double marked for gender category. The results suggest that learners can use distributional cues to category structure, to the exclusion of referential cues, from relatively early in the language learning process.

  7. Task-relevant information is prioritized in spatiotemporal contextual cueing.

    Science.gov (United States)

    Higuchi, Yoko; Ueda, Yoshiyuki; Ogawa, Hirokazu; Saiki, Jun

    2016-11-01

    Implicit learning of visual contexts facilitates search performance-a phenomenon known as contextual cueing; however, little is known about contextual cueing under situations in which multidimensional regularities exist simultaneously. In everyday vision, different information, such as object identity and location, appears simultaneously and interacts with each other. We tested the hypothesis that, in contextual cueing, when multiple regularities are present, the regularities that are most relevant to our behavioral goals would be prioritized. Previous studies of contextual cueing have commonly used the visual search paradigm. However, this paradigm is not suitable for directing participants' attention to a particular regularity. Therefore, we developed a new paradigm, the "spatiotemporal contextual cueing paradigm," and manipulated task-relevant and task-irrelevant regularities. In four experiments, we demonstrated that task-relevant regularities were more responsible for search facilitation than task-irrelevant regularities. This finding suggests our visual behavior is focused on regularities that are relevant to our current goal.

  8. Should visual speech cues (speechreading) be considered when fitting hearing aids?

    Science.gov (United States)

    Grant, Ken

    2002-05-01

    When talker and listener are face-to-face, visual speech cues become an important part of the communication environment, and yet, these cues are seldom considered when designing hearing aids. Models of auditory-visual speech recognition highlight the importance of complementary versus redundant speech information for predicting auditory-visual recognition performance. Thus, for hearing aids to work optimally when visual speech cues are present, it is important to know whether the cues provided by amplification and the cues provided by speechreading complement each other. In this talk, data will be reviewed that show nonmonotonicity between auditory-alone speech recognition and auditory-visual speech recognition, suggesting that efforts designed solely to improve auditory-alone recognition may not always result in improved auditory-visual recognition. Data will also be presented showing that one of the most important speech cues for enhancing auditory-visual speech recognition performance, voicing, is often the cue that benefits least from amplification.

  9. Clinical relevance of retrieval cues for attenuating context renewal of fear.

    Science.gov (United States)

    Culver, Najwa C; Stoyanova, Milena; Craske, Michelle G

    2011-03-01

    The present studies investigated if retrieval cues (reminder objects) can attenuate context renewal of fear. In Study 1, 32 participants completed exposure in one of two contexts; 1-week follow-up testing occurred in a novel or the same context. Results indicated significant renewal of fear for those tested in a novel context. In Study 2, 40 participants completed exposure in one of these contexts; half were presented with cues. One week later, all were tested in a novel context with or without cues. Results indicated weak attenuation of context renewal for participants re-presented with cues. In Study 3, 18 participants completed exposure in one of two maximally distinct contexts; all with cues. One week later, participants were tested in a novel context with or without cues. Results indicated no group differences. These findings suggest that clinical relevance of this set of cues for attenuating context renewal may be limited. Copyright © 2010 Elsevier Ltd. All rights reserved.

  10. Multiple cues add up in defining a figure on a ground.

    Science.gov (United States)

    Devinck, Frédéric; Spillmann, Lothar

    2013-01-25

    We studied the contribution of multiple cues to figure-ground segregation. Convexity, symmetry, and top-down polarity (henceforth called wide base) were used as cues. Single-cue displays as well as ambiguous stimulus patterns containing two or three cues were presented. Error rate (defined by responses to uncued stimuli) and reaction time were used to quantify the figural strength of a given cue. In the first experiment, observers were asked to report which of two regions, left or right, appeared as foreground figure. Error rate did not benefit from adding additional cues if convexity was present, suggesting that responses were based on convexity as the predominant figural determinant. However, reaction time became shorter with additional cues even if convexity was present. For example, when symmetry and wide base were added, figure-ground segregation was facilitated. In a second experiment, stimulus patterns were exposed for 150ms to rule out eye movements. Results were similar to those found in the first experiment. Both experiments suggest that under the conditions of our experiment figure-ground segregation is perceived more readily, when several cues cooperate in defining the figure. Copyright © 2012 Elsevier Ltd. All rights reserved.

  11. An improved stochastic algorithm for temperature-dependent homogeneous gas phase reactions

    CERN Document Server

    Kraft, M

    2003-01-01

    We propose an improved stochastic algorithm for temperature-dependent homogeneous gas phase reactions. By combining forward and reverse reaction rates, a significant gain in computational efficiency is achieved. Two modifications of modelling the temperature dependence (with and without conservation of enthalpy) are introduced and studied quantitatively. The algorithm is tested for the combustion of n-heptane, which is a reference fuel component for internal combustion engines. The convergence of the algorithm is studied by a series of numerical experiments and the computational cost of the stochastic algorithm is compared with the DAE code DASSL. If less accuracy is needed the stochastic algorithm is faster on short simulation time intervals. The new stochastic algorithm is significantly faster than the original direct simulation algorithm in all cases considered.

  12. Technical Description of Radar and Optical Sensors Contributing to Joint UK-Australian Satellite Tracking, Data-fusion and Cueing Experiment

    Science.gov (United States)

    Eastment, J.; Ladd, D.; Donnelly, P.; Ash, A.; Harwood, N.; Ritchie, I.; Smith, C.; Bennett, J.; Rutten, M.; Gordon, N.

    2014-09-01

    DSTL, DSTO, EOS and STFC have recently participated in a campaign of co-ordinated observations with both radar and optical sensors in order to demonstrate and to refine methodologies for orbit determination, data fusion and cross-sensor cueing. The experimental programme is described in detail in the companion paper by Harwood et al. At the STFC Chilbolton Observatory in Southern England, an S-band radar on a 25 m diameter fully-steerable dish antenna was used to measure object range and radar cross-section. At the EOS Space Systems facility on Mount Stromlo, near Canberra, Australia, an optical system comprising a 2 m alt / az observatory, with Coude path laser tracking at 400W power, was used to acquire, lock and laser track the cued objects, providing accurate orbit determinations for each. DSTO, located at Edinburgh, Australia, operated an optical system consisting of a small commercial telescope and mount, measuring the direction to the objects. Observation times were limited to the evening solar terminator period. Data from these systems was processed independently, using DSTL-developed and DSTO / EOS-developed algorithms, to perform orbit determination and to cross-cue: (i) the radar, based on the optical measurements; (ii) the optical system, based on the radar measurements; and (iii) the radar, using its own prior observations (self-cueing). In some cases, TLEs were used to initialise the orbit determination process; in other cases, the cues were derived entirely from sensor data. In all 3 scenarios, positive results were obtained for a variety of satellites in low earth orbits, demonstrating the feasibility of the different cue generation techniques. The purpose of this paper is to describe the technical characteristics of the radar and optical systems used, the modes of operation employed to acquire the observations, and details of the parameters measured and the data formats.

  13. Cueing spatial attention through timing and probability.

    Science.gov (United States)

    Girardi, Giovanna; Antonucci, Gabriella; Nico, Daniele

    2013-01-01

    Even when focused on an effortful task we retain the ability to detect salient environmental information, and even irrelevant visual stimuli can be automatically detected. However, to which extent unattended information affects attentional control is not fully understood. Here we provide evidences of how the brain spontaneously organizes its cognitive resources by shifting attention between a selective-attending and a stimulus-driven modality within a single task. Using a spatial cueing paradigm we investigated the effect of cue-target asynchronies as a function of their probabilities of occurrence (i.e., relative frequency). Results show that this accessory information modulates attentional shifts. A valid spatial cue improved participants' performance as compared to an invalid one only in trials in which target onset was highly predictable because of its more robust occurrence. Conversely, cuing proved ineffective when spatial cue and target were associated according to a less frequent asynchrony. These patterns of response depended on asynchronies' probability and not on their duration. Our findings clearly demonstrate that through a fine decision-making, performed trial-by-trial, the brain utilizes implicit information to decide whether or not voluntarily shifting spatial attention. As if according to a cost-planning strategy, the cognitive effort of shifting attention depending on the cue is performed only when the expected advantages are higher. In a trade-off competition for cognitive resources, voluntary/automatic attending may thus be a more complex process than expected. Copyright © 2011 Elsevier Ltd. All rights reserved.

  14. Attention to irrelevant cues is related to positive symptoms in schizophrenia.

    Science.gov (United States)

    Morris, Richard; Griffiths, Oren; Le Pelley, Michael E; Weickert, Thomas W

    2013-05-01

    Many modern learning theories assume that the amount of attention to a cue depends on how well that cue predicted important events in the past. Schizophrenia is associated with deficits in attention and recent theories of psychosis have argued that positive symptoms such as delusions and hallucinations are related to a failure of selective attention. However, evidence demonstrating that attention to irrelevant cues is related to positive symptoms in schizophrenia is lacking. We used a novel method of measuring attention to nonpredictive (and thus irrelevant) cues in a causal learning test (Le Pelley ME, McLaren IP. Learned associability and associative change in human causal learning. Q J Exp Psychol B. 2003;56:68-79) to assess whether healthy adults and people with schizophrenia discriminate previously predictive and nonpredictive cues. In a series of experiments with independent samples, we demonstrated: (1) when people with schizophrenia who had severe positive symptoms successfully distinguished between predictive and nonpredictive cues during training, they failed to discriminate between predictive and nonpredictive cues relative to healthy adults during subsequent testing and (2) learning about nonpredictive cues was correlated with more severe positive symptoms scores in schizophrenia. These results suggest that positive symptoms of schizophrenia are related to increased attention to nonpredictive cues during causal learning. This deficit in selective attention results in learning irrelevant causal associations and may be the basis of positive symptoms in schizophrenia.

  15. Environmental Cues in Double-Occupancy Rooms to Support Patients With Dementia.

    Science.gov (United States)

    Motzek, Tom; Bueter, Kathrin; Marquardt, Gesine

    2016-04-01

    The purpose of this study was to evaluate the effectiveness of different environmental cues in double-occupancy rooms of an acute care hospital to support patients' abilities to identify their bed and wardrobe. The quasi-experiment was conducted on a geriatric ward of an acute care hospital. Patients with dementia were included (n = 42). To test the effectiveness of environmental cues, two rooms were enhanced with the environmental cue "color," two rooms with the cue "number," and two rooms with the cue "patient's name". Four rooms were not redesigned and were used as control rooms. For analysis, we pooled the intervention groups color and number (n = 14) and compared it with the control group (n = 22). The environmental cues color and number were significantly effective to improve the identification of the wardrobe from the third to the fifth day after admission. However, for the 10th-12th day after admission, we found no difference in results. Furthermore, results indicate improvements in the ability to identify the bed by using the environmental cues color and number. As this study indicated, the environmental cues color and number are helpful for these patients to identify their bed and wardrobe. However, these cues were most effective from the third to the fifth day after admission. To sustain their effectiveness on patients' identification abilities during their hospital stay, we discuss, whether verbal prompting and an ongoing mentioning of such cues, embedded in the daily work of nurses, could be beneficial. © The Author(s) 2015.

  16. Does predictability matter? Effects of cue predictability on neurocognitive mechanisms underlying prospective memory.

    Science.gov (United States)

    Cona, Giorgia; Arcara, Giorgio; Tarantino, Vincenza; Bisiacchi, Patrizia S

    2015-01-01

    Prospective memory (PM) represents the ability to successfully realize intentions when the appropriate moment or cue occurs. In this study, we used event-related potentials (ERPs) to explore the impact of cue predictability on the cognitive and neural mechanisms supporting PM. Participants performed an ongoing task and, simultaneously, had to remember to execute a pre-specified action when they encountered the PM cues. The occurrence of the PM cues was predictable (being signaled by a warning cue) for some participants and was completely unpredictable for others. In the predictable cue condition, the behavioral and ERP correlates of strategic monitoring were observed mainly in the ongoing trials wherein the PM cue was expected. In the unpredictable cue condition they were instead shown throughout the whole PM block. This pattern of results suggests that, in the predictable cue condition, participants engaged monitoring only when subjected to a context wherein the PM cue was expected, and disengaged monitoring when the PM cue was not expected. Conversely, participants in the unpredictable cue condition distributed their resources for strategic monitoring in more continuous manner. The findings of this study support the most recent views-the "Dynamic Multiprocess Framework" and the "Attention to Delayed Intention" (AtoDI) model-confirming that strategic monitoring is a flexible mechanism that is recruited mainly when a PM cue is expected and that may interact with bottom-up spontaneous processes.

  17. A configural dominant account of contextual cueing : configural cues are stronger than colour cues

    OpenAIRE

    Kunar, Melina A.; Johnston, Rebecca; Sweetman, Hollie

    2013-01-01

    Previous work has shown that reaction times to find a target in displays that have been repeated are faster than those for displays that have never been seen before. This learning effect, termed “contextual cueing” (CC), has been shown using contexts such as the configuration of the distractors in the display and the background colour. However, it is not clear how these two contexts interact to facilitate search. We investigated this here by comparing the strengths of these two cues when they...

  18. Emotional Expression in Music: Contribution, Linearity, and Additivity of Primary Musical Cues

    Directory of Open Access Journals (Sweden)

    Tuomas eEerola

    2013-07-01

    Full Text Available The aim of this study is to manipulate musical cues systematically to determine the aspects of music that contribute to emotional expression, and whether these cues operate in additive or interactive fashion, and whether the cue levels can be characterized as linear or non-linear. An optimized factorial design was used with six primary musical cues (mode, tempo, dynamics, articulation, timbre, and register across four different music examples. Listeners rated 200 musical examples according to four perceived emotional characters (happy, sad, peaceful, and scary. The results exhibited robust effects for all cues and the ranked importance of these was established by multiple regression. The most important cue was mode followed by tempo, register, dynamics, articulation, and timbre, although the ranking varied across the emotions. The second main result suggested that most cue levels contributed to the emotions in a linear fashion, explaining 77–89% of variance in ratings. Quadratic encoding of cues did lead to minor but significant increases of the models (0–8%. Finally, the interactions between the cues were non-existent suggesting that the cues operate mostly in an additive fashion, corroborating recent findings on emotional expression in music (Juslin & Lindström, 2010.

  19. Emotional expression in music: contribution, linearity, and additivity of primary musical cues

    Science.gov (United States)

    Eerola, Tuomas; Friberg, Anders; Bresin, Roberto

    2013-01-01

    The aim of this study is to manipulate musical cues systematically to determine the aspects of music that contribute to emotional expression, and whether these cues operate in additive or interactive fashion, and whether the cue levels can be characterized as linear or non-linear. An optimized factorial design was used with six primary musical cues (mode, tempo, dynamics, articulation, timbre, and register) across four different music examples. Listeners rated 200 musical examples according to four perceived emotional characters (happy, sad, peaceful, and scary). The results exhibited robust effects for all cues and the ranked importance of these was established by multiple regression. The most important cue was mode followed by tempo, register, dynamics, articulation, and timbre, although the ranking varied across the emotions. The second main result suggested that most cue levels contributed to the emotions in a linear fashion, explaining 77–89% of variance in ratings. Quadratic encoding of cues did lead to minor but significant increases of the models (0–8%). Finally, the interactions between the cues were non-existent suggesting that the cues operate mostly in an additive fashion, corroborating recent findings on emotional expression in music (Juslin and Lindström, 2010). PMID:23908642

  20. Improving experimental phases for strong reflections prior to density modification

    International Nuclear Information System (INIS)

    Uervirojnangkoorn, Monarin; Hilgenfeld, Rolf; Terwilliger, Thomas C.; Read, Randy J.

    2013-01-01

    A genetic algorithm has been developed to optimize the phases of the strongest reflections in SIR/SAD data. This is shown to facilitate density modification and model building in several test cases. Experimental phasing of diffraction data from macromolecular crystals involves deriving phase probability distributions. These distributions are often bimodal, making their weighted average, the centroid phase, improbable, so that electron-density maps computed using centroid phases are often non-interpretable. Density modification brings in information about the characteristics of electron density in protein crystals. In successful cases, this allows a choice between the modes in the phase probability distributions, and the maps can cross the borderline between non-interpretable and interpretable. Based on the suggestions by Vekhter [Vekhter (2005 ▶), Acta Cryst. D61, 899–902], the impact of identifying optimized phases for a small number of strong reflections prior to the density-modification process was investigated while using the centroid phase as a starting point for the remaining reflections. A genetic algorithm was developed that optimizes the quality of such phases using the skewness of the density map as a target function. Phases optimized in this way are then used in density modification. In most of the tests, the resulting maps were of higher quality than maps generated from the original centroid phases. In one of the test cases, the new method sufficiently improved a marginal set of experimental SAD phases to enable successful map interpretation. A computer program, SISA, has been developed to apply this method for phase improvement in macromolecular crystallography

  1. Interaction of Object Binding Cues in Binaural Masking Pattern Experiments.

    Science.gov (United States)

    Verhey, Jesko L; Lübken, Björn; van de Par, Steven

    2016-01-01

    Object binding cues such as binaural and across-frequency modulation cues are likely to be used by the auditory system to separate sounds from different sources in complex auditory scenes. The present study investigates the interaction of these cues in a binaural masking pattern paradigm where a sinusoidal target is masked by a narrowband noise. It was hypothesised that beating between signal and masker may contribute to signal detection when signal and masker do not spectrally overlap but that this cue could not be used in combination with interaural cues. To test this hypothesis an additional sinusoidal interferer was added to the noise masker with a lower frequency than the noise whereas the target had a higher frequency than the noise. Thresholds increase when the interferer is added. This effect is largest when the spectral interferer-masker and masker-target distances are equal. The result supports the hypothesis that modulation cues contribute to signal detection in the classical masking paradigm and that these are analysed with modulation bandpass filters. A monaural model including an across-frequency modulation process is presented that account for this effect. Interestingly, the interferer also affects dichotic thresholds indicating that modulation cues also play a role in binaural processing.

  2. Perceptual and Conceptual Priming of Cue Encoding in Task Switching

    Science.gov (United States)

    Schneider, Darryl W.

    2016-01-01

    Transition effects in task-cuing experiments can be partitioned into task switching and cue repetition effects by using multiple cues per task. In the present study, the author shows that cue repetition effects can be partitioned into perceptual and conceptual priming effects. In 2 experiments, letters or numbers in their uppercase/lowercase or…

  3. Which Cue to ‘Want?’ Central Amygdala Opioid Activation Enhances and Focuses Incentive Salience on a Prepotent Reward Cue

    Science.gov (United States)

    Mahler, Stephen V.; Berridge, Kent C.

    2009-01-01

    The central nucleus of the amygdala (CeA) helps translate learning into motivation, and here we show that opioid stimulation of CeA magnifies and focuses learned incentive salience onto a specific reward cue (Pavlovian conditioned stimulus, or CS). This motivation enhancement makes that cue more attractive, noticeable, and liable to elicit appetitive and consummatory behaviors. To reveal the focusing of incentive salience, we exploited individual differences in an autoshaping paradigm in which a rat prefers to approach, nibble and sniff one of two reward-associated stimuli (its prepotent stimulus). The individually-prepotent cue is either a predictive CS+ that signals reward (8sec metal lever insertion), or instead the metal cup that delivers sucrose pellets (the reward source). Results indicated that CeA opioid activation by microinjection of the μ agonist DAMGO (0.1μg) selectively and reversibly enhanced the attractiveness of whichever reward CS was that rat's prepotent cue. CeA DAMGO microinjections made rats more vigorously approach their particular prepotent CS, and to energetically sniff and nibble it in a nearly frenzied consummatory fashion. Only the prepotent cue was enhanced as an incentive target, and alternative cues were not enhanced. Conversely, inactivation of CeA by muscimol microinjection (0.25μg) suppressed approach, nibbles and sniffs of the prepotent CS. Confirming modulation of incentive salience, unconditioned food intake was similarly increased by DAMGO microinjection and decreased by muscimol in CeA. We conclude that opioid neurotransmission in central amygdala helps determine which environmental stimuli become most ‘wanted,’ and how ‘wanted’ they become. This may powerfully guide reward-seeking behavior. PMID:19458221

  4. Cue reactivity in non-daily smokers: effects on craving and on smoking behavior.

    Science.gov (United States)

    Shiffman, Saul; Dunbar, Michael S; Kirchner, Thomas R; Li, Xiaoxue; Tindle, Hilary A; Anderson, Stewart J; Scholl, Sarah M; Ferguson, Stuart G

    2013-03-01

    Non-daily, or intermittent smokers (ITS), are increasingly prevalent. Their smoking may be more situational than that of daily smokers (DS), and thus is hypothesized to be more influenced by cues. To assess ITS' response to cues, and compare it to that of DS. Samples of 239 ITS and 207 DS (previously reported in Shiffman et al. 2012a) were studied in 2,586 laboratory cue-reactivity sessions. Craving (Questionnaire of Smoking Urges) and smoking (probability, latency, puff parameters, and carbon monoxide increases) in response to cues was assessed following exposure to neutral cues and cues related to smoking, alcohol, negative affect, positive affect, and smoking prohibitions. Mixed effects models, generalized estimating equations and random-effects survival analyses were used to assess response to cues and differences between DS and ITS. ITS' craving increased following exposure to smoking and alcohol cues and decreased following positive affect cues, but cues had little effect on smoking behaviors. Cue reactivity was similar in ITS and DS. Among ITS, craving intensity predicted smoking probability, latency, and intensity, and the effects on latency were stronger among ITS than DS. Contrary to hypotheses, ITS were not more responsive to laboratory cues than DS. Results show that ITS do experience craving and craving increases that are then associated with smoking.

  5. Peak Provoked Craving: An Alternative to Smoking Cue-Reactivity

    OpenAIRE

    Sayette, Michael A.; Tiffany, Stephen T.

    2012-01-01

    Smoking cue-exposure research has provided a powerful tool for examining cravings in the laboratory. A key attraction of this method is that tightly controlled experimental procedures can model craving experiences that are presumed to relate to addiction. Despite its appeal, key assumptions underlying the clinical relevance of smoking cue reactivity studies recently have been questioned. For both conceptual and methodological reasons it may be quite difficult to tease apart cue-based and abst...

  6. Functional neuroimaging studies in addiction: multisensory drug stimuli and neural cue reactivity.

    Science.gov (United States)

    Yalachkov, Yavor; Kaiser, Jochen; Naumer, Marcus J

    2012-02-01

    Neuroimaging studies on cue reactivity have substantially contributed to the understanding of addiction. In the majority of studies drug cues were presented in the visual modality. However, exposure to conditioned cues in real life occurs often simultaneously in more than one sensory modality. Therefore, multisensory cues should elicit cue reactivity more consistently than unisensory stimuli and increase the ecological validity and the reliability of brain activation measurements. This review includes the data from 44 whole-brain functional neuroimaging studies with a total of 1168 subjects (812 patients and 356 controls). Correlations between neural cue reactivity and clinical covariates such as craving have been reported significantly more often for multisensory than unisensory cues in the motor cortex, insula and posterior cingulate cortex. Thus, multisensory drug cues are particularly effective in revealing brain-behavior relationships in neurocircuits of addiction responsible for motivation, craving awareness and self-related processing. Copyright © 2011 Elsevier Ltd. All rights reserved.

  7. FREQUENCY COMPONENT EXTRACTION OF HEARTBEAT CUES WITH SHORT TIME FOURIER TRANSFORM (STFT

    Directory of Open Access Journals (Sweden)

    Sumarna Sumarna

    2017-01-01

      Electro-acoustic human heartbeat detector have been made with the main parts : (a stetoscope (piece chest, (b mic condenser, (c transistor amplifier, and (d cues analysis program with MATLAB. The frequency components that contained in heartbeat. cues have also been extracted with Short Time Fourier Transform (STFT from 9 volunteers. The results of the analysis showed that heart rate appeared in every cue frequency spectrum with their harmony. The steps of the research were including detector instrument design, test and instrument repair, cues heartbeat recording with Sound Forge 10 program and stored in wav file ; cues breaking at the start and the end, and extraction/cues analysis using MATLAB. The MATLAB program included filter (bandpass filter with bandwidth between 0.01 – 110 Hz, cues breaking with hamming window and every part was calculated using Fourier Transform (STFT mechanism and the result were shown in frequency spectrum graph.   Keywords: frequency components extraction, heartbeat cues, Short Time Fourier Transform

  8. Process and representation in multiple-cue judgment

    OpenAIRE

    Olsson, Anna-Carin

    2002-01-01

    This thesis investigates the cognitive processes and representations underlying human judgment in a multiple-cue judgment task. Several recent models assume that people have several qualitatively distinct and competing levels of knowledge representations (Ashby, Alfonso-Reese, Turken, & Waldron, 1998; Erickson & Kruschke, 1998; Nosofsky, Palmeri, & McKinley, 1994; Sloman, 1996). The most successful cognitive models in categorization and multiple-cue judgment are, respectively, exe...

  9. Fixed-point image orthorectification algorithms for reduced computational cost

    Science.gov (United States)

    French, Joseph Clinton

    Imaging systems have been applied to many new applications in recent years. With the advent of low-cost, low-power focal planes and more powerful, lower cost computers, remote sensing applications have become more wide spread. Many of these applications require some form of geolocation, especially when relative distances are desired. However, when greater global positional accuracy is needed, orthorectification becomes necessary. Orthorectification is the process of projecting an image onto a Digital Elevation Map (DEM), which removes terrain distortions and corrects the perspective distortion by changing the viewing angle to be perpendicular to the projection plane. Orthorectification is used in disaster tracking, landscape management, wildlife monitoring and many other applications. However, orthorectification is a computationally expensive process due to floating point operations and divisions in the algorithm. To reduce the computational cost of on-board processing, two novel algorithm modifications are proposed. One modification is projection utilizing fixed-point arithmetic. Fixed point arithmetic removes the floating point operations and reduces the processing time by operating only on integers. The second modification is replacement of the division inherent in projection with a multiplication of the inverse. The inverse must operate iteratively. Therefore, the inverse is replaced with a linear approximation. As a result of these modifications, the processing time of projection is reduced by a factor of 1.3x with an average pixel position error of 0.2% of a pixel size for 128-bit integer processing and over 4x with an average pixel position error of less than 13% of a pixel size for a 64-bit integer processing. A secondary inverse function approximation is also developed that replaces the linear approximation with a quadratic. The quadratic approximation produces a more accurate approximation of the inverse, allowing for an integer multiplication calculation

  10. Perception of Speech Modulation Cues by 6-Month-Old Infants

    Science.gov (United States)

    Cabrera, Laurianne; Bertoncini, Josiane; Lorenzi, Christian

    2013-01-01

    Purpose: The capacity of 6-month-old infants to discriminate a voicing contrast (/aba/--/apa/) on the basis of "amplitude modulation (AM) cues" and "frequency modulation (FM) cues" was evaluated. Method: Several vocoded speech conditions were designed to either degrade FM cues in 4 or 32 bands or degrade AM in 32 bands. Infants…

  11. Cueing Complex Animations: Does Direction of Attention Foster Learning Processes?

    Science.gov (United States)

    Lowe, Richard; Boucheix, Jean-Michel

    2011-01-01

    The time course of learners' processing of a complex animation was studied using a dynamic diagram of a piano mechanism. Over successive repetitions of the material, two forms of cueing (standard colour cueing and anti-cueing) were administered either before or during the animated segment of the presentation. An uncued group and two other control…

  12. Improved multi-microphone noise reduction preserving binaural cues

    NARCIS (Netherlands)

    Koutrouvelis, A.; Hendriks, R.C.; Jensen, J; Heusdens, R.; Dong, Min; Zheng, Thomas Fang

    2016-01-01

    We propose a new multi-microphone noise reduction technique for binaural cue preservation of the desired source and the interferers. This method is based on the linearly constrained minimum variance (LCMV) framework, where the constraints are used for the binaural cue preservation of the desired

  13. Encoding Specificity and Nonverbal Cue Context: An Expansion of Episodic Memory Research.

    Science.gov (United States)

    Woodall, W. Gill; Folger, Joseph P.

    1981-01-01

    Reports two studies demonstrating the ability of nonverbal contextual cues to act as retrieval mechanisms for co-occurring language. Suggests that visual contextual cues, such as speech primacy and motor primacy gestures, can access linguistic target information. Motor primacy cues are shown to act as stronger retrieval cues. (JMF)

  14. Computerized scoring algorithms for the Autobiographical Memory Test.

    Science.gov (United States)

    Takano, Keisuke; Gutenbrunner, Charlotte; Martens, Kris; Salmon, Karen; Raes, Filip

    2018-02-01

    Reduced specificity of autobiographical memories is a hallmark of depressive cognition. Autobiographical memory (AM) specificity is typically measured by the Autobiographical Memory Test (AMT), in which respondents are asked to describe personal memories in response to emotional cue words. Due to this free descriptive responding format, the AMT relies on experts' hand scoring for subsequent statistical analyses. This manual coding potentially impedes research activities in big data analytics such as large epidemiological studies. Here, we propose computerized algorithms to automatically score AM specificity for the Dutch (adult participants) and English (youth participants) versions of the AMT by using natural language processing and machine learning techniques. The algorithms showed reliable performances in discriminating specific and nonspecific (e.g., overgeneralized) autobiographical memories in independent testing data sets (area under the receiver operating characteristic curve > .90). Furthermore, outcome values of the algorithms (i.e., decision values of support vector machines) showed a gradient across similar (e.g., specific and extended memories) and different (e.g., specific memory and semantic associates) categories of AMT responses, suggesting that, for both adults and youth, the algorithms well capture the extent to which a memory has features of specific memories. (PsycINFO Database Record (c) 2018 APA, all rights reserved).

  15. Cue-induced Behavioral and Neural Changes among Excessive Internet Gamers and Possible Application of Cue Exposure Therapy to Internet Gaming Disorder.

    Science.gov (United States)

    Zhang, Yongjun; Ndasauka, Yamikani; Hou, Juan; Chen, Jiawen; Yang, Li Zhuang; Wang, Ying; Han, Long; Bu, Junjie; Zhang, Peng; Zhou, Yifeng; Zhang, Xiaochu

    2016-01-01

    Internet gaming disorder (IGD) may lead to many negative consequences in everyday life, yet there is currently no effective treatment for IGD. Cue-reactivity paradigm is commonly used to evaluate craving for substance, food, and gambling; cue exposure therapy (CET) is applied to treating substance use disorders (SUDs) and some other psychological disorders such as pathological gambling (PG). However, no study has explored CET's application to the treatment of IGD except two articles having implied that cues' exposure may have therapeutic effect on IGD. This paper reviews studies on cue-induced behavioral and neural changes in excessive Internet gamers, indicating that behavioral and neural mechanisms of IGD mostly overlap with those of SUD. The CET's effects in the treatment of SUDs and PG are also reviewed. We finally propose an optimized CET paradigm, which future studies should consider and investigate as a probable treatment of IGD.

  16. Odors as effective retrieval cues for stressful episodes.

    Science.gov (United States)

    Wiemers, Uta S; Sauvage, Magdalena M; Wolf, Oliver T

    2014-07-01

    Olfactory information seems to play a special role in memory due to the fast and direct processing of olfactory information in limbic areas like the amygdala and the hippocampus. This has led to the assumption that odors can serve as effective retrieval cues for autobiographic memories, especially emotional memories. The current study sought to investigate whether an olfactory cue can serve as an effective retrieval cue for memories of a stressful episode. A total of 95 participants were exposed to a psychosocial stressor or a well matching but not stressful control condition. During both conditions were visual objects present, either bound to the situation (central objects) or not (peripheral objects). Additionally, an ambient odor was present during both conditions. The next day, participants engaged in an unexpected object recognition task either under the influence of the same odor as was present during encoding (congruent odor) or another odor (non-congruent odor). Results show that stressed participants show a better memory for all objects and especially for central visual objects if recognition took place under influence of the congruent odor. An olfactory cue thus indeed seems to be an effective retrieval cue for stressful memories. Copyright © 2013 Elsevier Inc. All rights reserved.

  17. Does predictability matter? Effects of cue predictability on neurocognitive mechanisms underlying Prospective Memory

    Directory of Open Access Journals (Sweden)

    Giorgia eCona

    2015-04-01

    Full Text Available Prospective memory (PM represents the ability to successfully realize intentions when the appropriate moment or cue occurs. In this study, we used event-related potentials (ERPs to explore the impact of cue predictability on the cognitive and neural mechanisms supporting PM. Participants performed an ongoing task and, simultaneously, had to remember to execute a pre-specified action when they encountered the PM cues. The occurrence of the PM cues was predictable (being signalled by a warning cue for some participants and was completely unpredictable for others. In the predictable cue condition, the behavioural and ERP correlates of strategic monitoring were observed mainly in the ongoing trials wherein the PM cue was expected. In the unpredictable cue condition they were instead shown throughout the whole PM block. This pattern of results suggests that, in the predictable cue condition, participants engaged monitoring only when subjected to a context wherein the PM cue was expected, and disengaged monitoring when the PM cue was not expected. Conversely, participants in the unpredictable cue condition distributed their resources for strategic monitoring in more continuous manner. The findings of this study support the most recent views – the ‘Dynamic Multiprocess Framework’ and the ‘Attention to Delayed Intention’ (AtoDI model – confirming that strategic monitoring is a flexible mechanism that is recruited mainly when a PM cue is expected and that may interact with bottom-up spontaneous processes.

  18. Lower region: a new cue for figure-ground assignment.

    Science.gov (United States)

    Vecera, Shaun P; Vogel, Edward K; Woodman, Geoffrey F

    2002-06-01

    Figure-ground assignment is an important visual process; humans recognize, attend to, and act on figures, not backgrounds. There are many visual cues for figure-ground assignment. A new cue to figure-ground assignment, called lower region, is presented: Regions in the lower portion of a stimulus array appear more figurelike than regions in the upper portion of the display. This phenomenon was explored, and it was demonstrated that the lower-region preference is not influenced by contrast, eye movements, or voluntary spatial attention. It was found that the lower region is defined relative to the stimulus display, linking the lower-region preference to pictorial depth perception cues. The results are discussed in terms of the environmental regularities that this new figure-ground cue may reflect.

  19. The Effects of Cues on Neurons in the Basal Ganglia in Parkinson’s Disease

    Directory of Open Access Journals (Sweden)

    Sridevi V. Sarma

    2012-07-01

    Full Text Available Visual cues open a unique window to the understanding of Parkinson’s disease (PD. These cues can temporarily but dramatically improve PD motor symptoms. Although details are unclear, cues are believed to suppress pathological basal ganglia (BG activity through activation of corticostriatal pathways. In this study, we investigated human BG neurophysiology under different cued conditions. We evaluated bursting, 10-30Hz oscillations (OSCs, and directional tuning (DT dynamics in the subthalamic nucleus activity while 7 patients executed a two-step motor task. In the first step (predicted +cue, the patient moved to a target when prompted by a visual go cue that appeared 100% of the time. Here, the timing of the cue is predictable and the cue serves an external trigger to execute a motor plan. In the second step, the cue appeared randomly 50% of the time, and the patient had to move to the same target as in the first step. When it appeared (unpredicted +cue, the motor plan was to be triggered by the cue, but its timing was not predictable. When the cue failed to appear (unpredicted -cue, the motor plan was triggered by the absence of the visual cue. We found that during predicted +cue and unpredicted -cue trials, OSCs significantly decreased and DT significantly increased above baseline, though these modulations occurred an average of 640 milliseconds later in unpredicted -cue trials. Movement and reaction times were comparable in these trials. During unpredicted +cue trials, OSCs and DT failed to modulate though bursting significantly decreased after movement. Correspondingly, movement performance deteriorated. These findings suggest that during motor planning either a predictably timed external cue or an internally generated cue (generated by the absence of a cue trigger the execution of a motor plan in premotor cortex, whose increased activation then suppresses pathological activity in STN through direct pathways, leading to motor facilitation in

  20. Hippocampal Regulation of Contextual Cue-Induced Reinstatement of Cocaine-Seeking Behavior

    OpenAIRE

    Atkins, Alison L.; Mashhoon, Yasmin; Kantak, Kathleen M.

    2008-01-01

    Associations between cocaine and cues facilitate development and maintenance of addiction. We hypothesized that the ventral hippocampus is important for acquisition of these associations. Rats were trained to self-administer cocaine, with or without pre-exposure to distinct sets of cocaine- and saline-paired contextual cues. Next, rats were conditioned for 3 days with the distinct sets of contextual cues paired with cocaine and saline along with distinct discrete cues. Vehicle or lidocaine wa...

  1. Blunted Striatal Responses to Favorite Food Cues in Smokers*

    Science.gov (United States)

    Jastreboff, Ania M.; Sinha, Rajita; Lacadie, Cheryl M.; Balodis, Iris M.; Sherwin, Robert; Potenza, Marc N.

    2014-01-01

    Background Although tobacco-smoking is associated with relatively leaner body mass and smoking cessation with weight gain, the brain mechanisms underlying these relationships are not well understood. Smokers compared to non-smokers have shown diminished neural responses to non-tobacco rewarding stimuli (e.g., monetary rewards), but brain responses to favorite-food cues have not been investigated relative to smoking status. We hypothesized that smokers would exhibit diminished neural responses compared to non-smokers in response to favorite-food cues in motivation-reward and emotion-regulating regions of the brain. Methods Twenty-three smokers and 23 non-smokers matched based on body mass index (BMI), age, and gender listened to personalized favorite-food-cue, stress, and neutral-relaxing audiotapes during fMRI. Results During favorite-food-cue exposure, smokers versus non-smokers exhibited diminished activations in the caudate, putamen, insula, and thalamus. Neural responses during stress and neutral-relaxing conditions were similar across groups. Subjective food-craving ratings were similar across groups. Conclusions The relatively diminished neural responses to favorite-food cues in smokers may contribute to lower BMI. PMID:25444233

  2. Modification of polysaccharides: Pharmaceutical and tissue engineering applications with commercial utility (patents)

    Energy Technology Data Exchange (ETDEWEB)

    Malviya, Rishabha, E-mail: rishabhamalviya19@gmail.com [Polymer Science Laboratory, Department of Pharmacy, School of Medical & Allied Sciences, Galgotias University, Greator Noida, UP (India); Department of Pharmacy, Uttarkhand Technical University, Dehradun, Uttarkhand (India); Sharma, Pramod Kumar [Polymer Science Laboratory, Department of Pharmacy, School of Medical & Allied Sciences, Galgotias University, Greator Noida, UP (India); Dubey, Susheel Kumar [Siddarth Institute of Pharmacy, Dehradun, Uttarkhand (India)

    2016-11-01

    Polymer modifications open new era for the development of polymers with requisite properties. Use of modified polymers is practically boundless. Different studies focus on biomedical applications of chemically modified polysaccharides. Development and utilization of modified polysaccharides get attention to be used as carrier for pharmaceutical drug delivery as well as tissue engineering scaffolds. Grafted polymer shows better cellular regeneration, signal transmission, diagnostic and imaging material than putative form. This review article aims to discuss various approaches to modify naturally derived polymer and their applications as pharmaceutical drug carrier and as a material for wound dressing and artificial cartilage due to better biophysical cues. Manuscript included various patents based on the applications of modified polymers and techniques used to modify polymers. - Highlights: • Properties of natural polysaccharides can be modulated by modification in their basic backbone. • Polysaccharides can be easily modified using microwave irradiation as compared to conventional closed vessel modification. • Biodegradable and biocompatible nature of modified polymer promotes their use in targeted cellular delivery of pharmaceuticals. • Studies show strong support that biodegradable polymers have ability to modulate cell signaling, cellular attachment, migration, proliferation and differentiation. • Manuscript reveals the fact that various commercial patents have been granted for the use of modified polymer.

  3. Improvements to Busquet's Non LTE algorithm in NRL's Hydro code

    Science.gov (United States)

    Klapisch, M.; Colombant, D.

    1996-11-01

    Implementation of the Non LTE model RADIOM (M. Busquet, Phys. Fluids B, 5, 4191 (1993)) in NRL's RAD2D Hydro code in conservative form was reported previously(M. Klapisch et al., Bull. Am. Phys. Soc., 40, 1806 (1995)).While the results were satisfactory, the algorithm was slow and not always converging. We describe here modifications that address the latter two shortcomings. This method is quicker and more stable than the original. It also gives information about the validity of the fitting. It turns out that the number and distribution of groups in the multigroup diffusion opacity tables - a basis for the computation of radiation effects in the ionization balance in RADIOM- has a large influence on the robustness of the algorithm. These modifications give insight about the algorithm, and allow to check that the obtained average charge state is the true average. In addition, code optimization resulted in greatly reduced computing time: The ratio of Non LTE to LTE computing times being now between 1.5 and 2.

  4. The importance of source and cue type in time-based everyday prospective memory.

    Science.gov (United States)

    Oates, Joyce M; Peynircioğlu, Zehra F

    2014-01-01

    We examined the effects of the source of a prospective memory task (provided or generated) and the type of cue (specific or general) triggering that task in everyday settings. Participants were asked to complete both generated and experimenter-provided tasks and to send a text message when each task was completed. The cue/context for the to-be-completed tasks was either a specific time or a general deadline (time-based cue), and the cue/context for the texting task was the completion of the task itself (activity-based cue). Although generated tasks were completed more often, generated cues/contexts were no more effective than provided ones in triggering the intention. Furthermore, generated tasks were completed more often when the cue/context comprised a specific time, whereas provided tasks were completed more often when the cue/context comprised a general deadline. However, texting was unaffected by the source of the cue/context. Finally, emotion modulated the effects. Results are discussed within a process-driven framework.

  5. Changes in expression of c-Fos protein following cocaine-cue extinction learning.

    Science.gov (United States)

    Nic Dhonnchadha, B Á; Lovascio, B F; Shrestha, N; Lin, A; Leite-Morris, K A; Man, H Y; Kaplan, G B; Kantak, K M

    2012-09-01

    Extinguishing abnormally strengthened learned responses to cues associated with drugs of abuse remains a key tactic for alleviating addiction. To assist in developing pharmacotherapies to augment exposure therapy for relapse prevention, investigation into neurobiological underpinnings of drug-cue extinction learning is needed. We used regional analyses of c-Fos and GluR2 protein expression to delineate neural activity and plasticity that may be associated with cocaine-cue extinction learning. Rats were trained to self-administer cocaine paired with a light cue, and later underwent a single 2h extinction session for which cocaine was withheld but response-contingent cues were presented (cocaine-cue extinction). Control groups consisted of rats yoked to animals self-administering cocaine and receiving saline non-contingently followed by an extinction session, or rats trained to self-administer cocaine followed by a no-extinction session for which levers were retracted, and cocaine and cues were withheld. Among 11 brain sites examined, extinction training increased c-Fos expression in basolateral amygdala and prelimbic prefrontal cortex of cocaine-cue extinguished rats relative to both control conditions. In dorsal subiculum and infralimbic prefrontal cortex, extinction training increased c-Fos expression in both cocaine-cue and saline-cue extinguished rats relative to the no-extinction control condition. GluR2 protein expression was not altered in any site examined after extinction or control training. Findings suggest that basolateral amygdala and prelimbic prefrontal cortex neurons are activated during acquisition of cocaine-cue extinction learning, a process that is independent of changes in GluR2 abundance. Other sites are implicated in processing the significance of cues that are present early in extinction training. Copyright © 2012 Elsevier B.V. All rights reserved.

  6. Bobcat 2013: a hyperspectral data collection supporting the development and evaluation of spatial-spectral algorithms

    Science.gov (United States)

    Kaufman, Jason; Celenk, Mehmet; White, A. K.; Stocker, Alan D.

    2014-06-01

    The amount of hyperspectral imagery (HSI) data currently available is relatively small compared to other imaging modalities, and what is suitable for developing, testing, and evaluating spatial-spectral algorithms is virtually nonexistent. In this work, a significant amount of coincident airborne hyperspectral and high spatial resolution panchromatic imagery that supports the advancement of spatial-spectral feature extraction algorithms was collected to address this need. The imagery was collected in April 2013 for Ohio University by the Civil Air Patrol, with their Airborne Real-time Cueing Hyperspectral Enhanced Reconnaissance (ARCHER) sensor. The target materials, shapes, and movements throughout the collection area were chosen such that evaluation of change detection algorithms, atmospheric compensation techniques, image fusion methods, and material detection and identification algorithms is possible. This paper describes the collection plan, data acquisition, and initial analysis of the collected imagery.

  7. The gradient boosting algorithm and random boosting for genome-assisted evaluation in large data sets.

    Science.gov (United States)

    González-Recio, O; Jiménez-Montero, J A; Alenda, R

    2013-01-01

    In the next few years, with the advent of high-density single nucleotide polymorphism (SNP) arrays and genome sequencing, genomic evaluation methods will need to deal with a large number of genetic variants and an increasing sample size. The boosting algorithm is a machine-learning technique that may alleviate the drawbacks of dealing with such large data sets. This algorithm combines different predictors in a sequential manner with some shrinkage on them; each predictor is applied consecutively to the residuals from the committee formed by the previous ones to form a final prediction based on a subset of covariates. Here, a detailed description is provided and examples using a toy data set are included. A modification of the algorithm called "random boosting" was proposed to increase predictive ability and decrease computation time of genome-assisted evaluation in large data sets. Random boosting uses a random selection of markers to add a subsequent weak learner to the predictive model. These modifications were applied to a real data set composed of 1,797 bulls genotyped for 39,714 SNP. Deregressed proofs of 4 yield traits and 1 type trait from January 2009 routine evaluations were used as dependent variables. A 2-fold cross-validation scenario was implemented. Sires born before 2005 were used as a training sample (1,576 and 1,562 for production and type traits, respectively), whereas younger sires were used as a testing sample to evaluate predictive ability of the algorithm on yet-to-be-observed phenotypes. Comparison with the original algorithm was provided. The predictive ability of the algorithm was measured as Pearson correlations between observed and predicted responses. Further, estimated bias was computed as the average difference between observed and predicted phenotypes. The results showed that the modification of the original boosting algorithm could be run in 1% of the time used with the original algorithm and with negligible differences in accuracy

  8. When snacks become meals: How hunger and environmental cues bias food intake

    Directory of Open Access Journals (Sweden)

    Shimizu Mitsuru

    2010-08-01

    Full Text Available Abstract Background While environmental and situational cues influence food intake, it is not always clear how they do so. We examine whether participants consume more when an eating occasion is associated with meal cues than with snack cues. We expect their perception of the type of eating occasion to mediate the amount of food they eat. In addition, we expect the effect of those cues on food intake to be strongest among those who are hungry. Methods One-hundred and twenty-two undergraduates (75 men, 47 women; mean BMI = 22.8, SD = 3.38 were randomly assigned to two experimental conditions in which they were offered foods such as quesadillas and chicken wings in an environment that was associated with either meal cues (ceramic plates, glasses, silverware, and cloth napkins at a table, or snack cues (paper plates and napkins, plastic cups, and no utensils. After participants finished eating, they were asked to complete a questionnaire that assessed their hunger, satiety, perception of the foods, and included demographic and anthropometric questions. In addition, participants' total food intake was recorded. Results Participants who were in the presence of meal-related cues ate 27.9% more calories than those surrounded with snack cues (416 versus 532 calories. The amount participants ate was partially mediated by whether they perceived the eating occasion to be a meal or a snack. In addition, the effect of the environmental cues on intake was most pronounced among participants who were hungry. Conclusions The present study demonstrated that environmental and situational cues associated with an eating occasion could influence overall food intake. People were more likely to eat foods when they were associated with meal cues. Importantly, the present study reveals that the effect of these cues is uniquely intertwined with cognition and motivation. First, people were more likely to eat ambiguous foods when they perceived them as a meal rather than a

  9. Occlusion edge blur: A cue to relative visual depth

    OpenAIRE

    Marshall, J.A.; Burbeck, C.A.; Ariely, D.; Rolland, J.P.; Martin, K.E.

    1996-01-01

    We studied whether the blur/sharpness of an occlusion boundary between a sharply focused surface and a blurred surface is used as a relative depth cue. Observers judged relative depth in pairs of images that differed only in the blurriness of the common boundary between two adjoining texture regions, one blurred and one sharply focused. Two experiments were conducted; in both, observers consistently used the blur of the boundary as a cue to relative depth. However, the strength of the cue, re...

  10. Answer Markup Algorithms for Southeast Asian Languages.

    Science.gov (United States)

    Henry, George M.

    1991-01-01

    Typical markup methods for providing feedback to foreign language learners are not applicable to languages not written in a strictly linear fashion. A modification of Hart's edit markup software is described, along with a second variation based on a simple edit distance algorithm adapted to a general Southeast Asian font system. (10 references)…

  11. Attentional bias in smokers: exposure to dynamic smoking cues in contemporary movies.

    Science.gov (United States)

    Lochbuehler, Kirsten; Voogd, Hubert; Scholte, Ron H J; Engels, Rutger C M E

    2011-04-01

    Research has shown that smokers have an attentional bias for pictorial smoking cues. The objective of the present study was to examine whether smokers also have an attentional bias for dynamic smoking cues in contemporary movies and therefore fixate more quickly, more often and for longer periods of time on dynamic smoking cues than non-smokers. By drawing upon established methods for assessing attentional biases for pictorial cues, we aimed to develop a new method for assessing attentional biases for dynamic smoking cues. We examined smokers' and non-smokers' eye movements while watching a movie clip by using eye-tracking technology. The sample consisted of 16 smoking and 17 non-smoking university students. Our results confirm the results of traditional pictorial attentional bias research. Smokers initially directed their gaze more quickly towards smoking-related cues (p = 0.01), focusing on them more often (p = 0.05) and for a longer duration (p = 0.01) compared with non-smokers. Thus, smoking cues in movies directly affect the attention of smokers. These findings indicate that the effects of dynamic smoking cues, in addition to other environmental smoking cues, need to be taken into account in smoking cessation therapies in order to increase successful smoking cessation and to prevent relapses.

  12. Cue lure and the mating behavior of male melon flies (Diptera: Tephritidae)

    International Nuclear Information System (INIS)

    Shelly, T.E.; Villalobos, E.M.

    1995-01-01

    Laboratory tests were conducted to assess the effect of the parapheromone cue lure on the mating behavior of male Bactrocera cucurbitae (Coquillett). Exposure to cue lure resulted in a short-term mating advantage. For wild flies, treated males that fed on cue lure on the day of testing, or 1 day prior to testing, mated more frequently than control males that had no prior exposure to cue lure. However, control and treated males had similar mating success in tests performed 3 or 7 days after the treated males were exposed to the lure. Exposure to cue lure also increased the mating success of mass-reared, irradiated males relative to unexposed wild males, though this advantage was evident for only 1 day following exposure. Cue lure appeared to enhance mating performance by increasing male wing-fanning activity but not the attractiveness of the signal per se. A field study revealed that irradiated males exposed to cue lure 1 week prior to release were less likely to be captured (in Steiner traps baited with cue lure and naled) than unexposed males. These findings suggest that exposure of sterile males to cue lure might improve the effectiveness of sterile insect release as well as enable simultaneous control programs of sterile insect release and male annihilation

  13. Incoherent beam combining based on the momentum SPGD algorithm

    Science.gov (United States)

    Yang, Guoqing; Liu, Lisheng; Jiang, Zhenhua; Guo, Jin; Wang, Tingfeng

    2018-05-01

    Incoherent beam combining (ICBC) technology is one of the most promising ways to achieve high-energy, near-diffraction laser output. In this paper, the momentum method is proposed as a modification of the stochastic parallel gradient descent (SPGD) algorithm. The momentum method can improve the speed of convergence of the combining system efficiently. The analytical method is employed to interpret the principle of the momentum method. Furthermore, the proposed algorithm is testified through simulations as well as experiments. The results of the simulations and the experiments show that the proposed algorithm not only accelerates the speed of the iteration, but also keeps the stability of the combining process. Therefore the feasibility of the proposed algorithm in the beam combining system is testified.

  14. Optimization of an algorithm for 3D calculation of radiation dose distribution in heterogeneous media for use in radiotherapy planning

    International Nuclear Information System (INIS)

    Perles, L.A.; Chinellato, C.D.; Rocha, J.R.O.

    2001-01-01

    In this paper has been presented a modification of a algorithm for three-dimensional (3D) radiation dose distribution in heterogeneous media by convolutions. This modification has maintained good accordance between calculated and simulated data in EGS4 code. The results of algorithm have been compared with commercial program PLATO, where have been noticed inconsistency for equivalent density regions in a muscle-lung-muscle interface system

  15. The interaction of cognitive load and attention-directing cues in driving.

    Science.gov (United States)

    Lee, Yi-Ching; Lee, John D; Boyle, Linda Ng

    2009-06-01

    This study investigated the effect of a nondriving cognitively loading task on the relationship between drivers' endogenous and exogenous control of attention. Previous studies have shown that cognitive load leads to a withdrawal of attention from the forward scene and a narrowed field of view, which impairs hazard detection. Posner's cue-target paradigm was modified to study how endogenous and exogenous cues interact with cognitive load to influence drivers' attention in a complex dynamic situation. In a driving simulator, pedestrian crossing signs that predicted the spatial location of pedestrians acted as endogenous cues. To impose cognitive load on drivers, we had them perform an auditory task that simulated the demands of emerging in-vehicle technology. Irrelevant exogenous cues were added to half of the experimental drives by including scene clutter. The validity of endogenous cues influenced how drivers scanned for pedestrian targets. Cognitive load delayed drivers' responses, and scene clutter reduced drivers' fixation durations to pedestrians. Cognitive load diminished the influence of exogenous cues to attract attention to irrelevant areas, and drivers were more affected by scene clutter when the endogenous cues were invalid. Cognitive load suppresses interference from irrelevant exogenous cues and delays endogenous orienting of attention in driving. The complexity of everyday tasks, such as driving, is better captured experimentally in paradigms that represent the interactive nature of attention and processing load.

  16. Don’t Get Me Wrong: ERP Evidence from Cueing Communicative Intentions

    Directory of Open Access Journals (Sweden)

    Stefanie Regel

    2017-09-01

    Full Text Available How to make sure that one’s utterances are understood as intended when not facing each other? In order to convey communicative intentions, in digital communication emoticons and pragmatic cues are frequently used. Such cueing becomes even more crucial for implied interpretations (e.g., irony that cannot be understood literally, but require extra information. Sentences, such as ‘That’s fantastic,’ may achieve either a literal or ironic meaning depending on the contextual constraints. In two experiments using event-related brain potentials (ERPs, we examined the effects of cueing communicative intentions (i.e., by means of quotation marks on ironic and literal language comprehension. An impact of cueing on language processing was seen as early as 200 ms post-stimulus onset by the emergence of a P300 preceding a sustained positivity for cued irony relative to literal language, while for uncued irony a P200-P600 pattern was obtained. In presence of additional information for ironic intentions, pragmatic reanalysis allowing inferences on the message level may have occured immediately. Moreover, by examining the way of cueing (i.e., ambiguous vs. unambiguous cueing this type of information for communicative intentions appeared to be only effective when the cues were unambiguous by matching pragmatic conventions. The findings suggest that cueing communicative intentions may immediately affect language comprehension, albeit depending on pragmatic conventions of the cues’ usage.

  17. Cue Representation and Situational Awareness in Task Analysis

    Science.gov (United States)

    Carl, Diana R.

    2009-01-01

    Task analysis in human performance technology is used to determine how human performance can be well supported with training, job aids, environmental changes, and other interventions. Early work by Miller (1953) and Gilbert (1969, 1974) addressed cue processing in task execution and recommended cue descriptions in task analysis. Modern task…

  18. An Efficient Supervised Training Algorithm for Multilayer Spiking Neural Networks.

    Science.gov (United States)

    Xie, Xiurui; Qu, Hong; Liu, Guisong; Zhang, Malu; Kurths, Jürgen

    2016-01-01

    The spiking neural networks (SNNs) are the third generation of neural networks and perform remarkably well in cognitive tasks such as pattern recognition. The spike emitting and information processing mechanisms found in biological cognitive systems motivate the application of the hierarchical structure and temporal encoding mechanism in spiking neural networks, which have exhibited strong computational capability. However, the hierarchical structure and temporal encoding approach require neurons to process information serially in space and time respectively, which reduce the training efficiency significantly. For training the hierarchical SNNs, most existing methods are based on the traditional back-propagation algorithm, inheriting its drawbacks of the gradient diffusion and the sensitivity on parameters. To keep the powerful computation capability of the hierarchical structure and temporal encoding mechanism, but to overcome the low efficiency of the existing algorithms, a new training algorithm, the Normalized Spiking Error Back Propagation (NSEBP) is proposed in this paper. In the feedforward calculation, the output spike times are calculated by solving the quadratic function in the spike response model instead of detecting postsynaptic voltage states at all time points in traditional algorithms. Besides, in the feedback weight modification, the computational error is propagated to previous layers by the presynaptic spike jitter instead of the gradient decent rule, which realizes the layer-wised training. Furthermore, our algorithm investigates the mathematical relation between the weight variation and voltage error change, which makes the normalization in the weight modification applicable. Adopting these strategies, our algorithm outperforms the traditional SNN multi-layer algorithms in terms of learning efficiency and parameter sensitivity, that are also demonstrated by the comprehensive experimental results in this paper.

  19. Contextual cueing impairment in patients with age-related macular degeneration.

    Science.gov (United States)

    Geringswald, Franziska; Herbik, Anne; Hoffmann, Michael B; Pollmann, Stefan

    2013-09-12

    Visual attention can be guided by past experience of regularities in our visual environment. In the contextual cueing paradigm, incidental learning of repeated distractor configurations speeds up search times compared to random search arrays. Concomitantly, fewer fixations and more direct scan paths indicate more efficient visual exploration in repeated search arrays. In previous work, we found that simulating a central scotoma in healthy observers eliminated this search facilitation. Here, we investigated contextual cueing in patients with age-related macular degeneration (AMD) who suffer from impaired foveal vision. AMD patients performed visual search using only their more severely impaired eye (n = 13) as well as under binocular viewing (n = 16). Normal-sighted controls developed a significant contextual cueing effect. In comparison, patients showed only a small nonsignificant advantage for repeated displays when searching with their worse eye. When searching binocularly, they profited from contextual cues, but still less than controls. Number of fixations and scan pattern ratios showed a comparable pattern as search times. Moreover, contextual cueing was significantly correlated with acuity in monocular search. Thus, foveal vision loss may lead to impaired guidance of attention by contextual memory cues.

  20. The effect of a retrieval cue on the return of spider fear.

    Science.gov (United States)

    Dibbets, Pauline; Moor, Charlotte; Voncken, Marisol J

    2013-12-01

    Exposure therapy is often used as treatment for anxiety disorders. However, a change in context after exposure can result in fear renewal. This renewal can be attenuated by using retrieval cues stemming from the exposure context. The present study investigated the effect of such a cue in spider-fearful persons. Thirty-three participants underwent an in vivo exposure session while wearing a bracelet (retrieval cue). After exposure, half of the participants continued to wear the bracelet at home until follow-up (cue groups); the other half handed over the bracelet after exposure (no cue groups). Half of the participants in each group received the follow-up in the exposure context (AAcue and AAnocue); for the other half follow-up was conducted in a novel environment (ABcue and ABnocue). A switch in context at follow-up resulted in more self-reported anxiety and arousal compared to no switch. However, the retrieval cue did not attenuate this renewed responding. The number of participant per condition was limited, which might have obscured possible retrieval cue effects due to a lack of power. Additionally, information about the retrieval cue was provided after exposure, which might have weakened the association between the cue and exposure therapy. Furthermore, no autonomic measures were incorporated, restricting the effect to self-report measures. For future studies we would recommend to explicitly link the retrieval cue before onset of the exposure session and to incorporate autonomic measures. Our findings indicate that a switch in context resulted in more self-reported anxiety and arousal, but that a cue stemming from the exposure context did not attenuate this renewal. Copyright © 2013 Elsevier Ltd. All rights reserved.

  1. Anemonefishes rely on visual and chemical cues to correctly identify conspecifics

    Science.gov (United States)

    Johnston, Nicole K.; Dixson, Danielle L.

    2017-09-01

    Organisms rely on sensory cues to interpret their environment and make important life-history decisions. Accurate recognition is of particular importance in diverse reef environments. Most evidence on the use of sensory cues focuses on those used in predator avoidance or habitat recognition, with little information on their role in conspecific recognition. Yet conspecific recognition is essential for life-history decisions including settlement, mate choice, and dominance interactions. Using a sensory manipulated tank and a two-chamber choice flume, anemonefish conspecific response was measured in the presence and absence of chemical and/or visual cues. Experiments were then repeated in the presence or absence of two heterospecific species to evaluate whether a heterospecific fish altered the conspecific response. Anemonefishes responded to both the visual and chemical cues of conspecifics, but relied on the combination of the two cues to recognize conspecifics inside the sensory manipulated tank. These results contrast previous studies focusing on predator detection where anemonefishes were found to compensate for the loss of one sensory cue (chemical) by utilizing a second cue (visual). This lack of sensory compensation may impact the ability of anemonefishes to acclimate to changing reef environments in the future.

  2. Modifying a numerical algorithm for solving the matrix equation X + AX T B = C

    Science.gov (United States)

    Vorontsov, Yu. O.

    2013-06-01

    Certain modifications are proposed for a numerical algorithm solving the matrix equation X + AX T B = C. By keeping the intermediate results in storage and repeatedly using them, it is possible to reduce the total complexity of the algorithm from O( n 4) to O( n 3) arithmetic operations.

  3. Enhanced object-based tracking algorithm for convective rain storms and cells

    Science.gov (United States)

    Muñoz, Carlos; Wang, Li-Pen; Willems, Patrick

    2018-03-01

    This paper proposes a new object-based storm tracking algorithm, based upon TITAN (Thunderstorm Identification, Tracking, Analysis and Nowcasting). TITAN is a widely-used convective storm tracking algorithm but has limitations in handling small-scale yet high-intensity storm entities due to its single-threshold identification approach. It also has difficulties to effectively track fast-moving storms because of the employed matching approach that largely relies on the overlapping areas between successive storm entities. To address these deficiencies, a number of modifications are proposed and tested in this paper. These include a two-stage multi-threshold storm identification, a new formulation for characterizing storm's physical features, and an enhanced matching technique in synergy with an optical-flow storm field tracker, as well as, according to these modifications, a more complex merging and splitting scheme. High-resolution (5-min and 529-m) radar reflectivity data for 18 storm events over Belgium are used to calibrate and evaluate the algorithm. The performance of the proposed algorithm is compared with that of the original TITAN. The results suggest that the proposed algorithm can better isolate and match convective rainfall entities, as well as to provide more reliable and detailed motion estimates. Furthermore, the improvement is found to be more significant for higher rainfall intensities. The new algorithm has the potential to serve as a basis for further applications, such as storm nowcasting and long-term stochastic spatial and temporal rainfall generation.

  4. The medial prefrontal cortex and memory of cue location in the rat.

    Science.gov (United States)

    Rawson, Tim; O'Kane, Michael; Talk, Andrew

    2010-01-01

    We developed a single-trial cue-location memory task in which rats experienced an auditory cue while exploring an environment. They then recalled and avoided the sound origination point after the cue was paired with shock in a separate context. Subjects with medial prefrontal cortical (mPFC) lesions made no such avoidance response, but both lesioned and control subjects avoided the cue itself when presented at test. A follow up assessment revealed no spatial learning impairment in either group. These findings suggest that the rodent mPFC is required for incidental learning or recollection of the location at which a discrete cue occurred, but is not required for cue recognition or for allocentric spatial memory. Copyright 2009 Elsevier Inc. All rights reserved.

  5. The effects of cue distinctiveness on odor-based context-dependent memory.

    Science.gov (United States)

    Herz, R S

    1997-05-01

    The distinctiveness of an ambient odor was examined in relation to its success as a cue in context-dependent memory. Distinctiveness was examined in terms of both cue novelty and contextual appropriateness. Two experiments were conducted in which three different ambient odors that varied in familiarity and contextual appropriateness were manipulated at an incidental word learning encoding session and at a free recall retrieval session 48 h later. Experiment 1 revealed that when a novel ambient odor (osmanthus) was the available context cue, word recall was better than in any other condition. Further, among familiar odor cues, recall was better with a contextually inappropriate odor (peppermint) than with a contextually appropriate odor (clean fresh pine). Experiment 2 confirmed that superior word recall with osmanthus and peppermint depended on the odor cue's being available at both encoding and retrieval, and that the relation of an odor to the situational context is a key factor for predicting its effectiveness as a retrieval cue.

  6. Improved artificial bee colony algorithm based gravity matching navigation method.

    Science.gov (United States)

    Gao, Wei; Zhao, Bo; Zhou, Guang Tao; Wang, Qiu Ying; Yu, Chun Yang

    2014-07-18

    Gravity matching navigation algorithm is one of the key technologies for gravity aided inertial navigation systems. With the development of intelligent algorithms, the powerful search ability of the Artificial Bee Colony (ABC) algorithm makes it possible to be applied to the gravity matching navigation field. However, existing search mechanisms of basic ABC algorithms cannot meet the need for high accuracy in gravity aided navigation. Firstly, proper modifications are proposed to improve the performance of the basic ABC algorithm. Secondly, a new search mechanism is presented in this paper which is based on an improved ABC algorithm using external speed information. At last, modified Hausdorff distance is introduced to screen the possible matching results. Both simulations and ocean experiments verify the feasibility of the method, and results show that the matching rate of the method is high enough to obtain a precise matching position.

  7. Turn-taking cue delays in human-robot communication

    NARCIS (Netherlands)

    Cuijpers, R. H.; Van Den Goor, V. J.P.

    2017-01-01

    Fluent communication between a human and a robot relies on the use of effective turn-taking cues. In human speech staying silent after a sequence of utterances is usually accompanied by an explicit turnyielding cue to signal the end of a turn. Here we study the effect of the timing of four

  8. The impact of different perceptual cues on fear and presence in virtual reality.

    Science.gov (United States)

    Peperkorn, Henrik M; Mühlberger, Andreas

    2013-01-01

    The impact of perceptual visual cues on spider phobic reactions has been thoroughly investigated over the last years. Although the fear of being touched by a spider is part of the clinical picture of spider phobia, findings on the impact of tactile fear cues are rare. This study uses virtual reality to selectively apply visual and tactile fear cues. Self-reported fear and the experience of presence in VR were measured in 20 phobic and 20 non-phobic participants. All participants were repeatedly exposed to visual cues, tactile cues, the combination of both and no fear relevant perceptual cues. Participants were exposed in each condition for five times in random order. Results show that tactile fear cues have the power to trigger fear independent of visual cues. Participants experienced highest levels of presence in the combined and the control condition. Presence may not only be seen in association with the emotional impact of specific cues in VR but also appears to depend on the comparability of a virtual environment to a real life situation.

  9. Testing virtual reality-based cue-exposure software: Which cue-elicited responses best discriminate between patients with eating disorders and healthy controls?

    Science.gov (United States)

    Pla-Sanjuanelo, Joana; Ferrer-García, Marta; Vilalta-Abella, Ferran; Riva, Giuseppe; Dakanalis, Antonios; Ribas-Sabaté, Joan; Andreu-Gracia, Alexis; Fernandez-Aranda, Fernando; Sanchez-Diaz, Isabel; Escandón-Nagel, Neli; Gomez-Tricio, Osane; Tena, Virgínia; Gutiérrez-Maldonado, José

    2017-07-27

    Virtual reality (VR) technologies have been proposed as a new tool able to improve on in vivo exposure in patients with eating disorders. This study assessed the validity of a VR-based software for cue exposure therapy (CET) in people with bulimia nervosa (BN) and binge eating disorder (BED). Fifty eight outpatients (33 BN and 25 BED) and 135 healthy participants were exposed to 10 craved virtual foods and a neutral cue in four experimental virtual environments (kitchen, dining room, bedroom, and cafeteria). After exposure to each VR scenario, food craving and anxiety were assessed. The frequency/severity of episodes of uncontrollable overeating was also assessed and body mass index was measured prior to the exposure. In both groups, craving and anxiety responses when exposed to the food-related virtual environments were significantly higher than in the neutral-cue virtual environment. However, craving and anxiety levels were higher in the clinical group. Furthermore, cue-elicited anxiety was better at discriminating between clinical and healthy groups than cue-elicited craving. This study provides evidence of the ability of food-related VR environments to provoke food craving and anxiety responses in BN and BED patients and highlights the need to consider both responses during treatment. The results support the use of VR-CET in the treatment of eating disorder patients characterized by binge-eating and people with high bulimic symptoms.

  10. ON THE USE OF LYTLE’S ALGORITHM FOR SOLVING TRAVELING SALESMAN PROBLEM AT DEVELOPING SUBURBAN ROUTE

    Directory of Open Access Journals (Sweden)

    S. Kantsedal

    2012-01-01

    Full Text Available Lytle’s algorithm is described as proposed for an accurate solution of the salesman Problem. Statistical characteristics of solution duration with lytle’s algorithm of some problems and of their modifications are specified. On the basis of the results obtained the limits for the algorithm practical specification in the preparation of the route network are given.

  11. Memory Retrieval Given Two Independent Cues: Cue Selection or Parallel Access?

    Science.gov (United States)

    Rickard, Timothy C.; Bajic, Daniel

    2004-01-01

    A basic but unresolved issue in the study of memory retrieval is whether multiple independent cues can be used concurrently (i.e., in parallel) to recall a single, common response. A number of empirical results, as well as potentially applicable theories, suggest that retrieval can proceed in parallel, though Rickard (1997) set forth a model that…

  12. First-Pass Processing of Value Cues in the Ventral Visual Pathway.

    Science.gov (United States)

    Sasikumar, Dennis; Emeric, Erik; Stuphorn, Veit; Connor, Charles E

    2018-02-19

    Real-world value often depends on subtle, continuously variable visual cues specific to particular object categories, like the tailoring of a suit, the condition of an automobile, or the construction of a house. Here, we used microelectrode recording in behaving monkeys to test two possible mechanisms for category-specific value-cue processing: (1) previous findings suggest that prefrontal cortex (PFC) identifies object categories, and based on category identity, PFC could use top-down attentional modulation to enhance visual processing of category-specific value cues, providing signals to PFC for calculating value, and (2) a faster mechanism would be first-pass visual processing of category-specific value cues, immediately providing the necessary visual information to PFC. This, however, would require learned mechanisms for processing the appropriate cues in a given object category. To test these hypotheses, we trained monkeys to discriminate value in four letter-like stimulus categories. Each category had a different, continuously variable shape cue that signified value (liquid reward amount) as well as other cues that were irrelevant. Monkeys chose between stimuli of different reward values. Consistent with the first-pass hypothesis, we found early signals for category-specific value cues in area TE (the final stage in monkey ventral visual pathway) beginning 81 ms after stimulus onset-essentially at the start of TE responses. Task-related activity emerged in lateral PFC approximately 40 ms later and consisted mainly of category-invariant value tuning. Our results show that, for familiar, behaviorally relevant object categories, high-level ventral pathway cortex can implement rapid, first-pass processing of category-specific value cues. Copyright © 2018 Elsevier Ltd. All rights reserved.

  13. Blunted striatal responses to favorite-food cues in smokers.

    Science.gov (United States)

    Jastreboff, Ania M; Sinha, Rajita; Lacadie, Cheryl M; Balodis, Iris M; Sherwin, Robert; Potenza, Marc N

    2015-01-01

    Although tobacco-smoking is associated with relatively leaner body mass and smoking cessation with weight gain, the brain mechanisms underlying these relationships are not well understood. Smokers compared to non-smokers have shown diminished neural responses to non-tobacco rewarding stimuli (e.g., monetary rewards), but brain responses to favorite-food cues have not been investigated relative to smoking status. We hypothesized that smokers would exhibit diminished neural responses compared to non-smokers in response to favorite-food cues in motivation-reward and emotion-regulating regions of the brain. Twenty-three smokers and 23 non-smokers matched based on body mass index (BMI), age, and gender listened to personalized favorite-food cue, stress, and neutral-relaxing audiotapes during fMRI. During favorite-food cue exposure, smokers versus non-smokers exhibited diminished activations in the caudate, putamen, insula, and thalamus. Neural responses during stress and neutral-relaxing conditions were similar across groups. Subjective food-craving ratings were similar across groups. The relatively diminished neural responses to favorite-food cues in smokers may contribute to lower BMI. Copyright © 2014 Elsevier Ireland Ltd. All rights reserved.

  14. Influence of cue word perceptual information on metamemory accuracy in judgement of learning.

    Science.gov (United States)

    Hu, Xiao; Liu, Zhaomin; Li, Tongtong; Luo, Liang

    2016-01-01

    Previous studies have suggested that perceptual information regarding to-be-remembered words in the study phase affects the accuracy of judgement of learning (JOL). However, few have investigated whether the perceptual information in the JOL phase influences JOL accuracy. This study examined the influence of cue word perceptual information in the JOL phase on immediate and delayed JOL accuracy through changes in cue word font size. In Experiment 1, large-cue word pairs had significantly higher mean JOL magnitude than small-cue word pairs in immediate JOLs and higher relative accuracy than small-cue pairs in delayed JOLs, but font size had no influence on recall performance. Experiment 2 increased the JOL time, and mean JOL magnitude did not reliably differ for large-cue compared with small-cue pairs in immediate JOLs. However, the influence on relative accuracy still existed in delayed JOLs. Experiment 3 increased the familiarity of small-cue words in the delayed JOL phase by adding a lexical decision task. The results indicated that cue word font size no longer affected relative accuracy in delayed JOLs. The three experiments in our study indicated that the perceptual information regarding cue words in the JOL phase affects immediate and delayed JOLs in different ways.

  15. Contextual Cueing Effect in Spatial Layout Defined by Binocular Disparity

    Science.gov (United States)

    Zhao, Guang; Zhuang, Qian; Ma, Jie; Tu, Shen; Liu, Qiang; Sun, Hong-jin

    2017-01-01

    Repeated visual context induces higher search efficiency, revealing a contextual cueing effect, which depends on the association between the target and its visual context. In this study, participants performed a visual search task where search items were presented with depth information defined by binocular disparity. When the 3-dimensional (3D) configurations were repeated over blocks, the contextual cueing effect was obtained (Experiment 1). When depth information was in chaos over repeated configurations, visual search was not facilitated and the contextual cueing effect largely crippled (Experiment 2). However, when we made the search items within a tiny random displacement in the 2-dimentional (2D) plane but maintained the depth information constant, the contextual cueing was preserved (Experiment 3). We concluded that the contextual cueing effect was robust in the context provided by 3D space with stereoscopic information, and more importantly, the visual system prioritized stereoscopic information in learning of spatial information when depth information was available. PMID:28912739

  16. Facial attractiveness, symmetry and cues of good genes.

    Science.gov (United States)

    Scheib, J E; Gangestad, S W; Thornhill, R

    1999-09-22

    Cues of phenotypic condition should be among those used by women in their choice of mates. One marker of better phenotypic condition is thought to be symmetrical bilateral body and facial features. However, it is not clear whether women use symmetry as the primary cue in assessing the phenotypic quality of potential mates or whether symmetry is correlated with other facial markers affecting physical attractiveness. Using photographs of men's faces, for which facial symmetry had been measured, we found a relationship between women's attractiveness ratings of these faces and symmetry, but the subjects could not rate facial symmetry accurately. Moreover, the relationship between facial attractiveness and symmetry was still observed, even when symmetry cues were removed by presenting only the left or right half of faces. These results suggest that attractive features other than symmetry can be used to assess phenotypic condition. We identified one such cue, facial masculinity (cheek-bone prominence and a relatively longer lower face), which was related to both symmetry and full- and half-face attractiveness.

  17. New Algorithm of Automatic Complex Password Generator Employing Genetic Algorithm

    Directory of Open Access Journals (Sweden)

    Sura Jasim Mohammed

    2018-01-01

    Full Text Available Due to the occurred increasing in information sharing, internet popularization, E-commerce transactions, and data transferring, security and authenticity become an important and necessary subject. In this paper an automated schema was proposed to generate a strong and complex password which is based on entering initial data such as text (meaningful and simple information or not, with the concept of encoding it, then employing the Genetic Algorithm by using its operations crossover and mutation to generated different data from the entered one. The generated password is non-guessable and can be used in many and different applications and internet services like social networks, secured system, distributed systems, and online services. The proposed password generator achieved diffusion, randomness, and confusions, which are very necessary, required and targeted in the resulted password, in addition to the notice that the length of the generated password differs from the length of initial data, and any simple changing and modification in the initial data produces more and clear modification in the generated password. The proposed work was done using visual basic programing language.

  18. Segmentation cues in conversational speech: Robust semantics and fragile phonotactics

    Directory of Open Access Journals (Sweden)

    Laurence eWhite

    2012-10-01

    Full Text Available Multiple cues influence listeners’ segmentation of connected speech into words, but most previous studies have used stimuli elicited in careful readings rather than natural conversation. Discerning word boundaries in conversational speech may differ from the laboratory setting. In particular, a speaker’s articulatory effort – hyperarticulation vs hypoarticulation (H&H – may vary according to communicative demands, suggesting a compensatory relationship whereby acoustic-phonetic cues are attenuated when other information sources strongly guide segmentation. We examined how listeners’ interpretation of segmentation cues is affected by speech style (spontaneous conversation vs read, using cross-modal identity priming. To elicit spontaneous stimuli, we used a map task in which speakers discussed routes around stylised landmarks. These landmarks were two-word phrases in which the strength of potential segmentation cues – semantic likelihood and cross-boundary diphone phonotactics – was systematically varied. Landmark-carrying utterances were transcribed and later re-recorded as read speech.Independent of speech style, we found an interaction between cue valence (favourable/unfavourable and cue type (phonotactics/semantics. Thus, there was an effect of semantic plausibility, but no effect of cross-boundary phonotactics, indicating that the importance of phonotactic segmentation may have been overstated in studies where lexical information was artificially suppressed. These patterns were unaffected by whether the stimuli were elicited in a spontaneous or read context, even though the difference in speech styles was evident in a main effect. Durational analyses suggested speaker-driven cue trade-offs congruent with an H&H account, but these modulations did not impact on listener behaviour. We conclude that previous research exploiting read speech is reliable in indicating the primacy of lexically-based cues in the segmentation of natural

  19. Cue-induced craving in pathological buying: empirical evidence and clinical implications.

    Science.gov (United States)

    Trotzke, Patrick; Starcke, Katrin; Pedersen, Anya; Brand, Matthias

    2014-01-01

    Pathological buying is associated with marked distress and impaired functioning in important life domains. It is currently under debate whether pathological buying can be considered a behavioral addiction. In analogy to results reported in addicted individuals, craving reactions elicited by addiction-related cues might be an underlying mechanism for the etiology and pathogenesis of pathological buying. In the present study, 30 pathological buyers and 30 matched control participants were examined with a cue-reactivity paradigm consisting of shopping and control cues. Skin conductance responses, as well as subjective ratings for arousal, valence, and urge to buy, were assessed. Subjective craving reactions were measured before and after the cue-reactivity paradigm. On a physiological level, skin conductance responses toward shopping cues were higher in pathological buyers (mean [M; standard deviation {SD}] = 0.26 [0.13]) compared with control participants (M [SD] = 0.19 [0.09]; t(58) = 2.29, p = .025, d = 0.60). On a behavioral level, the individuals with pathological buying rated the shopping cues as more arousing and more positive, and reported a greater urge to buy compared with control participants and with control cues. An increase in subjective craving after completing the cue-reactivity paradigm was observed only in the pathological buyers (Mpre [SD] = 1.95 [1.47], Mpost [SD] = 2.87 [1.79]; t(29) = 5.07, p buying. The results demonstrate similarities between pathological buying and substance or behavioral addictions and provide implications for clinical treatment.

  20. Robust multiple cue fusion-based high-speed and nonrigid object tracking algorithm for short track speed skating

    Science.gov (United States)

    Liu, Chenguang; Cheng, Heng-Da; Zhang, Yingtao; Wang, Yuxuan; Xian, Min

    2016-01-01

    This paper presents a methodology for tracking multiple skaters in short track speed skating competitions. Nonrigid skaters move at high speed with severe occlusions happening frequently among them. The camera is panned quickly in order to capture the skaters in a large and dynamic scene. To automatically track the skaters and precisely output their trajectories becomes a challenging task in object tracking. We employ the global rink information to compensate camera motion and obtain the global spatial information of skaters, utilize random forest to fuse multiple cues and predict the blob of each skater, and finally apply a silhouette- and edge-based template-matching and blob-evolving method to labelling pixels to a skater. The effectiveness and robustness of the proposed method are verified through thorough experiments.

  1. Efficient sampling algorithms for Monte Carlo based treatment planning

    International Nuclear Information System (INIS)

    DeMarco, J.J.; Solberg, T.D.; Chetty, I.; Smathers, J.B.

    1998-01-01

    Efficient sampling algorithms are necessary for producing a fast Monte Carlo based treatment planning code. This study evaluates several aspects of a photon-based tracking scheme and the effect of optimal sampling algorithms on the efficiency of the code. Four areas were tested: pseudo-random number generation, generalized sampling of a discrete distribution, sampling from the exponential distribution, and delta scattering as applied to photon transport through a heterogeneous simulation geometry. Generalized sampling of a discrete distribution using the cutpoint method can produce speedup gains of one order of magnitude versus conventional sequential sampling. Photon transport modifications based upon the delta scattering method were implemented and compared with a conventional boundary and collision checking algorithm. The delta scattering algorithm is faster by a factor of six versus the conventional algorithm for a boundary size of 5 mm within a heterogeneous geometry. A comparison of portable pseudo-random number algorithms and exponential sampling techniques is also discussed

  2. Magnitude and duration of cue-induced craving for marijuana in volunteers with cannabis use disorder.

    Science.gov (United States)

    Lundahl, Leslie H; Greenwald, Mark K

    2016-09-01

    Evaluate magnitude and duration of subjective and physiologic responses to neutral and marijuana (MJ)-related cues in cannabis dependent volunteers. 33 volunteers (17 male) who met DSM-IV criteria for Cannabis Abuse or Dependence were exposed to neutral (first) then MJ-related visual, auditory, olfactory and tactile cues. Mood, drug craving and physiology were assessed at baseline, post-neutral, post-MJ and 15-min post MJ cue exposure to determine magnitude of cue- responses. For a subset of participants (n=15; 9 male), measures of craving and physiology were collected also at 30-, 90-, and 150-min post-MJ cue to examine duration of cue-effects. In cue-response magnitude analyses, visual analog scale (VAS) items craving for, urge to use, and desire to smoke MJ, Total and Compulsivity subscale scores of the Marijuana Craving Questionnaire, anxiety ratings, and diastolic blood pressure (BP) were significantly elevated following MJ vs. neutral cue exposure. In cue-response duration analyses, desire and urge to use MJ remained significantly elevated at 30-, 90- and 150-min post MJ-cue exposure, relative to baseline and neutral cues. Presentation of polysensory MJ cues increased MJ craving, anxiety and diastolic BP relative to baseline and neutral cues. MJ craving remained elevated up to 150-min after MJ cue presentation. This finding confirms that carry-over effects from drug cue presentation must be considered in cue reactivity studies. Copyright © 2016 Elsevier Ireland Ltd. All rights reserved.

  3. Magnitude and duration of cue-induced craving for marijuana in volunteers with cannabis use disorder

    Science.gov (United States)

    Lundahl, Leslie H.; Greenwald, Mark K.

    2016-01-01

    Aims Evaluate magnitude and duration of subjective and physiologic responses to neutral and marijuana (MJ)–related cues in cannabis dependent volunteers. Methods 33 volunteers (17 male) who met DSM-IV criteria for Cannabis Abuse or Dependence were exposed to neutral (first) then MJ-related visual, auditory, olfactory and tactile cues. Mood, drug craving and physiology were assessed at baseline, post-neutral, post-MJ and 15-min post MJ cue exposure to determine magnitude of cue- responses. For a subset of participants (n=15; 9 male), measures of craving and physiology were collected also at 30-, 90-, and 150-min post-MJ cue to examine duration of cue-effects. Results In cue-response magnitude analyses, visual analog scale (VAS) items craving for, urge to use, and desire to smoke MJ, Total and Compulsivity subscale scores of the Marijuana Craving Questionnaire, anxiety ratings, and diastolic blood pressure (BP) were significantly elevated following MJ vs. neutral cue exposure. In cue-response duration analyses, desire and urge to use MJ remained significantly elevated at 30-, 90- and 150-min post MJ-cue exposure, relative to baseline and neutral cues. Conclusions Presentation of polysensory MJ cues increased MJ craving, anxiety and diastolic BP relative to baseline and neutral cues. MJ craving remained elevated up to 150-min after MJ cue presentation. This finding confirms that carry-over effects from drug cue presentation must be considered in cue reactivity studies. PMID:27436749

  4. Measuring effects of voluntary attention: a comparison among predictive arrow, colour, and number cues.

    Science.gov (United States)

    Olk, Bettina; Tsankova, Elena; Petca, A Raisa; Wilhelm, Adalbert F X

    2014-10-01

    The Posner cueing paradigm is one of the most widely used paradigms in attention research. Importantly, when employing it, it is critical to understand which type of orienting a cue triggers. It has been suggested that large effects elicited by predictive arrow cues reflect an interaction of involuntary and voluntary orienting. This conclusion is based on comparisons of cueing effects of predictive arrows, nonpredictive arrows (involuntary orienting), and predictive numbers (voluntary orienting). Experiment 1 investigated whether this conclusion is restricted to comparisons with number cues and showed similar results to those of previous studies, but now for comparisons to predictive colour cues, indicating that the earlier conclusion can be generalized. Experiment 2 assessed whether the size of a cueing effect is related to the ease of deriving direction information from a cue, based on the rationale that effects for arrows may be larger, because it may be easier to process direction information given by symbols such as arrows than that given by other cues. Indeed, direction information is derived faster and more accurately from arrows than from colour and number cues in a direction judgement task, and cueing effects are larger for arrows than for the other cues. Importantly though, performance in the two tasks is not correlated. Hence, the large cueing effects of arrows are not a result of the ease of information processing, but of the types of orienting that the arrows elicit.

  5. Evaluation of the diagnostic accuracy of the HemoCue device for ...

    African Journals Online (AJOL)

    To assess the validity of the HemoCue in relation to the gold-standard laboratory method. Methods. A cross-sectional study of children aged 6 - 8 years, analysing the diagnostic accuracy of the HemoCue in determining Hb levels in venous blood. Agreement between the HemoCue and laboratory techniques was evaluated ...

  6. Examining the durability of incidentally learned trust from gaze cues.

    Science.gov (United States)

    Strachan, James W A; Tipper, Steven P

    2017-10-01

    In everyday interactions we find our attention follows the eye gaze of faces around us. As this cueing is so powerful and difficult to inhibit, gaze can therefore be used to facilitate or disrupt visual processing of the environment, and when we experience this we infer information about the trustworthiness of the cueing face. However, to date no studies have investigated how long these impressions last. To explore this we used a gaze-cueing paradigm where faces consistently demonstrated either valid or invalid cueing behaviours. Previous experiments show that valid faces are subsequently rated as more trustworthy than invalid faces. We replicate this effect (Experiment 1) and then include a brief interference task in Experiment 2 between gaze cueing and trustworthiness rating, which weakens but does not completely eliminate the effect. In Experiment 3, we explore whether greater familiarity with the faces improves the durability of trust learning and find that the effect is more resilient with familiar faces. Finally, in Experiment 4, we push this further and show that evidence of trust learning can be seen up to an hour after cueing has ended. Taken together, our results suggest that incidentally learned trust can be durable, especially for faces that deceive.

  7. Pigeons Exhibit Contextual Cueing to Both Simple and Complex Backgrounds

    Science.gov (United States)

    Wasserman, Edward A.; Teng, Yuejia; Castro, Leyre

    2014-01-01

    Repeated pairings of a particular visual context with a specific location of a target stimulus facilitate target search in humans. We explored an animal model of this contextual cueing effect using a novel Cueing-Miscueing design. Pigeons had to peck a target which could appear in one of four possible locations on four possible color backgrounds or four possible color photographs of real-world scenes. On 80% of the trials, each of the contexts was uniquely paired with one of the target locations; on the other 20% of the trials, each of the contexts was randomly paired with the remaining target locations. Pigeons came to exhibit robust contextual cueing when the context preceded the target by 2 s, with reaction times to the target being shorter on correctly-cued trials than on incorrectly-cued trials. Contextual cueing proved to be more robust with photographic backgrounds than with uniformly colored backgrounds. In addition, during the context-target delay, pigeons predominately pecked toward the location of the upcoming target, suggesting that attentional guidance contributes to contextual cueing. These findings confirm the effectiveness of animal models of contextual cueing and underscore the important part played by associative learning in producing the effect. PMID:24491468

  8. Aging and Memory as Discrimination: Influences of Encoding Specificity, Cue Overload, and Prior Knowledge

    OpenAIRE

    Badham, S. P.; Poirier, M.; Gandhi, N.; Hadjivassiliou, A.; Maylor, E. A.

    2016-01-01

    From the perspective of memory-as-discrimination, whether a cue leads to correct retrieval simultaneously depends on the cue?s relationship to (a) the memory target and (b) the other retrieval candidates. A corollary of the view is that increasing encoding-retrieval match may only help memory if it improves the cue?s capacity to discriminate the target from competitors. Here, age differences in this discrimination process were assessed by manipulating the overlap between cues present at encod...

  9. Cue-Elicited Increases in Incentive Salience for Marijuana: Craving, Demand, and Attentional Bias

    Science.gov (United States)

    Metrik, Jane; Aston, Elizabeth R.; Kahler, Christopher W.; Rohsenow, Damaris J.; McGeary, John E.; Knopik, Valerie S.; MacKillop, James

    2016-01-01

    Background Incentive salience is a multidimensional construct that includes craving, drug value relative to other reinforcers, and implicit motivation such as attentional bias to drug cues. Laboratory cue reactivity (CR) paradigms have been used to evaluate marijuana incentive salience with measures of craving, but not with behavioral economic measures of marijuana demand or implicit attentional processing tasks. Methods This within-subjects study used a new CR paradigm to examine multiple dimensions of marijuana’s incentive salience and to compare CR-induced increases in craving and demand. Frequent marijuana users (N=93, 34% female) underwent exposure to neutral cues then to lit marijuana cigarettes. Craving, marijuana demand via a marijuana purchase task, and heart rate were assessed after each cue set. A modified Stroop task with cannabis and control words was completed after the marijuana cues as a measure of attentional bias. Results Relative to neutral cues, marijuana cues significantly increased subjective craving and demand indices of intensity (i.e., drug consumed at $0) and Omax (i.e., peak drug expenditure). Elasticity significantly decreased following marijuana cues, reflecting sustained purchase despite price increases. Craving was correlated with demand indices (r’s: 0.23–0.30). Marijuana users displayed significant attentional bias for cannabis-related words after marijuana cues. Cue-elicited increases in intensity were associated with greater attentional bias for marijuana words. Conclusions Greater incentive salience indexed by subjective, behavioral economic, and implicit measures was observed after marijuana versus neutral cues, supporting multidimensional assessment. The study highlights the utility of a behavioral economic approach in detecting cue-elicited changes in marijuana incentive salience. PMID:27515723

  10. Some aspects of Trim-algorithm modernization for Monte-Carlo method

    International Nuclear Information System (INIS)

    Dovnar, S.V.; Grigor'ev, V.V.; Kamyshan, M.A.; Leont'ev, A.V.; Yanusko, S.V.

    2001-01-01

    Some aspects of Trim-algorithm modernization in Monte-Carlo method are discussed. This modification permits to raise the universality of program work with various potentials of ion-atom interactions and to improve the calculation precision for scattering angle θ c

  11. Visuo-spatial cueing in children with differential reading and spelling profiles.

    Science.gov (United States)

    Banfi, Chiara; Kemény, Ferenc; Gangl, Melanie; Schulte-Körne, Gerd; Moll, Kristina; Landerl, Karin

    2017-01-01

    Dyslexia has been claimed to be causally related to deficits in visuo-spatial attention. In particular, inefficient shifting of visual attention during spatial cueing paradigms is assumed to be associated with problems in graphemic parsing during sublexical reading. The current study investigated visuo-spatial attention performance in an exogenous cueing paradigm in a large sample (N = 191) of third and fourth graders with different reading and spelling profiles (controls, isolated reading deficit, isolated spelling deficit, combined deficit in reading and spelling). Once individual variability in reaction times was taken into account by means of z-transformation, a cueing deficit (i.e. no significant difference between valid and invalid trials) was found for children with combined deficits in reading and spelling. However, poor readers without spelling problems showed a cueing effect comparable to controls, but exhibited a particularly strong right-over-left advantage (position effect). Isolated poor spellers showed a significant cueing effect, but no position effect. While we replicated earlier findings of a reduced cueing effect among poor nonword readers (indicating deficits in sublexical processing), we also found a reduced cueing effect among children with particularly poor orthographic spelling (indicating deficits in lexical processing). Thus, earlier claims of a specific association with nonword reading could not be confirmed. Controlling for ADHD-symptoms reported in a parental questionnaire did not impact on the statistical analysis, indicating that cueing deficits are not caused by more general attentional limitations. Between 31 and 48% of participants in the three reading and/or spelling deficit groups as well as 32% of the control group showed reduced spatial cueing. These findings indicate a significant, but moderate association between certain aspects of visuo-spatial attention and subcomponents of written language processing, the causal status of

  12. Visuo-spatial cueing in children with differential reading and spelling profiles.

    Directory of Open Access Journals (Sweden)

    Chiara Banfi

    Full Text Available Dyslexia has been claimed to be causally related to deficits in visuo-spatial attention. In particular, inefficient shifting of visual attention during spatial cueing paradigms is assumed to be associated with problems in graphemic parsing during sublexical reading. The current study investigated visuo-spatial attention performance in an exogenous cueing paradigm in a large sample (N = 191 of third and fourth graders with different reading and spelling profiles (controls, isolated reading deficit, isolated spelling deficit, combined deficit in reading and spelling. Once individual variability in reaction times was taken into account by means of z-transformation, a cueing deficit (i.e. no significant difference between valid and invalid trials was found for children with combined deficits in reading and spelling. However, poor readers without spelling problems showed a cueing effect comparable to controls, but exhibited a particularly strong right-over-left advantage (position effect. Isolated poor spellers showed a significant cueing effect, but no position effect. While we replicated earlier findings of a reduced cueing effect among poor nonword readers (indicating deficits in sublexical processing, we also found a reduced cueing effect among children with particularly poor orthographic spelling (indicating deficits in lexical processing. Thus, earlier claims of a specific association with nonword reading could not be confirmed. Controlling for ADHD-symptoms reported in a parental questionnaire did not impact on the statistical analysis, indicating that cueing deficits are not caused by more general attentional limitations. Between 31 and 48% of participants in the three reading and/or spelling deficit groups as well as 32% of the control group showed reduced spatial cueing. These findings indicate a significant, but moderate association between certain aspects of visuo-spatial attention and subcomponents of written language processing, the

  13. Prelude to passion: limbic activation by "unseen" drug and sexual cues.

    Directory of Open Access Journals (Sweden)

    Anna Rose Childress

    2008-01-01

    Full Text Available The human brain responds to recognizable signals for sex and for rewarding drugs of abuse by activation of limbic reward circuitry. Does the brain respond in similar way to such reward signals even when they are "unseen", i.e., presented in a way that prevents their conscious recognition? Can the brain response to "unseen" reward cues predict the future affective response to recognizable versions of such cues, revealing a link between affective/motivational processes inside and outside awareness?We exploited the fast temporal resolution of event-related functional magnetic resonance imaging (fMRI to test the brain response to "unseen" (backward-masked cocaine, sexual, aversive and neutral cues of 33 milliseconds duration in male cocaine patients (n = 22. Two days after scanning, the affective valence for visible versions of each cue type was determined using an affective bias (priming task. We demonstrate, for the first time, limbic brain activation by "unseen" drug and sexual cues of only 33 msec duration. Importantly, increased activity in an large interconnected ventral pallidum/amygdala cluster to the "unseen" cocaine cues strongly predicted future positive affect to visible versions of the same cues in subsequent off-magnet testing, pointing both to the functional significance of the rapid brain response, and to shared brain substrates for appetitive motivation within and outside awareness.These findings represent the first evidence that brain reward circuitry responds to drug and sexual cues presented outside awareness. The results underscore the sensitivity of the brain to "unseen" reward signals and may represent the brain's primordial signature for desire. The limbic brain response to reward cues outside awareness may represent a potential vulnerability in disorders (e.g., the addictions for whom poorly-controlled appetitive motivation is a central feature.

  14. Haptic Cues Used for Outdoor Wayfinding by Individuals with Visual Impairments

    Science.gov (United States)

    Koutsoklenis, Athanasios; Papadopoulos, Konstantinos

    2014-01-01

    Introduction: The study presented here examines which haptic cues individuals with visual impairments use more frequently and determines which of these cues are deemed by these individuals to be the most important for way-finding in urban environments. It also investigates the ways in which these haptic cues are used by individuals with visual…

  15. The role of cue detection for prospective memory development across the lifespan.

    Science.gov (United States)

    Hering, Alexandra; Wild-Wall, Nele; Gajewski, Patrick D; Falkenstein, Michael; Kliegel, Matthias; Zinke, Katharina

    2016-12-01

    Behavioral findings suggest an inverted U-shaped pattern of prospective memory development across the lifespan. A key mechanism underlying this development is the ability to detect cues. We examined the influence of cue detection on prospective memory, combining behavioral and electrophysiological measures, in three age groups: adolescents (12-14 years), young (19-28 years), and old adults (66-77 years). Cue detection was manipulated by varying the distinctiveness (i.e., how easy it was to detect the cue based on color) of the prospective memory cue in a semantic judgment ongoing task. Behavioral results supported the pattern of an inverted U-shape with a pronounced prospective memory decrease in old adults. Adolescents and young adults showed a prospective memory specific modulation (larger amplitudes for the cues compared to other trials) already for the N1 component. No such specific modulation was evident in old adults for the early N1 component but only at the later P3b component. Adolescents showed differential modulations of the amplitude also for irrelevant information at the P3b, suggesting less efficient processing. In terms of conceptual implications, present findings underline the importance of cue detection for prospective remembering and reveal different developmental trajectories for cue detection. Our findings suggest that cue detection is not a unitary process but consists of multiple stages corresponding to several ERP components that differentially contribute to prospective memory performance across the lifespan. In adolescents resource allocation for detecting cues seemed successful initially but less efficient at later stages; whereas we found the opposite pattern for old adults. Copyright © 2016 Elsevier Ltd. All rights reserved.

  16. Performance and development for the Inner Detector Trigger algorithms at ATLAS

    CERN Document Server

    Penc, O; The ATLAS collaboration

    2014-01-01

    The performance of the ATLAS Inner Detector (ID) Trigger algorithms being developed for running on the ATLAS High Level Trigger (HLT) processor farm during Run 2 of the LHC are presented. During the 2013-14 LHC long shutdown modifications are being carried out to the LHC accelerator to increase both the beam energy and luminosity. These modifications will pose significant challenges for the ID Trigger algorithms, both in terms execution time and physics performance. To meet these challenges, the ATLAS HLT software is being restructured to run as a more flexible single stage HLT, instead of two separate stages (Level2 and Event Filter) as in Run 1. This will reduce the overall data volume that needs to be requested by the HLT system, since data will no longer need to be requested for each of the two separate processing stages. Development of the ID Trigger algorithms for Run 2, currently expected to be ready for detector commissioning near the end of 2014, is progressing well and the current efforts towards op...

  17. The Acoustic and Peceptual Effects of Series and Parallel Processing

    Directory of Open Access Journals (Sweden)

    Melinda C. Anderson

    2009-01-01

    Full Text Available Temporal envelope (TE cues provide a great deal of speech information. This paper explores how spectral subtraction and dynamic-range compression gain modifications affect TE fluctuations for parallel and series configurations. In parallel processing, algorithms compute gains based on the same input signal, and the gains in dB are summed. In series processing, output from the first algorithm forms the input to the second algorithm. Acoustic measurements show that the parallel arrangement produces more gain fluctuations, introducing more changes to the TE than the series configurations. Intelligibility tests for normal-hearing (NH and hearing-impaired (HI listeners show (1 parallel processing gives significantly poorer speech understanding than an unprocessed (UNP signal and the series arrangement and (2 series processing and UNP yield similar results. Speech quality tests show that UNP is preferred to both parallel and series arrangements, although spectral subtraction is the most preferred. No significant differences exist in sound quality between the series and parallel arrangements, or between the NH group and the HI group. These results indicate that gain modifications affect intelligibility and sound quality differently. Listeners appear to have a higher tolerance for gain modifications with regard to intelligibility, while judgments for sound quality appear to be more affected by smaller amounts of gain modification.

  18. Individual variation in the motivational and neurobiological effects of an opioid cue.

    Science.gov (United States)

    Yager, Lindsay M; Pitchers, Kyle K; Flagel, Shelly B; Robinson, Terry E

    2015-03-13

    A discrete cue associated with intravenous injections of cocaine acquires greater control over motivated behavior in some rats ('sign-trackers', STs) than others ('goal-trackers', GTs). It is not known, however, if such variation generalizes to cues associated with other drugs. We asked, therefore, whether a discrete cue (a light) associated with the intravenous administration of an opioid drug (the short-acting mu receptor agonist, remifentanil) acquires incentive motivational properties differently in STs and GTs, as indicated by tests of Pavlovian conditioned approach and conditioned reinforcement. Consistent with studies using cocaine, STs approached a classically conditioned opioid cue more readily than GTs, and in a test of conditioned reinforcement worked more avidly to get it. Interestingly, STs and GTs did not differ in the acquisition of a conditioned orienting response. In addition, the performance of conditioned approach behavior, but not conditioned orientation, was attenuated by pretreatment with the dopamine receptor antagonist, flupenthixol, into the core of the nucleus accumbens. Lastly, food and opioid cues engaged similar amygdalo-striatal-thalamic circuitry to a much greater extent in STs than GTs, as indicated by Fos expression. Taken together, these data demonstrate that, similar to food and cocaine cues: (1) a discrete opioid cue attains greater incentive motivational value in STs than GTs; (2) the attribution of incentive motivational properties to an opioid cue is dopamine dependent; and (3) an opioid cue engages the so-called 'motive circuit' only if it is imbued with incentive salience.

  19. Acoustic cues to perception of word stress by English, Mandarin, and Russian speakers.

    Science.gov (United States)

    Chrabaszcz, Anna; Winn, Matthew; Lin, Candise Y; Idsardi, William J

    2014-08-01

    This study investigated how listeners' native language affects their weighting of acoustic cues (such as vowel quality, pitch, duration, and intensity) in the perception of contrastive word stress. Native speakers (N = 45) of typologically diverse languages (English, Russian, and Mandarin) performed a stress identification task on nonce disyllabic words with fully crossed combinations of each of the 4 cues in both syllables. The results revealed that although the vowel quality cue was the strongest cue for all groups of listeners, pitch was the second strongest cue for the English and the Mandarin listeners but was virtually disregarded by the Russian listeners. Duration and intensity cues were used by the Russian listeners to a significantly greater extent compared with the English and Mandarin participants. Compared with when cues were noncontrastive across syllables, cues were stronger when they were in the iambic contour than when they were in the trochaic contour. Although both English and Russian are stress languages and Mandarin is a tonal language, stress perception performance of the Mandarin listeners but not of the Russian listeners is more similar to that of the native English listeners, both in terms of weighting of the acoustic cues and the cues' relative strength in different word positions. The findings suggest that tuning of second-language prosodic perceptions is not entirely predictable by prosodic similarities across languages.

  20. Development in children's interpretation of pitch cues to emotions.

    Science.gov (United States)

    Quam, Carolyn; Swingley, Daniel

    2012-01-01

    Young infants respond to positive and negative speech prosody (A. Fernald, 1993), yet 4-year-olds rely on lexical information when it conflicts with paralinguistic cues to approval or disapproval (M. Friend, 2003). This article explores this surprising phenomenon, testing one hundred eighteen 2- to 5-year-olds' use of isolated pitch cues to emotions in interactive tasks. Only 4- to 5-year-olds consistently interpreted exaggerated, stereotypically happy or sad pitch contours as evidence that a puppet had succeeded or failed to find his toy (Experiment 1) or was happy or sad (Experiments 2, 3). Two- and 3-year-olds exploited facial and body-language cues in the same task. The authors discuss the implications of this late-developing use of pitch cues to emotions, relating them to other functions of pitch. © 2011 The Authors. Child Development © 2011 Society for Research in Child Development, Inc.

  1. Conflict Adaptation and Cue Competition during Learning in an Eriksen Flanker Task

    Science.gov (United States)

    Ghinescu, Rodica; Ramsey, Ashley K.; Gratton, Gabriele; Fabiani, Monica

    2016-01-01

    Two experiments investigated competition between cues that predicted the correct target response to a target stimulus in a response conflict procedure using a flanker task. Subjects received trials with five-character arrays with a central target character and distractor flanker characters that matched (compatible) or did not match (incompatible) the central target. Subjects’ expectancies for compatible and incompatible trials were manipulated by presenting pre-trial cues that signaled the occurrence of compatible or incompatible trials. On some trials, a single cue predicted the target stimulus and the required target response. On other trials, a second redundant, predictive cue was also present on such trials. The results showed an effect of competition between cues for control over strategic responding to the target stimuli, a finding that is predicted by associative learning theories. The finding of competition between pre-trial cues that predict incompatible trials, but not cues that predict compatible trials, suggests that different strategic processes may occur during adaptation to conflict when different kinds of trials are expected. PMID:27941977

  2. Cue competition affects temporal dynamics of edge-assignment in human visual cortex.

    Science.gov (United States)

    Brooks, Joseph L; Palmer, Stephen E

    2011-03-01

    Edge-assignment determines the perception of relative depth across an edge and the shape of the closer side. Many cues determine edge-assignment, but relatively little is known about the neural mechanisms involved in combining these cues. Here, we manipulated extremal edge and attention cues to bias edge-assignment such that these two cues either cooperated or competed. To index their neural representations, we flickered figure and ground regions at different frequencies and measured the corresponding steady-state visual-evoked potentials (SSVEPs). Figural regions had stronger SSVEP responses than ground regions, independent of whether they were attended or unattended. In addition, competition and cooperation between the two edge-assignment cues significantly affected the temporal dynamics of edge-assignment processes. The figural SSVEP response peaked earlier when the cues causing it cooperated than when they competed, but sustained edge-assignment effects were equivalent for cooperating and competing cues, consistent with a winner-take-all outcome. These results provide physiological evidence that figure-ground organization involves competitive processes that can affect the latency of figural assignment.

  3. Forgotten but not gone: Retro-cue costs and benefits in a double-cueing paradigm suggest multiple states in visual short-term memory

    NARCIS (Netherlands)

    van Moorselaar, D.; Olivers, C.N.L.; Theeuwes, J.; Lamme, V.A.F.; Sligte, I.G.

    2015-01-01

    Visual short-term memory (VSTM) performance is enhanced when the to-be-tested item is cued after encoding. This so-called retro-cue benefit is typically accompanied by a cost for the noncued items, suggesting that information is lost from VSTM upon presentation of a retrospective cue. Here we

  4. Forgotten but not gone: retro-cue cost and benefits in a double-cueing paradigm suggest multiple states in visual short-term memory

    NARCIS (Netherlands)

    van Moorselaar, D.; Olivers, C.N.L.; Theeuwes, J.; Lamme, V.A.F.; Sligte, I.G.

    2015-01-01

    Visual short-term memory (VSTM) performance is enhanced when the to-be-tested item is cued after encoding. This so-called retro-cue benefit is typically accompanied by a cost for the noncued items, suggesting that information is lost from VSTM upon presentation of a retrospective cue. Here we

  5. Role of Speaker Cues in Attention Inference

    OpenAIRE

    Jin Joo Lee; Cynthia Breazeal; David DeSteno

    2017-01-01

    Current state-of-the-art approaches to emotion recognition primarily focus on modeling the nonverbal expressions of the sole individual without reference to contextual elements such as the co-presence of the partner. In this paper, we demonstrate that the accurate inference of listeners’ social-emotional state of attention depends on accounting for the nonverbal behaviors of their storytelling partner, namely their speaker cues. To gain a deeper understanding of the role of speaker cues in at...

  6. Fast Multi-blind Modification Search through Tandem Mass Spectrometry*

    Science.gov (United States)

    Na, Seungjin; Bandeira, Nuno; Paek, Eunok

    2012-01-01

    With great biological interest in post-translational modifications (PTMs), various approaches have been introduced to identify PTMs using MS/MS. Recent developments for PTM identification have focused on an unrestrictive approach that searches MS/MS spectra for all known and possibly even unknown types of PTMs at once. However, the resulting expanded search space requires much longer search time and also increases the number of false positives (incorrect identifications) and false negatives (missed true identifications), thus creating a bottleneck in high throughput analysis. Here we introduce MODa, a novel “multi-blind” spectral alignment algorithm that allows for fast unrestrictive PTM searches with no limitation on the number of modifications per peptide while featuring over an order of magnitude speedup in relation to existing approaches. We demonstrate the sensitivity of MODa on human shotgun proteomics data where it reveals multiple mutations, a wide range of modifications (including glycosylation), and evidence for several putative novel modifications. Based on the reported findings, we argue that the efficiency and sensitivity of MODa make it the first unrestrictive search tool with the potential to fully replace conventional restrictive identification of proteomics mass spectrometry data. PMID:22186716

  7. Effects of cue frequency and repetition on prospective memory: an ERP investigation.

    Science.gov (United States)

    Wilson, Jennifer; Cutmore, Tim R H; Wang, Ya; Chan, Raymond C K; Shum, David H K

    2013-11-01

    Prospective memory involves the formation and completion of delayed intentions and is essential for independent living. In this study (n = 33), event-related potentials (ERPs) were used to systematically evaluate the effects of PM cue frequency (10% versus 30%) and PM cue repetition (high versus low) on ERP modulations. PM cues elicited prospective positivity and frontal positivity but not N300, perhaps due to the semantic nature of the task. Results of this study revealed an interesting interaction between PM cue frequency and PM cue repetition for prospective positivity and frontal positivity, highlighting the importance of taking both factors into account when designing future studies. © 2013.

  8. Gender and Impulsivity: Effects on Cue-Induced Alcohol Craving.

    Science.gov (United States)

    Yarmush, Devorah E; Manchery, Linda; Luehring-Jones, Peter; Erblich, Joel

    2016-05-01

    Numerous studies have demonstrated that trait impulsivity is linked to increased risk of developing alcohol-use disorders and other substance abuse. Impulsivity has also been shown in some studies to potentiate cue-induced drug cravings. Despite considerable evidence of gender differences in impulsivity and drug craving among individuals suffering from alcohol dependence and other drug use, little research has focused on these processes in healthy young men and women who may be at risk for developing alcohol-use disorders. The objective of this study was to investigate the relationship between impulsivity and cue-induced craving, as well as possible gender differences in these effects among healthy young adults. To that end, female (n = 22) and male (n = 14) social drinkers aged 18 to 25, recruited from an urban university campus, completed the Barratt Impulsiveness Scale and reported their alcohol cravings immediately before and after laboratory exposure to alcohol cues. Findings indicated that exposure to cues elicited increased alcohol cravings, but these effects did not differ by gender. Interestingly, a significant interaction of impulsivity and gender revealed that impulsivity predicted significantly higher cue-induced cravings in women, but not men. Findings underscore the importance of better understanding the interaction of situational factors (e.g., exposure to alcohol cues) and dispositional factors (e.g., impulsivity) as potential contributors to drinking motivation. Future prospective research is needed to identify gender-specific risk factors for the development of problem drinking. Copyright © 2016 by the Research Society on Alcoholism.

  9. The language used in describing autobiographical memories prompted by life period visually presented verbal cues, event-specific visually presented verbal cues and short musical clips of popular music.

    Science.gov (United States)

    Zator, Krysten; Katz, Albert N

    2017-07-01

    Here, we examined linguistic differences in the reports of memories produced by three cueing methods. Two groups of young adults were cued visually either by words representing events or popular cultural phenomena that took place when they were 5, 10, or 16 years of age, or by words referencing a general lifetime period word cue directing them to that period in their life. A third group heard 30-second long musical clips of songs popular during the same three time periods. In each condition, participants typed a specific event memory evoked by the cue and these typed memories were subjected to analysis by the Linguistic Inquiry and Word Count (LIWC) program. Differences in the reports produced indicated that listening to music evoked memories embodied in motor-perceptual systems more so than memories evoked by our word-cueing conditions. Additionally, relative to music cues, lifetime period word cues produced memories with reliably more uses of personal pronouns, past tense terms, and negative emotions. The findings provide evidence for the embodiment of autobiographical memories, and how those differ when the cues emphasise different aspects of the encoded events.

  10. Suprasegmental lexical stress cues in visual speech can guide spoken-word recognition

    OpenAIRE

    Jesse, A.; McQueen, J.

    2014-01-01

    Visual cues to the individual segments of speech and to sentence prosody guide speech recognition. The present study tested whether visual suprasegmental cues to the stress patterns of words can also constrain recognition. Dutch listeners use acoustic suprasegmental cues to lexical stress (changes in duration, amplitude, and pitch) in spoken-word recognition. We asked here whether they can also use visual suprasegmental cues. In two categorization experiments, Dutch participants saw a speaker...

  11. Retrospective cues based on object features improve visual working memory performance in older adults.

    Science.gov (United States)

    Gilchrist, Amanda L; Duarte, Audrey; Verhaeghen, Paul

    2016-01-01

    Research with younger adults has shown that retrospective cues can be used to orient top-down attention toward relevant items in working memory. We examined whether older adults could take advantage of these cues to improve memory performance. Younger and older adults were presented with visual arrays of five colored shapes; during maintenance, participants were presented either with an informative cue based on an object feature (here, object shape or color) that would be probed, or with an uninformative, neutral cue. Although older adults were less accurate overall, both age groups benefited from the presentation of an informative, feature-based cue relative to a neutral cue. Surprisingly, we also observed differences in the effectiveness of shape versus color cues and their effects upon post-cue memory load. These results suggest that older adults can use top-down attention to remove irrelevant items from visual working memory, provided that task-relevant features function as cues.

  12. Evidence against associative blocking as a cause of cue-independent retrieval-induced forgetting.

    Science.gov (United States)

    Hulbert, Justin C; Shivde, Geeta; Anderson, Michael C

    2012-01-01

    Selectively retrieving an item from long-term memory reduces the accessibility of competing traces, a phenomenon known as retrieval-induced forgetting (RIF). RIF exhibits cue independence, or the tendency for forgetting to generalize to novel test cues, suggesting an inhibitory basis for this phenomenon. An alternative view (Camp, Pecher, & Schmidt, 2007; Camp et al., 2009; Perfect et al., 2004) suggests that using novel test cues to measure cue independence actually engenders associative interference when participants covertly supplement retrieval with practiced cues that then associatively block retrieval. Accordingly, the covert-cueing hypothesis assumes that the relative strength of the practiced items at final test – and not the inhibition levied on the unpracticed items during retrieval practice – underlies cue-independent forgetting. As such, this perspective predicts that strengthening practiced items by any means, even if not via retrieval practice, should induce forgetting. Contrary to these predictions, however, we present clear evidence that cue-independent forgetting is induced by retrieval practice and not by repeated study exposures. This dissociation occurred despite significant, comparable levels of strengthening of practiced items in each case, and despite the use of Anderson and Spellman's original (1995) independent probe method criticized by covert-cueing theorists as being especially conducive to associative blocking. These results demonstrate that cue-independent RIF is unrelated to the strengthening of practiced items, and thereby fail to support a key prediction of the covert-cueing hypothesis. The results, instead, favor a role of inhibition in resolving retrieval interference. © 2011 Hogrefe Publishing

  13. Inhibition of histone deacetylase 3 via RGFP966 facilitates cortical plasticity underlying unusually accurate auditory associative cue memory for excitatory and inhibitory cue-reward associations.

    Science.gov (United States)

    Shang, Andrea; Bylipudi, Sooraz; Bieszczad, Kasia M

    2018-05-31

    Epigenetic mechanisms are key for regulating long-term memory (LTM) and are known to exert control on memory formation in multiple systems of the adult brain, including the sensory cortex. One epigenetic mechanism is chromatin modification by histone acetylation. Blocking the action of histone de-acetylases (HDACs) that normally negatively regulate LTM by repressing transcription, has been shown to enable memory formation. Indeed, HDAC-inhibition appears to facilitate memory by altering the dynamics of gene expression events important for memory consolidation. However less understood are the ways in which molecular-level consolidation processes alter subsequent memory to enhance storage or facilitate retrieval. Here we used a sensory perspective to investigate whether the characteristics of memory formed with HDAC inhibitors are different from naturally-formed memory. One possibility is that HDAC inhibition enables memory to form with greater sensory detail than normal. Because the auditory system undergoes learning-induced remodeling that provides substrates for sound-specific LTM, we aimed to identify behavioral effects of HDAC inhibition on memory for specific sound features using a standard model of auditory associative cue-reward learning, memory, and cortical plasticity. We found that three systemic post-training treatments of an HDAC3-inhibitor (RGPF966, Abcam Inc.) in rats in the early phase of training facilitated auditory discriminative learning, changed auditory cortical tuning, and increased the specificity for acoustic frequency formed in memory of both excitatory (S+) and inhibitory (S-) associations for at least 2 weeks. The findings support that epigenetic mechanisms act on neural and behavioral sensory acuity to increase the precision of associative cue memory, which can be revealed by studying the sensory characteristics of long-term associative memory formation with HDAC inhibitors. Published by Elsevier B.V.

  14. Alcohol-cue exposure effects on craving and attentional bias in underage college-student drinkers.

    Science.gov (United States)

    Ramirez, Jason J; Monti, Peter M; Colwill, Ruth M

    2015-06-01

    The effect of alcohol-cue exposure on eliciting craving has been well documented, and numerous theoretical models assert that craving is a clinically significant construct central to the motivation and maintenance of alcohol-seeking behavior. Furthermore, some theories propose a relationship between craving and attention, such that cue-induced increases in craving bias attention toward alcohol cues, which, in turn, perpetuates craving. This study examined the extent to which alcohol cues induce craving and bias attention toward alcohol cues among underage college-student drinkers. We designed within-subject cue-reactivity and visual-probe tasks to assess in vivo alcohol-cue exposure effects on craving and attentional bias on 39 undergraduate college drinkers (ages 18-20). Participants expressed greater subjective craving to drink alcohol following in vivo cue exposure to a commonly consumed beer compared with water exposure. Furthermore, following alcohol-cue exposure, participants exhibited greater attentional biases toward alcohol cues as measured by a visual-probe task. In addition to the cue-exposure effects on craving and attentional bias, within-subject differences in craving across sessions marginally predicted within-subject differences in attentional bias. Implications for both theory and practice are discussed. (PsycINFO Database Record (c) 2015 APA, all rights reserved).

  15. The effect of contextual cues on the encoding of motor memories.

    Science.gov (United States)

    Howard, Ian S; Wolpert, Daniel M; Franklin, David W

    2013-05-01

    Several studies have shown that sensory contextual cues can reduce the interference observed during learning of opposing force fields. However, because each study examined a small set of cues, often in a unique paradigm, the relative efficacy of different sensory contextual cues is unclear. In the present study we quantify how seven contextual cues, some investigated previously and some novel, affect the formation and recall of motor memories. Subjects made movements in a velocity-dependent curl field, with direction varying randomly from trial to trial but always associated with a unique contextual cue. Linking field direction to the cursor or background color, or to peripheral visual motion cues, did not reduce interference. In contrast, the orientation of a visual object attached to the hand cursor significantly reduced interference, albeit by a small amount. When the fields were associated with movement in different locations in the workspace, a substantial reduction in interference was observed. We tested whether this reduction in interference was due to the different locations of the visual feedback (targets and cursor) or the movements (proprioceptive). When the fields were associated only with changes in visual display location (movements always made centrally) or only with changes in the movement location (visual feedback always displayed centrally), a substantial reduction in interference was observed. These results show that although some visual cues can lead to the formation and recall of distinct representations in motor memory, changes in spatial visual and proprioceptive states of the movement are far more effective than changes in simple visual contextual cues.

  16. Two faces of anonymity : Paradoxical effects of cues to identity in CMC

    NARCIS (Netherlands)

    Tanis, M; Postmes, T.

    This paper presents two experimental studies investigating the effects of presenting cues that provide information about the interactors - called cues to identity - in computer mediated communications (CMCs). Study I shows that even though cues to identity affected interpersonal evaluations, in

  17. Two faces of anonymity: Paradoxical effects of cues to identity in CMC

    NARCIS (Netherlands)

    Tanis, M.A.; Postmes, T.

    2007-01-01

    This paper presents two experimental studies investigating the effects of presenting cues that provide information about the interactors - called cues to identity - in computer mediated communications (CMCs). Study 1 shows that even though cues to identity affected interpersonal evaluations, in

  18. Reacting to Neighborhood Cues?

    DEFF Research Database (Denmark)

    Danckert, Bolette; Dinesen, Peter Thisted; Sønderskov, Kim Mannemar

    2017-01-01

    is founded on politically sophisticated individuals having a greater comprehension of news and other mass-mediated sources, which makes them less likely to rely on neighborhood cues as sources of information relevant for political attitudes. Based on a unique panel data set with fine-grained information...

  19. Matching cue size and task properties in exogenous attention.

    Science.gov (United States)

    Burnett, Katherine E; d'Avossa, Giovanni; Sapir, Ayelet

    2013-01-01

    Exogenous attention is an involuntary, reflexive orienting response that results in enhanced processing at the attended location. The standard view is that this enhancement generalizes across visual properties of a stimulus. We test whether the size of an exogenous cue sets the attentional field and whether this leads to different effects on stimuli with different visual properties. In a dual task with a random-dot kinematogram (RDK) in each quadrant of the screen, participants discriminated the direction of moving dots in one RDK and localized one red dot. Precues were uninformative and consisted of either a large or a small luminance-change frame. The motion discrimination task showed attentional effects following both large and small exogenous cues. The red dot probe localization task showed attentional effects following a small cue, but not a large cue. Two additional experiments showed that the different effects on localization were not due to reduced spatial uncertainty or suppression of RDK dots in the surround. These results indicate that the effects of exogenous attention depend on the size of the cue and the properties of the task, suggesting the involvement of receptive fields with different sizes in different tasks. These attentional effects are likely to be driven by bottom-up mechanisms in early visual areas.

  20. Environmental cue saliency influences the vividness of a remote spatial memory in rats.

    Science.gov (United States)

    Lopez, Joëlle; de Vasconcelos, Anne Pereira; Cassel, Jean-Christophe

    2008-07-01

    The Morris water maze is frequently used to evaluate the acquisition and retrieval of spatial memories. Few experiments, however, have investigated the effects of environmental cue saliency on the strength or persistence of such memories after a short vs. long post-acquisition interval. Using a Morris water maze, we therefore tested in rats the effect of the saliency of distal cues on the vividness of a recent (5 days) vs. remote (25 days) memory. Rats trained in a cue-enriched vs. a cue-impoverished context showed a better overall level of performance during acquisition. Furthermore, the probe trials revealed that the rats trained and tested in the cue-impoverished context (1) spent less time in the target quadrant at the 25-day delay, and (2) swam shorter distances in the target area, with fewer crossings at both 5- and 25-day delays, as compared to their counterparts trained and tested in the cue-enriched context. Thus, the memory trace formed in the cue-enriched context shows better resistance to time, suggesting an implication of cue saliency in the vividness of a spatial memory.

  1. A strategic account of the cue-depreciation effect.

    Science.gov (United States)

    Thapar, A; Greene, R L

    1995-12-01

    A word fragment is less likely to be completed if it is presented incrementally (R______P, R____R _ P, R_I__R_P, R_I__R O P) than if it is presented all at once (e.g., R_I__R O P). This phenomenon is known as the cue-depreciation effect. The present study examined the role of strategies in this phenomenon. The magnitude of the cue-depreciation effect was increased when subjects were asked to adopt a passive generation approach to word fragment completion. The current study investigated an extension of Bruner and Potter's (1964) early hypothesis-generation account of the cue-depreciation effect. Findings demonstrated the influence of completion strategies for a general theory of fragment completion.

  2. The location but not the attributes of visual cues are automatically encoded into working memory.

    Science.gov (United States)

    Chen, Hui; Wyble, Brad

    2015-02-01

    Although it has been well known that visual cues affect the perception of subsequent visual stimuli, relatively little is known about how the cues themselves are processed. The present study attempted to characterize the processing of a visual cue by investigating what information about the cue is stored in terms of both location ("where" is the cue) and attributes ("what" are the attributes of the cue). In 11 experiments subjects performed several trials of reporting a target letter and then answered an unexpected question about the cue (e.g., the location, color, or identity of the cue). This surprise question revealed that participants could report the location of the cue even when the cue never indicated the target location and they were explicitly told to ignore it. Furthermore, the memory trace of this location information endured during encoding of the subsequent target. In contrast to location, attributes of the cue (e.g., color) were poorly reported, even for attributes that were used by subjects to perform the task. These results shed new light on the mechanisms underlying cueing effects and suggest also that the visual system may create empty object files in response to visual cues. Copyright © 2014 Elsevier Ltd. All rights reserved.

  3. Performance evaluation of a motor-imagery-based EEG-Brain computer interface using a combined cue with heterogeneous training data in BCI-Naive subjects

    Directory of Open Access Journals (Sweden)

    Lee Youngbum

    2011-10-01

    Full Text Available Abstract Background The subjects in EEG-Brain computer interface (BCI system experience difficulties when attempting to obtain the consistent performance of the actual movement by motor imagery alone. It is necessary to find the optimal conditions and stimuli combinations that affect the performance factors of the EEG-BCI system to guarantee equipment safety and trust through the performance evaluation of using motor imagery characteristics that can be utilized in the EEG-BCI testing environment. Methods The experiment was carried out with 10 experienced subjects and 32 naive subjects on an EEG-BCI system. There were 3 experiments: The experienced homogeneous experiment, the naive homogeneous experiment and the naive heterogeneous experiment. Each experiment was compared in terms of the six audio-visual cue combinations and consisted of 50 trials. The EEG data was classified using the least square linear classifier in case of the naive subjects through the common spatial pattern filter. The accuracy was calculated using the training and test data set. The p-value of the accuracy was obtained through the statistical significance test. Results In the case in which a naive subject was trained by a heterogeneous combined cue and tested by a visual cue, the result was not only the highest accuracy (p Conclusions We propose the use of this measuring methodology of a heterogeneous combined cue for training data and a visual cue for test data by the typical EEG-BCI algorithm on the EEG-BCI system to achieve effectiveness in terms of consistence, stability, cost, time, and resources management without the need for a trial and error process.

  4. Cue reactivity is associated with duration and severity of alcohol dependence: an FMRI study.

    Directory of Open Access Journals (Sweden)

    Zsuzsika Sjoerds

    Full Text Available INTRODUCTION: With the progression of substance dependence, drug cue-related brain activation is thought to shift from motivational towards habit pathways. However, a direct association between cue-induced brain activation and dependence duration has not yet been shown. We therefore examined the relationship between alcohol cue-reactivity in the brain, cue-induced subjective craving and alcohol dependence duration and severity. Since alcohol dependence is highly comorbid with depression/anxiety, which may modulate brain responses to alcohol cues, we also examined the relation between comorbid depression/anxiety and cue-reactivity. METHODS: We compared 30 alcohol dependent patients with 15 healthy controls and 15 depression/anxiety patients during a visual alcohol cue-reactivity task using functional magnetic resonance imaging blood oxygenated level-dependent responses and subjective craving as outcomes. Within the alcohol dependent group we correlated cue-reactivity with alcohol dependence severity and duration, with cue-induced craving and with depression/anxiety levels. RESULTS: Alcohol dependent patients showed greater cue-reactivity in motivational brain pathways and stronger subjective craving than depression/anxiety patients and healthy controls. Depression/anxiety was not associated with cue-reactivity, but depression severity in alcohol dependent patients was positively associated with craving. Within alcohol dependence, longer duration of alcohol dependence was associated with stronger cue-related activation of the posterior putamen, a structure involved in habits, whereas higher alcohol dependence severity was associated with lower cue-reactivity in the anterior putamen, an area implicated in goal-directed behavior preceding habit formation. CONCLUSION: Cue-reactivity in alcohol dependence is not modulated by comorbid depression or anxiety. More importantly, the current data confirm the hypothesis of a ventral to dorsal striatal shift

  5. Extinction of conditioned cues attenuates incubation of cocaine craving in adolescent and adult rats.

    Science.gov (United States)

    Madsen, Heather B; Zbukvic, Isabel C; Luikinga, Sophia J; Lawrence, Andrew J; Kim, Jee Hyun

    2017-09-01

    Relapse to drug use is often precipitated by exposure to drug associated cues that evoke craving. Cue-induced drug craving has been observed in both animals and humans to increase over the first few weeks of abstinence and remain high over extended periods, a phenomenon known as 'incubation of craving'. As adolescence represents a period of vulnerability to developing drug addiction, potentially due to persistent reactivity to drug associated cues, we first compared incubation of cocaine craving in adolescent and adult rats. Adolescent (P35) and adult (P70) rats were trained to lever press to obtain intravenous cocaine, with each drug delivery accompanied by a light cue that served as the conditioned stimulus (CS). Following acquisition of stable responding, rats were tested for cue-induced cocaine-seeking after either 1 or 30days of abstinence. Additional groups of rats were also tested after 30days of abstinence, however these rats were subjected to a cue extinction session 1week into the abstinence period. Rats were injected with aripiprazole, a dopamine 2 receptor (D2R)-like partial agonist, or vehicle, 30min prior to cue extinction. We found that adolescent and adult rats acquired and maintained a similar level of cocaine self-administration, and rats of both ages exhibited a higher level of cue-induced cocaine-seeking if they were tested after 30days of abstinence compared to 1day. Incubation of cocaine craving was significantly reduced to 1day levels in both adults and adolescents that received cue extinction training. Administration of aripiprazole prior to cue extinction did not further reduce cue-induced drug-seeking. These results indicate that cue extinction training during abstinence may effectively reduce cue-induced relapse at a time when cue-induced drug craving is usually high. Copyright © 2016 Elsevier Inc. All rights reserved.

  6. Effectiveness of auditory and tactile crossmodal cues in a dual-task visual and auditory scenario.

    Science.gov (United States)

    Hopkins, Kevin; Kass, Steven J; Blalock, Lisa Durrance; Brill, J Christopher

    2017-05-01

    In this study, we examined how spatially informative auditory and tactile cues affected participants' performance on a visual search task while they simultaneously performed a secondary auditory task. Visual search task performance was assessed via reaction time and accuracy. Tactile and auditory cues provided the approximate location of the visual target within the search display. The inclusion of tactile and auditory cues improved performance in comparison to the no-cue baseline conditions. In comparison to the no-cue conditions, both tactile and auditory cues resulted in faster response times in the visual search only (single task) and visual-auditory (dual-task) conditions. However, the effectiveness of auditory and tactile cueing for visual task accuracy was shown to be dependent on task-type condition. Crossmodal cueing remains a viable strategy for improving task performance without increasing attentional load within a singular sensory modality. Practitioner Summary: Crossmodal cueing with dual-task performance has not been widely explored, yet has practical applications. We examined the effects of auditory and tactile crossmodal cues on visual search performance, with and without a secondary auditory task. Tactile cues aided visual search accuracy when also engaged in a secondary auditory task, whereas auditory cues did not.

  7. Suprasegmental lexical stress cues in visual speech can guide spoken-word recognition

    NARCIS (Netherlands)

    Jesse, A.; McQueen, J.M.

    2014-01-01

    Visual cues to the individual segments of speech and to sentence prosody guide speech recognition. The present study tested whether visual suprasegmental cues to the stress patterns of words can also constrain recognition. Dutch listeners use acoustic suprasegmental cues to lexical stress (changes

  8. Focal/Nonfocal Cue Effects in Prospective Memory: Monitoring Difficulty or Different Retrieval Processes?

    Science.gov (United States)

    Scullin, Michael K.; McDaniel, Mark A.; Shelton, Jill T.; Lee, Ji Hae

    2010-01-01

    We investigated whether focal/nonfocal effects (e.g., Einstein et al., 2005) in prospective memory (PM) are explained by cue differences in monitoring difficulty. In Experiment 1, we show that syllable cues (used in Einstein et al., 2005) are more difficult to monitor for than are word cues; however, initial-letter cues (in words) are similar in…

  9. Retro-cue benefits in working memory without sustained focal attention.

    Science.gov (United States)

    Rerko, Laura; Souza, Alessandra S; Oberauer, Klaus

    2014-07-01

    In working memory (WM) tasks, performance can be boosted by directing attention to one memory object: When a retro-cue in the retention interval indicates which object will be tested, responding is faster and more accurate (the retro-cue benefit). We tested whether the retro-cue benefit in WM depends on sustained attention to the cued object by inserting an attention-demanding interruption task between the retro-cue and the memory test. In the first experiment, the interruption task required participants to shift their visual attention away from the cued representation and to a visual classification task on colors. In the second and third experiments, the interruption task required participants to shift their focal attention within WM: Attention was directed away from the cued representation by probing another representation from the memory array prior to probing the cued object. The retro-cue benefit was not attenuated by shifts of perceptual attention or by shifts of attention within WM. We concluded that sustained attention is not needed to maintain the cued representation in a state of heightened accessibility.

  10. Contextual cueing improves attentional guidance, even when guidance is supposedly optimal.

    Science.gov (United States)

    Harris, Anthony M; Remington, Roger W

    2017-05-01

    Visual search through previously encountered contexts typically produces reduced reaction times compared with search through novel contexts. This contextual cueing benefit is well established, but there is debate regarding its underlying mechanisms. Eye-tracking studies have consistently shown reduced number of fixations with repetition, supporting improvements in attentional guidance as the source of contextual cueing. However, contextual cueing benefits have been shown in conditions in which attentional guidance should already be optimal-namely, when attention is captured to the target location by an abrupt onset, or under pop-out conditions. These results have been used to argue for a response-related account of contextual cueing. Here, we combine eye tracking with response time to examine the mechanisms behind contextual cueing in spatially cued and pop-out conditions. Three experiments find consistent response time benefits with repetition, which appear to be driven almost entirely by a reduction in number of fixations, supporting improved attentional guidance as the mechanism behind contextual cueing. No differences were observed in the time between fixating the target and responding-our proxy for response related processes. Furthermore, the correlation between contextual cueing magnitude and the reduction in number of fixations on repeated contexts approaches 1. These results argue strongly that attentional guidance is facilitated by familiar search contexts, even when guidance is near-optimal. (PsycINFO Database Record (c) 2017 APA, all rights reserved).

  11. The effects of varied extinction procedures on contingent cue-induced reinstatement in Sprague-Dawley rats.

    Science.gov (United States)

    Buffalari, Deanne M; Feltenstein, Matthew W; See, Ronald E

    2013-11-01

    Cue exposure therapy, which attempts to limit relapse by reducing reactivity to cocaine-paired cues through repeated exposures, has had limited success. The current experiments examined cocaine cue-induced anxiogenesis and investigated whether a model of cue exposure therapy would reduce reinstatement of cocaine seeking in rats with a history of cocaine self-administration. Male rats experienced daily intravenous cocaine self-administration. Rats then experienced exposure to either the self-administration context or the context plus noncontingent presentations of cocaine-paired cues. Immediately following exposure, anxiety-like behavior was measured using elevated plus maze and defensive burying tests. In a second group of rats, self-administration was followed by 7 days of exposure to the context, context + noncontingent cue exposure, lever extinction, or cue + lever extinction. All animals then underwent two contingent cue-induced reinstatement tests separated by 7 days of lever extinction. Exposure to noncontingent cocaine-paired cues in the self-administration context increased anxiety-like behavior on the defensive burying test. Animals that experienced lever + cue extinction displayed the least cocaine seeking on the first reinstatement test, and lever extinction reduced cocaine seeking below context exposure or context + noncontingent cue exposure. All animals had similar levels of cocaine seeking on the second reinstatement test. Noncontingent cue exposure causes anxiety, and noncontingent cue and context exposure are less effective at reducing contingent cue-induced reinstatement than lever or lever + cue extinction. These data indicate that active extinction of the drug-taking response may be critical for reduction of relapse proclivity in former cocaine users.

  12. Odors cue memory for odor-associated words

    OpenAIRE

    Stafford, Lorenzo; Salehi, S.; Waller, Bridget

    2009-01-01

    The ability of odors to cue vivid and emotionally intense memories is well-known. However, the majority of research has focused on the extent to which odors can act as environmental cues to memory, where odors are presented alongside the stimuli to be remembered, rather than the extent to which pre-existing associations between odor and odor-related stimuli might influence memory. In this study, participants (n = 45 females in each experiment) were presented with words (two groups of odor-ass...

  13. Facial, Olfactory, and Vocal Cues to Female Reproductive Value

    Directory of Open Access Journals (Sweden)

    Susanne Röder

    2013-04-01

    Full Text Available Facial, olfactory, and vocal cues may advertise women's fertility. However, most of the evidence for this proposal has come from studies of changes in young adult women's attractiveness over the menstrual cycle. By contrast with this emphasis on changes in attractiveness over the menstrual cycle, possible changes in women's attractiveness over their lifespan have received little attention. The present study investigated men's ratings of young girls' (11–15 years old, adult women's (19–30 years old and circum-menopausal women's (50–65 years old facial, body odor, and vocal attractiveness and femininity. Faces and voices, but not body odors, of young girls and adult women were perceived to be significantly more attractive and feminine than those of circum-menopausal women. These data suggest that facial and vocal cues may be cues to women's reproductive value, but that body odor cues do not necessarily advertise this information.

  14. Habituation of adult sea lamprey repeatedly exposed to damage-released alarm and predator cues

    Science.gov (United States)

    Imre, Istvan; Di Rocco, Richard T.; Brown, Grant E.; Johnson, Nicholas

    2016-01-01

    Predation is an unforgiving selective pressure affecting the life history, morphology and behaviour of prey organisms. Selection should favour organisms that have the ability to correctly assess the information content of alarm cues. This study investigated whether adult sea lamprey Petromyzon marinus habituate to conspecific damage-released alarm cues (fresh and decayed sea lamprey extract), a heterospecific damage-released alarm cue (white sucker Catostomus commersoniiextract), predator cues (Northern water snake Nerodia sipedon washing, human saliva and 2-phenylethylamine hydrochloride (PEA HCl)) and a conspecific damage-released alarm cue and predator cue combination (fresh sea lamprey extract and human saliva) after they were pre-exposed 4 times or 8 times, respectively, to a given stimulus the previous night. Consistent with our prediction, adult sea lamprey maintained an avoidance response to conspecific damage-released alarm cues (fresh and decayed sea lamprey extract), a predator cue presented at high relative concentration (PEA HCl) and a conspecific damage-released alarm cue and predator cue combination (fresh sea lamprey extract plus human saliva), irrespective of previous exposure level. As expected, adult sea lamprey habituated to a sympatric heterospecific damage-released alarm cue (white sucker extract) and a predator cue presented at lower relative concentration (human saliva). Adult sea lamprey did not show any avoidance of the Northern water snake washing and the Amazon sailfin catfish extract (heterospecific control). This study suggests that conspecific damage-released alarm cues and PEA HCl present the best options as natural repellents in an integrated management program aimed at controlling the abundance of sea lamprey in the Laurentian Great Lakes.

  15. Surface-illuminant ambiguity and color constancy: effects of scene complexity and depth cues.

    Science.gov (United States)

    Kraft, James M; Maloney, Shannon I; Brainard, David H

    2002-01-01

    Two experiments were conducted to study how scene complexity and cues to depth affect human color constancy. Specifically, two levels of scene complexity were compared. The low-complexity scene contained two walls with the same surface reflectance and a test patch which provided no information about the illuminant. In addition to the surfaces visible in the low-complexity scene, the high-complexity scene contained two rectangular solid objects and 24 paper samples with diverse surface reflectances. Observers viewed illuminated objects in an experimental chamber and adjusted the test patch until it appeared achromatic. Achromatic settings made tinder two different illuminants were used to compute an index that quantified the degree of constancy. Two experiments were conducted: one in which observers viewed the stimuli directly, and one in which they viewed the scenes through an optical system that reduced cues to depth. In each experiment, constancy was assessed for two conditions. In the valid-cue condition, many cues provided valid information about the illuminant change. In the invalid-cue condition, some image cues provided invalid information. Four broad conclusions are drawn from the data: (a) constancy is generally better in the valid-cue condition than in the invalid-cue condition: (b) for the stimulus configuration used, increasing image complexity has little effect in the valid-cue condition but leads to increased constancy in the invalid-cue condition; (c) for the stimulus configuration used, reducing cues to depth has little effect for either constancy condition: and (d) there is moderate individual variation in the degree of constancy exhibited, particularly in the degree to which the complexity manipulation affects performance.

  16. Perceptions of Sexual Orientation From Minimal Cues.

    Science.gov (United States)

    Rule, Nicholas O

    2017-01-01

    People derive considerable amounts of information about each other from minimal nonverbal cues. Apart from characteristics typically regarded as obvious when encountering another person (e.g., age, race, and sex), perceivers can identify many other qualities about a person that are typically rather subtle. One such feature is sexual orientation. Here, I review the literature documenting the accurate perception of sexual orientation from nonverbal cues related to one's adornment, acoustics, actions, and appearance. In addition to chronicling studies that have demonstrated how people express and extract sexual orientation in each of these domains, I discuss some of the basic cognitive and perceptual processes that support these judgments, including how cues to sexual orientation manifest in behavioral (e.g., clothing choices) and structural (e.g., facial morphology) signals. Finally, I attend to boundary conditions in the accurate perception of sexual orientation, such as the states, traits, and group memberships that moderate individuals' ability to reliably decipher others' sexual orientation.

  17. Changes in cue reactivity and attentional bias following experimental cue exposure and response prevention: a laboratory study of the effects of D-cycloserine in heavy drinkers.

    Science.gov (United States)

    Kamboj, Sunjeev K; Massey-Chase, Rachel; Rodney, Lydia; Das, Ravi; Almahdi, Basil; Curran, H Valerie; Morgan, Celia J A

    2011-09-01

    The effects of D-cycloserine (DCS) in animal models of anxiety disorders and addiction indicate a role for N-methyl D-aspartate (NMDA) receptors in extinction learning. Exposure/response prevention treatments for anxiety disorders in humans are enhanced by DCS, suggesting a promising co-therapy regime, mediated by NMDA receptors. Exposure/response prevention may also be effective in problematic drinkers, and DCS might enhance habituation to cues in these individuals. Since heavy drinkers show ostensible conditioned responses to alcohol cues, habituation following exposure/response prevention should be evident in these drinkers, with DCS enhancing this effect. The objective of this study is to investigate the effect of DCS on exposure/response prevention in heavy drinkers. In a randomised, double-blind, placebo-controlled study, heavy social drinkers recruited from the community received either DCS (125 mg; n = 19) or placebo (n = 17) 1 h prior to each of two sessions of exposure/response prevention. Cue reactivity and attentional bias were assessed during these two sessions and at a third follow-up session. Between-session drinking behaviour was recorded. Robust cue reactivity and attentional bias to alcohol cues was evident, as expected of heavy drinkers. Within- and between-session habituation of cue reactivity, as well as a reduction in attentional bias to alcohol cues over time was found. However, there was no evidence of greater habituation in the DCS group. Subtle stimulant effects (increased subjective contentedness and euphoria) which were unrelated to exposure/response prevention were found following DCS. DCS does not appear to enhance habituation of alcohol cue reactivity in heavy non-dependent drinkers. Its utility in enhancing treatments based on exposure/response prevention in dependent drinkers or drug users remains open.

  18. Improving visual spatial working memory in younger and older adults: effects of cross-modal cues.

    Science.gov (United States)

    Curtis, Ashley F; Turner, Gary R; Park, Norman W; Murtha, Susan J E

    2017-11-06

    Spatially informative auditory and vibrotactile (cross-modal) cues can facilitate attention but little is known about how similar cues influence visual spatial working memory (WM) across the adult lifespan. We investigated the effects of cues (spatially informative or alerting pre-cues vs. no cues), cue modality (auditory vs. vibrotactile vs. visual), memory array size (four vs. six items), and maintenance delay (900 vs. 1800 ms) on visual spatial location WM recognition accuracy in younger adults (YA) and older adults (OA). We observed a significant interaction between spatially informative pre-cue type, array size, and delay. OA and YA benefitted equally from spatially informative pre-cues, suggesting that attentional orienting prior to WM encoding, regardless of cue modality, is preserved with age.  Contrary to predictions, alerting pre-cues generally impaired performance in both age groups, suggesting that maintaining a vigilant state of arousal by facilitating the alerting attention system does not help visual spatial location WM.

  19. The role of reverberation-related binaural cues in the externalization of speech.

    Science.gov (United States)

    Catic, Jasmina; Santurette, Sébastien; Dau, Torsten

    2015-08-01

    The perception of externalization of speech sounds was investigated with respect to the monaural and binaural cues available at the listeners' ears in a reverberant environment. Individualized binaural room impulse responses (BRIRs) were used to simulate externalized sound sources via headphones. The measured BRIRs were subsequently modified such that the proportion of the response containing binaural vs monaural information was varied. Normal-hearing listeners were presented with speech sounds convolved with such modified BRIRs. Monaural reverberation cues were found to be sufficient for the externalization of a lateral sound source. In contrast, for a frontal source, an increased amount of binaural cues from reflections was required in order to obtain well externalized sound images. It was demonstrated that the interaction between the interaural cues of the direct sound and the reverberation strongly affects the perception of externalization. An analysis of the short-term binaural cues showed that the amount of fluctuations of the binaural cues corresponded well to the externalization ratings obtained in the listening tests. The results further suggested that the precedence effect is involved in the auditory processing of the dynamic binaural cues that are utilized for externalization perception.

  20. Estimation of color modification in digital images by CFA pattern change.

    Science.gov (United States)

    Choi, Chang-Hee; Lee, Hae-Yeoun; Lee, Heung-Kyu

    2013-03-10

    Extensive studies have been carried out for detecting image forgery such as copy-move, re-sampling, blurring, and contrast enhancement. Although color modification is a common forgery technique, there is no reported forensic method for detecting this type of manipulation. In this paper, we propose a novel algorithm for estimating color modification in images acquired from digital cameras when the images are modified. Most commercial digital cameras are equipped with a color filter array (CFA) for acquiring the color information of each pixel. As a result, the images acquired from such digital cameras include a trace from the CFA pattern. This pattern is composed of the basic red green blue (RGB) colors, and it is changed when color modification is carried out on the image. We designed an advanced intermediate value counting method for measuring the change in the CFA pattern and estimating the extent of color modification. The proposed method is verified experimentally by using 10,366 test images. The results confirmed the ability of the proposed method to estimate color modification with high accuracy. Copyright © 2012 Elsevier Ireland Ltd. All rights reserved.

  1. Conspecific and Heterospecific Cues Override Resource Quality to Influence Offspring Production

    Science.gov (United States)

    Miller, Christine W.; Fletcher, Robert J.; Gillespie, Stephanie R.

    2013-01-01

    Animals live in an uncertain world. To reduce uncertainty, animals use cues that can encode diverse information regarding habitat quality, including both non-social and social cues. While it is increasingly appreciated that the sources of potential information are vast, our understanding of how individuals integrate different types of cues to guide decision-making remains limited. We experimentally manipulated both resource quality (presence/absence of cactus fruit) and social cues (conspecific juveniles, heterospecific juveniles, no juveniles) for a cactus-feeding insect, Narnia femorata (Hemiptera: Coreidae), to ask how individuals responded to resource quality in the presence or absence of social cues. Cactus with fruit is a high-quality environment for juvenile development, and indeed we found that females laid 56% more eggs when cactus fruit was present versus when it was absent. However, when conspecific or heterospecific juveniles were present, the effects of resource quality on egg numbers vanished. Overall, N . femorata laid approximately twice as many eggs in the presence of heterospecifics than alone or in the presence of conspecifics. Our results suggest that the presence of both conspecific and heterospecific social cues can disrupt responses of individuals to environmental gradients in resource quality. PMID:23861984

  2. Brief exposure to sensory cues elicits stimulus-nonspecific general sensitization in an insect.

    Directory of Open Access Journals (Sweden)

    Sebastian Minoli

    Full Text Available The effect of repeated exposure to sensory stimuli, with or without reward is well known to induce stimulus-specific modifications of behaviour, described as different forms of learning. In recent studies we showed that a brief single pre-exposure to the female-produced sex pheromone or even a predator sound can increase the behavioural and central nervous responses to this pheromone in males of the noctuid moth Spodoptera littoralis. To investigate if this increase in sensitivity might be restricted to the pheromone system or is a form of general sensitization, we studied here if a brief pre-exposure to stimuli of different modalities can reciprocally change behavioural and physiological responses to olfactory and gustatory stimuli. Olfactory and gustatory pre-exposure and subsequent behavioural tests were carried out to reveal possible intra- and cross-modal effects. Attraction to pheromone, monitored with a locomotion compensator, increased after exposure to olfactory and gustatory stimuli. Behavioural responses to sucrose, investigated using the proboscis extension reflex, increased equally after pre-exposure to olfactory and gustatory cues. Pheromone-specific neurons in the brain and antennal gustatory neurons did, however, not change their sensitivity after sucrose exposure. The observed intra- and reciprocal cross-modal effects of pre-exposure may represent a new form of stimulus-nonspecific general sensitization originating from modifications at higher sensory processing levels.

  3. Overview of fast algorithm in 3D dynamic holographic display

    Science.gov (United States)

    Liu, Juan; Jia, Jia; Pan, Yijie; Wang, Yongtian

    2013-08-01

    3D dynamic holographic display is one of the most attractive techniques for achieving real 3D vision with full depth cue without any extra devices. However, huge 3D information and data should be preceded and be computed in real time for generating the hologram in 3D dynamic holographic display, and it is a challenge even for the most advanced computer. Many fast algorithms are proposed for speeding the calculation and reducing the memory usage, such as:look-up table (LUT), compressed look-up table (C-LUT), split look-up table (S-LUT), and novel look-up table (N-LUT) based on the point-based method, and full analytical polygon-based methods, one-step polygon-based method based on the polygon-based method. In this presentation, we overview various fast algorithms based on the point-based method and the polygon-based method, and focus on the fast algorithm with low memory usage, the C-LUT, and one-step polygon-based method by the 2D Fourier analysis of the 3D affine transformation. The numerical simulations and the optical experiments are presented, and several other algorithms are compared. The results show that the C-LUT algorithm and the one-step polygon-based method are efficient methods for saving calculation time. It is believed that those methods could be used in the real-time 3D holographic display in future.

  4. Detection vs. selection: integration of genetic, epigenetic and environmental cues in fluctuating environments.

    Science.gov (United States)

    McNamara, John M; Dall, Sasha R X; Hammerstein, Peter; Leimar, Olof

    2016-10-01

    There are many inputs during development that influence an organism's fit to current or upcoming environments. These include genetic effects, transgenerational epigenetic influences, environmental cues and developmental noise, which are rarely investigated in the same formal framework. We study an analytically tractable evolutionary model, in which cues are integrated to determine mature phenotypes in fluctuating environments. Environmental cues received during development and by the mother as an adult act as detection-based (individually observed) cues. The mother's phenotype and a quantitative genetic effect act as selection-based cues (they correlate with environmental states after selection). We specify when such cues are complementary and tend to be used together, and when using the most informative cue will predominate. Thus, we extend recent analyses of the evolutionary implications of subsets of these effects by providing a general diagnosis of the conditions under which detection and selection-based influences on development are likely to evolve and coexist. © 2016 John Wiley & Sons Ltd/CNRS.

  5. Are computers effective lie detectors? A meta-analysis of linguistic cues to deception.

    Science.gov (United States)

    Hauch, Valerie; Blandón-Gitlin, Iris; Masip, Jaume; Sporer, Siegfried L

    2015-11-01

    This meta-analysis investigates linguistic cues to deception and whether these cues can be detected with computer programs. We integrated operational definitions for 79 cues from 44 studies where software had been used to identify linguistic deception cues. These cues were allocated to six research questions. As expected, the meta-analyses demonstrated that, relative to truth-tellers, liars experienced greater cognitive load, expressed more negative emotions, distanced themselves more from events, expressed fewer sensory-perceptual words, and referred less often to cognitive processes. However, liars were not more uncertain than truth-tellers. These effects were moderated by event type, involvement, emotional valence, intensity of interaction, motivation, and other moderators. Although the overall effect size was small, theory-driven predictions for certain cues received support. These findings not only further our knowledge about the usefulness of linguistic cues to detect deception with computers in applied settings but also elucidate the relationship between language and deception. © 2014 by the Society for Personality and Social Psychology, Inc.

  6. Extinction Can Reduce the Impact of Reward Cues on Reward-Seeking Behavior.

    Science.gov (United States)

    Lovibond, Peter F; Satkunarajah, Michelle; Colagiuri, Ben

    2015-07-01

    Reward-associated cues are thought to promote relapse after treatment of appetitive disorders such as drug-taking, binge eating, and gambling. This process has been modelled in the laboratory using a Pavlovian-instrumental transfer (PIT) design in which Pavlovian cues facilitate instrumental reward-directed action. Attempts to reduce facilitation by cue exposure (extinction) have produced mixed results. We tested the effect of extinction in a recently developed PIT procedure using a natural reward, chocolate, in human participants. Facilitation of instrumental responding was only observed in participants who were aware of the Pavlovian contingencies. Pavlovian extinction successfully reduced, but did not completely eliminate, expectancy of reward and facilitation of instrumental responding. The results indicate that exposure can reduce the ability of cues to promote reward-directed behavior in the laboratory. However, the residual potency of extinguished cues means that additional active strategies may be needed in clinical practice to train patients to resist the impact of these cues in their environment. Copyright © 2015. Published by Elsevier Ltd.

  7. Emotional cues enhance the attentional effects on spatial and temporal resolution.

    Science.gov (United States)

    Bocanegra, Bruno R; Zeelenberg, René

    2011-12-01

    In the present study, we demonstrated that the emotional significance of a spatial cue enhances the effect of covert attention on spatial and temporal resolution (i.e., our ability to discriminate small spatial details and fast temporal flicker). Our results indicated that fearful face cues, as compared with neutral face cues, enhanced the attentional benefits in spatial resolution but also enhanced the attentional deficits in temporal resolution. Furthermore, we observed that the overall magnitudes of individuals' attentional effects correlated strongly with the magnitude of the emotion × attention interaction effect. Combined, these findings provide strong support for the idea that emotion enhances the strength of a cue's attentional response.

  8. Effects of mosquitofish (Gambusia affinis cues on wood frog (Lithobates sylvaticus tadpole activity

    Directory of Open Access Journals (Sweden)

    Katherine F. Buttermore

    2011-06-01

    Full Text Available We examined the changes in activity of wood frog (Lithobates sylvaticus tadpoles exposed to combinations of visual, chemical, and mechanical cues of the invasive mosquitofish (Gambusia affinis. We also examined whether the responses of the tadpoles to the predator cues were influenced by the short-term accumulation of chemical cues in the experimental container. In our experiment, the activity of wood frog (L. sylvaticus tadpoles was not affected by the presence of various cues from mosquitofish. Our experiment demonstrated that the repeated use of trial water can influence the activity level of tadpoles, regardless of the predator cue treatment used. Tadpoles in the first trial tended to be less active than tadpoles in subsequent trials. This effect does not appear to be mediated by the accumulation of predator cues since there was no significant interaction term. Our results suggest that short-term accumulation of predator chemical cues do not affect the behavior of wood frog tadpoles: however, our results suggest that the repeated use of the same water in consecutive trials may affect tadpole behavior, perhaps through the accumulation of conspecific chemical cues.

  9. Are multiple visual short-term memory storages necessary to explain the retro-cue effect?

    Science.gov (United States)

    Makovski, Tal

    2012-06-01

    Recent research has shown that change detection performance is enhanced when, during the retention interval, attention is cued to the location of the upcoming test item. This retro-cue advantage has led some researchers to suggest that visual short-term memory (VSTM) is divided into a durable, limited-capacity storage and a more fragile, high-capacity storage. Consequently, performance is poor on the no-cue trials because fragile VSTM is overwritten by the test display and only durable VSTM is accessible under these conditions. In contrast, performance is improved in the retro-cue condition because attention keeps fragile VSTM accessible. The aim of the present study was to test the assumptions underlying this two-storage account. Participants were asked to encode an array of colors for a change detection task involving no-cue and retro-cue trials. A retro-cue advantage was found even when the cue was presented after a visual (Experiment 1) or a central (Experiment 2) interference. Furthermore, the magnitude of the interference was comparable between the no-cue and retro-cue trials. These data undermine the main empirical support for the two-storage account and suggest that the presence of a retro-cue benefit cannot be used to differentiate between different VSTM storages.

  10. Discrimination and streaming of speech sounds based on differences in interaural and spectral cues.

    Science.gov (United States)

    David, Marion; Lavandier, Mathieu; Grimault, Nicolas; Oxenham, Andrew J

    2017-09-01

    Differences in spatial cues, including interaural time differences (ITDs), interaural level differences (ILDs) and spectral cues, can lead to stream segregation of alternating noise bursts. It is unknown how effective such cues are for streaming sounds with realistic spectro-temporal variations. In particular, it is not known whether the high-frequency spectral cues associated with elevation remain sufficiently robust under such conditions. To answer these questions, sequences of consonant-vowel tokens were generated and filtered by non-individualized head-related transfer functions to simulate the cues associated with different positions in the horizontal and median planes. A discrimination task showed that listeners could discriminate changes in interaural cues both when the stimulus remained constant and when it varied between presentations. However, discrimination of changes in spectral cues was much poorer in the presence of stimulus variability. A streaming task, based on the detection of repeated syllables in the presence of interfering syllables, revealed that listeners can use both interaural and spectral cues to segregate alternating syllable sequences, despite the large spectro-temporal differences between stimuli. However, only the full complement of spatial cues (ILDs, ITDs, and spectral cues) resulted in obligatory streaming in a task that encouraged listeners to integrate the tokens into a single stream.

  11. Contextual Cueing Improves Attentional Guidance, Even When Guidance Is Supposedly Optimal

    OpenAIRE

    Harris, A. M.; Remington, R. W.

    2017-01-01

    Visual search through previously encountered contexts typically produces reduced reaction times compared with search through novel contexts. This contextual cueing benefit is well established, but there is debate regarding its underlying mechanisms. Eye-tracking studies have consistently shown reduced number of fixations with repetition, supporting improvements in attentional guidance as the source of contextual cueing. However, contextual cueing benefits have been shown in conditions in whic...

  12. Food and drug cues activate similar brain regions: a meta-analysis of functional MRI studies.

    Science.gov (United States)

    Tang, D W; Fellows, L K; Small, D M; Dagher, A

    2012-06-06

    In healthy individuals, food cues can trigger hunger and feeding behavior. Likewise, smoking cues can trigger craving and relapse in smokers. Brain imaging studies report that structures involved in appetitive behaviors and reward, notably the insula, striatum, amygdala and orbital frontal cortex, tend to be activated by both visual food and smoking cues. Here, by carrying out a meta-analysis of human neuro-imaging studies, we investigate the neural network activated by: 1) food versus neutral cues (14 studies, 142 foci) 2) smoking versus neutral cues (15 studies, 176 foci) 3) smoking versus neutral cues when correlated with craving scores (7 studies, 108 foci). PubMed was used to identify cue-reactivity imaging studies that compared brain response to visual food or smoking cues to neutral cues. Fourteen articles were identified for the food meta-analysis and fifteen articles were identified for the smoking meta-analysis. Six articles were identified for the smoking cue correlated with craving analysis. Meta-analyses were carried out using activation likelihood estimation. Food cues were associated with increased blood oxygen level dependent (BOLD) response in the left amygdala, bilateral insula, bilateral orbital frontal cortex, and striatum. Smoking cues were associated with increased BOLD signal in the same areas, with the exception of the insula. However, the smoking meta-analysis of brain maps correlating cue-reactivity with subjective craving did identify the insula, suggesting that insula activation is only found when craving levels are high. The brain areas identified here are involved in learning, memory and motivation, and their cue-induced activity is an index of the incentive salience of the cues. Using meta-analytic techniques to combine a series of studies, we found that food and smoking cues activate comparable brain networks. There is significant overlap in brain regions responding to conditioned cues associated with natural and drug rewards

  13. How people learn about causal influence when there are many possible causes: A model based on informative transitions.

    Science.gov (United States)

    Derringer, Cory; Rottman, Benjamin Margolin

    2018-05-01

    Four experiments tested how people learn cause-effect relations when there are many possible causes of an effect. When there are many cues, even if all the cues together strongly predict the effect, the bivariate relation between each individual cue and the effect can be weak, which can make it difficult to detect the influence of each cue. We hypothesized that when detecting the influence of a cue, in addition to learning from the states of the cues and effect (e.g., a cue is present and the effect is present), which is hypothesized by multiple existing theories of learning, participants would also learn from transitions - how the cues and effect change over time (e.g., a cue turns on and the effect turns on). We found that participants were better able to identify positive and negative cues in an environment in which only one cue changed from one trial to the next, compared to multiple cues changing (Experiments 1A, 1B). Within a single learning sequence, participants were also more likely to update their beliefs about causal strength when one cue changed at a time ('one-change transitions') than when multiple cues changed simultaneously (Experiment 2). Furthermore, learning was impaired when the trials were grouped by the state of the effect (Experiment 3) or when the trials were grouped by the state of a cue (Experiment 4), both of which reduce the number of one-change transitions. We developed a modification of the Rescorla-Wagner algorithm to model this 'Informative Transitions' learning processes. Copyright © 2018 Elsevier Inc. All rights reserved.

  14. DESIGNING SUSTAINABLE PROCESSES WITH SIMULATION: THE WASTE REDUCTION (WAR) ALGORITHM

    Science.gov (United States)

    The WAR Algorithm, a methodology for determining the potential environmental impact (PEI) of a chemical process, is presented with modifications that account for the PEI of the energy consumed within that process. From this theory, four PEI indexes are used to evaluate the envir...

  15. Audiovisual Cues and Perceptual Learning of Spectrally Distorted Speech

    Science.gov (United States)

    Pilling, Michael; Thomas, Sharon

    2011-01-01

    Two experiments investigate the effectiveness of audiovisual (AV) speech cues (cues derived from both seeing and hearing a talker speak) in facilitating perceptual learning of spectrally distorted speech. Speech was distorted through an eight channel noise-vocoder which shifted the spectral envelope of the speech signal to simulate the properties…

  16. Ignoring Memory Hints: The Stubborn Influence of Environmental Cues on Recognition Memory

    Science.gov (United States)

    Selmeczy, Diana; Dobbins, Ian G.

    2017-01-01

    Recognition judgments can benefit from the use of environmental cues that signal the general likelihood of encountering familiar versus unfamiliar stimuli. While incorporating such cues is often adaptive, there are circumstances (e.g., eyewitness testimony) in which observers should fully ignore environmental cues in order to preserve memory…

  17. Forgotten but Not Gone: Retro-Cue Costs and Benefits in a Double-Cueing Paradigm Suggest Multiple States in Visual Short-Term Memory

    Science.gov (United States)

    van Moorselaar, Dirk; Olivers, Christian N. L.; Theeuwes, Jan; Lamme, Victor A. F.; Sligte, Ilja G.

    2015-01-01

    Visual short-term memory (VSTM) performance is enhanced when the to-be-tested item is cued after encoding. This so-called retro-cue benefit is typically accompanied by a cost for the noncued items, suggesting that information is lost from VSTM upon presentation of a retrospective cue. Here we assessed whether noncued items can be restored to VSTM…

  18. Accommodation and vergence response gains to different near cues characterize specific esotropias.

    Science.gov (United States)

    Horwood, Anna M; Riddell, Patricia M

    2013-09-01

    To describe preliminary findings of how the profile of the use of blur, disparity, and proximal cues varies between non-strabismic groups and those with different types of esotropia. This was a case control study. A remote haploscopic photorefractor measured simultaneous convergence and accommodation to a range of targets containing all combinations of binocular disparity, blur, and proximal (looming) cues. Thirteen constant esotropes, 16 fully accommodative esotropes, and 8 convergence excess esotropes were compared with age- and refractive error-matched controls and 27 young adult emmetropic controls. All wore full refractive correction if not emmetropic. Response AC/A and CA/C ratios were also assessed. Cue use differed between the groups. Even esotropes with constant suppression and no binocular vision (BV) responded to disparity in cues. The constant esotropes with weak BV showed trends for more stable responses and better vergence and accommodation than those without any BV. The accommodative esotropes made less use of disparity cues to drive accommodation (p = 0.04) and more use of blur to drive vergence (p = 0.008) than controls. All esotropic groups failed to show the strong bias for better responses to disparity cues found in the controls, with convergence excess esotropes favoring blur cues. AC/A and CA/C ratios existed in an inverse relationship in the different groups. Accommodative lag of > 1.0 D at 33 cm was common (46%) in the pooled esotropia groups compared with 11% in typical children (p = 0.05). Esotropic children use near cues differently from matched non-esotropic children in ways characteristic to their deviations. Relatively higher weighting for blur cues was found in accommodative esotropia compared to matched controls.

  19. Monitoring and regulation of learning in medical education: the need for predictive cues.

    Science.gov (United States)

    de Bruin, Anique B H; Dunlosky, John; Cavalcanti, Rodrigo B

    2017-06-01

    Being able to accurately monitor learning activities is a key element in self-regulated learning in all settings, including medical schools. Yet students' ability to monitor their progress is often limited, leading to inefficient use of study time. Interventions that improve the accuracy of students' monitoring can optimise self-regulated learning, leading to higher achievement. This paper reviews findings from cognitive psychology and explores potential applications in medical education, as well as areas for future research. Effective monitoring depends on students' ability to generate information ('cues') that accurately reflects their knowledge and skills. The ability of these 'cues' to predict achievement is referred to as 'cue diagnosticity'. Interventions that improve the ability of students to elicit predictive cues typically fall into two categories: (i) self-generation of cues and (ii) generation of cues that is delayed after self-study. Providing feedback and support is useful when cues are predictive but may be too complex to be readily used. Limited evidence exists about interventions to improve the accuracy of self-monitoring among medical students or trainees. Developing interventions that foster use of predictive cues can enhance the accuracy of self-monitoring, thereby improving self-study and clinical reasoning. First, insight should be gained into the characteristics of predictive cues used by medical students and trainees. Next, predictive cue prompts should be designed and tested to improve monitoring and regulation of learning. Finally, the use of predictive cues should be explored in relation to teaching and learning clinical reasoning. Improving self-regulated learning is important to help medical students and trainees efficiently acquire knowledge and skills necessary for clinical practice. Interventions that help students generate and use predictive cues hold the promise of improved self-regulated learning and achievement. This framework is

  20. Subconscious visual cues during movement execution allow correct online choice reactions.

    Directory of Open Access Journals (Sweden)

    Christian Leukel

    Full Text Available Part of the sensory information is processed by our central nervous system without conscious perception. Subconscious processing has been shown to be capable of triggering motor reactions. In the present study, we asked the question whether visual information, which is not consciously perceived, could influence decision-making in a choice reaction task. Ten healthy subjects (28 ± 5 years executed two different experimental protocols. In the Motor reaction protocol, a visual target cue was shown on a computer screen. Depending on the displayed cue, subjects had to either complete a reaching movement (go-condition or had to abort the movement (stop-condition. The cue was presented with different display durations (20-160 ms. In the second Verbalization protocol, subjects verbalized what they experienced on the screen. Again, the cue was presented with different display durations. This second protocol tested for conscious perception of the visual cue. The results of this study show that subjects achieved significantly more correct responses in the Motor reaction protocol than in the Verbalization protocol. This difference was only observed at the very short display durations of the visual cue. Since correct responses in the Verbalization protocol required conscious perception of the visual information, our findings imply that the subjects performed correct motor responses to visual cues, which they were not conscious about. It is therefore concluded that humans may reach decisions based on subconscious visual information in a choice reaction task.

  1. Centrifugal compressor shape modification using a proposed inverse design method

    International Nuclear Information System (INIS)

    Niliahmadabadi, Mahdi; Poursadegh, Farzad

    2013-01-01

    This paper is concerned with a quasi-3D design method for the radial and axial diffusers of a centrifugal compressor on the meridional plane. The method integrates a novel inverse design algorithm, called ball-spine algorithm (BSA), and a quasi-3D analysis code. The Euler equation is solved on the meridional plane for a numerical domain, of which unknown boundaries (hub and shroud) are iteratively modified under the BSA until a prescribed pressure distribution is reached. In BSA, unknown walls are composed of a set of virtual balls that move freely along specified directions called spines. The difference between target and current pressure distributions causes the flexible boundary to deform at each modification step. In validating the quasi-3D analysis code, a full 3D Navier-Stokes code is used to analyze the existing and designed compressors numerically. Comparison of the quasi-3D analysis results with full 3D analysis results shows viable agreement. The 3D numerical analysis of the current compressor shows a huge total pressure loss on the 90 .deg. bend between the radial and axial diffusers. Geometric modification of the meridional plane causes the efficiency to improve by about 10%.

  2. Centrifugal compressor shape modification using a proposed inverse design method

    Energy Technology Data Exchange (ETDEWEB)

    Niliahmadabadi, Mahdi [Isfahan University of Technology, Isfahan (Iran, Islamic Republic of); Poursadegh, Farzad [Sharif University of Technology, Tehran (Iran, Islamic Republic of)

    2013-03-15

    This paper is concerned with a quasi-3D design method for the radial and axial diffusers of a centrifugal compressor on the meridional plane. The method integrates a novel inverse design algorithm, called ball-spine algorithm (BSA), and a quasi-3D analysis code. The Euler equation is solved on the meridional plane for a numerical domain, of which unknown boundaries (hub and shroud) are iteratively modified under the BSA until a prescribed pressure distribution is reached. In BSA, unknown walls are composed of a set of virtual balls that move freely along specified directions called spines. The difference between target and current pressure distributions causes the flexible boundary to deform at each modification step. In validating the quasi-3D analysis code, a full 3D Navier-Stokes code is used to analyze the existing and designed compressors numerically. Comparison of the quasi-3D analysis results with full 3D analysis results shows viable agreement. The 3D numerical analysis of the current compressor shows a huge total pressure loss on the 90 .deg. bend between the radial and axial diffusers. Geometric modification of the meridional plane causes the efficiency to improve by about 10%.

  3. Multisensory Cues Capture Spatial Attention Regardless of Perceptual Load

    Science.gov (United States)

    Santangelo, Valerio; Spence, Charles

    2007-01-01

    We compared the ability of auditory, visual, and audiovisual (bimodal) exogenous cues to capture visuo-spatial attention under conditions of no load versus high perceptual load. Participants had to discriminate the elevation (up vs. down) of visual targets preceded by either unimodal or bimodal cues under conditions of high perceptual load (in…

  4. Meals and snacks: Children's characterizations of food and eating cues.

    Science.gov (United States)

    Marx, Jenna M; Hoffmann, Debra A; Musher-Eizenman, Dara R

    2016-02-01

    This study examined preschoolers' and their parents' categorizations of eating episodes based on cues used for defining these occasions (i.e., time, portion size, preparation, content, and emotion) as a meal or snack. Thirty-four children aged 4 to 6 saw pictorial representations of each cue, along with a short verbal description, and were asked to place the picture in one of three boxes: "meal", "snack", or "either meal or snack". One parent per child (85% mothers, Mean age = 35.1 years) separately categorized the same items in an online survey. Results illustrated which cues play a role in how parents and children categorize eating occasions as meals or snacks. Parents used 24 of the 32 cue-related items to distinguish between eating occasions as a meal or a snack, while children used only four. Parents and preschoolers were consistent in using cartoon character packaging to indicate a snack, and also used several of the same content cues. The current study highlights the various cues used to categorize an eating occasion, and the unhealthy character of snacks, as participants associated some unhealthy foods and very few healthy foods with snacks. Future research should focus on the role of parents, the home environment, and advertising media in shaping children's characterizations of eating occasions towards development of healthy eating habits and away from problematic eating behaviors that may persist later in life. Copyright © 2015 Elsevier Ltd. All rights reserved.

  5. Motor Training: Comparison of Visual and Auditory Coded Proprioceptive Cues

    Directory of Open Access Journals (Sweden)

    Philip Jepson

    2012-05-01

    Full Text Available Self-perception of body posture and movement is achieved through multi-sensory integration, particularly the utilisation of vision, and proprioceptive information derived from muscles and joints. Disruption to these processes can occur following a neurological accident, such as stroke, leading to sensory and physical impairment. Rehabilitation can be helped through use of augmented visual and auditory biofeedback to stimulate neuro-plasticity, but the effective design and application of feedback, particularly in the auditory domain, is non-trivial. Simple auditory feedback was tested by comparing the stepping accuracy of normal subjects when given a visual spatial target (step length and an auditory temporal target (step duration. A baseline measurement of step length and duration was taken using optical motion capture. Subjects (n=20 took 20 ‘training’ steps (baseline ±25% using either an auditory target (950 Hz tone, bell-shaped gain envelope or visual target (spot marked on the floor and were then asked to replicate the target step (length or duration corresponding to training with all feedback removed. Visual cues (mean percentage error=11.5%; SD ± 7.0%; auditory cues (mean percentage error = 12.9%; SD ± 11.8%. Visual cues elicit a high degree of accuracy both in training and follow-up un-cued tasks; despite the novelty of the auditory cues present for subjects, the mean accuracy of subjects approached that for visual cues, and initial results suggest a limited amount of practice using auditory cues can improve performance.

  6. The role of within-compound associations in learning about absent cues.

    Science.gov (United States)

    Witnauer, James E; Miller, Ralph R

    2011-05-01

    When two cues are reinforced together (in compound), most associative models assume that animals learn an associative network that includes direct cue-outcome associations and a within-compound association. All models of associative learning subscribe to the importance of cue-outcome associations, but most models assume that within-compound associations are irrelevant to each cue's subsequent behavioral control. In the present article, we present an extension of Van Hamme and Wasserman's (Learning and Motivation 25:127-151, 1994) model of retrospective revaluation based on learning about absent cues that are retrieved through within-compound associations. The model was compared with a model lacking retrieval through within-compound associations. Simulations showed that within-compound associations are necessary for the model to explain higher-order retrospective revaluation and the observed greater retrospective revaluation after partial reinforcement than after continuous reinforcement alone. These simulations suggest that the associability of an absent stimulus is determined by the extent to which the stimulus is activated through the within-compound association.

  7. Veering re-visited: noise and posture cues in walking without sight.

    Science.gov (United States)

    Millar, S

    1999-01-01

    Effects of sound and posture cues on veering from the straight-ahead were tested with young blind children in an unfamiliar space that lacked orienting cues. In a pre-test with a previously heard target sound, all subjects walked straight to the target. A recording device, which sampled the locomotor trajectories automatically, showed that, without prior cues from target locations, subjects tended to veer more to the side from which they heard a brief, irrelevant noise. Carrying a load on one side produced more veering to the opposite side. The detailed samples showed that, underlying the main trajectories, were alternating concave and convex (left and right) movements, suggesting stepwise changes in body position. It is argued that the same external and body-centred cues that contribute to reference-frame orientation for locomotion when they converge and concur, influence the direction of veering when the cues occur in isolation in environments that lack converging reference information.

  8. Heavy drinking, impulsivity and attentional narrowing following alcohol cue exposure.

    Science.gov (United States)

    Hicks, Joshua A; Fields, Sherecce; Davis, William E; Gable, Philip A

    2015-08-01

    Research shows that alcohol-related stimuli have the propensity to capture attention among individuals motivated to consume alcohol. Research has further demonstrated that impulsive individuals are especially prone to this type of attentional bias. Recently, it is suggested that alcohol cue exposure can also produce a general narrowing of attention consistent with the activation of approach motivational states. Based on previous models of addiction and recent research on the activation of approach motivational states, we predicted that impulsive individuals would demonstrate a constriction of attentional focus in response to alcohol cue exposure. Participants (n = 392) completed a task assessing attentional breadth in response to alcohol and non-alcohol cues, followed by measures of alcohol use and impulsivity. The findings revealed that impulsivity scores predicted narrowing of attentional scope following the presentation of alcohol cues for heavier drinkers but not for light drinkers. These results suggest that impulsive individuals who drink more heavily demonstrate a narrowing of attention in the presence of alcohol-related incentive cues. Implications for how these findings might account for the link between impulsivity and alcohol use and misuse are discussed.

  9. Food and beverage cues in UK and Irish children-television programming.

    Science.gov (United States)

    Scully, Paul; Reid, Orlaith; Macken, Alan; Healy, Mark; Saunders, Jean; Leddin, Des; Cullen, Walter; Dunne, Colum; O'Gorman, Clodagh S

    2014-11-01

    Increased time in which children spend watching television is a well-described contributor to paediatric obesity. This study investigated the frequency and type of food and beverage placement in children-specific television broadcasts and compared data from UK (UK) and Irish television stations. Content analysis, totalling 82.5 h, reflecting 5 weekdays of children-specific television broadcasting on UK and Irish television channels was performed. To allow comparison between UK and Irish food and beverage cues, only broadcasts between 06.00 and 11.30 were analysed. Data were coded separately by two analysts and transferred to SPSS for analyses. Food and beverage cues were coded based on type of product, product placement, product use, motivation, outcome and characters involved. A total of 1155 food and beverage cues were recorded. Sweet snacks were the most frequent food cue (13.3%), followed by sweets/candy (11.4%). Tea/coffee was the most frequent beverage cue (13.5%), followed by sugar-sweetened beverages (13.0%). The outcome of the cue was positive in 32.6%, negative in 19.8%, and neutral in 47.5% of cases. The most common motivating factor associated with each cue was celebratory/social (25.2%), followed by hunger/thirst (25.0%). Comparison of UK and Irish placements showed both to portray high levels of unhealthy food cues. However, placements for sugar-sweetened beverages were relatively low on both channels. This study provides further evidence of the prominence of unhealthy foods in children's programming. These data may provide guidance for healthcare professionals, regulators and programme makers in planning for a healthier portrayal of food and beverage in children's television. Published by the BMJ Publishing Group Limited. For permission to use (where not already granted under a licence) please go to http://group.bmj.com/group/rights-licensing/permissions.

  10. Variable depth recursion algorithm for leaf sequencing

    International Nuclear Information System (INIS)

    Siochi, R. Alfredo C.

    2007-01-01

    The processes of extraction and sweep are basic segmentation steps that are used in leaf sequencing algorithms. A modified version of a commercial leaf sequencer changed the way that the extracts are selected and expanded the search space, but the modification maintained the basic search paradigm of evaluating multiple solutions, each one consisting of up to 12 extracts and a sweep sequence. While it generated the best solutions compared to other published algorithms, it used more computation time. A new, faster algorithm selects one extract at a time but calls itself as an evaluation function a user-specified number of times, after which it uses the bidirectional sweeping window algorithm as the final evaluation function. To achieve a performance comparable to that of the modified commercial leaf sequencer, 2-3 calls were needed, and in all test cases, there were only slight improvements beyond two calls. For the 13 clinical test maps, computation speeds improved by a factor between 12 and 43, depending on the constraints, namely the ability to interdigitate and the avoidance of the tongue-and-groove under dose. The new algorithm was compared to the original and modified versions of the commercial leaf sequencer. It was also compared to other published algorithms for 1400, random, 15x15, test maps with 3-16 intensity levels. In every single case the new algorithm provided the best solution

  11. Spatial orienting around the fovea: exogenous and endogenous cueing effects.

    Science.gov (United States)

    Yang, Taoxi; Zhang, Jiyuan; Bao, Yan

    2015-09-01

    The effect of covert attention in perifoveal and peripheral locations has been studied extensively. However, it is less clear whether attention operates similarly in the foveal area itself. The present study aims to investigate whether the attentional orienting elicited by an exogenous or endogenous cue can operate within the foveal area and whether attentional orienting operates similarly between foveal and perifoveal regions. By manipulating exogenous orienting in Experiment 1 and endogenous orienting in Experiment 2, we observed both forms of cueing in the foveal area. Specifically, we observed a larger exogenous cue-induced inhibitory effect (i.e., inhibition of return effect) and a similar endogenous cue-elicited facilitatory effect for the perifoveal relative to the foveal targets. We conclude that exogenous and endogenous orienting subject to two independent attentional systems with distinct modulation patterns in the foveal area.

  12. The role of smell, taste, flavour and texture cues in the identification of vegetables

    NARCIS (Netherlands)

    Stokkom, van V.L.; Blok, A.E.; Kooten, van O.; Graaf, de C.; Stieger, M.

    2018-01-01

    It has been shown that the identification of many foods including vegetables based on flavour cues is often difficult. The effect of providing texture cues in addition to flavour cues on the identification of foods and the effect of providing taste cues only on the identification of foods have not

  13. Spiny lobsters detect conspecific blood-borne alarm cues exclusively through olfactory sensilla.

    Science.gov (United States)

    Shabani, Shkelzen; Kamio, Michiya; Derby, Charles D

    2008-08-01

    When attacked by predators, diverse animals actively or passively release molecules that evoke alarm and related anti-predatory behavior by nearby conspecifics. The actively released molecules are alarm pheromones, whereas the passively released molecules are alarm cues. For example, many insects have alarm-signaling systems that involve active release of alarm pheromones from specialized glands and detection of these signals using specific sensors. Many crustaceans passively release alarm cues, but the nature of the cues, sensors and responses is poorly characterized. Here we show in laboratory and field experiments that injured Caribbean spiny lobsters, Panulirus argus, passively release alarm cues via blood (hemolymph) that induce alarm responses in the form of avoidance and suppression of feeding. These cues are detected exclusively through specific olfactory chemosensors, the aesthetasc sensilla. The alarm cues for Caribbean spiny lobsters are not unique to the species but do show some phylogenetic specificity: P. argus responds primarily with alarm behavior to conspecific blood, but with mixed alarm and appetitive behaviors to blood from the congener Panulirus interruptus, or with appetitive behaviors to blood from the blue crab Callinectes sapidus. This study lays the foundation for future neuroethological studies of alarm cue systems in this and other decapod crustaceans.

  14. Pedagogical Cues to an Artist's Intention in Young Children's Understanding of Drawings

    Science.gov (United States)

    Salsa, Analía M.; Vivaldi, Romina A.

    2016-01-01

    Three studies investigated the effects of pedagogical cues to an artist's referential intention on 2- and 2.5-year-old children's understanding of drawings in a matching task without verbal labels support. Results showed that pedagogical cues, the combination of the artist's eye gaze while she was creating the drawings (nonlinguistic cues), and…

  15. The prelimbic cortex directs attention toward predictive cues during fear learning.

    Science.gov (United States)

    Sharpe, Melissa J; Killcross, Simon

    2015-06-01

    The prelimbic cortex is argued to promote conditioned fear expression, at odds with appetitive research implicating this region in attentional processing. Consistent with an attentional account, we report that the effect of prelimbic lesions on fear expression depends on the degree of competition between contextual and discrete cues. Further, when competition from contextual cues is low, we found that PL inactivation resulted in animals expressing fear toward irrelevant discrete cues; an effect selective to inactivation during the learning phase and not during retrieval. These data demonstrate that the prelimbic cortex modulates attention toward cues to preferentially direct fear responding on the basis of their predictive value. © 2015 Sharpe and Killcross; Published by Cold Spring Harbor Laboratory Press.

  16. NSGA-II algorithm for multi-objective generation expansion planning problem

    Energy Technology Data Exchange (ETDEWEB)

    Murugan, P.; Kannan, S. [Electronics and Communication Engineering Department, Arulmigu Kalasalingam College of Engineering, Krishnankoil 626190, Tamilnadu (India); Baskar, S. [Electrical Engineering Department, Thiagarajar College of Engineering, Madurai 625015, Tamilnadu (India)

    2009-04-15

    This paper presents an application of Elitist Non-dominated Sorting Genetic Algorithm version II (NSGA-II), to multi-objective generation expansion planning (GEP) problem. The GEP problem is considered as a two-objective problem. The first objective is the minimization of investment cost and the second objective is the minimization of outage cost (or maximization of reliability). To improve the performance of NSGA-II, two modifications are proposed. One modification is incorporation of Virtual Mapping Procedure (VMP), and the other is introduction of controlled elitism in NSGA-II. A synthetic test system having 5 types of candidate units is considered here for GEP for a 6-year planning horizon. The effectiveness of the proposed modifications is illustrated in detail. (author)

  17. Intentional Forgetting in Organizations: The Importance of Eliminating Retrieval Cues for Implementing New Routines

    Directory of Open Access Journals (Sweden)

    Annette Kluge

    2018-02-01

    Full Text Available To cope with the already large, and ever increasing, amount of information stored in organizational memory, “forgetting,” as an important human memory process, might be transferred to the organizational context. Especially in intentionally planned change processes (e.g., change management, forgetting is an important precondition to impede the recall of obsolete routines and adapt to new strategic objectives accompanied by new organizational routines. We first comprehensively review the literature on the need for organizational forgetting and particularly on accidental vs. intentional forgetting. We discuss the current state of the art of theory and empirical evidence on forgetting from cognitive psychology in order to infer mechanisms applicable to the organizational context. In this respect, we emphasize retrieval theories and the relevance of retrieval cues important for forgetting. Subsequently, we transfer the empirical evidence that the elimination of retrieval cues leads to faster forgetting to the forgetting of organizational routines, as routines are part of organizational memory. We then propose a classification of cues (context, sensory, business process-related cues that are relevant in the forgetting of routines, and discuss a meta-cue called the “situational strength” cue, which is relevant if cues of an old and a new routine are present simultaneously. Based on the classification as business process-related cues (information, team, task, object cues, we propose mechanisms to accelerate forgetting by eliminating specific cues based on the empirical and theoretical state of the art. We conclude that in intentional organizational change processes, the elimination of cues to accelerate forgetting should be used in change management practices.

  18. Intentional Forgetting in Organizations: The Importance of Eliminating Retrieval Cues for Implementing New Routines.

    Science.gov (United States)

    Kluge, Annette; Gronau, Norbert

    2018-01-01

    To cope with the already large, and ever increasing, amount of information stored in organizational memory, "forgetting," as an important human memory process, might be transferred to the organizational context. Especially in intentionally planned change processes (e.g., change management), forgetting is an important precondition to impede the recall of obsolete routines and adapt to new strategic objectives accompanied by new organizational routines. We first comprehensively review the literature on the need for organizational forgetting and particularly on accidental vs. intentional forgetting. We discuss the current state of the art of theory and empirical evidence on forgetting from cognitive psychology in order to infer mechanisms applicable to the organizational context. In this respect, we emphasize retrieval theories and the relevance of retrieval cues important for forgetting. Subsequently, we transfer the empirical evidence that the elimination of retrieval cues leads to faster forgetting to the forgetting of organizational routines, as routines are part of organizational memory. We then propose a classification of cues (context, sensory, business process-related cues) that are relevant in the forgetting of routines, and discuss a meta-cue called the "situational strength" cue, which is relevant if cues of an old and a new routine are present simultaneously. Based on the classification as business process-related cues (information, team, task, object cues), we propose mechanisms to accelerate forgetting by eliminating specific cues based on the empirical and theoretical state of the art. We conclude that in intentional organizational change processes, the elimination of cues to accelerate forgetting should be used in change management practices.

  19. More than a feeling: Emotional cues impact the access and experience of autobiographical memories.

    Science.gov (United States)

    Sheldon, Signy; Donahue, Julia

    2017-07-01

    Remembering is impacted by several factors of retrieval, including the emotional content of a memory cue. Here we tested how musical retrieval cues that differed on two dimensions of emotion-valence (positive and negative) and arousal (high and low)-impacted the following aspects of autobiographical memory recall: the response time to access a past personal event, the experience of remembering (ratings of memory vividness), the emotional content of a cued memory (ratings of event arousal and valence), and the type of event recalled (ratings of event energy, socialness, and uniqueness). We further explored how cue presentation affected autobiographical memory retrieval by administering cues of similar arousal and valence levels in a blocked fashion to one half of the tested participants, and randomly to the other half. We report three main findings. First, memories were accessed most quickly in response to musical cues that were highly arousing and positive in emotion. Second, we observed a relation between a cue and the elicited memory's emotional valence but not arousal; however, both the cue valence and arousal related to the nature of the recalled event. Specifically, high cue arousal led to lower memory vividness and uniqueness ratings, but cues with both high arousal and positive valence were associated with memories rated as more social and energetic. Finally, cue presentation impacted both how quickly and specifically memories were accessed and how cue valence affected the memory vividness ratings. The implications of these findings for views of how emotion directs the access to memories and the experience of remembering are discussed.

  20. The Role of Auditory Cues in the Spatial Knowledge of Blind Individuals

    Science.gov (United States)

    Papadopoulos, Konstantinos; Papadimitriou, Kimon; Koutsoklenis, Athanasios

    2012-01-01

    The study presented here sought to explore the role of auditory cues in the spatial knowledge of blind individuals by examining the relation between the perceived auditory cues and the landscape of a given area and by investigating how blind individuals use auditory cues to create cognitive maps. The findings reveal that several auditory cues…

  1. Working memory load and the retro-cue effect: A diffusion model account.

    Science.gov (United States)

    Shepherdson, Peter; Oberauer, Klaus; Souza, Alessandra S

    2018-02-01

    Retro-cues (i.e., cues presented between the offset of a memory array and the onset of a probe) have consistently been found to enhance performance in working memory tasks, sometimes ameliorating the deleterious effects of increased memory load. However, the mechanism by which retro-cues exert their influence remains a matter of debate. To inform this debate, we applied a hierarchical diffusion model to data from 4 change detection experiments using single item, location-specific probes (i.e., a local recognition task) with either visual or verbal memory stimuli. Results showed that retro-cues enhanced the quality of information entering the decision process-especially for visual stimuli-and decreased the time spent on nondecisional processes. Further, cues interacted with memory load primarily on nondecision time, decreasing or abolishing load effects. To explain these findings, we propose an account whereby retro-cues act primarily to reduce the time taken to access the relevant representation in memory upon probe presentation, and in addition protect cued representations from visual interference. (PsycINFO Database Record (c) 2018 APA, all rights reserved).

  2. Application of genetic algorithm with genetic modification and quality map in production strategy optimization; Aplicacao de algoritmo genetico com modificacao genetica e mapa de qualidade na otimizacao de estrategia de producao

    Energy Technology Data Exchange (ETDEWEB)

    Nakajima, Lincoln; Maschio, Celio; Schiozer, Denis J. [Universidade Estadual de Campinas (UNICAMP), SP (Brazil). Faculdade de Engenharia Mecanica. Dept. de Engenharia de Petroleo

    2008-07-01

    The definition of position and number of wells is the most important stage on production strategy selection, since it will affect the reservoir behavior, which influences future decisions. However this process is time-consuming and it is often a trial-and-error approach. Many studies have been made in order to reduce the engineer's effort in this stage, by minimizing the number of simulation runs through proxy models or by automating the whole process, using some optimization algorithm. This work proposes a methodology that integrates genetic algorithm and quality map to automate the production strategy optimization. It is also introduced the concept of genetic modification, which is the procedure to update the quality map according to the wells production of each evaluated strategy. The objective is to improve the evolutionary process, allowing the evaluation of more promising alternatives, improving the chance of obtaining better solutions without a substantial increase in the number of simulations. (author)

  3. Rolling scheduling of electric power system with wind power based on improved NNIA algorithm

    Science.gov (United States)

    Xu, Q. S.; Luo, C. J.; Yang, D. J.; Fan, Y. H.; Sang, Z. X.; Lei, H.

    2017-11-01

    This paper puts forth a rolling modification strategy for day-ahead scheduling of electric power system with wind power, which takes the operation cost increment of unit and curtailed wind power of power grid as double modification functions. Additionally, an improved Nondominated Neighbor Immune Algorithm (NNIA) is proposed for solution. The proposed rolling scheduling model has further improved the operation cost of system in the intra-day generation process, enhanced the system’s accommodation capacity of wind power, and modified the key transmission section power flow in a rolling manner to satisfy the security constraint of power grid. The improved NNIA algorithm has defined an antibody preference relation model based on equal incremental rate, regulation deviation constraints and maximum & minimum technical outputs of units. The model can noticeably guide the direction of antibody evolution, and significantly speed up the process of algorithm convergence to final solution, and enhance the local search capability.

  4. Sex differences in neural responses to stress and alcohol context cues.

    Science.gov (United States)

    Seo, Dongju; Jia, Zhiru; Lacadie, Cheryl M; Tsou, Kristen A; Bergquist, Keri; Sinha, Rajita

    2011-11-01

    Stress and alcohol context cues are each associated with alcohol-related behaviors, yet neural responses underlying these processes remain unclear. This study investigated the neural correlates of stress and alcohol context cue experiences and examined sex differences in these responses. Using functional magnetic resonance imaging, brain responses were examined while 43 right-handed, socially drinking, healthy individuals (23 females) engaged in brief guided imagery of personalized stress, alcohol-cue, and neutral-relaxing scenarios. Stress and alcohol-cue exposure increased activity in the cortico-limbic-striatal circuit (P left anterior insula, striatum, and visuomotor regions (parietal and occipital lobe, and cerebellum). Activity in the left dorsal striatum increased during stress, while bilateral ventral striatum activity was evident during alcohol-cue exposure. Men displayed greater stress-related activations in the mPFC, rostral ACC, posterior insula, amygdala, and hippocampus than women, whereas women showed greater alcohol-cue-related activity in the superior and middle frontal gyrus (SFG/MFG) than men. Stress-induced anxiety was positively associated with activity in emotion-modulation regions, including the medial OFC, ventromedial PFC, left superior-mPFC, and rostral ACC in men, but in women with activation in the SFG/MFG, regions involved in cognitive processing. Alcohol craving was significantly associated with the striatum (encompassing dorsal, and ventral) in men, supporting its involvement in alcohol "urge" in healthy men. These results indicate sex differences in neural processing of stress and alcohol-cue experiences and have implications for sex-specific vulnerabilities to stress- and alcohol-related psychiatric disorders. Copyright © 2010 Wiley-Liss, Inc.

  5. Transfer of Old "Reactivated" Memory Retrieval Cues in Rats

    Science.gov (United States)

    Briggs, James F.; Riccio, David C.

    2008-01-01

    The present studies examined whether the retrieval of an old "reactivated" memory could be brought under the control of new contextual cues. In Experiment 1 rats trained in one context were exposed to different contextual cues either immediately, 60 or 120 min after a cued reactivation of the training memory. When tested in the shifted context,…

  6. Named Entity Linking Algorithm

    Directory of Open Access Journals (Sweden)

    M. F. Panteleev

    2017-01-01

    Full Text Available In the tasks of processing text in natural language, Named Entity Linking (NEL represents the task to define and link some entity, which is found in the text, with some entity in the knowledge base (for example, Dbpedia. Currently, there is a diversity of approaches to solve this problem, but two main classes can be identified: graph-based approaches and machine learning-based ones. Graph and Machine Learning approaches-based algorithm is proposed accordingly to the stated assumptions about the interrelations of named entities in a sentence and in general.In the case of graph-based approaches, it is necessary to solve the problem of identifying an optimal set of the related entities according to some metric that characterizes the distance between these entities in a graph built on some knowledge base. Due to limitations in processing power, to solve this task directly is impossible. Therefore, its modification is proposed. Based on the algorithms of machine learning, an independent solution cannot be built due to small volumes of training datasets relevant to NEL task. However, their use can contribute to improving the quality of the algorithm. The adaptation of the Latent Dirichlet Allocation model is proposed in order to obtain a measure of the compatibility of attributes of various entities encountered in one context.The efficiency of the proposed algorithm was experimentally tested. A test dataset was independently generated. On its basis the performance of the model was compared using the proposed algorithm with the open source product DBpedia Spotlight, which solves the NEL problem.The mockup, based on the proposed algorithm, showed a low speed as compared to DBpedia Spotlight. However, the fact that it has shown higher accuracy, stipulates the prospects for work in this direction.The main directions of development were proposed in order to increase the accuracy of the system and its productivity.

  7. Cues, quantification, and agreement in language comprehension.

    Science.gov (United States)

    Tanner, Darren; Bulkes, Nyssa Z

    2015-12-01

    We investigated factors that affect the comprehension of subject-verb agreement in English, using quantification as a window into the relationship between morphosyntactic processes in language production and comprehension. Event-related brain potentials (ERPs) were recorded while participants read sentences with grammatical and ungrammatical verbs, in which the plurality of the subject noun phrase was either doubly marked (via overt plural quantification and morphological marking on the noun) or singly marked (via only plural morphology on the noun). Both acceptability judgments and the ERP data showed heightened sensitivity to agreement violations when quantification provided an additional cue to the grammatical number of the subject noun phrase, over and above plural morphology. This is consistent with models of grammatical comprehension that emphasize feature prediction in tandem with cue-based memory retrieval. Our results additionally contrast with those of prior studies that showed no effects of plural quantification on agreement in language production. These findings therefore highlight some nontrivial divergences in the cues and mechanisms supporting morphosyntactic processing in language production and comprehension.

  8. A New Method Based On Modified Shuffled Frog Leaping Algorithm In Order To Solve Nonlinear Large Scale Problem

    Directory of Open Access Journals (Sweden)

    Aliasghar Baziar

    2015-03-01

    Full Text Available Abstract In order to handle large scale problems this study has used shuffled frog leaping algorithm. This algorithm is an optimization method based on natural memetics that uses a new two-phase modification to it to have a better search in the problem space. The suggested algorithm is evaluated by comparing to some well known algorithms using several benchmark optimization problems. The simulation results have clearly shown the superiority of this algorithm over other well-known methods in the area.

  9. An Adaptive Sweep-Circle Spatial Clustering Algorithm Based on Gestalt

    Directory of Open Access Journals (Sweden)

    Qingming Zhan

    2017-08-01

    Full Text Available An adaptive spatial clustering (ASC algorithm is proposed in this present study, which employs sweep-circle techniques and a dynamic threshold setting based on the Gestalt theory to detect spatial clusters. The proposed algorithm can automatically discover clusters in one pass, rather than through the modification of the initial model (for example, a minimal spanning tree, Delaunay triangulation, or Voronoi diagram. It can quickly identify arbitrarily-shaped clusters while adapting efficiently to non-homogeneous density characteristics of spatial data, without the need for prior knowledge or parameters. The proposed algorithm is also ideal for use in data streaming technology with dynamic characteristics flowing in the form of spatial clustering in large data sets.

  10. Brain activation to cocaine cues and motivation/treatment status.

    Science.gov (United States)

    Prisciandaro, James J; McRae-Clark, Aimee L; Myrick, Hugh; Henderson, Scott; Brady, Kathleen T

    2014-03-01

    Motivation to change is believed to be a key factor in therapeutic success in substance use disorders; however, the neurobiological mechanisms through which motivation to change impacts decreased substance use remain unclear. Existing research is conflicting, with some investigations supporting decreased and others reporting increased frontal activation to drug cues in individuals seeking treatment for substance use disorders. The present study investigated the relationship between motivation to change cocaine use and cue-elicited brain activity in cocaine-dependent individuals using two conceptualizations of 'motivation to change': (1) current treatment status (i.e. currently receiving versus not receiving outpatient treatment for cocaine dependence) and (2) self-reported motivation to change substance use, using the Stages of Change Readiness and Treatment Eagerness Scale. Thirty-eight cocaine-dependent individuals (14 currently in treatment) completed a diagnostic assessment and an fMRI cocaine cue-reactivity task. Whole-brain analyses demonstrated that both treatment-seeking and motivated participants had lower activation to cocaine cues in a wide variety of brain regions in the frontal, occipital, temporal and cingulate cortices relative to non-treatment-seeking and less motivated participants. Future research is needed to explain the mechanism by which treatment and/or motivation impacts neural cue reactivity, as such work could potentially aid in the development of more effective therapeutic techniques for substance-dependent patients. © 2012 The Authors, Addiction Biology © 2012 Society for the Study of Addiction.

  11. Selectivity in associative learning: A cognitive stage framework for blocking and cue competition phenomena

    Directory of Open Access Journals (Sweden)

    Yannick eBoddez

    2014-11-01

    Full Text Available Blocking is the most important phenomenon in the history of associative learning theory: For over 40 years, blocking has inspired a whole generation of learning models. Blocking is part of a family of effects that are typically termed cue competition effects. Common amongst all cue competition effects is that a cue-outcome relation is poorly learned or poorly expressed because the cue is trained in the presence of an alternative predictor or cause of the outcome. We provide an overview of the cognitive processes involved in cue competition effects in humans and propose a stage framework that brings these processes together. The framework contends that the behavioral display of cue competition is cognitively construed following three stages that include (1 an encoding stage, (2 a retention stage, and (3 a performance stage. We argue that the stage framework supports a comprehensive understanding of cue competition effects.

  12. An algorithm of α-and γ-mode eigenvalue calculations by Monte Carlo method

    International Nuclear Information System (INIS)

    Yamamoto, Toshihiro; Miyoshi, Yoshinori

    2003-01-01

    A new algorithm for Monte Carlo calculation was developed to obtain α- and γ-mode eigenvalues. The α is a prompt neutron time decay constant measured in subcritical experiments, and the γ is a spatial decay constant measured in an exponential method for determining the subcriticality. This algorithm can be implemented into existing Monte Carlo eigenvalue calculation codes with minimum modifications. The algorithm was implemented into MCNP code and the performance of calculating the both mode eigenvalues were verified through comparison of the calculated eigenvalues with the ones obtained by fixed source calculations. (author)

  13. Influence of multi-microphone signal enhancement algorithms on auditory movement detection in acoustically complex situations

    DEFF Research Database (Denmark)

    Lundbeck, Micha; Hartog, Laura; Grimm, Giso

    2017-01-01

    The influence of hearing aid (HA) signal processing on the perception of spatially dynamic sounds has not been systematically investigated so far. Previously, we observed that interfering sounds impaired the detectability of left-right source movements and reverberation that of near-far source...... movements for elderly hearing-impaired (EHI) listeners (Lundbeck et al., 2017). Here, we explored potential ways of improving these deficits with HAs. To that end, we carried out acoustic analyses to examine the impact of two beamforming algorithms and a binaural coherence-based noise reduction scheme...... on the cues underlying movement perception. While binaural cues remained mostly unchanged, there were greater monaural spectral changes and increases in signal-to-noise ratio and direct-to-reverberant sound ratio as a result of the applied processing. Based on these findings, we conducted a listening test...

  14. Wild, free-living rufous hummingbirds do not use geometric cues in a spatial task.

    Science.gov (United States)

    Hornsby, Mark A W; Hurly, T Andrew; Hamilton, Caitlin E; Pritchard, David J; Healy, Susan D

    2014-10-01

    In the laboratory, many species orient themselves using the geometric properties of an enclosure or array and geometric information is often preferred over visual cues. Whether animals use geometric cues when relocating rewarded locations in the wild, however, has rarely been investigated. We presented free-living rufous hummingbirds with a rectangular array of four artificial flowers to investigate learning of rewarded locations using geometric cues. In one treatment, we rewarded two of four flowers at diagonally opposite corners. In a second treatment, we provided a visual cue to the rewarded flower by connecting the flowers with "walls" consisting of four dowels (three white, one blue) laid on the ground connecting each of the flowers. Neither treatment elicited classical geometry results; instead, hummingbirds typically chose one particular flower over all others. When we exchanged that flower with another, hummingbirds tended to visit the original flower. These results suggest that (1) hummingbirds did not use geometric cues, but instead may have used a visually derived cue on the flowers themselves, and (2) using geometric cues may have been more difficult than using visual characteristics. Although hummingbirds typically prefer spatial over visual information, we hypothesize that they will not use geometric cues over stable visual features but that they make use of small, flower-specific visual cues. Such cues may play a more important role in foraging decisions than previously thought. Copyright © 2014 Elsevier B.V. All rights reserved.

  15. Does predictability matter? Effects of cue predictability on neurocognitive mechanisms underlying prospective memory

    OpenAIRE

    Cona, Giorgia; Arcara, Giorgio; Tarantino, Vincenza; Bisiacchi, Patrizia S.

    2015-01-01

    Prospective memory (PM) represents the ability to successfully realize intentions when the appropriate moment or cue occurs. In this study, we used event-related potentials (ERPs) to explore the impact of cue predictability on the cognitive and neural mechanisms supporting PM. Participants performed an ongoing task and, simultaneously, had to remember to execute a pre-specified action when they encountered the PM cues. The occurrence of the PM cues was predictable (being signaled by a warning...

  16. Testing the influence of external and internal cues on smoking motivation using a community sample.

    Science.gov (United States)

    Litvin, Erika B; Brandon, Thomas H

    2010-02-01

    Exposing smokers to either external cues (e.g., pictures of cigarettes) or internal cues (e.g., negative affect induction) can induce urge to smoke and other behavioral and physiological responses. However, little is known about whether the two types of cues interact when presented in close proximity, as is likely the case in the real word. Additionally, potential moderators of cue reactivity have rarely been examined. Finally, few cue-reactivity studies have used representative samples of smokers. In a randomized 2 x 2 crossed factorial between-subjects design, the current study tested the effects of a negative affect cue intended to produce anxiety (speech preparation task) and an external smoking cue on urge and behavioral reactivity in a community sample of adult smokers (N = 175), and whether trait impulsivity moderated the effects. Both types of cues produced main effects on urges to smoke, despite the speech task failing to increase anxiety significantly. The speech task increased smoking urge related to anticipation of negative affect relief, whereas the external smoking cues increased urges related to anticipation of pleasure; however, the cues did not interact. Impulsivity measures predicted urge and other smoking-related variables, but did not moderate cue-reactivity. Results suggest independent rather than synergistic effects of these contributors to smoking motivation. (PsycINFO Database Record (c) 2010 APA, all rights reserved).

  17. Increased Variability and Asymmetric Expansion of the Hippocampal Spatial Representation in a Distal Cue-Dependent Memory Task.

    Science.gov (United States)

    Park, Seong-Beom; Lee, Inah

    2016-08-01

    Place cells in the hippocampus fire at specific positions in space, and distal cues in the environment play critical roles in determining the spatial firing patterns of place cells. Many studies have shown that place fields are influenced by distal cues in foraging animals. However, it is largely unknown whether distal-cue-dependent changes in place fields appear in different ways in a memory task if distal cues bear direct significance to achieving goals. We investigated this possibility in this study. Rats were trained to choose different spatial positions in a radial arm in association with distal cue configurations formed by visual cue sets attached to movable curtains around the apparatus. The animals were initially trained to associate readily discernible distal cue configurations (0° vs. 80° angular separation between distal cue sets) with different food-well positions and then later experienced ambiguous cue configurations (14° and 66°) intermixed with the original cue configurations. Rats showed no difficulty in transferring the associated memory formed for the original cue configurations when similar cue configurations were presented. Place field positions remained at the same locations across different cue configurations, whereas stability and coherence of spatial firing patterns were significantly disrupted when ambiguous cue configurations were introduced. Furthermore, the spatial representation was extended backward and skewed more negatively at the population level when processing ambiguous cue configurations, compared with when processing the original cue configurations only. This effect was more salient for large cue-separation conditions than for small cue-separation conditions. No significant rate remapping was observed across distal cue configurations. These findings suggest that place cells in the hippocampus dynamically change their detailed firing characteristics in response to a modified cue environment and that some of the firing

  18. Olfactory cues are more effective than visual cues in experimentally triggering autobiographical memories.

    Science.gov (United States)

    de Bruijn, Maaike J; Bender, Michael

    2018-04-01

    Folk wisdom often refers to odours as potent triggers for autobiographical memory, akin to the Proust phenomenon that describes Proust's sudden recollection of a childhood memory when tasting a madeleine dipped into tea. Despite an increasing number of empirical studies on the effects of odours on cognition, conclusive evidence is still missing. We set out to examine the effectiveness of childhood and non-childhood odours as retrieval cues for autobiographical memories in a lab experiment. A total of 170 participants were presented with pilot-tested retrieval cues (either odours or images) to recall childhood memories and were then asked to rate the vividness, detail, and emotional intensity of these memories. Results showed that participants indeed reported richer memories when presented with childhood-related odours than childhood-related images or childhood-unrelated odours or images. An exploratory analysis of memory content with Linguistic Inquiry and Word Count did not reveal differences in affective content. The findings of this study support the notion that odours are particularly potent in eliciting rich memories and open up numerous avenues for further exploration.

  19. Effects of a Context Shift and Multiple Context Extinction on Reactivity to Alcohol Cues

    Science.gov (United States)

    MacKillop, James; Lisman, Stephen A.

    2008-01-01

    Cue exposure treatment (CET) attempts to reduce the influence of conditioned substance cues on addictive behavior via prolonged cue exposure with response prevention (i.e., extinction), but has received only modest empirical support in clinical trials. This may be because extinction learning appears to be context dependent and a change in context may result in a return of conditioned responding (i.e., renewal), although this has received only limited empirical examination. The current study used a four-session laboratory analogue of CET to examine whether a change in context following three sessions of alcohol cue exposure with response prevention would result in renewal of conditioned responding. In addition, this study examined whether conducting extinction in multiple contexts would attenuate renewal of conditioned responding. In a one-way between-subjects design, 73 heavy drinkers (71% male) were randomized to three conditions: 1) single context extinction (extinction to alcohol cues in the same context for three sessions followed by a context shift at the fourth session); 2) multiple context extinction (extinction to alcohol cues in different contexts each day for all four sessions); and 3) pseudo-extinction control condition (exposure to neutral cues in the same context for three sessions followed by exposure to alcohol cues at the fourth session). The results revealed the predicted cue reactivity and extinction effects, but the hypotheses that a context shift would generate renewed cue reactivity and that multiple contexts would enhance extinction were not supported. Methodological aspects of the study and the need for parametric data on the context dependency of extinction to alcohol cues are discussed. PMID:18729687

  20. Effect of oral THC pretreatment on marijuana cue-induced responses in cannabis dependent volunteers.

    Science.gov (United States)

    Lundahl, Leslie H; Greenwald, Mark K

    2015-04-01

    The current study tested whether oral Δ(9)-tetrahydrocannabinol (THC: 0-, 10-, and 20-mg) pretreatment would attenuate polysensory cue-induced craving for marijuana. Cannabis dependent participants (7 males and 7 females, who smoked on average 5.4 ± 1.1 blunts daily) completed 3 experimental sessions (oral THC pretreatment dose; counterbalanced order) using a placebo-controlled within-subject crossover design. During each session, participants completed a baseline evaluation and were first exposed to neutral cues then marijuana cues while physiological measures and subjective ratings of mood, craving, and drug effect were recorded. Following placebo oral THC pretreatment, marijuana (vs. neutral) cues significantly increased ratings of marijuana craving (desire and urge to use, Marijuana Craving Questionnaire (MCQ)-Compulsivity scale), anxious mood and feeling hungry. Males also reported feeling more "Down" during marijuana cues relative to females. Pretreatment with oral THC (10-mg and/or 20-mg vs. placebo) significantly attenuated marijuana cue-induced increases in craving and anxiety but not hunger. Oral THC attenuation of the cue-induced increase in MCQ-Compulsivity ratings was observed in females only. Oral THC produced statistically (but not clinically) significant increases in heart rate and decreases in diastolic blood pressure, independent of cues. These marijuana-cue findings replicate earlier results and further demonstrate that oral THC can attenuate selected effects during marijuana multi-cue exposure, and that some of these effects may be sex-related. Results of this study suggest oral THC may be effective for reducing marijuana cue-elicited (conditioned) effects. Further study is needed to determine whether females may selectively benefit from oral THC for this purpose. Copyright © 2015. Published by Elsevier Ireland Ltd.

  1. Valenced cues and contexts have different effects on event-based prospective memory.

    Science.gov (United States)

    Graf, Peter; Yu, Martin

    2015-01-01

    This study examined the separate influence and joint influences on event-based prospective memory task performance due to the valence of cues and the valence of contexts. We manipulated the valence of cues and contexts with pictures from the International Affective Picture System. The participants, undergraduate students, showed higher performance when neutral compared to valenced pictures were used for cueing prospective memory. In addition, neutral pictures were more effective as cues when they occurred in a valenced context than in the context of neutral pictures, but the effectiveness of valenced cues did not vary across contexts that differed in valence. The finding of an interaction between cue and context valence indicates that their respective influence on event-based prospective memory task performance cannot be understood in isolation from each other. Our findings are not consistent with by the prevailing view which holds that the scope of attention is broadened and narrowed, respectively, by positively and negatively valenced stimuli. Instead, our findings are more supportive of the recent proposal that the scope of attention is determined by the motivational intensity associated with valenced stimuli. Consistent with this proposal, we speculate that the motivational intensity associated with different retrieval cues determines the scope of attention, that contexts with different valence values determine participants' task engagement, and that prospective memory task performance is determined jointly by attention scope and task engagement.

  2. Valenced cues and contexts have different effects on event-based prospective memory.

    Directory of Open Access Journals (Sweden)

    Peter Graf

    Full Text Available This study examined the separate influence and joint influences on event-based prospective memory task performance due to the valence of cues and the valence of contexts. We manipulated the valence of cues and contexts with pictures from the International Affective Picture System. The participants, undergraduate students, showed higher performance when neutral compared to valenced pictures were used for cueing prospective memory. In addition, neutral pictures were more effective as cues when they occurred in a valenced context than in the context of neutral pictures, but the effectiveness of valenced cues did not vary across contexts that differed in valence. The finding of an interaction between cue and context valence indicates that their respective influence on event-based prospective memory task performance cannot be understood in isolation from each other. Our findings are not consistent with by the prevailing view which holds that the scope of attention is broadened and narrowed, respectively, by positively and negatively valenced stimuli. Instead, our findings are more supportive of the recent proposal that the scope of attention is determined by the motivational intensity associated with valenced stimuli. Consistent with this proposal, we speculate that the motivational intensity associated with different retrieval cues determines the scope of attention, that contexts with different valence values determine participants' task engagement, and that prospective memory task performance is determined jointly by attention scope and task engagement.

  3. Integration of multiple intraguild predator cues for oviposition decisions by a predatory mite

    Science.gov (United States)

    Walzer, Andreas; Schausberger, Peter

    2012-01-01

    In mutual intraguild predation (IGP), the role of individual guild members is strongly context dependent and, during ontogeny, can shift from an intraguild (IG) prey to a food competitor or to an IG predator. Consequently, recognition of an offspring's predator is more complex for IG than classic prey females. Thus, IG prey females should be able to modulate their oviposition decisions by integrating multiple IG predator cues and by experience. Using a guild of plant-inhabiting predatory mites sharing the spider mite Tetranychus urticae as prey and passing through ontogenetic role shifts in mutual IGP, we assessed the effects of single and combined direct cues of the IG predator Amblyseius andersoni (eggs and traces left by a female on the substrate) on prey patch selection and oviposition behaviour of naïve and IG predator-experienced IG prey females of Phytoseiulus persimilis. The IG prey females preferentially resided in patches without predator cues when the alternative patch contained traces of predator females or the cue combination. Preferential egg placement in patches without predator cues was only apparent in the choice situation with the cue combination. Experience increased the responsiveness of females exposed to the IG predator cue combination, indicated by immediate selection of the prey patch without predator cues and almost perfect oviposition avoidance in patches with the cue combination. We argue that the evolution of the ability of IG prey females to evaluate offspring's IGP risk accurately is driven by the irreversibility of oviposition and the functionally complex relationships between predator guild members. PMID:23264692

  4. Consumption Simulations Induce Salivation to Food Cues.

    Directory of Open Access Journals (Sweden)

    Mike Keesman

    Full Text Available Salivation to food cues is typically explained in terms of mere stimulus-response links. However, food cues seem to especially increase salivation when food is attractive, suggesting a more complex psychological process. Adopting a grounded cognition perspective, we suggest that perceiving a food triggers simulations of consuming it, especially when attractive. These simulations then induce salivation, which effectively prepares the body for eating the food. In two experiments, we systematically examined the role of simulations on salivation to food cues. As stimuli, both experiments used an attractive, a neutral, and a sour food, as well as a non-food control object. In Experiment 1, participants were instructed to simulate eating every object they would be exposed to. We then exposed them to each object separately. Salivation was assessed by having participants spit their saliva into a cup after one minute of exposure. In Experiment 2, we instructed half of participants to simulate eating each object, and half to merely look at them, while measuring salivation as in Experiment 1. Afterwards, participants rated their simulations and desire to eat for each object separately. As predicted, foods increased salivation compared to the non-food control object, especially when they were attractive or sour (Exp. 1 and 2. Importantly, attractive and sour foods especially increased salivation when instructed to simulate (Exp. 2. These findings suggest that consumption simulations play an important role in inducing salivary responses to food cues. We discuss directions for future research as well as the role of simulations for other appetitive processes.

  5. Prospective memory failures in aviation: effects of cue salience, workload, and individual differences.

    Science.gov (United States)

    Van Benthem, Kathleen D; Herdman, Chris M; Tolton, Rani G; LeFevre, Jo-Anne

    2015-04-01

    Prospective memory allows people to complete intended tasks in the future. Prospective memory failures, such as pilots forgetting to inform pattern traffic of their locations, can have fatal consequences. The present research examined the impact of system factors (memory cue salience and workload) and individual differences (pilot age, cognitive health, and expertise) on prospective memory for communication tasks in the cockpit. Pilots (N = 101) flew a Cessna 172 simulator at a non-towered aerodrome while maintaining communication with traffic and attending to flight parameters. Memory cue salience (the prominence of cues that signal an intended action) and workload were manipulated. Prospective memory was measured as radio call completion rates. Pilots' prospective memory was adversely affected by low-salience cues and high workload. An interaction of cue salience, pilots' age, and cognitive health reflected the effects of system and individual difference factors on prospective memory failures. For example, younger pilots with low levels of cognitive health completed 78% of the radio calls associated with low-salience memory cues, whereas older pilots with low cognitive health scores completed just 61% of similar radio calls. Our findings suggest that technologies designed to signal intended future tasks should target those tasks with inherently low-salience memory cues. In addition, increasing the salience of memory cues is most likely to benefit pilots with lower levels of cognitive health in high-workload conditions.

  6. Food addiction and cues in prader-willi syndrome.

    Science.gov (United States)

    von Deneen, Karen M; Gold, Mark S; Liu, Yijun

    2009-03-01

    Obesity research has recognized that there are many factors contributing to this devastating disorder. Much debate has arisen among scientists to develop models that might be useful in understanding why obesity has become a major health problem and epidemic. However, much of the current debate has been fractious and causes of obesity have been attributed solely to behavior or fast food, personality issues, depression, addiction, or genetics. One of the neurohormonal and genetic causes has been found in Prader-Willi syndrome (PWS), which results in excessive, pathologic reinforcement of food. We have studied PWS to delineate the neurobiology so that environmental cue stimulation may be explained for PWS. Neuroimaging studies have shown that appetizing food and food cues are associated with appetite stimulation. Appetite control is poor in PWS, thus food cues play a major role in its regulation. Hence, PWS may be the genetic model of choice for obesity.

  7. Salient cues improve prospective remembering in Korsakoff's syndrome.

    Science.gov (United States)

    Altgassen, Mareike; Ariese, Laura; Wester, Arie J; Kessels, Roy P C

    2016-06-01

    Korsakoff's syndrome is characterized by deficits in episodic memory and executive functions. Both cognitive functions are needed to remember to execute delayed intentions (prospective memory, PM), an ability that is crucial for independent living in everyday life. So far, PM has only been targeted by one study in Korsakoff's syndrome. This study explored the effects of executive control demands on PM to shed further light on a possible interdependence of memory and executive functions in Korsakoff's syndrome, Twenty-five individuals with Korsakoff's syndrome and 23 chronic alcoholics (without amnesia) performed a categorization task into which a PM task was embedded that put either high or low demands on executive control processes (using low vs. high salient cues). Overall, Korsakoff patients had fewer PM hits than alcoholic controls. Across groups, participants had fewer PM hits when cues were low salient as compared to high salient. Korsakoff patients performed better on PM when highly salient cues were presented than cues of low salience, while there were no differential effects for alcoholic controls. While overall Korsakoff patients' showed a global PM deficit, the extent of this deficit was moderated by the executive control demands of the task applied. This indicated further support for an interrelation of executive functions and memory performance in Korsakoff. Positive clinical implications of the work Prospective memory (PM) performance in Korsakoff's syndrome is related to executive control load. Increasing cues' salience improves PM performance in Korsakoff's syndrome. Salient visual aids may be used in everyday life to improve Korsakoff individuals' planning and organization skills. Cautions or limitations of the study Results were obtained in a structured laboratory setting and need to be replicated in a more naturalistic setting to assess their transferability to everyday life. Given the relatively small sample size, individual predictors of PM

  8. Sugar Antennae for Guidance Signals: Syndecans and Glypicans Integrate Directional Cues for Navigating Neurons

    Directory of Open Access Journals (Sweden)

    Christa Rhiner

    2006-01-01

    Full Text Available Attractive and repulsive signals guide migrating nerve cells in all directions when the nervous system starts to form. The neurons extend thin processes, axons, that connect over wide distances with other brain cells to form a complicated neuronal network. One of the most fascinating questions in neuroscience is how the correct wiring of billions of nerve cells in our brain is controlled. Several protein families are known to serve as guidance cues for navigating neurons and axons. Nevertheless, the combinatorial potential of these proteins seems to be insufficient to sculpt the entire neuronal network and the appropriate formation of connections. Recently, heparan sulfate proteoglycans (HSPGs, which are present on the cell surface of neurons and in the extracellular matrix through which neurons and axons migrate, have been found to play a role in regulating cell migration and axon guidance. Intriguingly, the large number of distinct modifications that can be put onto the sugar side chains of these PGs would in principle allow for an enormous diversity of HSPGs, which could help in regulating the vast number of guidance choices taken by individual neurons. In this review, we will focus on the role of the cell surface HSPGs syndecan and glypican and specific HS modifications in promoting neuronal migration, axon guidance, and synapse formation.

  9. Use of olfactory cues by newly metamorphosed wood frogs (Lithobates sylvaticus) during emigration

    Science.gov (United States)

    Zydlewski, Joseph D.; Popescu, Viorel D.; Brodie, Bekka S.; Hunter, Malcom L.

    2012-01-01

    Juvenile amphibians are capable of long-distance upland movements, yet cues used for orientation during upland movements are poorly understood. We used newly metamorphosed Wood Frogs (Lithobates sylvaticus) to investigate: (1) the existence of innate (i.e., inherited) directionality, and (2) the use of olfactory cues, specifically forested wetland and natal pond cues during emigration. In a circular arena experiment, animals with assumed innate directionality did not orient in the expected direction (suggested by previous studies) when deprived of visual and olfactory cues. This suggests that juvenile Wood Frogs most likely rely on proximate cues for orientation. Animals reared in semi-natural conditions (1500 l cattle tanks) showed a strong avoidance of forested wetland cues in two different experimental settings, although they had not been previously exposed to such cues. This finding is contrary to known habitat use by adult Wood Frogs during summer. Juvenile Wood Frogs were indifferent to the chemical signature of natal pond (cattle tank) water. Our findings suggest that management strategies for forest amphibians should consider key habitat features that potentially influence the orientation of juveniles during emigration movements, as well as adult behavior.

  10. Sad facial cues inhibit temporal attention: evidence from an event-related potential study.

    Science.gov (United States)

    Kong, Xianxian; Chen, Xiaoqiang; Tan, Bo; Zhao, Dandan; Jin, Zhenlan; Li, Ling

    2013-06-19

    We examined the influence of different emotional cues (happy or sad) on temporal attention (short or long interval) using behavioral as well as event-related potential recordings during a Stroop task. Emotional stimuli cued short and long time intervals, inducing 'sad-short', 'sad-long', 'happy-short', and 'happy-long' conditions. Following the intervals, participants performed a numeric Stroop task. Behavioral results showed the temporal attention effects in the sad-long, happy-long, and happy-short conditions, in which valid cues quickened the reaction times, but not in the sad-short condition. N2 event-related potential components showed sad cues to have decreased activity for short intervals compared with long intervals, whereas happy cues did not. Taken together, these findings provide evidence for different modulation of sad and happy facial cues on temporal attention. Furthermore, sad cues inhibit temporal attention, resulting in longer reaction time and decreased neural activity in the short interval by diverting more attentional resources.

  11. Hybridizing Differential Evolution with a Genetic Algorithm for Color Image Segmentation

    Directory of Open Access Journals (Sweden)

    R. V. V. Krishna

    2016-10-01

    Full Text Available This paper proposes a hybrid of differential evolution and genetic algorithms to solve the color image segmentation problem. Clustering based color image segmentation algorithms segment an image by clustering the features of color and texture, thereby obtaining accurate prototype cluster centers. In the proposed algorithm, the color features are obtained using the homogeneity model. A new texture feature named Power Law Descriptor (PLD which is a modification of Weber Local Descriptor (WLD is proposed and further used as a texture feature for clustering. Genetic algorithms are competent in handling binary variables, while differential evolution on the other hand is more efficient in handling real parameters. The obtained texture feature is binary in nature and the color feature is a real value, which suits very well the hybrid cluster center optimization problem in image segmentation. Thus in the proposed algorithm, the optimum texture feature centers are evolved using genetic algorithms, whereas the optimum color feature centers are evolved using differential evolution.

  12. Daytime avoidance of chemosensory alarm cues by adult sea lamprey (Petromyzon marinus)

    Science.gov (United States)

    Di Rocco, Richard; Belanger, Cowan; Imre, István; Brown, Grant; Johnson, Nicholas S.

    2014-01-01

    Sea lamprey (Petromyzon marinus) avoid damage-released and predator chemosensory cues at night, but their response to these cues during the day is unknown. Here, we explored (i) whether sea lamprey avoid these cues during the day and (ii) the effect of water temperature on the avoidance of chemosensory alarm cues in two diurnal laboratory experiments. We hypothesized that daytime activity would be temperature-dependent and that only sea lamprey vulnerable to predation (i.e., not hiding) would behaviourally respond to chemosensory alarm cues. Ten groups of ten sea lamprey were exposed to one of a variety of potential chemosensory cues. The experiments were conducted over a range of temperatures to quantify the effect of temperature on avoidance behaviour. Consistent with our hypothesis, a higher proportion of animals were active during daytime as water temperature increased. Moving sea lamprey showed an avoidance response to 2-phenylethylamine (a compound found in mammalian urine) and human saliva once water temperatures had risen to mean (±SD) = 13.7 (±1.4) °C. Resting and hiding sea lamprey did not show an avoidance response to any of the experimental stimuli.

  13. Encoding vs. retention: differential effects of cue manipulation on working memory performance in schizophrenia.

    Science.gov (United States)

    Javitt, Daniel C; Rabinowicz, Esther; Silipo, Gail; Dias, Elisa C

    2007-03-01

    Deficits in working memory performance are among the most widely replicated findings in schizophrenia. Roles of encoding vs. memory retention in working memory remain unresolved. The present study evaluated working memory performance in schizophrenia using an AX-type continuous performance test (AX-CPT) paradigm. Participants included 48 subjects with schizophrenia and 27 comparison subjects. Behavior was obtained in 3 versions of the task, which differed based upon ease of cue interoperability. In a simple cue version of the task, cue letters were replaced with red or green circles. In the complex cue version, letter/color conjunctions served as cues. In the base version of the task, patients showed increased rates of false alarms to invalidly cued targets, similar to prior reports. However, when the cue stimuli were replaced with green or red circles to ease interpretation, patients showed similar false alarm rates to controls. When feature conjunction cues were used, patients were also disproportionately affected relative to controls. No significant group by interstimulus interval interaction effects were observed in either the simple or complex cue conditions, suggesting normal retention of information even in the presence of overall performance decrements. These findings suggest first, that cue manipulation disproportionately affects AX-CPT performance in schizophrenia and, second, that substantial behavioral deficits may be observed on working memory tasks even in the absence of disturbances in mnemonic retention.

  14. The influence of emotional cues on prospective memory: a systematic review with meta-analyses.

    Science.gov (United States)

    Hostler, Thomas J; Wood, Chantelle; Armitage, Christopher J

    2018-01-10

    Remembering to perform a behaviour in the future, prospective memory, is essential to ensuring that people fulfil their intentions. Prospective memory involves committing to memory a cue to action (encoding), and later recognising and acting upon the cue in the environment (retrieval). Prospective memory performance is believed to be influenced by the emotionality of the cues, however the literature is fragmented and inconsistent. We conducted a systematic search to synthesise research on the influence of emotion on prospective memory. Sixty-seven effect sizes were extracted from 17 articles and hypothesised effects tested using three meta-analyses. Overall, prospective memory was enhanced when positively-valenced rather than neutral cues were presented (d = 0.32). In contrast, negatively-valenced cues did not enhance prospective memory overall (d = 0.07), but this effect was moderated by the timing of the emotional manipulation. Prospective memory performance was improved when negatively-valenced cues were presented during both encoding and retrieval (d = 0.40), but undermined when presented only during encoding (d = -0.25). Moderating effects were also found for cue-focality and whether studies controlled for the arousal level of the cues. The principal finding is that positively-valenced cues improve prospective memory performance and that timing of the manipulation can moderate emotional effects on prospective memory. We offer a new agenda for future empirical work and theorising in this area.

  15. Cue quality and criterion setting in recognition memory.

    Science.gov (United States)

    Kent, Christopher; Lamberts, Koen; Patton, Richard

    2018-02-02

    Previous studies on how people set and modify decision criteria in old-new recognition tasks (in which they have to decide whether or not a stimulus was seen in a study phase) have almost exclusively focused on properties of the study items, such as presentation frequency or study list length. In contrast, in the three studies reported here, we manipulated the quality of the test cues in a scene-recognition task, either by degrading through Gaussian blurring (Experiment 1) or by limiting presentation duration (Experiment 2 and 3). In Experiments 1 and 2, degradation of the test cue led to worse old-new discrimination. Most importantly, however, participants were more liberal in their responses to degraded cues (i.e., more likely to call the cue "old"), demonstrating strong within-list, item-by-item, criterion shifts. This liberal response bias toward degraded stimuli came at the cost of increasing the false alarm rate while maintaining a constant hit rate. Experiment 3 replicated Experiment 2 with additional stimulus types (words and faces) but did not provide accuracy feedback to participants. The criterion shifts in Experiment 3 were smaller in magnitude than Experiments 1 and 2 and varied in consistency across stimulus type, suggesting, in line with previous studies, that feedback is important for participants to shift their criteria.

  16. External cues challenging the internal appetite control system-Overview and practical implications.

    Science.gov (United States)

    Bilman, Els; van Kleef, Ellen; van Trijp, Hans

    2017-09-02

    Inadequate regulation of food intake plays an important role in the development of overweight and obesity, and is under the influence of both the internal appetite control system and external environmental cues. Especially in environments where food is overly available, external cues seem to override and/or undermine internal signals, which put severe challenges on the accurate regulation of food intake. By structuring these external cues around five different phases in the food consumption process this paper aims to provide an overview of the wide range of external cues that potentially facilitate or hamper internal signals and with that influence food intake. For each of the five phases of the food consumption process, meal initiation, meal planning, consumption phase, end of eating episode and time till next meal, the most relevant internal signals are discussed and it is explained how specific external cues exert their influence.

  17. People, clothing, music, and arousal as contextual retrieval cues in verbal memory.

    Science.gov (United States)

    Standing, Lionel G; Bobbitt, Kristin E; Boisvert, Kathryn L; Dayholos, Kathy N; Gagnon, Anne M

    2008-10-01

    Four experiments (N = 164) on context-dependent memory were performed to explore the effects on verbal memory of incidental cues during the test session which replicated specific features of the learning session. These features involved (1) bystanders, (2) the clothing of the experimenter, (3) background music, and (4) the arousal level of the subject. Social contextual cues (bystanders or experimenter clothing) improved verbal recall or recognition. However, recall decreased when the contextual cue was a different stimulus taken from the same conceptual category (piano music by Chopin) that was heard during learning. Memory was unaffected by congruent internal cues, produced by the same physiological arousal level (low, moderate, or high heart rate) during the learning and test sessions. However, recall increased with the level of arousal across the three congruent conditions. The results emphasize the effectiveness as retrieval cues of stimuli which are socially salient, concrete, and external.

  18. The Influence of Contextual Cues in Judgment Formation: An Ecologically Valid Test.

    Science.gov (United States)

    Jacoby, Jacob; Galak, Jeff

    2016-01-01

    An ecologically valid experiment investigated the propositions that (a) people's judgments are influenced by contextual cues, (b) that they are often unaware that those cues influenced them, and (c) that even when they know the cues should influence them, they do not readily incorporate those cues into their judgment formation. After participating in a realistic simulation of a shopping experience, 405 consumers made judgments about whether the product they examined contained fresh or preserved grapefruit sections. Our findings show that despite being aware that contextual cues (such as the location within a store where the product is sold, the type of container it is sold in, and whether the container is chilled or not) generally influence the judgment at hand, people generally fail to realize that their specific judgments were influenced at all. These findings replicate prior studies, thereby extending the generalizability and robustness of prior research.

  19. Evidence for cue-independent spatial representation in the human auditory cortex during active listening.

    Science.gov (United States)

    Higgins, Nathan C; McLaughlin, Susan A; Rinne, Teemu; Stecker, G Christopher

    2017-09-05

    Few auditory functions are as important or as universal as the capacity for auditory spatial awareness (e.g., sound localization). That ability relies on sensitivity to acoustical cues-particularly interaural time and level differences (ITD and ILD)-that correlate with sound-source locations. Under nonspatial listening conditions, cortical sensitivity to ITD and ILD takes the form of broad contralaterally dominated response functions. It is unknown, however, whether that sensitivity reflects representations of the specific physical cues or a higher-order representation of auditory space (i.e., integrated cue processing), nor is it known whether responses to spatial cues are modulated by active spatial listening. To investigate, sensitivity to parametrically varied ITD or ILD cues was measured using fMRI during spatial and nonspatial listening tasks. Task type varied across blocks where targets were presented in one of three dimensions: auditory location, pitch, or visual brightness. Task effects were localized primarily to lateral posterior superior temporal gyrus (pSTG) and modulated binaural-cue response functions differently in the two hemispheres. Active spatial listening (location tasks) enhanced both contralateral and ipsilateral responses in the right hemisphere but maintained or enhanced contralateral dominance in the left hemisphere. Two observations suggest integrated processing of ITD and ILD. First, overlapping regions in medial pSTG exhibited significant sensitivity to both cues. Second, successful classification of multivoxel patterns was observed for both cue types and-critically-for cross-cue classification. Together, these results suggest a higher-order representation of auditory space in the human auditory cortex that at least partly integrates the specific underlying cues.

  20. Targeting extinction and reconsolidation mechanisms to combat the impact of drug cues on addiction.

    Science.gov (United States)

    Taylor, Jane R; Olausson, Peter; Quinn, Jennifer J; Torregrossa, Mary M

    2009-01-01

    Drug addiction is a progressive and compulsive disorder, where recurrent craving and relapse to drug-seeking occur even after long periods of abstinence. A major contributing factor to relapse is drug-associated cues. Here we review behavioral and pharmacological studies outlining novel methods of effective and persistent reductions in cue-induced relapse behavior in animal models. We focus on extinction and reconsolidation of cue-drug associations as the memory processes that are the most likely targets for interventions. Extinction involves the formation of new inhibitory memories rather than memory erasure; thus, it should be possible to facilitate the extinction of cue-drug memories to reduce relapse. We propose that context-dependency of extinction might be altered by mnemonic agents, thereby enhancing the efficacy of cue-exposure therapy as treatment strategy. In contrast, interfering with memory reconsolidation processes can disrupt the integrity or strength of specific cue-drug memories. Reconsolidation is argued to be a distinct process that occurs over a brief time period after memory is reactivated/retrieved - when the memory becomes labile and vulnerable to disruption. Reconsolidation is thought to be an independent, perhaps opposing, process to extinction and disruption of reconsolidation has recently been shown to directly affect subsequent cue-drug memory retrieval in an animal model of relapse. We hypothesize that a combined approach aimed at both enhancing the consolidation of cue-drug extinction and interfering with the reconsolidation of cue-drug memories will have a greater potential for persistently inhibiting cue-induced relapse than either treatment alone.

  1. Cue-induced Behavioral and Neural Changes among Excessive Internet Gamers and Possible Application of Cue Exposure Therapy to Internet Gaming Disorder

    Directory of Open Access Journals (Sweden)

    Yongjun eZhang

    2016-05-01

    Full Text Available Internet gaming disorder (IGD may lead to many negative consequences in everyday life, yet there is currently no effective treatment for IGD. Cue-reactivity paradigm is commonly used to evaluate craving for substance, food, and gambling; cue exposure therapy (CET is applied to treating substance use disorders (SUDs and some other psychological disorders such as pathological gambling (PG. However, no study has explored CET’s application to the treatment of IGD except two articles having implied that cues’ exposure may have therapeutic effect on IGD. This paper reviews studies on cue-induced behavioral and neural changes in excessive Internet gamers, indicating that behavioral and neural mechanisms of IGD mostly overlap with those of SUD. The CET’s effects in the treatment of SUDs and PG are also reviewed. We finally propose an optimized CET paradigm, which future studies should consider and investigate as a probable treatment of IGD.

  2. Disentangling environmental and heritable nestmate recognition cues in a carpenter ant

    DEFF Research Database (Denmark)

    van Zweden, Jelle S; Dreier, Stephanie; d'Ettorre, Patrizia

    2009-01-01

    Discriminating between group members and strangers is a key feature of social life. Nestmate recognition is very effective in social insects and is manifested by aggression and rejection of alien individuals, which are prohibited to enter the nest. Nestmate recognition is based on the quantitative...... variation in cuticular hydrocarbons, which can include heritable cues from the workers, as well as acquired cues from the environment or queen-derived cues. We tracked the profile of six colonies of the ant Camponotus aethiops for a year under homogeneous laboratory conditions. We performed chemical...... diagnostic power between colonies. The presence of a queen had little influence on nestmate discrimination abilities. Our results suggest that heritable cues of workers are the dominant factor influencing nestmate discrimination in these carpenter ants and highlight the importance of colony kin structure...

  3. Neural basis of uncertain cue processing in trait anxiety.

    Science.gov (United States)

    Zhang, Meng; Ma, Chao; Luo, Yanyan; Li, Ji; Li, Qingwei; Liu, Yijun; Ding, Cody; Qiu, Jiang

    2016-02-19

    Individuals with high trait anxiety form a non-clinical group with a predisposition for an anxiety-related bias in emotional and cognitive processing that is considered by some to be a prerequisite for psychiatric disorders. Anxious individuals tend to experience more worry under uncertainty, and processing uncertain information is an important, but often overlooked factor in anxiety. So, we decided to explore the brain correlates of processing uncertain information in individuals with high trait anxiety using the learn-test paradigm. Behaviorally, the percentages on memory test and the likelihood ratios of identifying novel stimuli under uncertainty were similar to the certain fear condition, but different from the certain neutral condition. The brain results showed that the visual cortex, bilateral fusiform gyrus, and right parahippocampal gyrus were active during the processing of uncertain cues. Moreover, we found that trait anxiety was positively correlated with the BOLD signal of the right parahippocampal gyrus during the processing of uncertain cues. No significant results were found in the amygdala during uncertain cue processing. These results suggest that memory retrieval is associated with uncertain cue processing, which is underpinned by over-activation of the right parahippocampal gyrus, in individuals with high trait anxiety.

  4. Endogenous electric fields as guiding cue for cell migration

    Science.gov (United States)

    Funk, Richard H. W.

    2015-01-01

    This review covers two topics: (1) “membrane potential of low magnitude and related electric fields (bioelectricity)” and (2) “cell migration under the guiding cue of electric fields (EF).”Membrane potentials for this “bioelectricity” arise from the segregation of charges by special molecular machines (pumps, transporters, ion channels) situated within the plasma membrane of each cell type (including eukaryotic non-neural animal cells). The arising patterns of ion gradients direct many cell- and molecular biological processes such as embryogenesis, wound healing, regeneration. Furthermore, EF are important as guiding cues for cell migration and are often overriding chemical or topographic cues. In osteoblasts, for instance, the directional information of EF is captured by charged transporters on the cell membrane and transferred into signaling mechanisms that modulate the cytoskeleton and motor proteins. This results in a persistent directional migration along an EF guiding cue. As an outlook, we discuss questions concerning the fluctuation of EF and the frequencies and mapping of the “electric” interior of the cell. Another exciting topic for further research is the modeling of field concepts for such distant, non-chemical cellular interactions. PMID:26029113

  5. Plant surface cues prime Ustilago maydis for biotrophic development.

    Directory of Open Access Journals (Sweden)

    Daniel Lanver

    2014-07-01

    Full Text Available Infection-related development of phytopathogenic fungi is initiated by sensing and responding to plant surface cues. This response can result in the formation of specialized infection structures, so-called appressoria. To unravel the program inducing filaments and appressoria in the biotrophic smut fungus Ustilago maydis, we exposed cells to a hydrophobic surface and the cutin monomer 16-hydroxy hexadecanoic acid. Genome-wide transcriptional profiling at the pre-penetration stage documented dramatic transcriptional changes in almost 20% of the genes. Comparisons with the U. maydis sho1 msb2 double mutant, lacking two putative sensors for plant surface cues, revealed that these plasma membrane receptors regulate a small subset of the surface cue-induced genes comprising mainly secreted proteins including potential plant cell wall degrading enzymes. Targeted gene deletion analysis ascribed a role to up-regulated GH51 and GH62 arabinofuranosidases during plant penetration. Among the sho1/msb2-dependently expressed genes were several secreted effectors that are essential for virulence. Our data also demonstrate specific effects on two transcription factors that redirect the transcriptional regulatory network towards appressorium formation and plant penetration. This shows that plant surface cues prime U. maydis for biotrophic development.

  6. Application of modified Martinez-Silva algorithm in determination of net cover

    Science.gov (United States)

    Stefanowicz, Łukasz; Grobelna, Iwona

    2016-12-01

    In the article we present the idea of modifications of Martinez-Silva algorithm, which allows for determination of place invariants (p-invariants) of Petri net. Their generation time is important in the parallel decomposition of discrete systems described by Petri nets. Decomposition process is essential from the point of view of discrete system design, as it allows for separation of smaller sequential parts. The proposed modifications of Martinez-Silva method concern the net cover by p-invariants and are focused on two important issues: cyclic reduction of invariant matrix and cyclic checking of net cover.

  7. Overgeneral past and future thinking in dysphoria: the role of emotional cues and cueing methodology.

    Science.gov (United States)

    Anderson, Rachel J; Boland, Jennifer; Garner, Sarah R

    2016-01-01

    Overgeneral memory, where individuals exhibit difficulties in retrieving specific episodes from autobiographical memory, has been consistently linked with emotional disorders. However, the majority of this literature has relied upon a single methodology, in which participants respond to emotional cue words with explicit instructions to retrieve/simulate specific events. Through the use of sentence completion tasks the current studies explored whether overgenerality represents a habitual pattern of thinking that extends to how individuals naturally consider their personal past and future life story. In both studies, when compared with controls, dysphoric individuals evidenced overgeneral thinking style with respect to their personal past. However, overgeneral future thinking was only evident when the sentence stems included emotional words. These findings highlight the importance of investigating the overgenerality phenomenon using a variety of cueing techniques and results are discussed with reference to the previous literature exploring overgenerality and cognitive models of depression.

  8. Use of amplitude modulation cues recovered from frequency modulation for cochlear implant users when original speech cues are severely degraded.

    Science.gov (United States)

    Won, Jong Ho; Shim, Hyun Joon; Lorenzi, Christian; Rubinstein, Jay T

    2014-06-01

    Won et al. (J Acoust Soc Am 132:1113-1119, 2012) reported that cochlear implant (CI) speech processors generate amplitude-modulation (AM) cues recovered from broadband speech frequency modulation (FM) and that CI users can use these cues for speech identification in quiet. The present study was designed to extend this finding for a wide range of listening conditions, where the original speech cues were severely degraded by manipulating either the acoustic signals or the speech processor. The manipulation of the acoustic signals included the presentation of background noise, simulation of reverberation, and amplitude compression. The manipulation of the speech processor included changing the input dynamic range and the number of channels. For each of these conditions, multiple levels of speech degradation were tested. Speech identification was measured for CI users and compared for stimuli having both AM and FM information (intact condition) or FM information only (FM condition). Each manipulation degraded speech identification performance for both intact and FM conditions. Performance for the intact and FM conditions became similar for stimuli having the most severe degradations. Identification performance generally overlapped for the intact and FM conditions. Moreover, identification performance for the FM condition was better than chance performance even at the maximum level of distortion. Finally, significant correlations were found between speech identification scores for the intact and FM conditions. Altogether, these results suggest that despite poor frequency selectivity, CI users can make efficient use of AM cues recovered from speech FM in difficult listening situations.

  9. Influence of smoking cues in movies on craving among smokers

    NARCIS (Netherlands)

    Lochbühler, K.C.; Engels, R.C.M.E.; Scholte, R.H.J.

    2009-01-01

    Aims - Research has shown that smoking-related cues are important triggers for craving. The objective of the present study was to test whether smoking cues in movies also function as triggers to evoke craving. To accomplish this, we conducted a pilot study in which we examined smokers' reactivity to

  10. Does Contextual Cueing Guide the Deployment of Attention?

    OpenAIRE

    Kunar, Melina A.; Flusberg, Stephen; Horowitz, Todd S.; Wolfe, Jeremy M.

    2007-01-01

    Contextual cueing experiments show that when displays are repeated, reaction times (RTs) to find a target decrease over time even when observers are not aware of the repetition. It has been thought that the context of the display guides attention to the target. We tested this hypothesis by comparing the effects of guidance in a standard search task to the effects of contextual cueing. Firstly, in standard search, an improvement in guidance causes search slopes (derived from RT × Set Size func...

  11. A modified genetic algorithm with fuzzy roulette wheel selection for job-shop scheduling problems

    Science.gov (United States)

    Thammano, Arit; Teekeng, Wannaporn

    2015-05-01

    The job-shop scheduling problem is one of the most difficult production planning problems. Since it is in the NP-hard class, a recent trend in solving the job-shop scheduling problem is shifting towards the use of heuristic and metaheuristic algorithms. This paper proposes a novel metaheuristic algorithm, which is a modification of the genetic algorithm. This proposed algorithm introduces two new concepts to the standard genetic algorithm: (1) fuzzy roulette wheel selection and (2) the mutation operation with tabu list. The proposed algorithm has been evaluated and compared with several state-of-the-art algorithms in the literature. The experimental results on 53 JSSPs show that the proposed algorithm is very effective in solving the combinatorial optimization problems. It outperforms all state-of-the-art algorithms on all benchmark problems in terms of the ability to achieve the optimal solution and the computational time.

  12. Cue-independent forgetting by intentional suppression - Evidence for inhibition as the mechanism of intentional forgetting.

    Science.gov (United States)

    Wang, Yingying; Cao, Zhijun; Zhu, Zijian; Cai, Huaqian; Wu, Yanhong

    2015-10-01

    People are able to intentionally forget unwanted memories through voluntary suppression, as revealed by the Think/No-think (TNT) paradigm. However, the nature of intentional forgetting is controversial. Findings that forgetting is independent of retrieval cues suggest that inhibitory control underlies intentional forgetting, but this result is also in line with an interference account. To resolve this controversy, we have directly contrasted the cue-independent characteristic of suppression versus interference. A double-cue paradigm was used, in which two different cues were associated with the same target during initial memory formation. Only one cue-target association received further interference/suppression training. In the test phase, when both cues were used to retrieve the target, we found that interference caused memory impairment that was restricted to the trained cue-target association, while suppression induced forgetting that generalized to the independent cue-target association. Therefore, the effect of suppression differs from that of interference. The cue-independent forgetting by voluntary suppression indicates that the target memory itself is inhibited, providing evidence that the underlying mechanism of suppression-induced forgetting is inhibitory control. Copyright © 2015 Elsevier B.V. All rights reserved.

  13. The use of cue familiarity during retrieval failure is affected by past versus future orientation.

    Science.gov (United States)

    Cleary, Anne M

    2015-01-01

    Cue familiarity that is brought on by cue resemblance to memory representations is useful for judging the likelihood of a past occurrence with an item that fails to actually be retrieved from memory. The present study examined the extent to which this type of resemblance-based cue familiarity is used in future-oriented judgments made during retrieval failure. Cue familiarity was manipulated using a previously-established method of creating differing degrees of feature overlap between the cue and studied items in memory, and the primary interest was in how these varying degrees of cue familiarity would influence future-oriented feeling-of-knowing (FOK) judgments given in instances of cued recall failure. The present results suggest that participants do use increases in resemblance-based cue familiarity to infer an increased likelihood of future recognition of an unretrieved target, but not to the extent that they use it to infer an increased likelihood of past experience with an unretrieved target. During retrieval failure, the increase in future-oriented FOK judgments with increasing cue familiarity was significantly less than the increase in past-oriented recognition judgments with increasing cue familiarity.

  14. Cue reactivity and its inhibition in pathological computer game players.

    Science.gov (United States)

    Lorenz, Robert C; Krüger, Jenny-Kathinka; Neumann, Britta; Schott, Björn H; Kaufmann, Christian; Heinz, Andreas; Wüstenberg, Torsten

    2013-01-01

    Despite a rising social relevance of pathological computer game playing, it remains unclear whether the neurobiological basis of this addiction-like behavioral disorder and substance-related addiction are comparable. In substance-related addiction, attentional bias and cue reactivity are often observed. We conducted a functional magnetic resonance study using a dot probe paradigm with short-presentation (attentional bias) and long-presentation (cue reactivity) trials in eight male pathological computer game players (PCGPs) and nine healthy controls (HCs). Computer game-related and neutral computer-generated pictures, as well as pictures from the International Affective Picture System with positive and neutral valence, served as stimuli. PCGPs showed an attentional bias toward both game-related and affective stimuli with positive valence. In contrast, HCs showed no attentional bias effect at all. PCGPs showed stronger brain responses in short-presentation trials compared with HCs in medial prefrontal cortex (MPFC) and anterior cingulate gyrus and in long-presentation trials in lingual gyrus. In an exploratory post hoc functional connectivity analyses, for long-presentation trials, connectivity strength was higher between right inferior frontal gyrus, which was associated with inhibition processing in previous studies, and cue reactivity-related regions (left orbitofrontal cortex and ventral striatum) in PCGPs. We observed behavioral and neural effects in PCGPs, which are comparable with those found in substance-related addiction. However, cue-related brain responses were depending on duration of cue presentation. Together with the connectivity result, these findings suggest that top-down inhibitory processes might suppress the cue reactivity-related neural activity in long-presentation trials. © 2012 The Authors, Addiction Biology © 2012 Society for the Study of Addiction.

  15. Deaf children's use of clear visual cues in mindreading.

    Science.gov (United States)

    Hao, Jian; Su, Yanjie

    2014-11-01

    Previous studies show that typically developing 4-year old children can understand other people's false beliefs but that deaf children of hearing families have difficulty in understanding false beliefs until the age of approximately 13. Because false beliefs are implicit mental states that are not expressed through clear visual cues in standard false belief tasks, the present study examines the hypothesis that the deaf children's developmental delay in understanding false beliefs may reflect their difficulty in understanding a spectrum of mental states that are not expressed through clear visual cues. Nine- to 13-year-old deaf children of hearing families and 4-6-year-old typically developing children completed false belief tasks and emotion recognition tasks under different cue conditions. The results indicated that after controlling for the effect of the children's language abilities, the deaf children inferred other people's false beliefs as accurately as the typically developing children when other people's false beliefs were clearly expressed through their eye-gaze direction. However, the deaf children performed worse than the typically developing children when asked to infer false beliefs with ambiguous or no eye-gaze cues. Moreover, the deaf children were capable of recognizing other people's emotions that were clearly conveyed by their facial or body expressions. The results suggest that although theory-based or simulation-based mental state understanding is typical of hearing children's theory of mind mechanism, for deaf children of hearing families, clear cue-based mental state understanding may be their specific theory of mind mechanism. Copyright © 2014 Elsevier Ltd. All rights reserved.

  16. Iterative model-building, structure refinement, and density modification with the PHENIX AutoBuild Wizard

    Energy Technology Data Exchange (ETDEWEB)

    Los Alamos National Laboratory, Mailstop M888, Los Alamos, NM 87545, USA; Lawrence Berkeley National Laboratory, One Cyclotron Road, Building 64R0121, Berkeley, CA 94720, USA; Department of Haematology, University of Cambridge, Cambridge CB2 0XY, England; Terwilliger, Thomas; Terwilliger, T.C.; Grosse-Kunstleve, Ralf Wilhelm; Afonine, P.V.; Moriarty, N.W.; Zwart, P.H.; Hung, L.-W.; Read, R.J.; Adams, P.D.

    2007-04-29

    The PHENIX AutoBuild Wizard is a highly automated tool for iterative model-building, structure refinement and density modification using RESOLVE or TEXTAL model-building, RESOLVE statistical density modification, and phenix.refine structure refinement. Recent advances in the AutoBuild Wizard and phenix.refine include automated detection and application of NCS from models as they are built, extensive model completion algorithms, and automated solvent molecule picking. Model completion algorithms in the AutoBuild Wizard include loop-building, crossovers between chains in different models of a structure, and side-chain optimization. The AutoBuild Wizard has been applied to a set of 48 structures at resolutions ranging from 1.1 {angstrom} to 3.2 {angstrom}, resulting in a mean R-factor of 0.24 and a mean free R factor of 0.29. The R-factor of the final model is dependent on the quality of the starting electron density, and relatively independent of resolution.

  17. Satisficing in split-second decision making is characterized by strategic cue discounting.

    Science.gov (United States)

    Oh, Hanna; Beck, Jeffrey M; Zhu, Pingping; Sommer, Marc A; Ferrari, Silvia; Egner, Tobias

    2016-12-01

    Much of our real-life decision making is bounded by uncertain information, limitations in cognitive resources, and a lack of time to allocate to the decision process. It is thought that humans overcome these limitations through satisficing, fast but "good-enough" heuristic decision making that prioritizes some sources of information (cues) while ignoring others. However, the decision-making strategies we adopt under uncertainty and time pressure, for example during emergencies that demand split-second choices, are presently unknown. To characterize these decision strategies quantitatively, the present study examined how people solve a novel multicue probabilistic classification task under varying time pressure, by tracking shifts in decision strategies using variational Bayesian inference. We found that under low time pressure, participants correctly weighted and integrated all available cues to arrive at near-optimal decisions. With increasingly demanding, subsecond time pressures, however, participants systematically discounted a subset of the cue information by dropping the least informative cue(s) from their decision making process. Thus, the human cognitive apparatus copes with uncertainty and severe time pressure by adopting a "drop-the-worst" cue decision making strategy that minimizes cognitive time and effort investment while preserving the consideration of the most diagnostic cue information, thus maintaining "good-enough" accuracy. This advance in our understanding of satisficing strategies could form the basis of predicting human choices in high time pressure scenarios. (PsycINFO Database Record (c) 2016 APA, all rights reserved).

  18. Individual differences in the influence of task-irrelevant Pavlovian cues on human behavior.

    Science.gov (United States)

    Garofalo, Sara; di Pellegrino, Giuseppe

    2015-01-01

    Pavlovian-to-instrumental transfer (PIT) refers to the process of a Pavlovian reward-paired cue acquiring incentive motivational proprieties that drive choices. It represents a crucial phenomenon for understanding cue-controlled behavior, and it has both adaptive and maladaptive implications (i.e., drug-taking). In animals, individual differences in the degree to which such cues bias performance have been identified in two types of individuals that exhibit distinct Conditioned Responses (CR) during Pavlovian conditioning: Sign-Trackers (ST) and Goal-Trackers (GT). Using an appetitive PIT procedure with a monetary reward, the present study investigated, for the first time, the extent to which such individual differences might affect the influence of reward-paired cues in humans. In a first task, participants learned an instrumental response leading to reward; then, in a second task, a visual Pavlovian cue was associated with the same reward; finally, in a third task, PIT was tested by measuring the preference for the reward-paired instrumental response when the task-irrelevant reward-paired cue was presented, in the absence of the reward itself. In ST individuals, but not in GT individuals, reward-related cues biased behavior, resulting in an increased likelihood to perform the instrumental response independently paired with the same reward when presented with the task-irrelevant reward-paired cue, even if the reward itself was no longer available (i.e., stronger PIT effect). This finding has important implications for developing individualized treatment for maladaptive behaviors, such as addiction.

  19. Individual differences in the influence of task-irrelevant Pavlovian cues on human behavior

    Directory of Open Access Journals (Sweden)

    Sara eGarofalo

    2015-06-01

    Full Text Available Pavlovian-to-instrumental transfer (PIT refers to the process of a Pavlovian reward-paired cue acquiring incentive motivational proprieties that drive choices. It represents a crucial phenomenon for understanding cue-controlled behavior, and it has both adaptive and maladaptive implications (i.e., drug-taking. In animals, individual differences in the degree to which such cues bias performance have been identified in two types of individuals that exhibit distinct Conditioned Responses during Pavlovian conditioning: Sign-Trackers (ST and Goal-Trackers (GT. Using an appetitive PIT procedure with a monetary reward, the present study investigated, for the first time, the extent to which such individual differences might affect the influence of reward-paired cues in humans. In a first task, participants learned an instrumental response leading to reward; then, in a second task, a visual Pavlovian cue was associated with the same reward; finally, in a third task, PIT was tested by measuring the preference for the reward-paired instrumental response when the task-irrelevant reward-paired cue was presented, in the absence of the reward itself. In ST individuals, but not in GT individuals, reward-related cues biased behavior, resulting in an increased likelihood to perform the instrumental response independently paired with the same reward when presented with the task-irrelevant reward-paired cue, even if the reward itself was no longer available (i.e., stronger PIT effect. This finding has important implications for developing individualized treatment for maladaptive behaviors, such as addiction.

  20. Individual differences in the influence of task-irrelevant Pavlovian cues on human behavior

    Science.gov (United States)

    Garofalo, Sara; di Pellegrino, Giuseppe

    2015-01-01

    Pavlovian-to-instrumental transfer (PIT) refers to the process of a Pavlovian reward-paired cue acquiring incentive motivational proprieties that drive choices. It represents a crucial phenomenon for understanding cue-controlled behavior, and it has both adaptive and maladaptive implications (i.e., drug-taking). In animals, individual differences in the degree to which such cues bias performance have been identified in two types of individuals that exhibit distinct Conditioned Responses (CR) during Pavlovian conditioning: Sign-Trackers (ST) and Goal-Trackers (GT). Using an appetitive PIT procedure with a monetary reward, the present study investigated, for the first time, the extent to which such individual differences might affect the influence of reward-paired cues in humans. In a first task, participants learned an instrumental response leading to reward; then, in a second task, a visual Pavlovian cue was associated with the same reward; finally, in a third task, PIT was tested by measuring the preference for the reward-paired instrumental response when the task-irrelevant reward-paired cue was presented, in the absence of the reward itself. In ST individuals, but not in GT individuals, reward-related cues biased behavior, resulting in an increased likelihood to perform the instrumental response independently paired with the same reward when presented with the task-irrelevant reward-paired cue, even if the reward itself was no longer available (i.e., stronger PIT effect). This finding has important implications for developing individualized treatment for maladaptive behaviors, such as addiction. PMID:26157371