Sample records for memory hierarchy performance

  1. A class Hierarchical, object-oriented approach to virtual memory management

    NASA Technical Reports Server (NTRS)

    Russo, Vincent F.; Campbell, Roy H.; Johnston, Gary M.

    1989-01-01

    The Choices family of operating systems exploits class hierarchies and object-oriented programming to facilitate the construction of customized operating systems for shared memory and networked multiprocessors. The software is being used in the Tapestry laboratory to study the performance of algorithms, mechanisms, and policies for parallel systems. Described here are the architectural design and class hierarchy of the Choices virtual memory management system. The software and hardware mechanisms and policies of a virtual memory system implement a memory hierarchy that exploits the trade-off between response times and storage capacities. In Choices, the notion of a memory hierarchy is captured by abstract classes. Concrete subclasses of those abstractions implement a virtual address space, segmentation, paging, physical memory management, secondary storage, and remote (that is, networked) storage. Captured in the notion of a memory hierarchy are classes that represent memory objects. These classes provide a storage mechanism that contains encapsulated data and have methods to read or write the memory object. Each of these classes provides specializations to represent the memory hierarchy.

  2. A general model for memory interference in a multiprocessor system with memory hierarchy

    NASA Technical Reports Server (NTRS)

    Taha, Badie A.; Standley, Hilda M.

    1989-01-01

    The problem of memory interference in a multiprocessor system with a hierarchy of shared buses and memories is addressed. The behavior of the processors is represented by a sequence of memory requests with each followed by a determined amount of processing time. A statistical queuing network model for determining the extent of memory interference in multiprocessor systems with clusters of memory hierarchies is presented. The performance of the system is measured by the expected number of busy memory clusters. The results of the analytic model are compared with simulation results, and the correlation between them is found to be very high.

  3. Memory-Scalable GPU Spatial Hierarchy Construction.

    PubMed

    Qiming Hou; Xin Sun; Kun Zhou; Lauterbach, C; Manocha, D

    2011-04-01

    Recent GPU algorithms for constructing spatial hierarchies have achieved promising performance for moderately complex models by using the breadth-first search (BFS) construction order. While being able to exploit the massive parallelism on the GPU, the BFS order also consumes excessive GPU memory, which becomes a serious issue for interactive applications involving very complex models with more than a few million triangles. In this paper, we propose to use the partial breadth-first search (PBFS) construction order to control memory consumption while maximizing performance. We apply the PBFS order to two hierarchy construction algorithms. The first algorithm is for kd-trees that automatically balances between the level of parallelism and intermediate memory usage. With PBFS, peak memory consumption during construction can be efficiently controlled without costly CPU-GPU data transfer. We also develop memory allocation strategies to effectively limit memory fragmentation. The resulting algorithm scales well with GPU memory and constructs kd-trees of models with millions of triangles at interactive rates on GPUs with 1 GB memory. Compared with existing algorithms, our algorithm is an order of magnitude more scalable for a given GPU memory bound. The second algorithm is for out-of-core bounding volume hierarchy (BVH) construction for very large scenes based on the PBFS construction order. At each iteration, all constructed nodes are dumped to the CPU memory, and the GPU memory is freed for the next iteration's use. In this way, the algorithm is able to build trees that are too large to be stored in the GPU memory. Experiments show that our algorithm can construct BVHs for scenes with up to 20 M triangles, several times larger than previous GPU algorithms.

  4. Memory Benchmarks for SMP-Based High Performance Parallel Computers

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Yoo, A B; de Supinski, B; Mueller, F

    2001-11-20

    As the speed gap between CPU and main memory continues to grow, memory accesses increasingly dominates the performance of many applications. The problem is particularly acute for symmetric multiprocessor (SMP) systems, where the shared memory may be accessed concurrently by a group of threads running on separate CPUs. Unfortunately, several key issues governing memory system performance in current systems are not well understood. Complex interactions between the levels of the memory hierarchy, buses or switches, DRAM back-ends, system software, and application access patterns can make it difficult to pinpoint bottlenecks and determine appropriate optimizations, and the situation is even moremore » complex for SMP systems. To partially address this problem, we formulated a set of multi-threaded microbenchmarks for characterizing and measuring the performance of the underlying memory system in SMP-based high-performance computers. We report our use of these microbenchmarks on two important SMP-based machines. This paper has four primary contributions. First, we introduce a microbenchmark suite to systematically assess and compare the performance of different levels in SMP memory hierarchies. Second, we present a new tool based on hardware performance monitors to determine a wide array of memory system characteristics, such as cache sizes, quickly and easily; by using this tool, memory performance studies can be targeted to the full spectrum of performance regimes with many fewer data points than is otherwise required. Third, we present experimental results indicating that the performance of applications with large memory footprints remains largely constrained by memory. Fourth, we demonstrate that thread-level parallelism further degrades memory performance, even for the latest SMPs with hardware prefetching and switch-based memory interconnects.« less

  5. Implementing a bubble memory hierarchy system

    NASA Technical Reports Server (NTRS)

    Segura, R.; Nichols, C. D.

    1979-01-01

    This paper reports on implementation of a magnetic bubble memory in a two-level hierarchial system. The hierarchy used a major-minor loop device and RAM under microprocessor control. Dynamic memory addressing, dual bus primary memory, and hardware data modification detection are incorporated in the system to minimize access time. It is the objective of the system to incorporate the advantages of bipolar memory with that of bubble domain memory to provide a smart, optimal memory system which is easy to interface and independent of user's system.

  6. Fast maximum intensity projections of large medical data sets by exploiting hierarchical memory architectures.

    PubMed

    Kiefer, Gundolf; Lehmann, Helko; Weese, Jürgen

    2006-04-01

    Maximum intensity projections (MIPs) are an important visualization technique for angiographic data sets. Efficient data inspection requires frame rates of at least five frames per second at preserved image quality. Despite the advances in computer technology, this task remains a challenge. On the one hand, the sizes of computed tomography and magnetic resonance images are increasing rapidly. On the other hand, rendering algorithms do not automatically benefit from the advances in processor technology, especially for large data sets. This is due to the faster evolving processing power and the slower evolving memory access speed, which is bridged by hierarchical cache memory architectures. In this paper, we investigate memory access optimization methods and use them for generating MIPs on general-purpose central processing units (CPUs) and graphics processing units (GPUs), respectively. These methods can work on any level of the memory hierarchy, and we show that properly combined methods can optimize memory access on multiple levels of the hierarchy at the same time. We present performance measurements to compare different algorithm variants and illustrate the influence of the respective techniques. On current hardware, the efficient handling of the memory hierarchy for CPUs improves the rendering performance by a factor of 3 to 4. On GPUs, we observed that the effect is even larger, especially for large data sets. The methods can easily be adjusted to different hardware specifics, although their impact can vary considerably. They can also be used for other rendering techniques than MIPs, and their use for more general image processing task could be investigated in the future.

  7. Binary mesh partitioning for cache-efficient visualization.

    PubMed

    Tchiboukdjian, Marc; Danjean, Vincent; Raffin, Bruno

    2010-01-01

    One important bottleneck when visualizing large data sets is the data transfer between processor and memory. Cache-aware (CA) and cache-oblivious (CO) algorithms take into consideration the memory hierarchy to design cache efficient algorithms. CO approaches have the advantage to adapt to unknown and varying memory hierarchies. Recent CA and CO algorithms developed for 3D mesh layouts significantly improve performance of previous approaches, but they lack of theoretical performance guarantees. We present in this paper a {\\schmi O}(N\\log N) algorithm to compute a CO layout for unstructured but well shaped meshes. We prove that a coherent traversal of a N-size mesh in dimension d induces less than N/B+{\\schmi O}(N/M;{1/d}) cache-misses where B and M are the block size and the cache size, respectively. Experiments show that our layout computation is faster and significantly less memory consuming than the best known CO algorithm. Performance is comparable to this algorithm for classical visualization algorithm access patterns, or better when the BSP tree produced while computing the layout is used as an acceleration data structure adjusted to the layout. We also show that cache oblivious approaches lead to significant performance increases on recent GPU architectures.

  8. Eye Movement Evidence for Hierarchy Effects on Memory Representation of Discourses.

    PubMed

    Wu, Yingying; Yang, Xiaohong; Yang, Yufang

    2016-01-01

    In this study, we applied the text-change paradigm to investigate whether and how discourse hierarchy affected the memory representation of a discourse. Three kinds of three-sentence discourses were constructed. In the hierarchy-high condition and the hierarchy-low condition, the three sentences of the discourses were hierarchically organized and the last sentence of each discourse was located at the high level and the low level of the discourse hierarchy, respectively. In the linear condition, the three sentences of the discourses were linearly organized. Critical words were always located at the last sentence of the discourses. These discourses were successively presented twice and the critical words were changed to semantically related words in the second presentation. The results showed that during the early processing stage, the critical words were read for longer times when they were changed in the hierarchy-high and the linear conditions, but not in the hierarchy-low condition. During the late processing stage, the changed-critical words were again found to induce longer reading times only when they were in the hierarchy-high condition. These results suggest that words in a discourse have better memory representation when they are located at the higher rather than at the lower level of the discourse hierarchy. Global discourse hierarchy is established as an important factor in constructing the mental representation of a discourse.

  9. Eye Movement Evidence for Hierarchy Effects on Memory Representation of Discourses

    PubMed Central

    Wu, Yingying; Yang, Xiaohong; Yang, Yufang

    2016-01-01

    In this study, we applied the text-change paradigm to investigate whether and how discourse hierarchy affected the memory representation of a discourse. Three kinds of three-sentence discourses were constructed. In the hierarchy-high condition and the hierarchy-low condition, the three sentences of the discourses were hierarchically organized and the last sentence of each discourse was located at the high level and the low level of the discourse hierarchy, respectively. In the linear condition, the three sentences of the discourses were linearly organized. Critical words were always located at the last sentence of the discourses. These discourses were successively presented twice and the critical words were changed to semantically related words in the second presentation. The results showed that during the early processing stage, the critical words were read for longer times when they were changed in the hierarchy-high and the linear conditions, but not in the hierarchy-low condition. During the late processing stage, the changed-critical words were again found to induce longer reading times only when they were in the hierarchy-high condition. These results suggest that words in a discourse have better memory representation when they are located at the higher rather than at the lower level of the discourse hierarchy. Global discourse hierarchy is established as an important factor in constructing the mental representation of a discourse. PMID:26789002

  10. MemAxes: Visualization and Analytics for Characterizing Complex Memory Performance Behaviors.

    PubMed

    Gimenez, Alfredo; Gamblin, Todd; Jusufi, Ilir; Bhatele, Abhinav; Schulz, Martin; Bremer, Peer-Timo; Hamann, Bernd

    2018-07-01

    Memory performance is often a major bottleneck for high-performance computing (HPC) applications. Deepening memory hierarchies, complex memory management, and non-uniform access times have made memory performance behavior difficult to characterize, and users require novel, sophisticated tools to analyze and optimize this aspect of their codes. Existing tools target only specific factors of memory performance, such as hardware layout, allocations, or access instructions. However, today's tools do not suffice to characterize the complex relationships between these factors. Further, they require advanced expertise to be used effectively. We present MemAxes, a tool based on a novel approach for analytic-driven visualization of memory performance data. MemAxes uniquely allows users to analyze the different aspects related to memory performance by providing multiple visual contexts for a centralized dataset. We define mappings of sampled memory access data to new and existing visual metaphors, each of which enabling a user to perform different analysis tasks. We present methods to guide user interaction by scoring subsets of the data based on known performance problems. This scoring is used to provide visual cues and automatically extract clusters of interest. We designed MemAxes in collaboration with experts in HPC and demonstrate its effectiveness in case studies.

  11. A role for glucocorticoids in the long-term establishment of a social hierarchy.

    PubMed

    Timmer, Marjan; Sandi, Carmen

    2010-11-01

    Stress can affect the establishment and maintenance of social hierarchies. In the present study, we investigated the role of increasing corticosterone levels before or just after a first social encounter between two rats of a dyad in the establishment and the long-term maintenance of a social hierarchy. We show that pre-social encounter corticosterone treatment does not affect the outcome of the hierarchy during a first encounter, but induces a long-term memory for the hierarchy when the corticosterone-injected rat becomes dominant during the encounter, but not when it becomes subordinate. Post-social encounter corticosterone leads to a long-term maintenance of the hierarchy only when the subordinate rat of the dyad is injected with corticosterone. This corticosterone effect mimics previously reported actions of stress on the same model and, hence, implicates glucocorticoids in the consolidation of the memory for a recently established hierarchy. Copyright © 2010 Elsevier Ltd. All rights reserved.

  12. A review of emerging non-volatile memory (NVM) technologies and applications

    NASA Astrophysics Data System (ADS)

    Chen, An

    2016-11-01

    This paper will review emerging non-volatile memory (NVM) technologies, with the focus on phase change memory (PCM), spin-transfer-torque random-access-memory (STTRAM), resistive random-access-memory (RRAM), and ferroelectric field-effect-transistor (FeFET) memory. These promising NVM devices are evaluated in terms of their advantages, challenges, and applications. Their performance is compared based on reported parameters of major industrial test chips. Memory selector devices and cell structures are discussed. Changing market trends toward low power (e.g., mobile, IoT) and data-centric applications create opportunities for emerging NVMs. High-performance and low-cost emerging NVMs may simplify memory hierarchy, introduce non-volatility in logic gates and circuits, reduce system power, and enable novel architectures. Storage-class memory (SCM) based on high-density NVMs could fill the performance and density gap between memory and storage. Some unique characteristics of emerging NVMs can be utilized for novel applications beyond the memory space, e.g., neuromorphic computing, hardware security, etc. In the beyond-CMOS era, emerging NVMs have the potential to fulfill more important functions and enable more efficient, intelligent, and secure computing systems.

  13. Experimental evaluation of multiprocessor cache-based error recovery

    NASA Technical Reports Server (NTRS)

    Janssens, Bob; Fuchs, W. K.

    1991-01-01

    Several variations of cache-based checkpointing for rollback error recovery in shared-memory multiprocessors have been recently developed. By modifying the cache replacement policy, these techniques use the inherent redundancy in the memory hierarchy to periodically checkpoint the computation state. Three schemes, different in the manner in which they avoid rollback propagation, are evaluated. By simulation with address traces from parallel applications running on an Encore Multimax shared-memory multiprocessor, the performance effect of integrating the recovery schemes in the cache coherence protocol are evaluated. The results indicate that the cache-based schemes can provide checkpointing capability with low performance overhead but uncontrollable high variability in the checkpoint interval.

  14. Toward Transparent Data Management in Multi-layer Storage Hierarchy for HPC Systems

    DOE PAGES

    Wadhwa, Bharti; Byna, Suren; Butt, Ali R.

    2018-04-17

    Upcoming exascale high performance computing (HPC) systems are expected to comprise multi-tier storage hierarchy, and thus will necessitate innovative storage and I/O mechanisms. Traditional disk and block-based interfaces and file systems face severe challenges in utilizing capabilities of storage hierarchies due to the lack of hierarchy support and semantic interfaces. Object-based and semantically-rich data abstractions for scientific data management on large scale systems offer a sustainable solution to these challenges. Such data abstractions can also simplify users involvement in data movement. Here, we take the first steps of realizing such an object abstraction and explore storage mechanisms for these objectsmore » to enhance I/O performance, especially for scientific applications. We explore how an object-based interface can facilitate next generation scalable computing systems by presenting the mapping of data I/O from two real world HPC scientific use cases: a plasma physics simulation code (VPIC) and a cosmology simulation code (HACC). Our storage model stores data objects in different physical organizations to support data movement across layers of memory/storage hierarchy. Our implementation sclaes well to 16K parallel processes, and compared to the state of the art, such as MPI-IO and HDF5, our object-based data abstractions and data placement strategy in multi-level storage hierarchy achieves up to 7 X I/O performance improvement for scientific data.« less

  15. Toward Transparent Data Management in Multi-layer Storage Hierarchy for HPC Systems

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Wadhwa, Bharti; Byna, Suren; Butt, Ali R.

    Upcoming exascale high performance computing (HPC) systems are expected to comprise multi-tier storage hierarchy, and thus will necessitate innovative storage and I/O mechanisms. Traditional disk and block-based interfaces and file systems face severe challenges in utilizing capabilities of storage hierarchies due to the lack of hierarchy support and semantic interfaces. Object-based and semantically-rich data abstractions for scientific data management on large scale systems offer a sustainable solution to these challenges. Such data abstractions can also simplify users involvement in data movement. Here, we take the first steps of realizing such an object abstraction and explore storage mechanisms for these objectsmore » to enhance I/O performance, especially for scientific applications. We explore how an object-based interface can facilitate next generation scalable computing systems by presenting the mapping of data I/O from two real world HPC scientific use cases: a plasma physics simulation code (VPIC) and a cosmology simulation code (HACC). Our storage model stores data objects in different physical organizations to support data movement across layers of memory/storage hierarchy. Our implementation sclaes well to 16K parallel processes, and compared to the state of the art, such as MPI-IO and HDF5, our object-based data abstractions and data placement strategy in multi-level storage hierarchy achieves up to 7 X I/O performance improvement for scientific data.« less

  16. Generating Adaptive Behaviour within a Memory-Prediction Framework

    PubMed Central

    Rawlinson, David; Kowadlo, Gideon

    2012-01-01

    The Memory-Prediction Framework (MPF) and its Hierarchical-Temporal Memory implementation (HTM) have been widely applied to unsupervised learning problems, for both classification and prediction. To date, there has been no attempt to incorporate MPF/HTM in reinforcement learning or other adaptive systems; that is, to use knowledge embodied within the hierarchy to control a system, or to generate behaviour for an agent. This problem is interesting because the human neocortex is believed to play a vital role in the generation of behaviour, and the MPF is a model of the human neocortex. We propose some simple and biologically-plausible enhancements to the Memory-Prediction Framework. These cause it to explore and interact with an external world, while trying to maximize a continuous, time-varying reward function. All behaviour is generated and controlled within the MPF hierarchy. The hierarchy develops from a random initial configuration by interaction with the world and reinforcement learning only. Among other demonstrations, we show that a 2-node hierarchy can learn to successfully play “rocks, paper, scissors” against a predictable opponent. PMID:22272231

  17. A Study of the Effects of Variation of Short-Term Memory Load, Reading Response Length, and Processing Hierarchy on TOEFL Listening Comprehension Item Performance. Report 33.

    ERIC Educational Resources Information Center

    Henning, Grant

    Criticisms of the Test of English as a Foreign Language (TOEFL) have included speculation that the listening test places too much burden on short-term memory as compared with comprehension, that a knowledge of reading is required to respond successfully, and that many items appear to require mere recall and matching rather than higher-order…

  18. Multiprocessor architectural study

    NASA Technical Reports Server (NTRS)

    Kosmala, A. L.; Stanten, S. F.; Vandever, W. H.

    1972-01-01

    An architectural design study was made of a multiprocessor computing system intended to meet functional and performance specifications appropriate to a manned space station application. Intermetrics, previous experience, and accumulated knowledge of the multiprocessor field is used to generate a baseline philosophy for the design of a future SUMC* multiprocessor. Interrupts are defined and the crucial questions of interrupt structure, such as processor selection and response time, are discussed. Memory hierarchy and performance is discussed extensively with particular attention to the design approach which utilizes a cache memory associated with each processor. The ability of an individual processor to approach its theoretical maximum performance is then analyzed in terms of a hit ratio. Memory management is envisioned as a virtual memory system implemented either through segmentation or paging. Addressing is discussed in terms of various register design adopted by current computers and those of advanced design.

  19. A memristor-based nonvolatile latch circuit

    NASA Astrophysics Data System (ADS)

    Robinett, Warren; Pickett, Matthew; Borghetti, Julien; Xia, Qiangfei; Snider, Gregory S.; Medeiros-Ribeiro, Gilberto; Williams, R. Stanley

    2010-06-01

    Memristive devices, which exhibit a dynamical conductance state that depends on the excitation history, can be used as nonvolatile memory elements by storing information as different conductance states. We describe the implementation of a nonvolatile synchronous flip-flop circuit that uses a nanoscale memristive device as the nonvolatile memory element. Controlled testing of the circuit demonstrated successful state storage and restoration, with an error rate of 0.1%, during 1000 power loss events. These results indicate that integration of digital logic devices and memristors could open the way for nonvolatile computation with applications in small platforms that rely on intermittent power sources. This demonstrated feasibility of tight integration of memristors with CMOS (complementary metal-oxide-semiconductor) circuitry challenges the traditional memory hierarchy, in which nonvolatile memory is only available as a large, slow, monolithic block at the bottom of the hierarchy. In contrast, the nonvolatile, memristor-based memory cell can be fast, fine-grained and small, and is compatible with conventional CMOS electronics. This threatens to upset the traditional memory hierarchy, and may open up new architectural possibilities beyond it.

  20. Stress amplifies memory for social hierarchy.

    PubMed

    Cordero, María Isabel; Sandi, Carmen

    2007-11-01

    Individuals differ in their social status and societies in the extent of social status differences among their members. There is great interest in understanding the key factors that contribute to the establishment of social dominance structures. Given that stress can affect behavior and cognition, we hypothesized that, given equal opportunities to become either dominant or submissive, stress experienced by one of the individuals during their first encounter would determine the long-term establishment of a social hierarchy by acting as a two-stage rocket: (1) by influencing the rank achieved after a social encounter and (2) by facilitating and/or promoting a long-term memory for the specific hierarchy. Using a novel model for the assessment of long-term dominance hierarchies in rats, we present here the first evidence supporting such hypothesis. In control conditions, the social rank established through a first interaction and food competition test between two male rats is not maintained when animals are confronted 1 week later. However, if one of the rats is stressed just before their first encounter, the dominance hierarchy developed on day 1 is still clearly observed 1 week later, with the stressed animal becoming submissive (i.e., looser in competition tests) in both social interactions. Our findings also allow us to propose that stress potentiates a hierarchy-linked recognition memory between "specific" individuals through mechanisms that involve de novo protein synthesis. These results implicate stress among the key mechanisms contributing to create social imbalance and highlight memory mechanisms as key mediators of stress-induced long-term establishment of social rank.

  1. Two-Hierarchy Entanglement Swapping for a Linear Optical Quantum Repeater

    NASA Astrophysics Data System (ADS)

    Xu, Ping; Yong, Hai-Lin; Chen, Luo-Kan; Liu, Chang; Xiang, Tong; Yao, Xing-Can; Lu, He; Li, Zheng-Da; Liu, Nai-Le; Li, Li; Yang, Tao; Peng, Cheng-Zhi; Zhao, Bo; Chen, Yu-Ao; Pan, Jian-Wei

    2017-10-01

    Quantum repeaters play a significant role in achieving long-distance quantum communication. In the past decades, tremendous effort has been devoted towards constructing a quantum repeater. As one of the crucial elements, entanglement has been created in different memory systems via entanglement swapping. The realization of j -hierarchy entanglement swapping, i.e., connecting quantum memory and further extending the communication distance, is important for implementing a practical quantum repeater. Here, we report the first demonstration of a fault-tolerant two-hierarchy entanglement swapping with linear optics using parametric down-conversion sources. In the experiment, the dominant or most probable noise terms in the one-hierarchy entanglement swapping, which is on the same order of magnitude as the desired state and prevents further entanglement connections, are automatically washed out by a proper design of the detection setting, and the communication distance can be extended. Given suitable quantum memory, our techniques can be directly applied to implementing an atomic ensemble based quantum repeater, and are of significant importance in the scalable quantum information processing.

  2. Two-Hierarchy Entanglement Swapping for a Linear Optical Quantum Repeater.

    PubMed

    Xu, Ping; Yong, Hai-Lin; Chen, Luo-Kan; Liu, Chang; Xiang, Tong; Yao, Xing-Can; Lu, He; Li, Zheng-Da; Liu, Nai-Le; Li, Li; Yang, Tao; Peng, Cheng-Zhi; Zhao, Bo; Chen, Yu-Ao; Pan, Jian-Wei

    2017-10-27

    Quantum repeaters play a significant role in achieving long-distance quantum communication. In the past decades, tremendous effort has been devoted towards constructing a quantum repeater. As one of the crucial elements, entanglement has been created in different memory systems via entanglement swapping. The realization of j-hierarchy entanglement swapping, i.e., connecting quantum memory and further extending the communication distance, is important for implementing a practical quantum repeater. Here, we report the first demonstration of a fault-tolerant two-hierarchy entanglement swapping with linear optics using parametric down-conversion sources. In the experiment, the dominant or most probable noise terms in the one-hierarchy entanglement swapping, which is on the same order of magnitude as the desired state and prevents further entanglement connections, are automatically washed out by a proper design of the detection setting, and the communication distance can be extended. Given suitable quantum memory, our techniques can be directly applied to implementing an atomic ensemble based quantum repeater, and are of significant importance in the scalable quantum information processing.

  3. Visual perception as retrospective Bayesian decoding from high- to low-level features

    PubMed Central

    Ding, Stephanie; Cueva, Christopher J.; Tsodyks, Misha; Qian, Ning

    2017-01-01

    When a stimulus is presented, its encoding is known to progress from low- to high-level features. How these features are decoded to produce perception is less clear, and most models assume that decoding follows the same low- to high-level hierarchy of encoding. There are also theories arguing for global precedence, reversed hierarchy, or bidirectional processing, but they are descriptive without quantitative comparison with human perception. Moreover, observers often inspect different parts of a scene sequentially to form overall perception, suggesting that perceptual decoding requires working memory, yet few models consider how working-memory properties may affect decoding hierarchy. We probed decoding hierarchy by comparing absolute judgments of single orientations and relative/ordinal judgments between two sequentially presented orientations. We found that lower-level, absolute judgments failed to account for higher-level, relative/ordinal judgments. However, when ordinal judgment was used to retrospectively decode memory representations of absolute orientations, striking aspects of absolute judgments, including the correlation and forward/backward aftereffects between two reported orientations in a trial, were explained. We propose that the brain prioritizes decoding of higher-level features because they are more behaviorally relevant, and more invariant and categorical, and thus easier to specify and maintain in noisy working memory, and that more reliable higher-level decoding constrains less reliable lower-level decoding. PMID:29073108

  4. Boy, Am I Tired!! Sleep....Why You Need It!

    ERIC Educational Resources Information Center

    Olivieri, Chrystyne

    2016-01-01

    Sleep is essential to a healthy human being. It is among the basic necessities of life, located at the bottom of Maslow's Hierarchy of Need. It is a dynamic activity, necessary to maintain mood, memory and cognitive performance. Sleep disorders are strongly associated with the development of acute and chronic medical conditions. This article…

  5. Formal verification of a set of memory management units

    NASA Technical Reports Server (NTRS)

    Schubert, E. Thomas; Levitt, K.; Cohen, Gerald C.

    1992-01-01

    This document describes the verification of a set of memory management units (MMU). The verification effort demonstrates the use of hierarchical decomposition and abstract theories. The MMUs can be organized into a complexity hierarchy. Each new level in the hierarchy adds a few significant features or modifications to the lower level MMU. The units described include: (1) a page check translation look-aside module (TLM); (2) a page check TLM with supervisor line; (3) a base bounds MMU; (4) a virtual address translation MMU; and (5) a virtual address translation MMU with memory resident segment table.

  6. Benchmarking Memory Performance with the Data Cube Operator

    NASA Technical Reports Server (NTRS)

    Frumkin, Michael A.; Shabanov, Leonid V.

    2004-01-01

    Data movement across a computer memory hierarchy and across computational grids is known to be a limiting factor for applications processing large data sets. We use the Data Cube Operator on an Arithmetic Data Set, called ADC, to benchmark capabilities of computers and of computational grids to handle large distributed data sets. We present a prototype implementation of a parallel algorithm for computation of the operatol: The algorithm follows a known approach for computing views from the smallest parent. The ADC stresses all levels of grid memory and storage by producing some of 2d views of an Arithmetic Data Set of d-tuples described by a small number of integers. We control data intensity of the ADC by selecting the tuple parameters, the sizes of the views, and the number of realized views. Benchmarking results of memory performance of a number of computer architectures and of a small computational grid are presented.

  7. Computer architecture evaluation for structural dynamics computations: Project summary

    NASA Technical Reports Server (NTRS)

    Standley, Hilda M.

    1989-01-01

    The intent of the proposed effort is the examination of the impact of the elements of parallel architectures on the performance realized in a parallel computation. To this end, three major projects are developed: a language for the expression of high level parallelism, a statistical technique for the synthesis of multicomputer interconnection networks based upon performance prediction, and a queueing model for the analysis of shared memory hierarchies.

  8. Associative Recognition Memory Awareness Improved by Theta-Burst Stimulation of Frontopolar Cortex

    PubMed Central

    Ryals, Anthony J.; Rogers, Lynn M.; Gross, Evan Z.; Polnaszek, Kelly L.; Voss, Joel L.

    2016-01-01

    Neuroimaging and lesion studies have implicated specific prefrontal cortex locations in subjective memory awareness. Based on this evidence, a rostrocaudal organization has been proposed whereby increasingly anterior prefrontal regions are increasingly involved in memory awareness. We used theta-burst transcranial magnetic stimulation (TBS) to temporarily modulate dorsolateral versus frontopolar prefrontal cortex to test for distinct causal roles in memory awareness. In three sessions, participants received TBS bilaterally to frontopolar cortex, dorsolateral prefrontal cortex, or a control location prior to performing an associative-recognition task involving judgments of memory awareness. Objective memory performance (i.e., accuracy) did not differ based on stimulation location. In contrast, frontopolar stimulation significantly influenced several measures of memory awareness. During study, judgments of learning were more accurate such that lower ratings were given to items that were subsequently forgotten selectively following frontopolar TBS. Confidence ratings during test were also higher for correct trials following frontopolar TBS. Finally, trial-by-trial correspondence between overt performance and subjective awareness during study demonstrated a linear increase across control, dorsolateral, and frontopolar TBS locations, supporting a rostrocaudal hierarchy of prefrontal contributions to memory awareness. These findings indicate that frontopolar cortex contributes causally to memory awareness, which was improved selectively by anatomically targeted TBS. PMID:25577574

  9. Visual perception as retrospective Bayesian decoding from high- to low-level features.

    PubMed

    Ding, Stephanie; Cueva, Christopher J; Tsodyks, Misha; Qian, Ning

    2017-10-24

    When a stimulus is presented, its encoding is known to progress from low- to high-level features. How these features are decoded to produce perception is less clear, and most models assume that decoding follows the same low- to high-level hierarchy of encoding. There are also theories arguing for global precedence, reversed hierarchy, or bidirectional processing, but they are descriptive without quantitative comparison with human perception. Moreover, observers often inspect different parts of a scene sequentially to form overall perception, suggesting that perceptual decoding requires working memory, yet few models consider how working-memory properties may affect decoding hierarchy. We probed decoding hierarchy by comparing absolute judgments of single orientations and relative/ordinal judgments between two sequentially presented orientations. We found that lower-level, absolute judgments failed to account for higher-level, relative/ordinal judgments. However, when ordinal judgment was used to retrospectively decode memory representations of absolute orientations, striking aspects of absolute judgments, including the correlation and forward/backward aftereffects between two reported orientations in a trial, were explained. We propose that the brain prioritizes decoding of higher-level features because they are more behaviorally relevant, and more invariant and categorical, and thus easier to specify and maintain in noisy working memory, and that more reliable higher-level decoding constrains less reliable lower-level decoding. Published under the PNAS license.

  10. SMT-Aware Instantaneous Footprint Optimization

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Roy, Probir; Liu, Xu; Song, Shuaiwen

    Modern architectures employ simultaneous multithreading (SMT) to increase thread-level parallelism. SMT threads share many functional units and the whole memory hierarchy of a physical core. Without a careful code design, SMT threads can easily contend with each other for these shared resources, causing severe performance degradation. Minimizing SMT thread contention for HPC applications running on dedicated platforms is very challenging, because they usually spawn threads within Single Program Multiple Data (SPMD) models. To address this important issue, we introduce a simple scheme for SMT-aware code optimization, which aims to reduce the memory contention across SMT threads.

  11. Software Issues in High-Performance Computing and a Framework for the Development of HPC Applications

    DTIC Science & Technology

    1995-01-01

    possible to determine communication points. For this version, a C program spawning Posix threads and using semaphores to synchronize would have to...performance such as the time required for network communication and synchronization as well as issues of asynchrony and memory hierarchy. For example...enhances reusability. Process (or task) parallel computations can also be succinctly expressed with a small set of process creation and synchronization

  12. Dynamic Organization of Hierarchical Memories

    PubMed Central

    Kurikawa, Tomoki; Kaneko, Kunihiko

    2016-01-01

    In the brain, external objects are categorized in a hierarchical way. Although it is widely accepted that objects are represented as static attractors in neural state space, this view does not take account interaction between intrinsic neural dynamics and external input, which is essential to understand how neural system responds to inputs. Indeed, structured spontaneous neural activity without external inputs is known to exist, and its relationship with evoked activities is discussed. Then, how categorical representation is embedded into the spontaneous and evoked activities has to be uncovered. To address this question, we studied bifurcation process with increasing input after hierarchically clustered associative memories are learned. We found a “dynamic categorization”; neural activity without input wanders globally over the state space including all memories. Then with the increase of input strength, diffuse representation of higher category exhibits transitions to focused ones specific to each object. The hierarchy of memories is embedded in the transition probability from one memory to another during the spontaneous dynamics. With increased input strength, neural activity wanders over a narrower state space including a smaller set of memories, showing more specific category or memory corresponding to the applied input. Moreover, such coarse-to-fine transitions are also observed temporally during transient process under constant input, which agrees with experimental findings in the temporal cortex. These results suggest the hierarchy emerging through interaction with an external input underlies hierarchy during transient process, as well as in the spontaneous activity. PMID:27618549

  13. Is awareness necessary for true inference?

    PubMed

    Leo, Peter D; Greene, Anthony J

    2008-09-01

    In transitive inference, participants learn a set of context-dependent discriminations that can be organized into a hierarchy that supports inference. Several studies show that inference occurs with or without task awareness. However, some studies assert that without awareness, performance is attributable to pseudoinference. By this account, inference-like performance is achieved by differential stimulus weighting according to the stimuli's proximity to the end items of the hierarchy. We implement an inference task that cannot be based on differential stimulus weighting. The design itself rules out pseudoinference strategies. Success on the task without evidence of deliberative strategies would therefore suggest that true inference can be achieved implicitly. We found that accurate performance on the inference task was not dependent on explicit awareness. The finding is consistent with a growing body of evidence that indicates that forms of learning and memory supporting inference and flexibility do not necessarily depend on task awareness.

  14. DOE Office of Scientific and Technical Information (OSTI.GOV)

    Bender, Michael A.; Berry, Jonathan W.; Hammond, Simon D.

    A challenge in computer architecture is that processors often cannot be fed data from DRAM as fast as CPUs can consume it. Therefore, many applications are memory-bandwidth bound. With this motivation and the realization that traditional architectures (with all DRAM reachable only via bus) are insufficient to feed groups of modern processing units, vendors have introduced a variety of non-DDR 3D memory technologies (Hybrid Memory Cube (HMC),Wide I/O 2, High Bandwidth Memory (HBM)). These offer higher bandwidth and lower power by stacking DRAM chips on the processor or nearby on a silicon interposer. We will call these solutions “near-memory,” andmore » if user-addressable, “scratchpad.” High-performance systems on the market now offer two levels of main memory: near-memory on package and traditional DRAM further away. In the near term we expect the latencies near-memory and DRAM to be similar. Here, it is natural to think of near-memory as another module on the DRAM level of the memory hierarchy. Vendors are expected to offer modes in which the near memory is used as cache, but we believe that this will be inefficient.« less

  15. Long-term memory of hierarchical relationships in free-living greylag geese.

    PubMed

    Weiss, Brigitte M; Scheiber, Isabella B R

    2013-01-01

    Animals may memorise spatial and social information for many months and even years. Here, we investigated long-term memory of hierarchically ordered relationships, where the position of a reward depended on the relationship of a stimulus relative to other stimuli in the hierarchy. Seventeen greylag geese (Anser anser) had been trained on discriminations between successive pairs of five or seven implicitly ordered colours, where the higher ranking colour in each pair was rewarded. Geese were re-tested on the task 2, 6 and 12 months after learning the dyadic colour relationships. They chose the correct colour above chance at all three points in time, whereby performance was better in colour pairs at the beginning or end of the colour series. Nonetheless, they also performed above chance on internal colour pairs, which is indicative of long-term memory for quantitative differences in associative strength and/or for relational information. There were no indications for a decline in performance over time, indicating that geese may remember dyadic relationships for at least 6 months and probably well over 1 year. Furthermore, performance in the memory task was unrelated to the individuals' sex and their performance while initially learning the dyadic colour relationships. We discuss possible functions of this long-term memory in the social domain.

  16. GPU color space conversion

    NASA Astrophysics Data System (ADS)

    Chase, Patrick; Vondran, Gary

    2011-01-01

    Tetrahedral interpolation is commonly used to implement continuous color space conversions from sparse 3D and 4D lookup tables. We investigate the implementation and optimization of tetrahedral interpolation algorithms for GPUs, and compare to the best known CPU implementations as well as to a well known GPU-based trilinear implementation. We show that a 500 NVIDIA GTX-580 GPU is 3x faster than a 1000 Intel Core i7 980X CPU for 3D interpolation, and 9x faster for 4D interpolation. Performance-relevant GPU attributes are explored including thread scheduling, local memory characteristics, global memory hierarchy, and cache behaviors. We consider existing tetrahedral interpolation algorithms and tune based on the structure and branching capabilities of current GPUs. Global memory performance is improved by reordering and expanding the lookup table to ensure optimal access behaviors. Per multiprocessor local memory is exploited to implement optimally coalesced global memory accesses, and local memory addressing is optimized to minimize bank conflicts. We explore the impacts of lookup table density upon computation and memory access costs. Also presented are CPU-based 3D and 4D interpolators, using SSE vector operations that are faster than any previously published solution.

  17. Feature-Based Visual Short-Term Memory Is Widely Distributed and Hierarchically Organized.

    PubMed

    Dotson, Nicholas M; Hoffman, Steven J; Goodell, Baldwin; Gray, Charles M

    2018-06-15

    Feature-based visual short-term memory is known to engage both sensory and association cortices. However, the extent of the participating circuit and the neural mechanisms underlying memory maintenance is still a matter of vigorous debate. To address these questions, we recorded neuronal activity from 42 cortical areas in monkeys performing a feature-based visual short-term memory task and an interleaved fixation task. We find that task-dependent differences in firing rates are widely distributed throughout the cortex, while stimulus-specific changes in firing rates are more restricted and hierarchically organized. We also show that microsaccades during the memory delay encode the stimuli held in memory and that units modulated by microsaccades are more likely to exhibit stimulus specificity, suggesting that eye movements contribute to visual short-term memory processes. These results support a framework in which most cortical areas, within a modality, contribute to mnemonic representations at timescales that increase along the cortical hierarchy. Copyright © 2018 Elsevier Inc. All rights reserved.

  18. Two-level main memory co-design: Multi-threaded algorithmic primitives, analysis, and simulation

    DOE PAGES

    Bender, Michael A.; Berry, Jonathan W.; Hammond, Simon D.; ...

    2017-01-03

    A challenge in computer architecture is that processors often cannot be fed data from DRAM as fast as CPUs can consume it. Therefore, many applications are memory-bandwidth bound. With this motivation and the realization that traditional architectures (with all DRAM reachable only via bus) are insufficient to feed groups of modern processing units, vendors have introduced a variety of non-DDR 3D memory technologies (Hybrid Memory Cube (HMC),Wide I/O 2, High Bandwidth Memory (HBM)). These offer higher bandwidth and lower power by stacking DRAM chips on the processor or nearby on a silicon interposer. We will call these solutions “near-memory,” andmore » if user-addressable, “scratchpad.” High-performance systems on the market now offer two levels of main memory: near-memory on package and traditional DRAM further away. In the near term we expect the latencies near-memory and DRAM to be similar. Here, it is natural to think of near-memory as another module on the DRAM level of the memory hierarchy. Vendors are expected to offer modes in which the near memory is used as cache, but we believe that this will be inefficient.« less

  19. Stream Processors

    NASA Astrophysics Data System (ADS)

    Erez, Mattan; Dally, William J.

    Stream processors, like other multi core architectures partition their functional units and storage into multiple processing elements. In contrast to typical architectures, which contain symmetric general-purpose cores and a cache hierarchy, stream processors have a significantly leaner design. Stream processors are specifically designed for the stream execution model, in which applications have large amounts of explicit parallel computation, structured and predictable control, and memory accesses that can be performed at a coarse granularity. Applications in the streaming model are expressed in a gather-compute-scatter form, yielding programs with explicit control over transferring data to and from on-chip memory. Relying on these characteristics, which are common to many media processing and scientific computing applications, stream architectures redefine the boundary between software and hardware responsibilities with software bearing much of the complexity required to manage concurrency, locality, and latency tolerance. Thus, stream processors have minimal control consisting of fetching medium- and coarse-grained instructions and executing them directly on the many ALUs. Moreover, the on-chip storage hierarchy of stream processors is under explicit software control, as is all communication, eliminating the need for complex reactive hardware mechanisms.

  20. It's all coming back to me now: perception and memory in amnesia.

    PubMed

    Baxter, Mark G

    2012-07-12

    Medial temporal lobe (MTL) structures may constitute a representational hierarchy, rather than a dedicated system for memory. Barense et al. (2012) show that intact memory for object features can interfere with perception of complex objects in individuals with MTL amnesia. Copyright © 2012 Elsevier Inc. All rights reserved.

  1. Locality Aware Concurrent Start for Stencil Applications

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Shrestha, Sunil; Gao, Guang R.; Manzano Franco, Joseph B.

    Stencil computations are at the heart of many physical simulations used in scientific codes. Thus, there exists a plethora of optimization efforts for this family of computations. Among these techniques, tiling techniques that allow concurrent start have proven to be very efficient in providing better performance for these critical kernels. Nevertheless, with many core designs being the norm, these optimization techniques might not be able to fully exploit locality (both spatial and temporal) on multiple levels of the memory hierarchy without compromising parallelism. It is no longer true that the machine can be seen as a homogeneous collection of nodesmore » with caches, main memory and an interconnect network. New architectural designs exhibit complex grouping of nodes, cores, threads, caches and memory connected by an ever evolving network-on-chip design. These new designs may benefit greatly from carefully crafted schedules and groupings that encourage parallel actors (i.e. threads, cores or nodes) to be aware of the computational history of other actors in close proximity. In this paper, we provide an efficient tiling technique that allows hierarchical concurrent start for memory hierarchy aware tile groups. Each execution schedule and tile shape exploit the available parallelism, load balance and locality present in the given applications. We demonstrate our technique on the Intel Xeon Phi architecture with selected and representative stencil kernels. We show improvement ranging from 5.58% to 31.17% over existing state-of-the-art techniques.« less

  2. Software Techniques for Non-Von Neumann Architectures

    DTIC Science & Technology

    1990-01-01

    Commtopo programmable Benes net.; hypercubic lattice for QCD Control CENTRALIZED Assign STATIC Memory :SHARED Synch UNIVERSAL Max-cpu 566 Proessor...boards (each = 4 floating point units, 2 multipliers) Cpu-size 32-bit floating point chips Perform 11.4 Gflops Market quantum chromodynamics ( QCD ...functions there should exist a capability to define hierarchies and lattices of complex objects. A complex object can be made up of a set of simple objects

  3. Algorithms for Data Intensive Applications on Intelligent and Smart Memories

    DTIC Science & Technology

    2003-03-01

    editors). Parallel Algorithms and Architectures. North Holland, 1986. [8] P. Diniz . USC ISI, Personal Communication, March, 2001. [9] M. Frigo, C. E ...hierarchy as well as the Translation Lookaside Buer TLB aect the e ectiveness of cache friendly optimizations These penalties vary among...processors and cause large variations in the e ectiveness of cache performance optimizations The area of graph problems is fundamental in a wide variety of

  4. Short-term plasticity as a neural mechanism supporting memory and attentional functions.

    PubMed

    Jääskeläinen, Iiro P; Ahveninen, Jyrki; Andermann, Mark L; Belliveau, John W; Raij, Tommi; Sams, Mikko

    2011-11-08

    Based on behavioral studies, several relatively distinct perceptual and cognitive functions have been defined in cognitive psychology such as sensory memory, short-term memory, and selective attention. Here, we review evidence suggesting that some of these functions may be supported by shared underlying neuronal mechanisms. Specifically, we present, based on an integrative review of the literature, a hypothetical model wherein short-term plasticity, in the form of transient center-excitatory and surround-inhibitory modulations, constitutes a generic processing principle that supports sensory memory, short-term memory, involuntary attention, selective attention, and perceptual learning. In our model, the size and complexity of receptive fields/level of abstraction of neural representations, as well as the length of temporal receptive windows, increases as one steps up the cortical hierarchy. Consequently, the type of input (bottom-up vs. top down) and the level of cortical hierarchy that the inputs target, determine whether short-term plasticity supports purely sensory vs. semantic short-term memory or attentional functions. Furthermore, we suggest that rather than discrete memory systems, there are continuums of memory representations from short-lived sensory ones to more abstract longer-duration representations, such as those tapped by behavioral studies of short-term memory. Copyright © 2011 Elsevier B.V. All rights reserved.

  5. DOE Office of Scientific and Technical Information (OSTI.GOV)

    Lee, Seyong; Vetter, Jeffrey S

    Computer architecture experts expect that non-volatile memory (NVM) hierarchies will play a more significant role in future systems including mobile, enterprise, and HPC architectures. With this expectation in mind, we present NVL-C: a novel programming system that facilitates the efficient and correct programming of NVM main memory systems. The NVL-C programming abstraction extends C with a small set of intuitive language features that target NVM main memory, and can be combined directly with traditional C memory model features for DRAM. We have designed these new features to enable compiler analyses and run-time checks that can improve performance and guard againstmore » a number of subtle programming errors, which, when left uncorrected, can corrupt NVM-stored data. Moreover, to enable recovery of data across application or system failures, these NVL-C features include a flexible directive for specifying NVM transactions. So that our implementation might be extended to other compiler front ends and languages, the majority of our compiler analyses are implemented in an extended version of LLVM's intermediate representation (LLVM IR). We evaluate NVL-C on a number of applications to show its flexibility, performance, and correctness.« less

  6. AHPCRC (Army High Performance Computing Research Center) Bulletin. Volume 2, Issue 1

    DTIC Science & Technology

    2010-01-01

    Researchers in AHPCRC Technical Area 4 focus on improving processes for developing scalable, accurate parallel programs that are easily ported from one...control number. 1. REPORT DATE 2011 2. REPORT TYPE 3. DATES COVERED 00-00-2011 to 00-00-2011 4 . TITLE AND SUBTITLE AHPCRC (Army High...continued on page 4 Virtual levels in Sequoia represent an abstract memory hierarchy without specifying data transfer mechanisms, giving the

  7. Context and meter enhance long-range planning in music performance

    PubMed Central

    Mathias, Brian; Pfordresher, Peter Q.; Palmer, Caroline

    2015-01-01

    Neural responses demonstrate evidence of resonance, or oscillation, during the production of periodic auditory events. Music contains periodic auditory events that give rise to a sense of beat, which in turn generates a sense of meter on the basis of multiple periodicities. Metrical hierarchies may aid memory for music by facilitating similarity-based associations among sequence events at different periodic distances that unfold in longer contexts. A fundamental question is how metrical associations arising from a musical context influence memory during music performance. Longer contexts may facilitate metrical associations at higher hierarchical levels more than shorter contexts, a prediction of the range model, a formal model of planning processes in music performance (Palmer and Pfordresher, 2003; Pfordresher et al., 2007). Serial ordering errors, in which intended sequence events are produced in incorrect sequence positions, were measured as skilled pianists performed musical pieces that contained excerpts embedded in long or short musical contexts. Pitch errors arose from metrically similar positions and further sequential distances more often when the excerpt was embedded in long contexts compared to short contexts. Musicians’ keystroke intensities and error rates also revealed influences of metrical hierarchies, which differed for performances in long and short contexts. The range model accounted for contextual effects and provided better fits to empirical findings when metrical associations between sequence events were included. Longer sequence contexts may facilitate planning during sequence production by increasing conceptual similarity between hierarchically associated events. These findings are consistent with the notion that neural oscillations at multiple periodicities may strengthen metrical associations across sequence events during planning. PMID:25628550

  8. Set-relevance determines the impact of distractors on episodic memory retrieval.

    PubMed

    Kwok, Sze Chai; Shallice, Tim; Macaluso, Emiliano

    2014-09-01

    We investigated the interplay between stimulus-driven attention and memory retrieval with a novel interference paradigm that engaged both systems concurrently on each trial. Participants encoded a 45-min movie on Day 1 and, on Day 2, performed a temporal order judgment task during fMRI. Each retrieval trial comprised three images presented sequentially, and the task required participants to judge the temporal order of the first and the last images ("memory probes") while ignoring the second image, which was task irrelevant ("attention distractor"). We manipulated the content relatedness and the temporal proximity between the distractor and the memory probes, as well as the temporal distance between two probes. Behaviorally, short temporal distances between the probes led to reduced retrieval performance. Distractors that at encoding were temporally close to the first probe image reduced these costs, specifically when the distractor was content unrelated to the memory probes. The imaging results associated the distractor probe temporal proximity with activation of the right ventral attention network. By contrast, the precuneus was activated for high-content relatedness between distractors and probes and in trials including a short distance between the two memory probes. The engagement of the right ventral attention network by specific types of distractors suggests a link between stimulus-driven attention control and episodic memory retrieval, whereas the activation pattern of the precuneus implicates this region in memory search within knowledge/content-based hierarchies.

  9. Characterizing Task-Based OpenMP Programs

    PubMed Central

    Muddukrishna, Ananya; Jonsson, Peter A.; Brorsson, Mats

    2015-01-01

    Programmers struggle to understand performance of task-based OpenMP programs since profiling tools only report thread-based performance. Performance tuning also requires task-based performance in order to balance per-task memory hierarchy utilization against exposed task parallelism. We provide a cost-effective method to extract detailed task-based performance information from OpenMP programs. We demonstrate the utility of our method by quickly diagnosing performance problems and characterizing exposed task parallelism and per-task instruction profiles of benchmarks in the widely-used Barcelona OpenMP Tasks Suite. Programmers can tune performance faster and understand performance tradeoffs more effectively than existing tools by using our method to characterize task-based performance. PMID:25860023

  10. The storage system of PCM based on random access file system

    NASA Astrophysics Data System (ADS)

    Han, Wenbing; Chen, Xiaogang; Zhou, Mi; Li, Shunfen; Li, Gezi; Song, Zhitang

    2016-10-01

    Emerging memory technologies such as Phase change memory (PCM) tend to offer fast, random access to persistent storage with better scalability. It's a hot topic of academic and industrial research to establish PCM in storage hierarchy to narrow the performance gap. However, the existing file systems do not perform well with the emerging PCM storage, which access storage medium via a slow, block-based interface. In this paper, we propose a novel file system, RAFS, to bring about good performance of PCM, which is built in the embedded platform. We attach PCM chips to the memory bus and build RAFS on the physical address space. In the proposed file system, we simplify traditional system architecture to eliminate block-related operations and layers. Furthermore, we adopt memory mapping and bypassed page cache to reduce copy overhead between the process address space and storage device. XIP mechanisms are also supported in RAFS. To the best of our knowledge, we are among the first to implement file system on real PCM chips. We have analyzed and evaluated its performance with IOZONE benchmark tools. Our experimental results show that the RAFS on PCM outperforms Ext4fs on SDRAM with small record lengths. Based on DRAM, RAFS is significantly faster than Ext4fs by 18% to 250%.

  11. Research on Contextual Memorizing of Meaning in Foreign Language Vocabulary

    ERIC Educational Resources Information Center

    Xu, Linjing; Xiong, Qingxia; Qin, Yufang

    2018-01-01

    The purpose of this study was to examine the role of contexts in the memory of meaning in foreign vocabularies. The study was based on the cognitive processing hierarchy theory of Craik and Lockhart (1972), the memory trace theory of McClelland and Rumelhart (1986) and the memory trace theory of cognitive psychology. The subjects were non-English…

  12. Spatial resolution in visual memory.

    PubMed

    Ben-Shalom, Asaf; Ganel, Tzvi

    2015-04-01

    Representations in visual short-term memory are considered to contain relatively elaborated information on object structure. Conversely, representations in earlier stages of the visual hierarchy are thought to be dominated by a sensory-based, feed-forward buildup of information. In four experiments, we compared the spatial resolution of different object properties between two points in time along the processing hierarchy in visual short-term memory. Subjects were asked either to estimate the distance between objects or to estimate the size of one of the objects' features under two experimental conditions, of either a short or a long delay period between the presentation of the target stimulus and the probe. When different objects were referred to, similar spatial resolution was found for the two delay periods, suggesting that initial processing stages are sensitive to object-based properties. Conversely, superior resolution was found for the short, as compared with the long, delay when features were referred to. These findings suggest that initial representations in visual memory are hybrid in that they allow fine-grained resolution for object features alongside normal visual sensitivity to the segregation between objects. The findings are also discussed in reference to the distinction made in earlier studies between visual short-term memory and iconic memory.

  13. Memory hierarchy using row-based compression

    DOEpatents

    Loh, Gabriel H.; O'Connor, James M.

    2016-10-25

    A system includes a first memory and a device coupleable to the first memory. The device includes a second memory to cache data from the first memory. The second memory includes a plurality of rows, each row including a corresponding set of compressed data blocks of non-uniform sizes and a corresponding set of tag blocks. Each tag block represents a corresponding compressed data block of the row. The device further includes decompression logic to decompress data blocks accessed from the second memory. The device further includes compression logic to compress data blocks to be stored in the second memory.

  14. Automated Cache Performance Analysis And Optimization

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Mohror, Kathryn

    While there is no lack of performance counter tools for coarse-grained measurement of cache activity, there is a critical lack of tools for relating data layout to cache behavior to application performance. Generally, any nontrivial optimizations are either not done at all, or are done ”by hand” requiring significant time and expertise. To the best of our knowledge no tool available to users measures the latency of memory reference instructions for partic- ular addresses and makes this information available to users in an easy-to-use and intuitive way. In this project, we worked to enable the Open|SpeedShop performance analysis tool tomore » gather memory reference latency information for specific instructions and memory ad- dresses, and to gather and display this information in an easy-to-use and intuitive way to aid performance analysts in identifying problematic data structures in their codes. This tool was primarily designed for use in the supercomputer domain as well as grid, cluster, cloud-based parallel e-commerce, and engineering systems and middleware. Ultimately, we envision a tool to automate optimization of application cache layout and utilization in the Open|SpeedShop performance analysis tool. To commercialize this soft- ware, we worked to develop core capabilities for gathering enhanced memory usage per- formance data from applications and create and apply novel methods for automatic data structure layout optimizations, tailoring the overall approach to support existing supercom- puter and cluster programming models and constraints. In this Phase I project, we focused on infrastructure necessary to gather performance data and present it in an intuitive way to users. With the advent of enhanced Precise Event-Based Sampling (PEBS) counters on recent Intel processor architectures and equivalent technology on AMD processors, we are now in a position to access memory reference information for particular addresses. Prior to the introduction of PEBS counters, cache behavior could only be measured reliably in the ag- gregate across tens or hundreds of thousands of instructions. With the newest iteration of PEBS technology, cache events can be tied to a tuple of instruction pointer, target address (for both loads and stores), memory hierarchy, and observed latency. With this information we can now begin asking questions regarding the efficiency of not only regions of code, but how these regions interact with particular data structures and how these interactions evolve over time. In the short term, this information will be vital for performance analysts understanding and optimizing the behavior of their codes for the memory hierarchy. In the future, we can begin to ask how data layouts might be changed to improve performance and, for a particular application, what the theoretical optimal performance might be. The overall benefit to be produced by this effort was a commercial quality easy-to- use and scalable performance tool that will allow both beginner and experienced parallel programmers to automatically tune their applications for optimal cache usage. Effective use of such a tool can literally save weeks of performance tuning effort. Easy to use. With the proposed innovations, finding and fixing memory performance issues would be more automated and hide most to all of the performance engineer exper- tise ”under the hood” of the Open|SpeedShop performance tool. One of the biggest public benefits from the proposed innovations is that it makes performance analysis more usable to a larger group of application developers. Intuitive reporting of results. The Open|SpeedShop performance analysis tool has a rich set of intuitive, yet detailed reports for presenting performance results to application developers. Our goal was to leverage this existing technology to present the results from our memory performance addition to Open|SpeedShop. Suitable for experts as well as novices. Application performance is getting more difficult to measure as the hardware platforms they run on become more complicated. This makes life difficult for the application developer, in that they need to know more about the hardware platform, including the memory system hierarchy, in order to understand the performance of their application. Some application developers are comfortable in that sce- nario, while others want to do their scientific research and not have to understand all the nuances in the hardware platform they are running their application on. Our proposed innovations were aimed to support both experts and novice performance analysts. Useful in many markets. The enhancement to Open|SpeedShop would appeal to a broader market space, as it will be useful in scientific, commercial, and cloud computing environments. Our goal was to use technology developed initially at the and Lawrence Livermore Na- tional Laboratory combined with the development and commercial software experience of the Argo Navis Technologies, LLC (ANT) to form a powerful combination to delivery these objectives.« less

  15. The rules of implicit evaluation by race, religion, and age.

    PubMed

    Axt, Jordan R; Ebersole, Charles R; Nosek, Brian A

    2014-09-01

    The social world is stratified. Social hierarchies are known but often disavowed as anachronisms or unjust. Nonetheless, hierarchies may persist in social memory. In three studies (total N > 200,000), we found evidence of social hierarchies in implicit evaluation by race, religion, and age. Participants implicitly evaluated their own racial group most positively and the remaining racial groups in accordance with the following hierarchy: Whites > Asians > Blacks > Hispanics. Similarly, participants implicitly evaluated their own religion most positively and the remaining religions in accordance with the following hierarchy: Christianity > Judaism > Hinduism or Buddhism > Islam. In a final study, participants of all ages implicitly evaluated age groups following this rule: children > young adults > middle-age adults > older adults. These results suggest that the rules of social evaluation are pervasively embedded in culture and mind. © The Author(s) 2014.

  16. The future of memory

    NASA Astrophysics Data System (ADS)

    Marinella, M.

    In the not too distant future, the traditional memory and storage hierarchy of may be replaced by a single Storage Class Memory (SCM) device integrated on or near the logic processor. Traditional magnetic hard drives, NAND flash, DRAM, and higher level caches (L2 and up) will be replaced with a single high performance memory device. The Storage Class Memory paradigm will require high speed (< 100 ns read/write), excellent endurance (> 1012), nonvolatility (retention > 10 years), and low switching energies (< 10 pJ per switch). The International Technology Roadmap for Semiconductors (ITRS) has recently evaluated several potential candidates SCM technologies, including Resistive (or Redox) RAM, Spin Torque Transfer RAM (STT-MRAM), and phase change memory (PCM). All of these devices show potential well beyond that of current flash technologies and research efforts are underway to improve the endurance, write speeds, and scalabilities to be on-par with DRAM. This progress has interesting implications for space electronics: each of these emerging device technologies show excellent resistance to the types of radiation typically found in space applications. Commercially developed, high density storage class memory-based systems may include a memory that is physically radiation hard, and suitable for space applications without major shielding efforts. This paper reviews the Storage Class Memory concept, emerging memory devices, and possible applicability to radiation hardened electronics for space.

  17. Extreme-scale Algorithms and Solver Resilience

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Dongarra, Jack

    A widening gap exists between the peak performance of high-performance computers and the performance achieved by complex applications running on these platforms. Over the next decade, extreme-scale systems will present major new challenges to algorithm development that could amplify this mismatch in such a way that it prevents the productive use of future DOE Leadership computers due to the following; Extreme levels of parallelism due to multicore processors; An increase in system fault rates requiring algorithms to be resilient beyond just checkpoint/restart; Complex memory hierarchies and costly data movement in both energy and performance; Heterogeneous system architectures (mixing CPUs, GPUs,more » etc.); and Conflicting goals of performance, resilience, and power requirements.« less

  18. Diverse Heterologous Primary Infections Radically Alter Immunodominance Hierarchies and Clinical Outcomes Following H7N9 Influenza Challenge in Mice

    PubMed Central

    Duan, Susu; Meliopoulos, Victoria A.; McClaren, Jennifer L.; Guo, Xi-Zhi J.; Sanders, Catherine J.; Smallwood, Heather S.; Webby, Richard J.; Schultz-Cherry, Stacey L.; Doherty, Peter C.; Thomas, Paul G.

    2015-01-01

    The recent emergence of a novel H7N9 influenza A virus (IAV) causing severe human infections in China raises concerns about a possible pandemic. The lack of pre-existing neutralizing antibodies in the broader population highlights the potential protective role of IAV-specific CD8+ cytotoxic T lymphocyte (CTL) memory specific for epitopes conserved between H7N9 and previously encountered IAVs. In the present study, the heterosubtypic immunity generated by prior H9N2 or H1N1 infections significantly, but variably, reduced morbidity and mortality, pulmonary virus load and time to clearance in mice challenged with the H7N9 virus. In all cases, the recall of established CTL memory was characterized by earlier, greater airway infiltration of effectors targeting the conserved or cross-reactive H7N9 IAV peptides; though, depending on the priming IAV, each case was accompanied by distinct CTL epitope immunodominance hierarchies for the prominent KbPB1703, DbPA224, and DbNP366 epitopes. While the presence of conserved, variable, or cross-reactive epitopes between the priming H9N2 and H1N1 and the challenge H7N9 IAVs clearly influenced any change in the immunodominance hierarchy, the changing patterns were not tied solely to epitope conservation. Furthermore, the total size of the IAV-specific memory CTL pool after priming was a better predictor of favorable outcomes than the extent of epitope conservation or secondary CTL expansion. Modifying the size of the memory CTL pool significantly altered its subsequent protective efficacy on disease severity or virus clearance, confirming the important role of heterologous priming. These findings establish that both the protective efficacy of heterosubtypic immunity and CTL immunodominance hierarchies are reflective of the immunological history of the host, a finding that has implications for understanding human CTL responses and the rational design of CTL-mediated vaccines. PMID:25668410

  19. An approach to separating the levels of hierarchical structure building in language and mathematics.

    PubMed

    Makuuchi, Michiru; Bahlmann, Jörg; Friederici, Angela D

    2012-07-19

    We aimed to dissociate two levels of hierarchical structure building in language and mathematics, namely 'first-level' (the build-up of hierarchical structure with externally given elements) and 'second-level' (the build-up of hierarchical structure with internally represented elements produced by first-level processes). Using functional magnetic resonance imaging, we investigated these processes in three domains: sentence comprehension, arithmetic calculation (using Reverse Polish notation, which gives two operands followed by an operator) and a working memory control task. All tasks required the build-up of hierarchical structures at the first- and second-level, resulting in a similar computational hierarchy across language and mathematics, as well as in a working memory control task. Using a novel method that estimates the difference in the integration cost for conditions of different trial durations, we found an anterior-to-posterior functional organization in the prefrontal cortex, according to the level of hierarchy. Common to all domains, the ventral premotor cortex (PMv) supports first-level hierarchy building, while the dorsal pars opercularis (POd) subserves second-level hierarchy building, with lower activation for language compared with the other two tasks. These results suggest that the POd and the PMv support domain-general mechanisms for hierarchical structure building, with the POd being uniquely efficient for language.

  20. Semantic Memory Redux: An Experimental Test of Hierarchical Category Representation

    ERIC Educational Resources Information Center

    Murphy, Gregory L.; Hampton, James A.; Milovanovic, Goran S.

    2012-01-01

    Four experiments investigated the classic issue in semantic memory of whether people organize categorical information in hierarchies and use inference to retrieve information from them, as proposed by Collins and Quillian (1969). Past evidence has focused on RT to confirm sentences such as "All birds are animals" or "Canaries breathe." However,…

  1. The hierarchical and functional connectivity of higher-order cognitive mechanisms: neurorobotic model to investigate the stability and flexibility of working memory

    PubMed Central

    Alnajjar, Fady; Yamashita, Yuichi; Tani, Jun

    2013-01-01

    Higher-order cognitive mechanisms (HOCM), such as planning, cognitive branching, switching, etc., are known to be the outcomes of a unique neural organizations and dynamics between various regions of the frontal lobe. Although some recent anatomical and neuroimaging studies have shed light on the architecture underlying the formation of such mechanisms, the neural dynamics and the pathways in and between the frontal lobe to form and/or to tune the stability level of its working memory remain controversial. A model to clarify this aspect is therefore required. In this study, we propose a simple neurocomputational model that suggests the basic concept of how HOCM, including the cognitive branching and switching in particular, may mechanistically emerge from time-based neural interactions. The proposed model is constructed such that its functional and structural hierarchy mimics, to a certain degree, the biological hierarchy that is believed to exist between local regions in the frontal lobe. Thus, the hierarchy is attained not only by the force of the layout architecture of the neural connections but also through distinct types of neurons, each with different time properties. To validate the model, cognitive branching and switching tasks were simulated in a physical humanoid robot driven by the model. Results reveal that separation between the lower and the higher-level neurons in such a model is an essential factor to form an appropriate working memory to handle cognitive branching and switching. The analyses of the obtained result also illustrates that the breadth of this separation is important to determine the characteristics of the resulting memory, either static memory or dynamic memory. This work can be considered as a joint research between synthetic and empirical studies, which can open an alternative research area for better understanding of brain mechanisms. PMID:23423881

  2. The hierarchical and functional connectivity of higher-order cognitive mechanisms: neurorobotic model to investigate the stability and flexibility of working memory.

    PubMed

    Alnajjar, Fady; Yamashita, Yuichi; Tani, Jun

    2013-01-01

    Higher-order cognitive mechanisms (HOCM), such as planning, cognitive branching, switching, etc., are known to be the outcomes of a unique neural organizations and dynamics between various regions of the frontal lobe. Although some recent anatomical and neuroimaging studies have shed light on the architecture underlying the formation of such mechanisms, the neural dynamics and the pathways in and between the frontal lobe to form and/or to tune the stability level of its working memory remain controversial. A model to clarify this aspect is therefore required. In this study, we propose a simple neurocomputational model that suggests the basic concept of how HOCM, including the cognitive branching and switching in particular, may mechanistically emerge from time-based neural interactions. The proposed model is constructed such that its functional and structural hierarchy mimics, to a certain degree, the biological hierarchy that is believed to exist between local regions in the frontal lobe. Thus, the hierarchy is attained not only by the force of the layout architecture of the neural connections but also through distinct types of neurons, each with different time properties. To validate the model, cognitive branching and switching tasks were simulated in a physical humanoid robot driven by the model. Results reveal that separation between the lower and the higher-level neurons in such a model is an essential factor to form an appropriate working memory to handle cognitive branching and switching. The analyses of the obtained result also illustrates that the breadth of this separation is important to determine the characteristics of the resulting memory, either static memory or dynamic memory. This work can be considered as a joint research between synthetic and empirical studies, which can open an alternative research area for better understanding of brain mechanisms.

  3. Calculating Reuse Distance from Source Code

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Narayanan, Sri Hari Krishna; Hovland, Paul

    The efficient use of a system is of paramount importance in high-performance computing. Applications need to be engineered for future systems even before the architecture of such a system is clearly known. Static performance analysis that generates performance bounds is one way to approach the task of understanding application behavior. Performance bounds provide an upper limit on the performance of an application on a given architecture. Predicting cache hierarchy behavior and accesses to main memory is a requirement for accurate performance bounds. This work presents our static reuse distance algorithm to generate reuse distance histograms. We then use these histogramsmore » to predict cache miss rates. Experimental results for kernels studied show that the approach is accurate.« less

  4. A general graphical user interface for automatic reliability modeling

    NASA Technical Reports Server (NTRS)

    Liceaga, Carlos A.; Siewiorek, Daniel P.

    1991-01-01

    Reported here is a general Graphical User Interface (GUI) for automatic reliability modeling of Processor Memory Switch (PMS) structures using a Markov model. This GUI is based on a hierarchy of windows. One window has graphical editing capabilities for specifying the system's communication structure, hierarchy, reconfiguration capabilities, and requirements. Other windows have field texts, popup menus, and buttons for specifying parameters and selecting actions. An example application of the GUI is given.

  5. Performance measurements of the first RAID prototype

    NASA Technical Reports Server (NTRS)

    Chervenak, Ann L.

    1990-01-01

    The performance is examined of Redundant Arrays of Inexpensive Disks (RAID) the First, a prototype disk array. A hierarchy of bottlenecks was discovered in the system that limit overall performance. The most serious is the memory system contention on the Sun 4/280 host CPU, which limits array bandwidth to 2.3 MBytes/sec. The array performs more successfully on small random operations, achieving nearly 300 I/Os per second before the Sun 4/280 becomes CPU limited. Other bottlenecks in the system are the VME backplane, bandwidth on the disk controller, and overheads associated with the SCSI protocol. All are examined in detail. The main conclusion is that to achieve the potential bandwidth of arrays, more powerful CPU's alone will not suffice. Just as important are adequate host memory bandwidth and support for high bandwidth on disk controllers. Current disk controllers are more often designed to achieve large numbers of small random operations, rather than high bandwidth. Operating systems also need to change to support high bandwidth from disk arrays. In particular, they should transfer data in larger blocks, and should support asynchronous I/O to improve sequential write performance.

  6. Data storage technology comparisons

    NASA Technical Reports Server (NTRS)

    Katti, Romney R.

    1990-01-01

    The role of data storage and data storage technology is an integral, though conceptually often underestimated, portion of data processing technology. Data storage is important in the mass storage mode in which generated data is buffered for later use. But data storage technology is also important in the data flow mode when data are manipulated and hence required to flow between databases, datasets and processors. This latter mode is commonly associated with memory hierarchies which support computation. VLSI devices can reasonably be defined as electronic circuit devices such as channel and control electronics as well as highly integrated, solid-state devices that are fabricated using thin film deposition technology. VLSI devices in both capacities play an important role in data storage technology. In addition to random access memories (RAM), read-only memories (ROM), and other silicon-based variations such as PROM's, EPROM's, and EEPROM's, integrated devices find their way into a variety of memory technologies which offer significant performance advantages. These memory technologies include magnetic tape, magnetic disk, magneto-optic disk, and vertical Bloch line memory. In this paper, some comparison between selected technologies will be made to demonstrate why more than one memory technology exists today, based for example on access time and storage density at the active bit and system levels.

  7. MILC Code Performance on High End CPU and GPU Supercomputer Clusters

    NASA Astrophysics Data System (ADS)

    DeTar, Carleton; Gottlieb, Steven; Li, Ruizi; Toussaint, Doug

    2018-03-01

    With recent developments in parallel supercomputing architecture, many core, multi-core, and GPU processors are now commonplace, resulting in more levels of parallelism, memory hierarchy, and programming complexity. It has been necessary to adapt the MILC code to these new processors starting with NVIDIA GPUs, and more recently, the Intel Xeon Phi processors. We report on our efforts to port and optimize our code for the Intel Knights Landing architecture. We consider performance of the MILC code with MPI and OpenMP, and optimizations with QOPQDP and QPhiX. For the latter approach, we concentrate on the staggered conjugate gradient and gauge force. We also consider performance on recent NVIDIA GPUs using the QUDA library.

  8. The medial temporal lobe-conduit of parallel connectivity: a model for attention, memory, and perception.

    PubMed

    Mozaffari, Brian

    2014-01-01

    Based on the notion that the brain is equipped with a hierarchical organization, which embodies environmental contingencies across many time scales, this paper suggests that the medial temporal lobe (MTL)-located deep in the hierarchy-serves as a bridge connecting supra- to infra-MTL levels. Bridging the upper and lower regions of the hierarchy provides a parallel architecture that optimizes information flow between upper and lower regions to aid attention, encoding, and processing of quick complex visual phenomenon. Bypassing intermediate hierarchy levels, information conveyed through the MTL "bridge" allows upper levels to make educated predictions about the prevailing context and accordingly select lower representations to increase the efficiency of predictive coding throughout the hierarchy. This selection or activation/deactivation is associated with endogenous attention. In the event that these "bridge" predictions are inaccurate, this architecture enables the rapid encoding of novel contingencies. A review of hierarchical models in relation to memory is provided along with a new theory, Medial-temporal-lobe Conduit for Parallel Connectivity (MCPC). In this scheme, consolidation is considered as a secondary process, occurring after a MTL-bridged connection, which eventually allows upper and lower levels to access each other directly. With repeated reactivations, as contingencies become consolidated, less MTL activity is predicted. Finally, MTL bridging may aid processing transient but structured perceptual events, by allowing communication between upper and lower levels without calling on intermediate levels of representation.

  9. The Efficiency and the Scalability of an Explicit Operator on an IBM POWER4 System

    NASA Technical Reports Server (NTRS)

    Frumkin, Michael; Biegel, Bryan A. (Technical Monitor)

    2002-01-01

    We present an evaluation of the efficiency and the scalability of an explicit CFD operator on an IBM POWER4 system. The POWER4 architecture exhibits a common trend in HPC architectures: boosting CPU processing power by increasing the number of functional units, while hiding the latency of memory access by increasing the depth of the memory hierarchy. The overall machine performance depends on the ability of the caches-buses-fabric-memory to feed the functional units with the data to be processed. In this study we evaluate the efficiency and scalability of one explicit CFD operator on an IBM POWER4. This operator performs computations at the points of a Cartesian grid and involves a few dozen floating point numbers and on the order of 100 floating point operations per grid point. The computations in all grid points are independent. Specifically, we estimate the efficiency of the RHS operator (SP of NPB) on a single processor as the observed/peak performance ratio. Then we estimate the scalability of the operator on a single chip (2 CPUs), a single MCM (8 CPUs), 16 CPUs, and the whole machine (32 CPUs). Then we perform the same measurements for a chache-optimized version of the RHS operator. For our measurements we use the HPM (Hardware Performance Monitor) counters available on the POWER4. These counters allow us to analyze the obtained performance results.

  10. Deep recurrent neural network reveals a hierarchy of process memory during dynamic natural vision.

    PubMed

    Shi, Junxing; Wen, Haiguang; Zhang, Yizhen; Han, Kuan; Liu, Zhongming

    2018-05-01

    The human visual cortex extracts both spatial and temporal visual features to support perception and guide behavior. Deep convolutional neural networks (CNNs) provide a computational framework to model cortical representation and organization for spatial visual processing, but unable to explain how the brain processes temporal information. To overcome this limitation, we extended a CNN by adding recurrent connections to different layers of the CNN to allow spatial representations to be remembered and accumulated over time. The extended model, or the recurrent neural network (RNN), embodied a hierarchical and distributed model of process memory as an integral part of visual processing. Unlike the CNN, the RNN learned spatiotemporal features from videos to enable action recognition. The RNN better predicted cortical responses to natural movie stimuli than the CNN, at all visual areas, especially those along the dorsal stream. As a fully observable model of visual processing, the RNN also revealed a cortical hierarchy of temporal receptive window, dynamics of process memory, and spatiotemporal representations. These results support the hypothesis of process memory, and demonstrate the potential of using the RNN for in-depth computational understanding of dynamic natural vision. © 2018 Wiley Periodicals, Inc.

  11. Roofline model toolkit: A practical tool for architectural and program analysis

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Lo, Yu Jung; Williams, Samuel; Van Straalen, Brian

    We present preliminary results of the Roofline Toolkit for multicore, many core, and accelerated architectures. This paper focuses on the processor architecture characterization engine, a collection of portable instrumented micro benchmarks implemented with Message Passing Interface (MPI), and OpenMP used to express thread-level parallelism. These benchmarks are specialized to quantify the behavior of different architectural features. Compared to previous work on performance characterization, these microbenchmarks focus on capturing the performance of each level of the memory hierarchy, along with thread-level parallelism, instruction-level parallelism and explicit SIMD parallelism, measured in the context of the compilers and run-time environments. We also measuremore » sustained PCIe throughput with four GPU memory managed mechanisms. By combining results from the architecture characterization with the Roofline model based solely on architectural specifications, this work offers insights for performance prediction of current and future architectures and their software systems. To that end, we instrument three applications and plot their resultant performance on the corresponding Roofline model when run on a Blue Gene/Q architecture.« less

  12. Operating systems. [of computers

    NASA Technical Reports Server (NTRS)

    Denning, P. J.; Brown, R. L.

    1984-01-01

    A counter operating system creates a hierarchy of levels of abstraction, so that at a given level all details concerning lower levels can be ignored. This hierarchical structure separates functions according to their complexity, characteristic time scale, and level of abstraction. The lowest levels include the system's hardware; concepts associated explicitly with the coordination of multiple tasks appear at intermediate levels, which conduct 'primitive processes'. Software semaphore is the mechanism controlling primitive processes that must be synchronized. At higher levels lie, in rising order, the access to the secondary storage devices of a particular machine, a 'virtual memory' scheme for managing the main and secondary memories, communication between processes by way of a mechanism called a 'pipe', access to external input and output devices, and a hierarchy of directories cataloguing the hardware and software objects to which access must be controlled.

  13. Performance Prediction Toolkit

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Chennupati, Gopinath; Santhi, Nanadakishore; Eidenbenz, Stephen

    The Performance Prediction Toolkit (PPT), is a scalable co-design tool that contains the hardware and middle-ware models, which accept proxy applications as input in runtime prediction. PPT relies on Simian, a parallel discrete event simulation engine in Python or Lua, that uses the process concept, where each computing unit (host, node, core) is a Simian entity. Processes perform their task through message exchanges to remain active, sleep, wake-up, begin and end. The PPT hardware model of a compute core (such as a Haswell core) consists of a set of parameters, such as clock speed, memory hierarchy levels, their respective sizes,more » cache-lines, access times for different cache levels, average cycle counts of ALU operations, etc. These parameters are ideally read off a spec sheet or are learned using regression models learned from hardware counters (PAPI) data. The compute core model offers an API to the software model, a function called time_compute(), which takes as input a tasklist. A tasklist is an unordered set of ALU, and other CPU-type operations (in particular virtual memory loads and stores). The PPT application model mimics the loop structure of the application and replaces the computational kernels with a call to the hardware model's time_compute() function giving tasklists as input that model the compute kernel. A PPT application model thus consists of tasklists representing kernels and the high-er level loop structure that we like to think of as pseudo code. The key challenge for the hardware model's time_compute-function is to translate virtual memory accesses into actual cache hierarchy level hits and misses.PPT also contains another CPU core level hardware model, Analytical Memory Model (AMM). The AMM solves this challenge soundly, where our previous alternatives explicitly include the L1,L2,L3 hit-rates as inputs to the tasklists. Explicit hit-rates inevitably only reflect the application modeler's best guess, perhaps informed by a few small test problems using hardware counters; also, hard-coded hit-rates make the hardware model insensitive to changes in cache sizes. Alternatively, we use reuse distance distributions in the tasklists. In general, reuse profiles require the application modeler to run a very expensive trace analysis on the real code that realistically can be done at best for small examples.« less

  14. Library API for Z-Order Memory Layout

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Bethel, E. Wes

    This library provides a simple-to-use API for implementing an altnerative to traditional row-major order in-memory layout, one based on a Morton- order space filling curve (SFC) , specifically, a Z-order variant of the Morton order curve. The library enables programmers to, after a simple initialization step, to convert a multidimensional array from row-major to Z- order layouts, then use a single, generic API call to access data from any arbitrary (i,j,k) location from within the array, whether it it be stored in row- major or z-order format. The motivation for using a SFC in-memory layout is for improved spatial locality,more » which results in increased use of local high speed cache memory. The basic idea is that with row-major order layouts, a data access to some location that is nearby in index space is likely far away in physical memory, resulting in poor spatial locality and slow runtime. On the other hand, with a SFC-based layout, accesses that are nearby in index space are much more likely to also be nearby in physical memory, resulting in much better spatial locality, and better runtime performance. Numerous studies over the years have shown significant runtime performance gains are realized by using a SFC-based memory layout compared to a row-major layout, sometimes by as much as 50%, which result from the better use of the memory and cache hierarchy that are attendant with a SFC-based layout (see, for example, [Beth2012]). This library implementation is intended for use with codes that work with structured, array-based data in 2 or 3 dimensions. It is not appropriate for use with unstructured or point-based data.« less

  15. Reactive Goal Decomposition Hierarchies for On-Board Autonomy

    NASA Astrophysics Data System (ADS)

    Hartmann, L.

    2002-01-01

    As our experience grows, space missions and systems are expected to address ever more complex and demanding requirements with fewer resources (e.g., mass, power, budget). One approach to accommodating these higher expectations is to increase the level of autonomy to improve the capabilities and robustness of on- board systems and to simplify operations. The goal decomposition hierarchies described here provide a simple but powerful form of goal-directed behavior that is relatively easy to implement for space systems. A goal corresponds to a state or condition that an operator of the space system would like to bring about. In the system described here goals are decomposed into simpler subgoals until the subgoals are simple enough to execute directly. For each goal there is an activation condition and a set of decompositions. The decompositions correspond to different ways of achieving the higher level goal. Each decomposition contains a gating condition and a set of subgoals to be "executed" sequentially or in parallel. The gating conditions are evaluated in order and for the first one that is true, the corresponding decomposition is executed in order to achieve the higher level goal. The activation condition specifies global conditions (i.e., for all decompositions of the goal) that need to hold in order for the goal to be achieved. In real-time, parameters and state information are passed between goals and subgoals in the decomposition; a termination indication (success, failure, degree) is passed up when a decomposition finishes executing. The lowest level decompositions include servo control loops and finite state machines for generating control signals and sequencing i/o. Semaphores and shared memory are used to synchronize and coordinate decompositions that execute in parallel. The goal decomposition hierarchy is reactive in that the generated behavior is sensitive to the real-time state of the system and the environment. That is, the system is able to react to state and environment and in general can terminate the execution of a decomposition and attempt a new decomposition at any level in the hierarchy. This goal decomposition system is suitable for workstation, microprocessor and fpga implementation and thus is able to support the full range of prototyping activities, from mission design in the laboratory to development of the fpga firmware for the flight system. This approach is based on previous artificial intelligence work including (1) Brooks' subsumption architecture for robot control, (2) Firby's Reactive Action Package System (RAPS) for mediating between high level automated planning and low level execution and (3) hierarchical task networks for automated planning. Reactive goal decomposition hierarchies can be used for a wide variety of on-board autonomy applications including automating low level operation sequences (such as scheduling prerequisite operations, e.g., heaters, warm-up periods, monitoring power constraints), coordinating multiple spacecraft as in formation flying and constellations, robot manipulator operations, rendez-vous, docking, servicing, assembly, on-orbit maintenance, planetary rover operations, solar system and interstellar probes, intelligent science data gathering and disaster early warning. Goal decomposition hierarchies can support high level fault tolerance. Given models of on-board resources and goals to accomplish, the decomposition hierarchy could allocate resources to goals taking into account existing faults and in real-time reallocating resources as new faults arise. Resources to be modeled include memory (e.g., ROM, FPGA configuration memory, processor memory, payload instrument memory), processors, on-board and interspacecraft network nodes and links, sensors, actuators (e.g., attitude determination and control, guidance and navigation) and payload instruments. A goal decomposition hierarchy could be defined to map mission goals and tasks to available on-board resources. As faults occur and are detected the resource allocation is modified to avoid using the faulty resource. Goal decomposition hierarchies can implement variable autonomy (in which the operator chooses to command the system at a high or low level, mixed initiative planning (in which the system is able to interact with the operator, e.g, to request operator intervention when a working envelope is exceeded) and distributed control (in which, for example, multiple spacecraft cooperate to accomplish a task without a fixed master). The full paper will describe in greater detail how goal decompositions work, how they can be implemented, techniques for implementing a candidate application and the current state of the fpga implementation.

  16. Acquisition and improvement of human motor skills: Learning through observation and practice

    NASA Technical Reports Server (NTRS)

    Iba, Wayne

    1991-01-01

    Skilled movement is an integral part of the human existence. A better understanding of motor skills and their development is a prerequisite to the construction of truly flexible intelligent agents. We present MAEANDER, a computational model of human motor behavior, that uniformly addresses both the acquisition of skills through observation and the improvement of skills through practice. MAEANDER consists of a sensory-effector interface, a memory of movements, and a set of performance and learning mechanisms that let it recognize and generate motor skills. The system initially acquires such skills by observing movements performed by another agent and constructing a concept hierarchy. Given a stored motor skill in memory, MAEANDER will cause an effector to behave appropriately. All learning involves changing the hierarchical memory of skill concepts to more closely correspond to either observed experience or to desired behaviors. We evaluated MAEANDER empirically with respect to how well it acquires and improves both artificial movement types and handwritten script letters from the alphabet. We also evaluate MAEANDER as a psychological model by comparing its behavior to robust phenomena in humans and by considering the richness of the predictions it makes.

  17. Exploring Machine Learning Techniques For Dynamic Modeling on Future Exascale Systems

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Song, Shuaiwen; Tallent, Nathan R.; Vishnu, Abhinav

    2013-09-23

    Future exascale systems must be optimized for both power and performance at scale in order to achieve DOE’s goal of a sustained petaflop within 20 Megawatts by 2022 [1]. Massive parallelism of the future systems combined with complex memory hierarchies will form a barrier to efficient application and architecture design. These challenges are exacerbated with emerging complex architectures such as GPGPUs and Intel Xeon Phi as parallelism increases orders of magnitude and system power consumption can easily triple or quadruple. Therefore, we need techniques that can reduce the search space for optimization, isolate power-performance bottlenecks, identify root causes for software/hardwaremore » inefficiency, and effectively direct runtime scheduling.« less

  18. I/O efficient algorithms and applications in geographic information systems

    NASA Astrophysics Data System (ADS)

    Danner, Andrew

    Modern remote sensing methods such a laser altimetry (lidar) and Interferometric Synthetic Aperture Radar (IfSAR) produce georeferenced elevation data at unprecedented rates. Many Geographic Information System (GIS) algorithms designed for terrain modelling applications cannot process these massive data sets. The primary problem is that these data sets are too large to fit in the main internal memory of modern computers and must therefore reside on larger, but considerably slower disks. In these applications, the transfer of data between disk and main memory, or I/O, becomes the primary bottleneck. Working in a theoretical model that more accurately represents this two level memory hierarchy, we can develop algorithms that are I/O-efficient and reduce the amount of disk I/O needed to solve a problem. In this thesis we aim to modernize GIS algorithms and develop a number of I/O-efficient algorithms for processing geographic data derived from massive elevation data sets. For each application, we convert a geographic question to an algorithmic question, develop an I/O-efficient algorithm that is theoretically efficient, implement our approach and verify its performance using real-world data. The applications we consider include constructing a gridded digital elevation model (DEM) from an irregularly spaced point cloud, removing topological noise from a DEM, modeling surface water flow over a terrain, extracting river networks and watershed hierarchies from the terrain, and locating polygons containing query points in a planar subdivision. We initially developed solutions to each of these applications individually. However, we also show how to combine individual solutions to form a scalable geo-processing pipeline that seamlessly solves a sequence of sub-problems with little or no manual intervention. We present experimental results that demonstrate orders of magnitude improvement over previously known algorithms.

  19. CHAMPION: Intelligent Hierarchical Reasoning Agents for Enhanced Decision Support

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Hohimer, Ryan E.; Greitzer, Frank L.; Noonan, Christine F.

    2011-11-15

    We describe the design and development of an advanced reasoning framework employing semantic technologies, organized within a hierarchy of computational reasoning agents that interpret domain specific information. Designed based on an inspirational metaphor of the pattern recognition functions performed by the human neocortex, the CHAMPION reasoning framework represents a new computational modeling approach that derives invariant knowledge representations through memory-prediction belief propagation processes that are driven by formal ontological language specification and semantic technologies. The CHAMPION framework shows promise for enhancing complex decision making in diverse problem domains including cyber security, nonproliferation and energy consumption analysis.

  20. Application of phase-change materials in memory taxonomy.

    PubMed

    Wang, Lei; Tu, Liang; Wen, Jing

    2017-01-01

    Phase-change materials are suitable for data storage because they exhibit reversible transitions between crystalline and amorphous states that have distinguishable electrical and optical properties. Consequently, these materials find applications in diverse memory devices ranging from conventional optical discs to emerging nanophotonic devices. Current research efforts are mostly devoted to phase-change random access memory, whereas the applications of phase-change materials in other types of memory devices are rarely reported. Here we review the physical principles of phase-change materials and devices aiming to help researchers understand the concept of phase-change memory. We classify phase-change memory devices into phase-change optical disc, phase-change scanning probe memory, phase-change random access memory, and phase-change nanophotonic device, according to their locations in memory hierarchy. For each device type we discuss the physical principles in conjunction with merits and weakness for data storage applications. We also outline state-of-the-art technologies and future prospects.

  1. A GPU-Accelerated Approach for Feature Tracking in Time-Varying Imagery Datasets.

    PubMed

    Peng, Chao; Sahani, Sandip; Rushing, John

    2017-10-01

    We propose a novel parallel connected component labeling (CCL) algorithm along with efficient out-of-core data management to detect and track feature regions of large time-varying imagery datasets. Our approach contributes to the big data field with parallel algorithms tailored for GPU architectures. We remove the data dependency between frames and achieve pixel-level parallelism. Due to the large size, the entire dataset cannot fit into cached memory. Frames have to be streamed through the memory hierarchy (disk to CPU main memory and then to GPU memory), partitioned, and processed as batches, where each batch is small enough to fit into the GPU. To reconnect the feature regions that are separated due to data partitioning, we present a novel batch merging algorithm to extract the region connection information across multiple batches in a parallel fashion. The information is organized in a memory-efficient structure and supports fast indexing on the GPU. Our experiment uses a commodity workstation equipped with a single GPU. The results show that our approach can efficiently process a weather dataset composed of terabytes of time-varying radar images. The advantages of our approach are demonstrated by comparing to the performance of an efficient CPU cluster implementation which is being used by the weather scientists.

  2. Why and when hierarchy impacts team effectiveness: A meta-analytic integration.

    PubMed

    Greer, Lindred L; de Jong, Bart A; Schouten, Maartje E; Dannals, Jennifer E

    2018-06-01

    Hierarchy has the potential to both benefit and harm team effectiveness. In this article, we meta-analytically investigate different explanations for why and when hierarchy helps or hurts team effectiveness, drawing on results from 54 prior studies (N = 13,914 teams). Our findings show that, on net, hierarchy negatively impacts team effectiveness (performance: ρ = -.08; viability: ρ = -.11), and that this effect is mediated by increased conflict-enabling states. Additionally, we show that the negative relationship between hierarchy and team performance is exacerbated by aspects of the team structure (i.e., membership instability, skill differentiation) and the hierarchy itself (i.e., mutability), which make hierarchical teams prone to conflict. The predictions regarding the positive effect of hierarchy on team performance as mediated by coordination-enabling processes, and the moderating roles of several aspects of team tasks (i.e., interdependence, complexity) and the hierarchy (i.e., form) were not supported, with the exception that task ambiguity enhanced the positive effects of hierarchy. Given that our findings largely support dysfunctional views on hierarchy, future research is needed to understand when and why hierarchy may be more likely to live up to its purported functional benefits. (PsycINFO Database Record (c) 2018 APA, all rights reserved).

  3. 3D hierarchical spatial representation and memory of multimodal sensory data

    NASA Astrophysics Data System (ADS)

    Khosla, Deepak; Dow, Paul A.; Huber, David J.

    2009-04-01

    This paper describes an efficient method and system for representing, processing and understanding multi-modal sensory data. More specifically, it describes a computational method and system for how to process and remember multiple locations in multimodal sensory space (e.g., visual, auditory, somatosensory, etc.). The multimodal representation and memory is based on a biologically-inspired hierarchy of spatial representations implemented with novel analogues of real representations used in the human brain. The novelty of the work is in the computationally efficient and robust spatial representation of 3D locations in multimodal sensory space as well as an associated working memory for storage and recall of these representations at the desired level for goal-oriented action. We describe (1) A simple and efficient method for human-like hierarchical spatial representations of sensory data and how to associate, integrate and convert between these representations (head-centered coordinate system, body-centered coordinate, etc.); (2) a robust method for training and learning a mapping of points in multimodal sensory space (e.g., camera-visible object positions, location of auditory sources, etc.) to the above hierarchical spatial representations; and (3) a specification and implementation of a hierarchical spatial working memory based on the above for storage and recall at the desired level for goal-oriented action(s). This work is most useful for any machine or human-machine application that requires processing of multimodal sensory inputs, making sense of it from a spatial perspective (e.g., where is the sensory information coming from with respect to the machine and its parts) and then taking some goal-oriented action based on this spatial understanding. A multi-level spatial representation hierarchy means that heterogeneous sensory inputs (e.g., visual, auditory, somatosensory, etc.) can map onto the hierarchy at different levels. When controlling various machine/robot degrees of freedom, the desired movements and action can be computed from these different levels in the hierarchy. The most basic embodiment of this machine could be a pan-tilt camera system, an array of microphones, a machine with arm/hand like structure or/and a robot with some or all of the above capabilities. We describe the approach, system and present preliminary results on a real-robotic platform.

  4. Hierarchy stability moderates the effect of status on stress and performance in humans

    PubMed Central

    Knight, Erik L.; Mehta, Pranjal H.

    2017-01-01

    High social status reduces stress responses in numerous species, but the stress-buffering effect of status may dissipate or even reverse during times of hierarchical instability. In an experimental test of this hypothesis, 118 participants (57.3% female) were randomly assigned to a high- or low-status position in a stable or unstable hierarchy and were then exposed to a social-evaluative stressor (a mock job interview). High status in a stable hierarchy buffered stress responses and improved interview performance, but high status in an unstable hierarchy boosted stress responses and did not lead to better performance. This general pattern of effects was observed across endocrine (cortisol and testosterone), psychological (feeling in control), and behavioral (competence, dominance, and warmth) responses to the stressor. The joint influence of status and hierarchy stability on interview performance was explained by feelings of control and testosterone reactivity. Greater feelings of control predicted enhanced interview performance, whereas increased testosterone reactivity predicted worse performance. These results provide direct causal evidence that high status confers adaptive benefits for stress reduction and performance only when the social hierarchy is stable. When the hierarchy is unstable, high status actually exacerbates stress responses. PMID:27994160

  5. Hierarchy stability moderates the effect of status on stress and performance in humans.

    PubMed

    Knight, Erik L; Mehta, Pranjal H

    2017-01-03

    High social status reduces stress responses in numerous species, but the stress-buffering effect of status may dissipate or even reverse during times of hierarchical instability. In an experimental test of this hypothesis, 118 participants (57.3% female) were randomly assigned to a high- or low-status position in a stable or unstable hierarchy and were then exposed to a social-evaluative stressor (a mock job interview). High status in a stable hierarchy buffered stress responses and improved interview performance, but high status in an unstable hierarchy boosted stress responses and did not lead to better performance. This general pattern of effects was observed across endocrine (cortisol and testosterone), psychological (feeling in control), and behavioral (competence, dominance, and warmth) responses to the stressor. The joint influence of status and hierarchy stability on interview performance was explained by feelings of control and testosterone reactivity. Greater feelings of control predicted enhanced interview performance, whereas increased testosterone reactivity predicted worse performance. These results provide direct causal evidence that high status confers adaptive benefits for stress reduction and performance only when the social hierarchy is stable. When the hierarchy is unstable, high status actually exacerbates stress responses.

  6. A Cross-Modal Perspective on the Relationships between Imagery and Working Memory

    PubMed Central

    Likova, Lora T.

    2013-01-01

    Mapping the distinctions and interrelationships between imagery and working memory (WM) remains challenging. Although each of these major cognitive constructs is defined and treated in various ways across studies, most accept that both imagery and WM involve a form of internal representation available to our awareness. In WM, there is a further emphasis on goal-oriented, active maintenance, and use of this conscious representation to guide voluntary action. Multicomponent WM models incorporate representational buffers, such as the visuo-spatial sketchpad, plus central executive functions. If there is a visuo-spatial “sketchpad” for WM, does imagery involve the same representational buffer? Alternatively, does WM employ an imagery-specific representational mechanism to occupy our awareness? Or do both constructs utilize a more generic “projection screen” of an amodal nature? To address these issues, in a cross-modal fMRI study, I introduce a novel Drawing-Based Memory Paradigm, and conceptualize drawing as a complex behavior that is readily adaptable from the visual to non-visual modalities (such as the tactile modality), which opens intriguing possibilities for investigating cross-modal learning and plasticity. Blindfolded participants were trained through our Cognitive-Kinesthetic Method (Likova, 2010a, 2012) to draw complex objects guided purely by the memory of felt tactile images. If this WM task had been mediated by transfer of the felt spatial configuration to the visual imagery mechanism, the response-profile in visual cortex would be predicted to have the “top-down” signature of propagation of the imagery signal downward through the visual hierarchy. Remarkably, the pattern of cross-modal occipital activation generated by the non-visual memory drawing was essentially the inverse of this typical imagery signature. The sole visual hierarchy activation was isolated to the primary visual area (V1), and accompanied by deactivation of the entire extrastriate cortex, thus ’cutting-off’ any signal propagation from/to V1 through the visual hierarchy. The implications of these findings for the debate on the interrelationships between the core cognitive constructs of WM and imagery and the nature of internal representations are evaluated. PMID:23346061

  7. PCM-Based Durable Write Cache for Fast Disk I/O

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Liu, Zhuo; Wang, Bin; Carpenter, Patrick

    2012-01-01

    Flash based solid-state devices (FSSDs) have been adopted within the memory hierarchy to improve the performance of hard disk drive (HDD) based storage system. However, with the fast development of storage-class memories, new storage technologies with better performance and higher write endurance than FSSDs are emerging, e.g., phase-change memory (PCM). Understanding how to leverage these state-of-the-art storage technologies for modern computing systems is important to solve challenging data intensive computing problems. In this paper, we propose to leverage PCM for a hybrid PCM-HDD storage architecture. We identify the limitations of traditional LRU caching algorithms for PCM-based caches, and develop amore » novel hash-based write caching scheme called HALO to improve random write performance of hard disks. To address the limited durability of PCM devices and solve the degraded spatial locality in traditional wear-leveling techniques, we further propose novel PCM management algorithms that provide effective wear-leveling while maximizing access parallelism. We have evaluated this PCM-based hybrid storage architecture using applications with a diverse set of I/O access patterns. Our experimental results demonstrate that the HALO caching scheme leads to an average reduction of 36.8% in execution time compared to the LRU caching scheme, and that the SFC wear leveling extends the lifetime of PCM by a factor of 21.6.« less

  8. Multiprocessor switch with selective pairing

    DOEpatents

    Gara, Alan; Gschwind, Michael K; Salapura, Valentina

    2014-03-11

    System, method and computer program product for a multiprocessing system to offer selective pairing of processor cores for increased processing reliability. A selective pairing facility is provided that selectively connects, i.e., pairs, multiple microprocessor or processor cores to provide one highly reliable thread (or thread group). Each paired microprocessor or processor cores that provide one highly reliable thread for high-reliability connect with a system components such as a memory "nest" (or memory hierarchy), an optional system controller, and optional interrupt controller, optional I/O or peripheral devices, etc. The memory nest is attached to a selective pairing facility via a switch or a bus

  9. C-MOS array design techniques: SUMC multiprocessor system study

    NASA Technical Reports Server (NTRS)

    Clapp, W. A.; Helbig, W. A.; Merriam, A. S.

    1972-01-01

    The current capabilities of LSI techniques for speed and reliability, plus the possibilities of assembling large configurations of LSI logic and storage elements, have demanded the study of multiprocessors and multiprocessing techniques, problems, and potentialities. Evaluated are three previous systems studies for a space ultrareliable modular computer multiprocessing system, and a new multiprocessing system is proposed that is flexibly configured with up to four central processors, four 1/0 processors, and 16 main memory units, plus auxiliary memory and peripheral devices. This multiprocessor system features a multilevel interrupt, qualified S/360 compatibility for ground-based generation of programs, virtual memory management of a storage hierarchy through 1/0 processors, and multiport access to multiple and shared memory units.

  10. Towards robust algorithms for current deposition and dynamic load-balancing in a GPU particle in cell code

    NASA Astrophysics Data System (ADS)

    Rossi, Francesco; Londrillo, Pasquale; Sgattoni, Andrea; Sinigardi, Stefano; Turchetti, Giorgio

    2012-12-01

    We present `jasmine', an implementation of a fully relativistic, 3D, electromagnetic Particle-In-Cell (PIC) code, capable of running simulations in various laser plasma acceleration regimes on Graphics-Processing-Units (GPUs) HPC clusters. Standard energy/charge preserving FDTD-based algorithms have been implemented using double precision and quadratic (or arbitrary sized) shape functions for the particle weighting. When porting a PIC scheme to the GPU architecture (or, in general, a shared memory environment), the particle-to-grid operations (e.g. the evaluation of the current density) require special care to avoid memory inconsistencies and conflicts. Here we present a robust implementation of this operation that is efficient for any number of particles per cell and particle shape function order. Our algorithm exploits the exposed GPU memory hierarchy and avoids the use of atomic operations, which can hurt performance especially when many particles lay on the same cell. We show the code multi-GPU scalability results and present a dynamic load-balancing algorithm. The code is written using a python-based C++ meta-programming technique which translates in a high level of modularity and allows for easy performance tuning and simple extension of the core algorithms to various simulation schemes.

  11. Hierarchy in the eye of the beholder: (Anti-)egalitarianism shapes perceived levels of social inequality.

    PubMed

    Kteily, Nour S; Sheehy-Skeffington, Jennifer; Ho, Arnold K

    2017-01-01

    Debate surrounding the issue of inequality and hierarchy between social groups has become increasingly prominent in recent years. At the same time, individuals disagree about the extent to which inequality between advantaged and disadvantaged groups exists. Whereas prior work has examined the ways in which individuals legitimize (or delegitimize) inequality as a function of their motivations, we consider whether individuals' orientation toward group-based hierarchy motivates the extent to which they perceive inequality between social groups in the first place. Across 8 studies in both real-world (race, gender, and class) and artificial contexts, and involving members of both advantaged and disadvantaged groups, we show that the more individuals endorse hierarchy between groups, the less they perceive inequality between groups at the top and groups at the bottom. Perceiving less inequality is associated with rejecting egalitarian social policies aimed at reducing it. We show that these differences in hierarchy perception as a function of individuals' motivational orientation hold even when inequality is depicted abstractly using images, and even when individuals are financially incentivized to accurately report their true perceptions. Using a novel methodology to assess accurate memory of hierarchy, we find that differences may be driven by both antiegalitarians underestimating inequality, and egalitarians overestimating it. In sum, our results identify a novel perceptual bias rooted in individuals' chronic motivations toward hierarchy-maintenance, with the potential to influence their policy attitudes. (PsycINFO Database Record (c) 2016 APA, all rights reserved).

  12. Fast analysis of molecular dynamics trajectories with graphics processing units-Radial distribution function histogramming

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Levine, Benjamin G., E-mail: ben.levine@temple.ed; Stone, John E., E-mail: johns@ks.uiuc.ed; Kohlmeyer, Axel, E-mail: akohlmey@temple.ed

    2011-05-01

    The calculation of radial distribution functions (RDFs) from molecular dynamics trajectory data is a common and computationally expensive analysis task. The rate limiting step in the calculation of the RDF is building a histogram of the distance between atom pairs in each trajectory frame. Here we present an implementation of this histogramming scheme for multiple graphics processing units (GPUs). The algorithm features a tiling scheme to maximize the reuse of data at the fastest levels of the GPU's memory hierarchy and dynamic load balancing to allow high performance on heterogeneous configurations of GPUs. Several versions of the RDF algorithm aremore » presented, utilizing the specific hardware features found on different generations of GPUs. We take advantage of larger shared memory and atomic memory operations available on state-of-the-art GPUs to accelerate the code significantly. The use of atomic memory operations allows the fast, limited-capacity on-chip memory to be used much more efficiently, resulting in a fivefold increase in performance compared to the version of the algorithm without atomic operations. The ultimate version of the algorithm running in parallel on four NVIDIA GeForce GTX 480 (Fermi) GPUs was found to be 92 times faster than a multithreaded implementation running on an Intel Xeon 5550 CPU. On this multi-GPU hardware, the RDF between two selections of 1,000,000 atoms each can be calculated in 26.9 s per frame. The multi-GPU RDF algorithms described here are implemented in VMD, a widely used and freely available software package for molecular dynamics visualization and analysis.« less

  13. Fast Analysis of Molecular Dynamics Trajectories with Graphics Processing Units—Radial Distribution Function Histogramming

    PubMed Central

    Stone, John E.; Kohlmeyer, Axel

    2011-01-01

    The calculation of radial distribution functions (RDFs) from molecular dynamics trajectory data is a common and computationally expensive analysis task. The rate limiting step in the calculation of the RDF is building a histogram of the distance between atom pairs in each trajectory frame. Here we present an implementation of this histogramming scheme for multiple graphics processing units (GPUs). The algorithm features a tiling scheme to maximize the reuse of data at the fastest levels of the GPU’s memory hierarchy and dynamic load balancing to allow high performance on heterogeneous configurations of GPUs. Several versions of the RDF algorithm are presented, utilizing the specific hardware features found on different generations of GPUs. We take advantage of larger shared memory and atomic memory operations available on state-of-the-art GPUs to accelerate the code significantly. The use of atomic memory operations allows the fast, limited-capacity on-chip memory to be used much more efficiently, resulting in a fivefold increase in performance compared to the version of the algorithm without atomic operations. The ultimate version of the algorithm running in parallel on four NVIDIA GeForce GTX 480 (Fermi) GPUs was found to be 92 times faster than a multithreaded implementation running on an Intel Xeon 5550 CPU. On this multi-GPU hardware, the RDF between two selections of 1,000,000 atoms each can be calculated in 26.9 seconds per frame. The multi-GPU RDF algorithms described here are implemented in VMD, a widely used and freely available software package for molecular dynamics visualization and analysis. PMID:21547007

  14. Self-organizing hierarchies in sensor and communication networks.

    PubMed

    Prokopenko, Mikhail; Wang, Peter; Valencia, Philip; Price, Don; Foreman, Mark; Farmer, Anthony

    2005-01-01

    We consider a hierarchical multicellular sensing and communication network, embedded in an ageless aerospace vehicle that is expected to detect and react to multiple impacts and damage over a wide range of impact energies. In particular, we investigate self-organization of impact boundaries enclosing critically damaged areas, and impact networks connecting remote cells that have detected noncritical impacts. Each level of the hierarchy is shown to have distinct higher-order emergent properties, desirable in self-monitoring and self-repairing vehicles. In addition, cells and communication messages are shown to need memory (hysteresis) in order to retain desirable emergent behavior within and between various hierarchical levels. Spatiotemporal robustness of self-organizing hierarchies is quantitatively measured with graph-theoretic and information-theoretic techniques, such as the Shannon entropy. This allows us to clearly identify phase transitions separating chaotic dynamics from ordered and robust patterns.

  15. The Gremlin Framework

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    2013-09-26

    The Gremlin sofrware package is a performance analysis approach targeted to support the Co-Design process for future systems. It consists of a series of modules that can be used to alter a machine's behavior with the goal of emulating future machine properties. The modules can be divided into several classes; the most significant ones are detailed below. PowGre is a series of modules that help explore the power consumption properties of applications and to determine the impact of power constraints on applications. Most of them use low-level processor interfaces to directly control voltage and frequency settings as well as permore » nodes, socket, or memory power bounds. MemGre are memory Gremlins and implement a new performance analysis technique that captures the application's effective use of the storage capacity of different levels of the memory hierarchy as well as the bandwidth between adjacent levels. The approach models various memory components as resources and measures how much of each resource the application uses from the application's own perspective. To the application a given amount of a resource is "used" if not having this amount will degrade the application's performance. This is in contrast to the hardware-centric perspective that considers "use" as any hardware action that utilizes the resource, even if it has no effect on performance. ResGre are Gremlins that use fault injection techniques to emulate higher fault rates than currently present in today's systems. Faults can be injected through various means, including network interposition, static analysis, and code modification, or direct application notification. ResGre also includes patches to previously released LLNL codes that can counteract and react to injected failures.« less

  16. The Science of Computing: Virtual Memory

    NASA Technical Reports Server (NTRS)

    Denning, Peter J.

    1986-01-01

    In the March-April issue, I described how a computer's storage system is organized as a hierarchy consisting of cache, main memory, and secondary memory (e.g., disk). The cache and main memory form a subsystem that functions like main memory but attains speeds approaching cache. What happens if a program and its data are too large for the main memory? This is not a frivolous question. Every generation of computer users has been frustrated by insufficient memory. A new line of computers may have sufficient storage for the computations of its predecessor, but new programs will soon exhaust its capacity. In 1960, a longrange planning committee at MIT dared to dream of a computer with 1 million words of main memory. In 1985, the Cray-2 was delivered with 256 million words. Computational physicists dream of computers with 1 billion words. Computer architects have done an outstanding job of enlarging main memories yet they have never kept up with demand. Only the shortsighted believe they can.

  17. Application of phase-change materials in memory taxonomy

    PubMed Central

    Wang, Lei; Tu, Liang; Wen, Jing

    2017-01-01

    Abstract Phase-change materials are suitable for data storage because they exhibit reversible transitions between crystalline and amorphous states that have distinguishable electrical and optical properties. Consequently, these materials find applications in diverse memory devices ranging from conventional optical discs to emerging nanophotonic devices. Current research efforts are mostly devoted to phase-change random access memory, whereas the applications of phase-change materials in other types of memory devices are rarely reported. Here we review the physical principles of phase-change materials and devices aiming to help researchers understand the concept of phase-change memory. We classify phase-change memory devices into phase-change optical disc, phase-change scanning probe memory, phase-change random access memory, and phase-change nanophotonic device, according to their locations in memory hierarchy. For each device type we discuss the physical principles in conjunction with merits and weakness for data storage applications. We also outline state-of-the-art technologies and future prospects. PMID:28740557

  18. PODIO: An Event-Data-Model Toolkit for High Energy Physics Experiments

    NASA Astrophysics Data System (ADS)

    Gaede, F.; Hegner, B.; Mato, P.

    2017-10-01

    PODIO is a C++ library that supports the automatic creation of event data models (EDMs) and efficient I/O code for HEP experiments. It is developed as a new EDM Toolkit for future particle physics experiments in the context of the AIDA2020 EU programme. Experience from LHC and the linear collider community shows that existing solutions partly suffer from overly complex data models with deep object-hierarchies or unfavorable I/O performance. The PODIO project was created in order to address these problems. PODIO is based on the idea of employing plain-old-data (POD) data structures wherever possible, while avoiding deep object-hierarchies and virtual inheritance. At the same time it provides the necessary high-level interface towards the developer physicist, such as the support for inter-object relations and automatic memory-management, as well as a Python interface. To simplify the creation of efficient data models PODIO employs code generation from a simple yaml-based markup language. In addition, it was developed with concurrency in mind in order to support the use of modern CPU features, for example giving basic support for vectorization techniques.

  19. A Framework for Distributed Problem Solving

    NASA Astrophysics Data System (ADS)

    Leone, Joseph; Shin, Don G.

    1989-03-01

    This work explores a distributed problem solving (DPS) approach, namely the AM/AG model, to cooperative memory recall. The AM/AG model is a hierarchic social system metaphor for DPS based on the Mintzberg's model of organizations. At the core of the model are information flow mechanisms, named amplification and aggregation. Amplification is a process of expounding a given task, called an agenda, into a set of subtasks with magnified degree of specificity and distributing them to multiple processing units downward in the hierarchy. Aggregation is a process of combining the results reported from multiple processing units into a unified view, called a resolution, and promoting the conclusion upward in the hierarchy. The combination of amplification and aggregation can account for a memory recall process which primarily relies on the ability of making associations between vast amounts of related concepts, sorting out the combined results, and promoting the most plausible ones. The amplification process is discussed in detail. An implementation of the amplification process is presented. The process is illustrated by an example.

  20. Performance Evaluation of an Intel Haswell- and Ivy Bridge-Based Supercomputer Using Scientific and Engineering Applications

    NASA Technical Reports Server (NTRS)

    Saini, Subhash; Hood, Robert T.; Chang, Johnny; Baron, John

    2016-01-01

    We present a performance evaluation conducted on a production supercomputer of the Intel Xeon Processor E5- 2680v3, a twelve-core implementation of the fourth-generation Haswell architecture, and compare it with Intel Xeon Processor E5-2680v2, an Ivy Bridge implementation of the third-generation Sandy Bridge architecture. Several new architectural features have been incorporated in Haswell including improvements in all levels of the memory hierarchy as well as improvements to vector instructions and power management. We critically evaluate these new features of Haswell and compare with Ivy Bridge using several low-level benchmarks including subset of HPCC, HPCG and four full-scale scientific and engineering applications. We also present a model to predict the performance of HPCG and Cart3D within 5%, and Overflow within 10% accuracy.

  1. Optimal Planning and Problem-Solving

    NASA Technical Reports Server (NTRS)

    Clemet, Bradley; Schaffer, Steven; Rabideau, Gregg

    2008-01-01

    CTAEMS MDP Optimal Planner is a problem-solving software designed to command a single spacecraft/rover, or a team of spacecraft/rovers, to perform the best action possible at all times according to an abstract model of the spacecraft/rover and its environment. It also may be useful in solving logistical problems encountered in commercial applications such as shipping and manufacturing. The planner reasons around uncertainty according to specified probabilities of outcomes using a plan hierarchy to avoid exploring certain kinds of suboptimal actions. Also, planned actions are calculated as the state-action space is expanded, rather than afterward, to reduce by an order of magnitude the processing time and memory used. The software solves planning problems with actions that can execute concurrently, that have uncertain duration and quality, and that have functional dependencies on others that affect quality. These problems are modeled in a hierarchical planning language called C_TAEMS, a derivative of the TAEMS language for specifying domains for the DARPA Coordinators program. In realistic environments, actions often have uncertain outcomes and can have complex relationships with other tasks. The planner approaches problems by considering all possible actions that may be taken from any state reachable from a given, initial state, and from within the constraints of a given task hierarchy that specifies what tasks may be performed by which team member.

  2. ‘If you are good, I get better’: the role of social hierarchy in perceptual decision-making

    PubMed Central

    Pannunzi, Mario; Ayneto, Alba; Deco, Gustavo; Sebastián-Gallés, Nuria

    2014-01-01

    So far, it was unclear if social hierarchy could influence sensory or perceptual cognitive processes. We evaluated the effects of social hierarchy on these processes using a basic visual perceptual decision task. We constructed a social hierarchy where participants performed the perceptual task separately with two covertly simulated players (superior, inferior). Participants were faster (better) when performing the discrimination task with the superior player. We studied the time course when social hierarchy was processed using event-related potentials and observed hierarchical effects even in early stages of sensory-perceptual processing, suggesting early top–down modulation by social hierarchy. Moreover, in a parallel analysis, we fitted a drift-diffusion model (DDM) to the results to evaluate the decision making process of this perceptual task in the context of a social hierarchy. Consistently, the DDM pointed to nondecision time (probably perceptual encoding) as the principal period influenced by social hierarchy. PMID:23946003

  3. Data Movement Dominates: Final Report

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Jacob, Bruce L.

    Over the past three years in this project, what we have observed is that the primary reason for data movement in large-scale systems is that the per-node capacity is not large enough—i.e., one of the solutions to the data-movement problem (certainly not the only solution that is required, but a significant one nonetheless) is to increase per-node capacity so that inter-node traffic is reduced. This unfortunately is not as simple as it sounds. Today’s main memory systems for datacenters, enterprise computing systems, and supercomputers, fail to provide high per-socket capacity [Dirik & Jacob 2009; Cooper-Balis et al. 2012], except atmore » extremely high price points (factors of 10–100x the cost/bit of consumer main-memory systems) [Stokes 2008]. The reason is that our choice of technology for today’s main memory systems—i.e., DRAM, which we have used as a main-memory technology since the 1970s [Jacob et al. 2007]—can no longer keep up with our needs for density and price per bit. Main memory systems have always been built from the cheapest, densest, lowest-power memory technology available, and DRAM is no longer the cheapest, the densest, nor the lowest-power storage technology out there. It is now time for DRAM to go the way that SRAM went: move out of the way for a cheaper, slower, denser storage technology, and become a cache instead. This inflection point has happened before, in the context of SRAM yielding to DRAM. There was once a time that SRAM was the storage technology of choice for all main memories [Tomasulo 1967; Thornton 1970; Kidder 1981]. However, once DRAM hit volume production in the 1970s and 80s, it supplanted SRAM as a main memory technology because it was cheaper, and it was denser. It also happened to be lower power, but that was not the primary consideration of the day. At the time, it was recognized that DRAM was much slower than SRAM, but it was only at the supercomputer level (For instance the Cray X-MP in the 1980s and its follow-on, the Cray Y-MP, in the 1990s) that could one afford to build ever- larger main memories out of SRAM—the reasoning for moving to DRAM was that an appropriately designed memory hierarchy, built of DRAM as main memory and SRAM as a cache, would approach the performance of SRAM, at the price-per-bit of DRAM [Mashey 1999]. Today it is quite clear that, were one to build an entire multi-gigabyte main memory out of SRAM instead of DRAM, one could improve the performance of almost any computer system by up to an order of magnitude—but this option is not even considered, because to build that system would be prohibitively expensive. It is now time to revisit the same design choice in the context of modern technologies and modern systems. For reasons both technical and economic, we can no longer afford to build ever-larger main memory systems out of DRAM. Flash memory, on the other hand, is significantly cheaper and denser than DRAM and therefore should take its place. While it is true that flash is significantly slower than DRAM, one can afford to build much larger main memories out of flash than out of DRAM, and we show that an appropriately designed memory hierarchy, built of flash as main memory and DRAM as a cache, will approach the performance of DRAM, at the price-per-bit of flash. In our studies as part of this project, we have investigated Non-Volatile Main Memory (NVMM), a new main-memory architecture for large-scale computing systems, one that is specifically designed to address the weaknesses described previously. In particular, it provides the following features: non-volatility: The bulk of the storage is comprised of NAND flash, and in this organization DRAM is used only as a cache, not as main memory. Furthermore, the flash is journaled, which means that operations such as checkpoint/restore are already built into the system. 1+ terabytes of storage per socket: SSDs and DRAM DIMMs have roughly the same form factor (several square inches of PCB surface area), and terabyte SSDs are now commonplace. performance approaching that of DRAM: DRAM is used as a cache to the flash system. price-per-bit approaching that of NAND: Flash is currently well under $0.50 per gigabyte; DDR3 SDRAM is currently just over $10 per gigabyte [Newegg 2014]. Even today, one can build an easily affordable main memory system with a terabyte or more of NAND storage per CPU socket (which would be extremely expensive were one to use DRAM), and our cycle- accurate, full-system experiments show that this can be done at a performance point that lies within a factor of two of DRAM.« less

  4. Simplified Interface to Complex Memory Hierarchies 1.x

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Lang, Michael; Ionkov, Latchesar; Williams, Sean

    2017-02-21

    Memory systems are expected to get evermore complicated in the coming years, and it isn't clear exactly what form that complexity will take. On the software side, a simple, flexible way of identifying and working with memory pools is needed. Additionally, most developers seek code portability and do not want to learn the intricacies of complex memory. Hence, we believe that a library for interacting with complex memory systems should expose two kinds of abstraction: First, a low-level, mechanism-based interface designed for the runtime or advanced user that wants complete control, with its focus on simplified representation but with allmore » decisions left to the caller. Second, a high-level, policy-based interface designed for ease of use for the application developer, in which we aim for best-practice decisions based on application intent. We have developed such a library, called SICM: Simplified Interface to Complex Memory.« less

  5. Transitivity performance, relational hierarchy knowledge and awareness: results of an instructional framing manipulation.

    PubMed

    Kumaran, Dharshan; Ludwig, Hans

    2013-12-01

    The transitive inference (TI) paradigm has been widely used to examine the role of the hippocampus in generalization. Here we consider a surprising feature of experimental findings in this task: the relatively poor transitivity performance and levels of hierarchy knowledge achieved by adult human subjects. We focused on the influence of the task instructions on participants' subsequent performance--a single-word framing manipulation which either specified the relation between items as transitive (i.e., OLD-FRAME: choose which item is "older") or left it ambiguous (i.e., NO-FRAME: choose which item is "correct"). We show a marked but highly specific effect of manipulating prior knowledge through instruction: transitivity performance and levels of relational hierarchy knowledge were enhanced, but premise performance unchanged. Further, we show that hierarchy recall accuracy, but not conventional awareness scores, was a significant predictor of inferential performance across the entire group of participants. The current study has four main implications: first, our findings establish the importance of the task instructions, and prior knowledge, in the TI paradigm--suggesting that they influence the size of the overall hypothesis space (e.g., to favor a linear hierarchical structure over other possibilities in the OLD-FRAME). Second, the dissociable effects of the instructional frame on premise and inference performance provide evidence for the operation of distinct underlying mechanisms (i.e., an associative mechanism vs. relational hierarchy knowledge). Third, our findings suggest that a detailed measurement of hierarchy recall accuracy may be a more sensitive index of relational hierarchy knowledge, than conventional awareness score--and should be used in future studies investigating links between awareness and inferential performance. Finally, our study motivates an experimental setting that ensures robust hierarchy learning across participants--therefore facilitating study of the neural mechanisms underlying the learning and representation of linear hierarchies. Copyright © 2013 The Authors. Hippocampus Published by Wiley Periodicals, Inc.

  6. SEPAC flight software detailed design specifications, volume 1

    NASA Technical Reports Server (NTRS)

    1982-01-01

    The detailed design specifications (as built) for the SEPAC Flight Software are defined. The design includes a description of the total software system and of each individual module within the system. The design specifications describe the decomposition of the software system into its major components. The system structure is expressed in the following forms: the control-flow hierarchy of the system, the data-flow structure of the system, the task hierarchy, the memory structure, and the software to hardware configuration mapping. The component design description includes details on the following elements: register conventions, module (subroutines) invocaton, module functions, interrupt servicing, data definitions, and database structure.

  7. Who is the boss? Individual recognition memory and social hierarchy formation in crayfish.

    PubMed

    Jiménez-Morales, Nayeli; Mendoza-Ángeles, Karina; Porras-Villalobos, Mercedes; Ibarra-Coronado, Elizabeth; Roldán-Roldán, Gabriel; Hernández-Falcón, Jesús

    2018-01-01

    Under laboratory conditions, crayfish establish hierarchical orders through agonistic encounters whose outcome defines the dominant one and one, or more, submissive animals. These agonistic encounters are ritualistic, based on threats, pushes, attacks, grabs, and avoidance behaviors that include retreats and escape responses. Agonistic behavior in a triad of unfamiliar, size-matched animals is intense on the first day of social interaction and the intensity fades on daily repetitions. The dominant animal keeps its status for long periods, and the submissive ones seem to remember 'who the boss is'. It has been assumed that animals remember and recognize their hierarchical status by urine signals, but the putative substance mediating this recognition has not been reported. The aim of this work was to characterize this hierarchical recognition memory. Triads of unfamiliar crayfish (male animals, size and weight-matched) were faced during standardized agonistic protocols for five consecutive days to analyze memory acquisition dynamics (Experiment 1). In Experiment 2, dominant crayfish were shifted among triads to disclose whether hierarchy depended upon individual recognition memory or recognition of status. The maintenance of the hierarchical structure without behavioral reinforcement was assessed by immobilizing the dominant animal during eleven daily agonistic encounters, and considering any shift in the dominance order (Experiment 3). Standard amnesic treatments (anisomycin, scopolamine or cold-anesthesia) were given to all members of the triads immediately after the first interaction session to prevent individual recognition memory consolidation and evaluate its effect on the hierarchical order (Experiment 4). Acquisition of hierarchical recognition occurs at the first agonistic encounter and agonistic behavior gradually diminishes in the following days; animals keep their hierarchical order despite the inability of the dominant crayfish to attack the submissive ones. Finally, blocking of protein synthesis or muscarinic receptors and cold anesthesia impair memory consolidation. These findings suggest that agonistic encounters induces the acquisition of a robust and lasting social recognition memory in crayfish. Copyright © 2017 Elsevier Inc. All rights reserved.

  8. Transitivity performance, relational hierarchy knowledge and awareness: Results of an instructional framing manipulation

    PubMed Central

    Kumaran, Dharshan; Ludwig, Hans

    2013-01-01

    The transitive inference (TI) paradigm has been widely used to examine the role of the hippocampus in generalization. Here we consider a surprising feature of experimental findings in this task: the relatively poor transitivity performance and levels of hierarchy knowledge achieved by adult human subjects. We focused on the influence of the task instructions on participants’ subsequent performance—a single-word framing manipulation which either specified the relation between items as transitive (i.e., OLD-FRAME: choose which item is “older”) or left it ambiguous (i.e., NO-FRAME: choose which item is “correct”). We show a marked but highly specific effect of manipulating prior knowledge through instruction: transitivity performance and levels of relational hierarchy knowledge were enhanced, but premise performance unchanged. Further, we show that hierarchy recall accuracy, but not conventional awareness scores, was a significant predictor of inferential performance across the entire group of participants. The current study has four main implications: first, our findings establish the importance of the task instructions, and prior knowledge, in the TI paradigm—suggesting that they influence the size of the overall hypothesis space (e.g., to favor a linear hierarchical structure over other possibilities in the OLD-FRAME). Second, the dissociable effects of the instructional frame on premise and inference performance provide evidence for the operation of distinct underlying mechanisms (i.e., an associative mechanism vs. relational hierarchy knowledge). Third, our findings suggest that a detailed measurement of hierarchy recall accuracy may be a more sensitive index of relational hierarchy knowledge, than conventional awareness score—and should be used in future studies investigating links between awareness and inferential performance. Finally, our study motivates an experimental setting that ensures robust hierarchy learning across participants—therefore facilitating study of the neural mechanisms underlying the learning and representation of linear hierarchies. PMID:23804544

  9. Exploring performance and energy tradeoffs for irregular applications: A case study on the Tilera many-core architecture

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Panyala, Ajay; Chavarría-Miranda, Daniel; Manzano, Joseph B.

    High performance, parallel applications with irregular data accesses are becoming a critical workload class for modern systems. In particular, the execution of such workloads on emerging many-core systems is expected to be a significant component of applications in data mining, machine learning, scientific computing and graph analytics. However, power and energy constraints limit the capabilities of individual cores, memory hierarchy and on-chip interconnect of such systems, thus leading to architectural and software trade-os that must be understood in the context of the intended application’s behavior. Irregular applications are notoriously hard to optimize given their data-dependent access patterns, lack of structuredmore » locality and complex data structures and code patterns. We have ported two irregular applications, graph community detection using the Louvain method (Grappolo) and high-performance conjugate gradient (HPCCG), to the Tilera many-core system and have conducted a detailed study of platform-independent and platform-specific optimizations that improve their performance as well as reduce their overall energy consumption. To conduct this study, we employ an auto-tuning based approach that explores the optimization design space along three dimensions - memory layout schemes, GCC compiler flag choices and OpenMP loop scheduling options. We leverage MIT’s OpenTuner auto-tuning framework to explore and recommend energy optimal choices for different combinations of parameters. We then conduct an in-depth architectural characterization to understand the memory behavior of the selected workloads. Finally, we perform a correlation study to demonstrate the interplay between the hardware behavior and application characteristics. Using auto-tuning, we demonstrate whole-node energy savings and performance improvements of up to 49:6% and 60% relative to a baseline instantiation, and up to 31% and 45:4% relative to manually optimized variants.« less

  10. 'If you are good, I get better': the role of social hierarchy in perceptual decision-making.

    PubMed

    Santamaría-García, Hernando; Pannunzi, Mario; Ayneto, Alba; Deco, Gustavo; Sebastián-Gallés, Nuria

    2014-10-01

    So far, it was unclear if social hierarchy could influence sensory or perceptual cognitive processes. We evaluated the effects of social hierarchy on these processes using a basic visual perceptual decision task. We constructed a social hierarchy where participants performed the perceptual task separately with two covertly simulated players (superior, inferior). Participants were faster (better) when performing the discrimination task with the superior player. We studied the time course when social hierarchy was processed using event-related potentials and observed hierarchical effects even in early stages of sensory-perceptual processing, suggesting early top-down modulation by social hierarchy. Moreover, in a parallel analysis, we fitted a drift-diffusion model (DDM) to the results to evaluate the decision making process of this perceptual task in the context of a social hierarchy. Consistently, the DDM pointed to nondecision time (probably perceptual encoding) as the principal period influenced by social hierarchy. © The Author (2013). Published by Oxford University Press. For Permissions, please email: journals.permissions@oup.com.

  11. Analysis of the Intel 386 and i486 microprocessors for the Space Station Freedom Data Management System

    NASA Technical Reports Server (NTRS)

    Liu, Yuan-Kwei

    1991-01-01

    The feasibility is analyzed of upgrading the Intel 386 microprocessor, which has been proposed as the baseline processor for the Space Station Freedom (SSF) Data Management System (DMS), to the more advanced i486 microprocessors. The items compared between the two processors include the instruction set architecture, power consumption, the MIL-STD-883C Class S (Space) qualification schedule, and performance. The advantages of the i486 over the 386 are (1) lower power consumption; and (2) higher floating point performance. The i486 on-chip cache does not have parity check or error detection and correction circuitry. The i486 with on-chip cache disabled, however, has lower integer performance than the 386 without cache, which is the current DMS design choice. Adding cache to the 386/387 DX memory hierarchy appears to be the most beneficial change to the current DMS design at this time.

  12. The medial temporal lobe—conduit of parallel connectivity: a model for attention, memory, and perception

    PubMed Central

    Mozaffari, Brian

    2014-01-01

    Based on the notion that the brain is equipped with a hierarchical organization, which embodies environmental contingencies across many time scales, this paper suggests that the medial temporal lobe (MTL)—located deep in the hierarchy—serves as a bridge connecting supra- to infra—MTL levels. Bridging the upper and lower regions of the hierarchy provides a parallel architecture that optimizes information flow between upper and lower regions to aid attention, encoding, and processing of quick complex visual phenomenon. Bypassing intermediate hierarchy levels, information conveyed through the MTL “bridge” allows upper levels to make educated predictions about the prevailing context and accordingly select lower representations to increase the efficiency of predictive coding throughout the hierarchy. This selection or activation/deactivation is associated with endogenous attention. In the event that these “bridge” predictions are inaccurate, this architecture enables the rapid encoding of novel contingencies. A review of hierarchical models in relation to memory is provided along with a new theory, Medial-temporal-lobe Conduit for Parallel Connectivity (MCPC). In this scheme, consolidation is considered as a secondary process, occurring after a MTL-bridged connection, which eventually allows upper and lower levels to access each other directly. With repeated reactivations, as contingencies become consolidated, less MTL activity is predicted. Finally, MTL bridging may aid processing transient but structured perceptual events, by allowing communication between upper and lower levels without calling on intermediate levels of representation. PMID:25426036

  13. 2014 Runtime Systems Summit. Runtime Systems Report

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Sarkar, Vivek; Budimlic, Zoran; Kulkani, Milind

    2016-09-19

    This report summarizes runtime system challenges for exascale computing, that follow from the fundamental challenges for exascale systems that have been well studied in past reports, e.g., [6, 33, 34, 32, 24]. Some of the key exascale challenges that pertain to runtime systems include parallelism, energy efficiency, memory hierarchies, data movement, heterogeneous processors and memories, resilience, performance variability, dynamic resource allocation, performance portability, and interoperability with legacy code. In addition to summarizing these challenges, the report also outlines different approaches to addressing these significant challenges that have been pursued by research projects in the DOE-sponsored X-Stack and OS/R programs. Sincemore » there is often confusion as to what exactly the term “runtime system” refers to in the software stack, we include a section on taxonomy to clarify the terminology used by participants in these research projects. In addition, we include a section on deployment opportunities for vendors and government labs to build on the research results from these projects. Finally, this report is also intended to provide a framework for discussing future research and development investments for exascale runtime systems, and for clarifying the role of runtime systems in exascale software.« less

  14. Behavior-aware cache hierarchy optimization for low-power multi-core embedded systems

    NASA Astrophysics Data System (ADS)

    Zhao, Huatao; Luo, Xiao; Zhu, Chen; Watanabe, Takahiro; Zhu, Tianbo

    2017-07-01

    In modern embedded systems, the increasing number of cores requires efficient cache hierarchies to ensure data throughput, but such cache hierarchies are restricted by their tumid size and interference accesses which leads to both performance degradation and wasted energy. In this paper, we firstly propose a behavior-aware cache hierarchy (BACH) which can optimally allocate the multi-level cache resources to many cores and highly improved the efficiency of cache hierarchy, resulting in low energy consumption. The BACH takes full advantage of the explored application behaviors and runtime cache resource demands as the cache allocation bases, so that we can optimally configure the cache hierarchy to meet the runtime demand. The BACH was implemented on the GEM5 simulator. The experimental results show that energy consumption of a three-level cache hierarchy can be saved from 5.29% up to 27.94% compared with other key approaches while the performance of the multi-core system even has a slight improvement counting in hardware overhead.

  15. A large-scale circuit mechanism for hierarchical dynamical processing in the primate cortex

    PubMed Central

    Chaudhuri, Rishidev; Knoblauch, Kenneth; Gariel, Marie-Alice; Kennedy, Henry; Wang, Xiao-Jing

    2015-01-01

    We developed a large-scale dynamical model of the macaque neocortex, which is based on recently acquired directed- and weighted-connectivity data from tract-tracing experiments, and which incorporates heterogeneity across areas. A hierarchy of timescales naturally emerges from this system: sensory areas show brief, transient responses to input (appropriate for sensory processing), whereas association areas integrate inputs over time and exhibit persistent activity (suitable for decision-making and working memory). The model displays multiple temporal hierarchies, as evidenced by contrasting responses to visual versus somatosensory stimulation. Moreover, slower prefrontal and temporal areas have a disproportionate impact on global brain dynamics. These findings establish a circuit mechanism for “temporal receptive windows” that are progressively enlarged along the cortical hierarchy, suggest an extension of time integration in decision-making from local to large circuits, and should prompt a re-evaluation of the analysis of functional connectivity (measured by fMRI or EEG/MEG) by taking into account inter-areal heterogeneity. PMID:26439530

  16. The derivation and approximation of coarse-grained dynamics from Langevin dynamics

    NASA Astrophysics Data System (ADS)

    Ma, Lina; Li, Xiantao; Liu, Chun

    2016-11-01

    We present a derivation of a coarse-grained description, in the form of a generalized Langevin equation, from the Langevin dynamics model that describes the dynamics of bio-molecules. The focus is placed on the form of the memory kernel function, the colored noise, and the second fluctuation-dissipation theorem that connects them. Also presented is a hierarchy of approximations for the memory and random noise terms, using rational approximations in the Laplace domain. These approximations offer increasing accuracy. More importantly, they eliminate the need to evaluate the integral associated with the memory term at each time step. Direct sampling of the colored noise can also be avoided within this framework. Therefore, the numerical implementation of the generalized Langevin equation is much more efficient.

  17. Using a source-to-source transformation to introduce multi-threading into the AliRoot framework for a parallel event reconstruction

    NASA Astrophysics Data System (ADS)

    Lohn, Stefan B.; Dong, Xin; Carminati, Federico

    2012-12-01

    Chip-Multiprocessors are going to support massive parallelism by many additional physical and logical cores. Improving performance can no longer be obtained by increasing clock-frequency because the technical limits are almost reached. Instead, parallel execution must be used to gain performance. Resources like main memory, the cache hierarchy, bandwidth of the memory bus or links between cores and sockets are not going to be improved as fast. Hence, parallelism can only result into performance gains if the memory usage is optimized and the communication between threads is minimized. Besides concurrent programming has become a domain for experts. Implementing multi-threading is error prone and labor-intensive. A full reimplementation of the whole AliRoot source-code is unaffordable. This paper describes the effort to evaluate the adaption of AliRoot to the needs of multi-threading and to provide the capability of parallel processing by using a semi-automatic source-to-source transformation to address the problems as described before and to provide a straight-forward way of parallelization with almost no interference between threads. This makes the approach simple and reduces the required manual changes in the code. In a first step, unconditional thread-safety will be introduced to bring the original sequential and thread unaware source-code into the position of utilizing multi-threading. Afterwards further investigations have to be performed to point out candidates of classes that are useful to share amongst threads. Then in a second step, the transformation has to change the code to share these classes and finally to verify if there are anymore invalid interferences between threads.

  18. Memory Effects on Movement Behavior in Animal Foraging

    PubMed Central

    Bracis, Chloe; Gurarie, Eliezer; Van Moorter, Bram; Goodwin, R. Andrew

    2015-01-01

    An individual’s choices are shaped by its experience, a fundamental property of behavior important to understanding complex processes. Learning and memory are observed across many taxa and can drive behaviors, including foraging behavior. To explore the conditions under which memory provides an advantage, we present a continuous-space, continuous-time model of animal movement that incorporates learning and memory. Using simulation models, we evaluate the benefit memory provides across several types of landscapes with variable-quality resources and compare the memory model within a nested hierarchy of simpler models (behavioral switching and random walk). We find that memory almost always leads to improved foraging success, but that this effect is most marked in landscapes containing sparse, contiguous patches of high-value resources that regenerate relatively fast and are located in an otherwise devoid landscape. In these cases, there is a large payoff for finding a resource patch, due to size, value, or locational difficulty. While memory-informed search is difficult to differentiate from other factors using solely movement data, our results suggest that disproportionate spatial use of higher value areas, higher consumption rates, and consumption variability all point to memory influencing the movement direction of animals in certain ecosystems. PMID:26288228

  19. Memory Effects on Movement Behavior in Animal Foraging.

    PubMed

    Bracis, Chloe; Gurarie, Eliezer; Van Moorter, Bram; Goodwin, R Andrew

    2015-01-01

    An individual's choices are shaped by its experience, a fundamental property of behavior important to understanding complex processes. Learning and memory are observed across many taxa and can drive behaviors, including foraging behavior. To explore the conditions under which memory provides an advantage, we present a continuous-space, continuous-time model of animal movement that incorporates learning and memory. Using simulation models, we evaluate the benefit memory provides across several types of landscapes with variable-quality resources and compare the memory model within a nested hierarchy of simpler models (behavioral switching and random walk). We find that memory almost always leads to improved foraging success, but that this effect is most marked in landscapes containing sparse, contiguous patches of high-value resources that regenerate relatively fast and are located in an otherwise devoid landscape. In these cases, there is a large payoff for finding a resource patch, due to size, value, or locational difficulty. While memory-informed search is difficult to differentiate from other factors using solely movement data, our results suggest that disproportionate spatial use of higher value areas, higher consumption rates, and consumption variability all point to memory influencing the movement direction of animals in certain ecosystems.

  20. Temperature and leakage aware techniques to improve cache reliability

    NASA Astrophysics Data System (ADS)

    Akaaboune, Adil

    Decreasing power consumption in small devices such as handhelds, cell phones and high-performance processors is now one of the most critical design concerns. On-chip cache memories dominate the chip area in microprocessors and thus arises the need for power efficient cache memories. Cache is the simplest cost effective method to attain high speed memory hierarchy and, its performance is extremely critical for high speed computers. Cache is used by the microprocessor for channeling the performance gap between processor and main memory (RAM) hence the memory bandwidth is frequently a bottleneck which can affect the peak throughput significantly. In the design of any cache system, the tradeoffs of area/cost, performance, power consumption, and thermal management must be taken into consideration. Previous work has mainly concentrated on performance and area/cost constraints. More recent works have focused on low power design especially for portable devices and media-processing systems, however fewer research has been done on the relationship between heat management, Leakage power and cost per die. Lately, the focus of power dissipation in the new generations of microprocessors has shifted from dynamic power to idle power, a previously underestimated form of power loss that causes battery charge to drain and shutdown too early due the waste of energy. The problem has been aggravated by the aggressive scaling of process; device level method used originally by designers to enhance performance, conserve dissipation and reduces the sizes of digital circuits that are increasingly condensed. This dissertation studies the impact of hotspots, in the cache memory, on leakage consumption and microprocessor reliability and durability. The work will first prove that by eliminating hotspots in the cache memory, leakage power will be reduced and therefore, the reliability will be improved. The second technique studied is data quality management that improves the quality of the data stored in the cache to reduce power consumption. The initial work done on this subject focuses on the type of data that increases leakage consumption and ways to manage without impacting the performance of the microprocessor. The second phase of the project focuses on managing the data storage in different blocks of the cache to smooth the leakage power as well as dynamic power consumption. The last technique is a voltage controlled cache to reduce the leakage consumption of the cache while in execution and even in idle state. Two blocks of the 4-way set associative cache go through a voltage regulator before getting to the voltage well, and the other two are directly connected to the voltage well. The idea behind this technique is to use the replacement algorithm information to increase or decrease voltage of the two blocks depending on the need of the information stored on them.

  1. [Dynamic hierarchy of regulatory peptides. Structure of the induction relations of regulators as the target for therapeutic agents].

    PubMed

    Koroleva, S V; Miasoedov, N F

    2012-01-01

    Based on the database information (literature period 1970-2010 gg.) on the effects of regulatory peptides (RP) and non-peptide neurotransmitters (dopamine, serotonin, norepi-nephrine, acetylcholine) it was analyzed of possible cascade processes of endogenous regulators. It was found that the entire continuum of RP and mediators is a chaotic soup of the ordered three-level compartments. Such a dynamic functional hierarchy of endogenous regulators allows to create start-up and corrective tasks for a variety of physiological functions. Some examples of static and dynamic patterns of induction processes of RP and mediators (that regulate the states of anxiety, depression, learning and memory, feeding behavior, reproductive processes, etc.) are considered.

  2. A Probabilistic Model of Social Working Memory for Information Retrieval in Social Interactions.

    PubMed

    Li, Liyuan; Xu, Qianli; Gan, Tian; Tan, Cheston; Lim, Joo-Hwee

    2018-05-01

    Social working memory (SWM) plays an important role in navigating social interactions. Inspired by studies in psychology, neuroscience, cognitive science, and machine learning, we propose a probabilistic model of SWM to mimic human social intelligence for personal information retrieval (IR) in social interactions. First, we establish a semantic hierarchy as social long-term memory to encode personal information. Next, we propose a semantic Bayesian network as the SWM, which integrates the cognitive functions of accessibility and self-regulation. One subgraphical model implements the accessibility function to learn the social consensus about IR-based on social information concept, clustering, social context, and similarity between persons. Beyond accessibility, one more layer is added to simulate the function of self-regulation to perform the personal adaptation to the consensus based on human personality. Two learning algorithms are proposed to train the probabilistic SWM model on a raw dataset of high uncertainty and incompleteness. One is an efficient learning algorithm of Newton's method, and the other is a genetic algorithm. Systematic evaluations show that the proposed SWM model is able to learn human social intelligence effectively and outperforms the baseline Bayesian cognitive model. Toward real-world applications, we implement our model on Google Glass as a wearable assistant for social interaction.

  3. Lasting Adaptations in Social Behavior Produced by Social Disruption and Inhibition of Adult Neurogenesis

    PubMed Central

    Opendak, Maya; Offit, Lily; Monari, Patrick; Schoenfeld, Timothy J.; Sonti, Anup N.; Cameron, Heather A.

    2016-01-01

    Research on social instability has focused on its detrimental consequences, but most people are resilient and respond by invoking various coping strategies. To investigate cellular processes underlying such strategies, a dominance hierarchy of rats was formed and then destabilized. Regardless of social position, rats from disrupted hierarchies had fewer new neurons in the hippocampus compared with rats from control cages and those from stable hierarchies. Social disruption produced a preference for familiar over novel conspecifics, a change that did not involve global memory impairments or increased anxiety. Using the neuropeptide oxytocin as a tool to increase neurogenesis in the hippocampus of disrupted rats restored preference for novel conspecifics to predisruption levels. Conversely, reducing the number of new neurons by limited inhibition of adult neurogenesis in naive transgenic GFAP–thymidine kinase rats resulted in social behavior similar to disrupted rats. Together, these results provide novel mechanistic evidence that social disruption shapes behavior in a potentially adaptive way, possibly by reducing adult neurogenesis in the hippocampus. SIGNIFICANCE STATEMENT To investigate cellular processes underlying adaptation to social instability, a dominance hierarchy of rats was formed and then destabilized. Regardless of social position, rats from disrupted hierarchies had fewer new neurons in the hippocampus compared with rats from control cages and those from stable hierarchies. Unexpectedly, these changes were accompanied by changes in social strategies without evidence of impairments in cognition or anxiety regulation. Restoring adult neurogenesis in disrupted rats using oxytocin and conditionally suppressing the production of new neurons in socially naive GFAP–thymidine kinase rats showed that loss of 6-week-old neurons may be responsible for adaptive changes in social behavior. PMID:27358459

  4. Schooling Space: Where South Africans Learnt to Position Themselves within the Hierarchy of Apartheid Society

    ERIC Educational Resources Information Center

    Karlsson, Jenni

    2004-01-01

    In setting out to understand how South African school space was harnessed to the political project of apartheid, the author explores memory accounts from several adults who attended school during the apartheid era. Her analysis of their reminiscences found that non-pedagogic areas of the school and public domain beyond school premises were places…

  5. Teaching Beginners to Program: Some Cognitive Considerations.

    ERIC Educational Resources Information Center

    Rogers, Jean B.

    Learning to program involves developing an understanding of two hierarchies of concepts. One hierarchy consists of data and extends from very literal data (which represents only itself) to very abstract data incorporating variable values in complex interrelationships. The other hierarchy consists of the operations performed on the data and extends…

  6. Research findings from the Memories of Nursing oral history project.

    PubMed

    Thomas, Gail; Rosser, Elizabeth

    2017-02-23

    Capturing the stories of nurses who practised in the past offers the opportunity to reflect on the changes in practice over time to determine lessons for the future. This article shares some of the memories of a group of 16 nurses who were interviewed in Bournemouth, UK, between 2009 and 2016. Thematic analysis of the interview transcripts identified a number of themes, three of which are presented: defining moments, hygiene and hierarchy. The similarities and differences between their experiences and contemporary nursing practice are discussed to highlight how it may be timely to think back in order to take practice forward positively in the future.

  7. Arithmetic Data Cube as a Data Intensive Benchmark

    NASA Technical Reports Server (NTRS)

    Frumkin, Michael A.; Shabano, Leonid

    2003-01-01

    Data movement across computational grids and across memory hierarchy of individual grid machines is known to be a limiting factor for application involving large data sets. In this paper we introduce the Data Cube Operator on an Arithmetic Data Set which we call Arithmetic Data Cube (ADC). We propose to use the ADC to benchmark grid capabilities to handle large distributed data sets. The ADC stresses all levels of grid memory by producing 2d views of an Arithmetic Data Set of d-tuples described by a small number of parameters. We control data intensity of the ADC by controlling the sizes of the views through choice of the tuple parameters.

  8. DOE Office of Scientific and Technical Information (OSTI.GOV)

    Unat, Didem; Dubey, Anshu; Hoefler, Torsten

    The cost of data movement has always been an important concern in high performance computing (HPC) systems. It has now become the dominant factor in terms of both energy consumption and performance. Support for expression of data locality has been explored in the past, but those efforts have had only modest success in being adopted in HPC applications for various reasons. However, with the increasing complexity of the memory hierarchy and higher parallelism in emerging HPC systems, locality management has acquired a new urgency. Developers can no longer limit themselves to low-level solutions and ignore the potential for productivity andmore » performance portability obtained by using locality abstractions. Fortunately, the trend emerging in recent literature on the topic alleviates many of the concerns that got in the way of their adoption by application developers. Data locality abstractions are available in the forms of libraries, data structures, languages and runtime systems; a common theme is increasing productivity without sacrificing performance. Furthermore, this paper examines these trends and identifies commonalities that can combine various locality concepts to develop a comprehensive approach to expressing and managing data locality on future large-scale high-performance computing systems.« less

  9. What people know about electronic devices: A descriptive study

    NASA Astrophysics Data System (ADS)

    Kieras, D. E.

    1982-10-01

    Informal descriptive results on the nature of people's natural knowledge of electronic devices are presented. Expert and nonexpert subjects were given an electronic device to examine and describe orally. The devices ranged from familiar everyday devices, to those familiar only to the expert, to unusual devices unfamiliar even to an expert. College students were asked to describe everyday devices from memory. The results suggest that device knowledge consists of the major categories of what the device is for, how it is used, its structure in terms of subdevices, its physical layout, how it works, and its behavior. A preliminary theoretical framework for device knowledge is that it consists of a hierarchy of schemas, corresponding to a hierarchial decomposition of the device into subdevices, with each level containing the major categories of information.

  10. Communication-avoiding symmetric-indefinite factorization

    DOE PAGES

    Ballard, Grey Malone; Becker, Dulcenia; Demmel, James; ...

    2014-11-13

    We describe and analyze a novel symmetric triangular factorization algorithm. The algorithm is essentially a block version of Aasen's triangular tridiagonalization. It factors a dense symmetric matrix A as the product A=PLTL TP T where P is a permutation matrix, L is lower triangular, and T is block tridiagonal and banded. The algorithm is the first symmetric-indefinite communication-avoiding factorization: it performs an asymptotically optimal amount of communication in a two-level memory hierarchy for almost any cache-line size. Adaptations of the algorithm to parallel computers are likely to be communication efficient as well; one such adaptation has been recently published. Asmore » a result, the current paper describes the algorithm, proves that it is numerically stable, and proves that it is communication optimal.« less

  11. Communication-avoiding symmetric-indefinite factorization

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Ballard, Grey Malone; Becker, Dulcenia; Demmel, James

    We describe and analyze a novel symmetric triangular factorization algorithm. The algorithm is essentially a block version of Aasen's triangular tridiagonalization. It factors a dense symmetric matrix A as the product A=PLTL TP T where P is a permutation matrix, L is lower triangular, and T is block tridiagonal and banded. The algorithm is the first symmetric-indefinite communication-avoiding factorization: it performs an asymptotically optimal amount of communication in a two-level memory hierarchy for almost any cache-line size. Adaptations of the algorithm to parallel computers are likely to be communication efficient as well; one such adaptation has been recently published. Asmore » a result, the current paper describes the algorithm, proves that it is numerically stable, and proves that it is communication optimal.« less

  12. On the thermodynamics of multilevel evolution.

    PubMed

    Tessera, Marc; Hoelzer, Guy A

    2013-09-01

    Biodiversity is hierarchically structured both phylogenetically and functionally. Phylogenetic hierarchy is understood as a product of branching organic evolution as described by Darwin. Ecosystem biologists understand some aspects of functional hierarchy, such as food web architecture, as a product of evolutionary ecology; but functional hierarchy extends to much lower scales of organization than those studied by ecologists. We argue that the more general use of the term "evolution" employed by physicists and applied to non-living systems connects directly to the narrow biological meaning. Physical evolution is best understood as a thermodynamic phenomenon, and this perspective comfortably includes all of biological evolution. We suggest four dynamical factors that build on each other in a hierarchical fashion and set the stage for the Darwinian evolution of biological systems: (1) the entropic erosion of structure; (2) the construction of dissipative systems; (3) the reproduction of growing systems and (4) the historical memory accrued to populations of reproductive agents by the acquisition of hereditary mechanisms. A particular level of evolution can underpin the emergence of higher levels, but evolutionary processes persist at each level in the hierarchy. We also argue that particular evolutionary processes can occur at any level of the hierarchy where they are not obstructed by material constraints. This theoretical framework provides an extensive basis for understanding natural selection as a multilevel process. The extensive literature on thermodynamics in turn provides an important advantage to this perspective on the evolution of higher levels of organization, such as the evolution of altruism that can accompany the emergence of social organization. Copyright © 2013 Elsevier Ireland Ltd. All rights reserved.

  13. Cognitive Theory within the Framework of an Information Processing Model and Learning Hierarchy: Viable Alternative to the Bloom-Mager System.

    ERIC Educational Resources Information Center

    Stahl, Robert J.

    This review of the current status of the human information processing model presents the Stahl Perceptual Information Processing and Operations Model (SPInPrOM) as a model of how thinking, memory, and the processing of information take place within the individual learner. A related system, the Domain of Cognition, is presented as an alternative to…

  14. Justification of Estimates for Fiscal Year 1983 Submitted to Congress.

    DTIC Science & Technology

    1982-02-01

    hierarchies to aid software production; completion of the components of an adaptive suspension vehicle including a storage energy unit, hydraulics, laser...and corrosion (long storage times), and radiation-induced breakdown. Solid- lubricated main engine bearings for cruise missile engines would offer...environments will cause "soft error" (computational and memory storage errors) in advanced microelectronic circuits. Research on high-speed, low-power

  15. An Analytic Hierarchy Process for School Quality and Inspection: Model Development and Application

    ERIC Educational Resources Information Center

    Al Qubaisi, Amal; Badri, Masood; Mohaidat, Jihad; Al Dhaheri, Hamad; Yang, Guang; Al Rashedi, Asma; Greer, Kenneth

    2016-01-01

    Purpose: The purpose of this paper is to develop an analytic hierarchy planning-based framework to establish criteria weights and to develop a school performance system commonly called school inspections. Design/methodology/approach: The analytic hierarchy process (AHP) model uses pairwise comparisons and a measurement scale to generate the…

  16. Accelerating nuclear configuration interaction calculations through a preconditioned block iterative eigensolver

    NASA Astrophysics Data System (ADS)

    Shao, Meiyue; Aktulga, H. Metin; Yang, Chao; Ng, Esmond G.; Maris, Pieter; Vary, James P.

    2018-01-01

    We describe a number of recently developed techniques for improving the performance of large-scale nuclear configuration interaction calculations on high performance parallel computers. We show the benefit of using a preconditioned block iterative method to replace the Lanczos algorithm that has traditionally been used to perform this type of computation. The rapid convergence of the block iterative method is achieved by a proper choice of starting guesses of the eigenvectors and the construction of an effective preconditioner. These acceleration techniques take advantage of special structure of the nuclear configuration interaction problem which we discuss in detail. The use of a block method also allows us to improve the concurrency of the computation, and take advantage of the memory hierarchy of modern microprocessors to increase the arithmetic intensity of the computation relative to data movement. We also discuss the implementation details that are critical to achieving high performance on massively parallel multi-core supercomputers, and demonstrate that the new block iterative solver is two to three times faster than the Lanczos based algorithm for problems of moderate sizes on a Cray XC30 system.

  17. Limits to the usability of iconic memory.

    PubMed

    Rensink, Ronald A

    2014-01-01

    Human vision briefly retains a trace of a stimulus after it disappears. This trace-iconic memory-is often believed to be a surrogate for the original stimulus, a representational structure that can be used as if the original stimulus were still present. To investigate its nature, a flicker-search paradigm was developed that relied upon a full scan (rather than partial report) of its contents. Results show that for visual search it can indeed act as a surrogate, with little cost for alternating between visible and iconic representations. However, the duration over which it can be used depends on the type of task: some tasks can use iconic memory for at least 240 ms, others for only about 190 ms, while others for no more than about 120 ms. The existence of these different limits suggests that iconic memory may have multiple layers, each corresponding to a particular level of the visual hierarchy. In this view, the inability to use a layer of iconic memory may reflect an inability to maintain feedback connections to the corresponding representation.

  18. Interactive Volume Exploration of Petascale Microscopy Data Streams Using a Visualization-Driven Virtual Memory Approach.

    PubMed

    Hadwiger, M; Beyer, J; Jeong, Won-Ki; Pfister, H

    2012-12-01

    This paper presents the first volume visualization system that scales to petascale volumes imaged as a continuous stream of high-resolution electron microscopy images. Our architecture scales to dense, anisotropic petascale volumes because it: (1) decouples construction of the 3D multi-resolution representation required for visualization from data acquisition, and (2) decouples sample access time during ray-casting from the size of the multi-resolution hierarchy. Our system is designed around a scalable multi-resolution virtual memory architecture that handles missing data naturally, does not pre-compute any 3D multi-resolution representation such as an octree, and can accept a constant stream of 2D image tiles from the microscopes. A novelty of our system design is that it is visualization-driven: we restrict most computations to the visible volume data. Leveraging the virtual memory architecture, missing data are detected during volume ray-casting as cache misses, which are propagated backwards for on-demand out-of-core processing. 3D blocks of volume data are only constructed from 2D microscope image tiles when they have actually been accessed during ray-casting. We extensively evaluate our system design choices with respect to scalability and performance, compare to previous best-of-breed systems, and illustrate the effectiveness of our system for real microscopy data from neuroscience.

  19. Radiative and precipitation controls on root zone soil moisture spectra

    DOE PAGES

    Nakai, Taro; Katul, Gabriel G.; Kotani, Ayumi; ...

    2014-10-20

    Here, we present that temporal variability in root zone soil moisture content (w) exhibits a Lorentzian spectrum with memory dictated by a damping term when forced with white-noise precipitation. In the context of regional dimming, radiation and precipitation variability are needed to reproduce w trends prompting interest in how the w memory is altered by radiative forcing. A hierarchy of models that sequentially introduce the spectrum of precipitation, net radiation, and the effect of w on evaporative and drainage losses was used to analyze the spectrum of w at subtropical and temperate forested sites. Reproducing the w spectra at longmore » time scales necessitated simultaneous precipitation and net radiation measurements depending on site conditions. The w memory inferred from observed w spectra was 25–38 days, larger than that determined from maximum wet evapotranspiration and field capacity. Finally, the w memory can be reasonably inferred from the Lorentzian spectrum when precipitation and evapotranspiration are in phase.« less

  20. Multi-Resolution Indexing for Hierarchical Out-of-Core Traversal of Rectilinear Grids

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Pascucci, V.

    2000-07-10

    The real time processing of very large volumetric meshes introduces specific algorithmic challenges due to the impossibility of fitting the input data in the main memory of a computer. The basic assumption (RAM computational model) of uniform-constant-time access to each memory location is not valid because part of the data is stored out-of-core or in external memory. The performance of most algorithms does not scale well in the transition from the in-core to the out-of-core processing conditions. The performance degradation is due to the high frequency of I/O operations that may start dominating the overall running time. Out-of-core computing [28]more » addresses specifically the issues of algorithm redesign and data layout restructuring to enable data access patterns with minimal performance degradation in out-of-core processing. Results in this area are also valuable in parallel and distributed computing where one has to deal with the similar issue of balancing processing time with data migration time. The solution of the out-of-core processing problem is typically divided into two parts: (i) analysis of a specific algorithm to understand its data access patterns and, when possible, redesign the algorithm to maximize their locality; and (ii) storage of the data in secondary memory with a layout consistent with the access patterns of the algorithm to amortize the cost of each I/O operation over several memory access operations. In the case of a hierarchical visualization algorithms for volumetric data the 3D input hierarchy is traversed to build derived geometric models with adaptive levels of detail. The shape of the output models is then modified dynamically with incremental updates of their level of detail. The parameters that govern this continuous modification of the output geometry are dependent on the runtime user interaction making it impossible to determine a priori what levels of detail are going to be constructed. For example they can be dependent from external parameters like the viewpoint of the current display window or from internal parameters like the isovalue of an isocontour or the position of an orthogonal slice. The structure of the access pattern can be summarized into two main points: (i) the input hierarchy is traversed level by level so that the data in the same level of resolution or in adjacent levels is traversed at the same time and (ii) within each level of resolution the data is mostly traversed at the same time in regions that are geometrically close. In this paper I introduce a new static indexing scheme that induces a data layout satisfying both requirements (i) and (ii) for the hierarchical traversal of n-dimensional regular grids. In one particular implementation the scheme exploits in a new way the recursive construction of the Z-order space filling curve. The standard indexing that maps the input nD data onto a 1D sequence for the Z-order curve is based on a simple bit interleaving operation that merges the n input indices into one index n times longer. This helps in grouping the data for geometric proximity but only for a specific level of detail. In this paper I show how this indexing can be transformed into an alternative index that allows to group the data per level of resolution first and then the data within each level per geometric proximity. This yields a data layout that is appropriate for hierarchical out-of-core processing of large grids.« less

  1. Effect of Teaching a Conceptual Hierarchy on Concept Classification Performance.

    ERIC Educational Resources Information Center

    Wilcox, Wayne C.; And Others

    1981-01-01

    In the research study described, 80 subjects in one control and four treatment groups viewed sets of slides on types of sailboats. Results indicate that making apparent the hierarchical relationships among concepts of a conceptual hierarchy enhances learner performance in classifying unencountered instances of those concepts. Thirty-eight…

  2. Skill and Working Memory.

    DTIC Science & Technology

    1982-04-30

    clusters of rooms or areas. The fairly localized property of architectural patterns at the lowest level in the hierarchy is reminiscent of the localized...three digits. We have termed these clusters of groups "supergroups". Finally, when these supergroups became too large (more than 4 or 5 groups), SF...Supergroups -.> Clusters of Supergroups. Insert Figure 4 about here .... .... o.... In another study, run separately on SF and DD, after an hour’s

  3. A portable approach for PIC on emerging architectures

    NASA Astrophysics Data System (ADS)

    Decyk, Viktor

    2016-03-01

    A portable approach for designing Particle-in-Cell (PIC) algorithms on emerging exascale computers, is based on the recognition that 3 distinct programming paradigms are needed. They are: low level vector (SIMD) processing, middle level shared memory parallel programing, and high level distributed memory programming. In addition, there is a memory hierarchy associated with each level. Such algorithms can be initially developed using vectorizing compilers, OpenMP, and MPI. This is the approach recommended by Intel for the Phi processor. These algorithms can then be translated and possibly specialized to other programming models and languages, as needed. For example, the vector processing and shared memory programming might be done with CUDA instead of vectorizing compilers and OpenMP, but generally the algorithm itself is not greatly changed. The UCLA PICKSC web site at http://www.idre.ucla.edu/ contains example open source skeleton codes (mini-apps) illustrating each of these three programming models, individually and in combination. Fortran2003 now supports abstract data types, and design patterns can be used to support a variety of implementations within the same code base. Fortran2003 also supports interoperability with C so that implementations in C languages are also easy to use. Finally, main codes can be translated into dynamic environments such as Python, while still taking advantage of high performing compiled languages. Parallel languages are still evolving with interesting developments in co-Array Fortran, UPC, and OpenACC, among others, and these can also be supported within the same software architecture. Work supported by NSF and DOE Grants.

  4. Attention modulations on the perception of social hierarchy at distinct temporal stages: an electrophysiological investigation.

    PubMed

    Feng, Chunliang; Tian, Tengxiang; Feng, Xue; Luo, Yue-Jia

    2015-04-01

    Recent behavioral and neuroscientific studies have revealed the preferential processing of superior-hierarchy cues. However, it remains poorly understood whether top-down controlled mechanisms modulate temporal dynamics of neurocognitive substrates underlying the preferential processing of these biologically and socially relevant cues. This was investigated in the current study by recording event-related potentials from participants who were presented with superior or inferior social hierarchy. Participants performed a hierarchy-judgment task that required attention to hierarchy cues or a gender-judgment task that withdrew their attention from these cues. Superior-hierarchy cues evoked stronger neural responses than inferior-hierarchy cues at both early (N170/N200) and late (late positive potential, LPP) temporal stages. Notably, the modulations of top-down attention were identified on the LPP component, such that superior-hierarchy cues evoked larger LPP amplitudes than inferior-hierarchy cues only in the attended condition; whereas the modulations of the N170/N200 component by hierarchy cues were evident in both attended and unattended conditions. These findings suggest that the preferential perception of superior-hierarchy cues involves both relatively automatic attentional bias at the early temporal stage as well as flexible and voluntary cognitive evaluation at the late temporal stage. Finally, these hierarchy-related effects were absent when participants were shown the same stimuli which, however, were not associated with social-hierarchy information in a non-hierarchy task (Experiment 2), suggesting that effects of social hierarchy at early and late temporal stages could not be accounted for by differences in physical attributes between these social cues. Copyright © 2015 Elsevier Ltd. All rights reserved.

  5. Exploiting graphics processing units for computational biology and bioinformatics.

    PubMed

    Payne, Joshua L; Sinnott-Armstrong, Nicholas A; Moore, Jason H

    2010-09-01

    Advances in the video gaming industry have led to the production of low-cost, high-performance graphics processing units (GPUs) that possess more memory bandwidth and computational capability than central processing units (CPUs), the standard workhorses of scientific computing. With the recent release of generalpurpose GPUs and NVIDIA's GPU programming language, CUDA, graphics engines are being adopted widely in scientific computing applications, particularly in the fields of computational biology and bioinformatics. The goal of this article is to concisely present an introduction to GPU hardware and programming, aimed at the computational biologist or bioinformaticist. To this end, we discuss the primary differences between GPU and CPU architecture, introduce the basics of the CUDA programming language, and discuss important CUDA programming practices, such as the proper use of coalesced reads, data types, and memory hierarchies. We highlight each of these topics in the context of computing the all-pairs distance between instances in a dataset, a common procedure in numerous disciplines of scientific computing. We conclude with a runtime analysis of the GPU and CPU implementations of the all-pairs distance calculation. We show our final GPU implementation to outperform the CPU implementation by a factor of 1700.

  6. Scalable Algorithms for Clustering Large Geospatiotemporal Data Sets on Manycore Architectures

    NASA Astrophysics Data System (ADS)

    Mills, R. T.; Hoffman, F. M.; Kumar, J.; Sreepathi, S.; Sripathi, V.

    2016-12-01

    The increasing availability of high-resolution geospatiotemporal data sets from sources such as observatory networks, remote sensing platforms, and computational Earth system models has opened new possibilities for knowledge discovery using data sets fused from disparate sources. Traditional algorithms and computing platforms are impractical for the analysis and synthesis of data sets of this size; however, new algorithmic approaches that can effectively utilize the complex memory hierarchies and the extremely high levels of available parallelism in state-of-the-art high-performance computing platforms can enable such analysis. We describe a massively parallel implementation of accelerated k-means clustering and some optimizations to boost computational intensity and utilization of wide SIMD lanes on state-of-the art multi- and manycore processors, including the second-generation Intel Xeon Phi ("Knights Landing") processor based on the Intel Many Integrated Core (MIC) architecture, which includes several new features, including an on-package high-bandwidth memory. We also analyze the code in the context of a few practical applications to the analysis of climatic and remotely-sensed vegetation phenology data sets, and speculate on some of the new applications that such scalable analysis methods may enable.

  7. Towards Interactive Construction of Topical Hierarchy: A Recursive Tensor Decomposition Approach

    PubMed Central

    Wang, Chi; Liu, Xueqing; Song, Yanglei; Han, Jiawei

    2015-01-01

    Automatic construction of user-desired topical hierarchies over large volumes of text data is a highly desirable but challenging task. This study proposes to give users freedom to construct topical hierarchies via interactive operations such as expanding a branch and merging several branches. Existing hierarchical topic modeling techniques are inadequate for this purpose because (1) they cannot consistently preserve the topics when the hierarchy structure is modified; and (2) the slow inference prevents swift response to user requests. In this study, we propose a novel method, called STROD, that allows efficient and consistent modification of topic hierarchies, based on a recursive generative model and a scalable tensor decomposition inference algorithm with theoretical performance guarantee. Empirical evaluation shows that STROD reduces the runtime of construction by several orders of magnitude, while generating consistent and quality hierarchies. PMID:26705505

  8. Towards Interactive Construction of Topical Hierarchy: A Recursive Tensor Decomposition Approach.

    PubMed

    Wang, Chi; Liu, Xueqing; Song, Yanglei; Han, Jiawei

    2015-08-01

    Automatic construction of user-desired topical hierarchies over large volumes of text data is a highly desirable but challenging task. This study proposes to give users freedom to construct topical hierarchies via interactive operations such as expanding a branch and merging several branches. Existing hierarchical topic modeling techniques are inadequate for this purpose because (1) they cannot consistently preserve the topics when the hierarchy structure is modified; and (2) the slow inference prevents swift response to user requests. In this study, we propose a novel method, called STROD, that allows efficient and consistent modification of topic hierarchies, based on a recursive generative model and a scalable tensor decomposition inference algorithm with theoretical performance guarantee. Empirical evaluation shows that STROD reduces the runtime of construction by several orders of magnitude, while generating consistent and quality hierarchies.

  9. Overview of emerging nonvolatile memory technologies

    PubMed Central

    2014-01-01

    Nonvolatile memory technologies in Si-based electronics date back to the 1990s. Ferroelectric field-effect transistor (FeFET) was one of the most promising devices replacing the conventional Flash memory facing physical scaling limitations at those times. A variant of charge storage memory referred to as Flash memory is widely used in consumer electronic products such as cell phones and music players while NAND Flash-based solid-state disks (SSDs) are increasingly displacing hard disk drives as the primary storage device in laptops, desktops, and even data centers. The integration limit of Flash memories is approaching, and many new types of memory to replace conventional Flash memories have been proposed. Emerging memory technologies promise new memories to store more data at less cost than the expensive-to-build silicon chips used by popular consumer gadgets including digital cameras, cell phones and portable music players. They are being investigated and lead to the future as potential alternatives to existing memories in future computing systems. Emerging nonvolatile memory technologies such as magnetic random-access memory (MRAM), spin-transfer torque random-access memory (STT-RAM), ferroelectric random-access memory (FeRAM), phase-change memory (PCM), and resistive random-access memory (RRAM) combine the speed of static random-access memory (SRAM), the density of dynamic random-access memory (DRAM), and the nonvolatility of Flash memory and so become very attractive as another possibility for future memory hierarchies. Many other new classes of emerging memory technologies such as transparent and plastic, three-dimensional (3-D), and quantum dot memory technologies have also gained tremendous popularity in recent years. Subsequently, not an exaggeration to say that computer memory could soon earn the ultimate commercial validation for commercial scale-up and production the cheap plastic knockoff. Therefore, this review is devoted to the rapidly developing new class of memory technologies and scaling of scientific procedures based on an investigation of recent progress in advanced Flash memory devices. PMID:25278820

  10. Overview of emerging nonvolatile memory technologies.

    PubMed

    Meena, Jagan Singh; Sze, Simon Min; Chand, Umesh; Tseng, Tseung-Yuen

    2014-01-01

    Nonvolatile memory technologies in Si-based electronics date back to the 1990s. Ferroelectric field-effect transistor (FeFET) was one of the most promising devices replacing the conventional Flash memory facing physical scaling limitations at those times. A variant of charge storage memory referred to as Flash memory is widely used in consumer electronic products such as cell phones and music players while NAND Flash-based solid-state disks (SSDs) are increasingly displacing hard disk drives as the primary storage device in laptops, desktops, and even data centers. The integration limit of Flash memories is approaching, and many new types of memory to replace conventional Flash memories have been proposed. Emerging memory technologies promise new memories to store more data at less cost than the expensive-to-build silicon chips used by popular consumer gadgets including digital cameras, cell phones and portable music players. They are being investigated and lead to the future as potential alternatives to existing memories in future computing systems. Emerging nonvolatile memory technologies such as magnetic random-access memory (MRAM), spin-transfer torque random-access memory (STT-RAM), ferroelectric random-access memory (FeRAM), phase-change memory (PCM), and resistive random-access memory (RRAM) combine the speed of static random-access memory (SRAM), the density of dynamic random-access memory (DRAM), and the nonvolatility of Flash memory and so become very attractive as another possibility for future memory hierarchies. Many other new classes of emerging memory technologies such as transparent and plastic, three-dimensional (3-D), and quantum dot memory technologies have also gained tremendous popularity in recent years. Subsequently, not an exaggeration to say that computer memory could soon earn the ultimate commercial validation for commercial scale-up and production the cheap plastic knockoff. Therefore, this review is devoted to the rapidly developing new class of memory technologies and scaling of scientific procedures based on an investigation of recent progress in advanced Flash memory devices.

  11. Exascale Hardware Architectures Working Group

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Hemmert, S; Ang, J; Chiang, P

    2011-03-15

    The ASC Exascale Hardware Architecture working group is challenged to provide input on the following areas impacting the future use and usability of potential exascale computer systems: processor, memory, and interconnect architectures, as well as the power and resilience of these systems. Going forward, there are many challenging issues that will need to be addressed. First, power constraints in processor technologies will lead to steady increases in parallelism within a socket. Additionally, all cores may not be fully independent nor fully general purpose. Second, there is a clear trend toward less balanced machines, in terms of compute capability compared tomore » memory and interconnect performance. In order to mitigate the memory issues, memory technologies will introduce 3D stacking, eventually moving on-socket and likely on-die, providing greatly increased bandwidth but unfortunately also likely providing smaller memory capacity per core. Off-socket memory, possibly in the form of non-volatile memory, will create a complex memory hierarchy. Third, communication energy will dominate the energy required to compute, such that interconnect power and bandwidth will have a significant impact. All of the above changes are driven by the need for greatly increased energy efficiency, as current technology will prove unsuitable for exascale, due to unsustainable power requirements of such a system. These changes will have the most significant impact on programming models and algorithms, but they will be felt across all layers of the machine. There is clear need to engage all ASC working groups in planning for how to deal with technological changes of this magnitude. The primary function of the Hardware Architecture Working Group is to facilitate codesign with hardware vendors to ensure future exascale platforms are capable of efficiently supporting the ASC applications, which in turn need to meet the mission needs of the NNSA Stockpile Stewardship Program. This issue is relatively immediate, as there is only a small window of opportunity to influence hardware design for 2018 machines. Given the short timeline a firm co-design methodology with vendors is of prime importance.« less

  12. Is the Hierarchy of Loss in Functional Ability Evident in Midlife? Findings from a British Birth Cohort.

    PubMed

    Wloch, Elizabeth G; Kuh, Diana; Cooper, Rachel

    2016-01-01

    Difficulties performing a range of physical tasks of daily living have been shown to develop in older populations in a typically observed sequence, known as the hierarchy of loss. Nearly all previous research has been undertaken using populations aged over 75. This study aimed to use cross-sectional and longitudinal data to test for evidence of the hierarchy of loss from midlife onwards. The prevalence of reported difficulty undertaking 16 physical tasks in the MRC National Survey of Health and Development at age 60-64 were calculated, with Mokken scaling used to confirm the hierarchical order. Logistic regression was used to calculate the odds ratios of reporting difficulty performing tasks at the bottom of the hierarchy (i.e. feeding, washing and/or toileting) at age 60-64 by reported difficulty at the top of the hierarchy (i.e. gripping, walking and/or stair climbing) at age 43. At age 60-64, tasks associated with balance, strength and co-ordination, such as climbing stairs, were the first tasks participants reported difficulty with and tasks associated with upper limb mobility, such as feeding yourself, were the last. In a fully-adjusted model, participants who reported difficulty at the top of the hierarchy at age 43 were 2.85 (95% CI: 1.45-5.60) times more likely to report difficulty with tasks at the bottom of the hierarchy at age 60-64. This study presents evidence of the hierarchy of loss in a younger population than previously observed suggesting that targeted interventions to prevent functional decline should not be delayed until old age.

  13. Cognitive representation of "musical fractals": Processing hierarchy and recursion in the auditory domain.

    PubMed

    Martins, Mauricio Dias; Gingras, Bruno; Puig-Waldmueller, Estela; Fitch, W Tecumseh

    2017-04-01

    The human ability to process hierarchical structures has been a longstanding research topic. However, the nature of the cognitive machinery underlying this faculty remains controversial. Recursion, the ability to embed structures within structures of the same kind, has been proposed as a key component of our ability to parse and generate complex hierarchies. Here, we investigated the cognitive representation of both recursive and iterative processes in the auditory domain. The experiment used a two-alternative forced-choice paradigm: participants were exposed to three-step processes in which pure-tone sequences were built either through recursive or iterative processes, and had to choose the correct completion. Foils were constructed according to generative processes that did not match the previous steps. Both musicians and non-musicians were able to represent recursion in the auditory domain, although musicians performed better. We also observed that general 'musical' aptitudes played a role in both recursion and iteration, although the influence of musical training was somehow independent from melodic memory. Moreover, unlike iteration, recursion in audition was well correlated with its non-auditory (recursive) analogues in the visual and action sequencing domains. These results suggest that the cognitive machinery involved in establishing recursive representations is domain-general, even though this machinery requires access to information resulting from domain-specific processes. Copyright © 2017 The Authors. Published by Elsevier B.V. All rights reserved.

  14. Trends in data locality abstractions for HPC systems

    DOE PAGES

    Unat, Didem; Dubey, Anshu; Hoefler, Torsten; ...

    2017-05-10

    The cost of data movement has always been an important concern in high performance computing (HPC) systems. It has now become the dominant factor in terms of both energy consumption and performance. Support for expression of data locality has been explored in the past, but those efforts have had only modest success in being adopted in HPC applications for various reasons. However, with the increasing complexity of the memory hierarchy and higher parallelism in emerging HPC systems, locality management has acquired a new urgency. Developers can no longer limit themselves to low-level solutions and ignore the potential for productivity andmore » performance portability obtained by using locality abstractions. Fortunately, the trend emerging in recent literature on the topic alleviates many of the concerns that got in the way of their adoption by application developers. Data locality abstractions are available in the forms of libraries, data structures, languages and runtime systems; a common theme is increasing productivity without sacrificing performance. Furthermore, this paper examines these trends and identifies commonalities that can combine various locality concepts to develop a comprehensive approach to expressing and managing data locality on future large-scale high-performance computing systems.« less

  15. Computations in the deep vs superficial layers of the cerebral cortex.

    PubMed

    Rolls, Edmund T; Mills, W Patrick C

    2017-11-01

    A fundamental question is how the cerebral neocortex operates functionally, computationally. The cerebral neocortex with its superficial and deep layers and highly developed recurrent collateral systems that provide a basis for memory-related processing might perform somewhat different computations in the superficial and deep layers. Here we take into account the quantitative connectivity within and between laminae. Using integrate-and-fire neuronal network simulations that incorporate this connectivity, we first show that attractor networks implemented in the deep layers that are activated by the superficial layers could be partly independent in that the deep layers might have a different time course, which might because of adaptation be more transient and useful for outputs from the neocortex. In contrast the superficial layers could implement more prolonged firing, useful for slow learning and for short-term memory. Second, we show that a different type of computation could in principle be performed in the superficial and deep layers, by showing that the superficial layers could operate as a discrete attractor network useful for categorisation and feeding information forward up a cortical hierarchy, whereas the deep layers could operate as a continuous attractor network useful for providing a spatially and temporally smooth output to output systems in the brain. A key advance is that we draw attention to the functions of the recurrent collateral connections between cortical pyramidal cells, often omitted in canonical models of the neocortex, and address principles of operation of the neocortex by which the superficial and deep layers might be specialized for different types of attractor-related memory functions implemented by the recurrent collaterals. Copyright © 2017 Elsevier Inc. All rights reserved.

  16. Efficient Maintenance and Update of Nonbonded Lists in Macromolecular Simulations.

    PubMed

    Chowdhury, Rezaul; Beglov, Dmitri; Moghadasi, Mohammad; Paschalidis, Ioannis Ch; Vakili, Pirooz; Vajda, Sandor; Bajaj, Chandrajit; Kozakov, Dima

    2014-10-14

    Molecular mechanics and dynamics simulations use distance based cutoff approximations for faster computation of pairwise van der Waals and electrostatic energy terms. These approximations traditionally use a precalculated and periodically updated list of interacting atom pairs, known as the "nonbonded neighborhood lists" or nblists, in order to reduce the overhead of finding atom pairs that are within distance cutoff. The size of nblists grows linearly with the number of atoms in the system and superlinearly with the distance cutoff, and as a result, they require significant amount of memory for large molecular systems. The high space usage leads to poor cache performance, which slows computation for large distance cutoffs. Also, the high cost of updates means that one cannot afford to keep the data structure always synchronized with the configuration of the molecules when efficiency is at stake. We propose a dynamic octree data structure for implicit maintenance of nblists using space linear in the number of atoms but independent of the distance cutoff. The list can be updated very efficiently as the coordinates of atoms change during the simulation. Unlike explicit nblists, a single octree works for all distance cutoffs. In addition, octree is a cache-friendly data structure, and hence, it is less prone to cache miss slowdowns on modern memory hierarchies than nblists. Octrees use almost 2 orders of magnitude less memory, which is crucial for simulation of large systems, and while they are comparable in performance to nblists when the distance cutoff is small, they outperform nblists for larger systems and large cutoffs. Our tests show that octree implementation is approximately 1.5 times faster in practical use case scenarios as compared to nblists.

  17. Measuring, Enabling and Comparing Modularity, Regularity and Hierarchy in Evolutionary Design

    NASA Technical Reports Server (NTRS)

    Hornby, Gregory S.

    2005-01-01

    For computer-automated design systems to scale to complex designs they must be able to produce designs that exhibit the characteristics of modularity, regularity and hierarchy - characteristics that are found both in man-made and natural designs. Here we claim that these characteristics are enabled by implementing the attributes of combination, control-flow and abstraction in the representation. To support this claim we use an evolutionary algorithm to evolve solutions to different sizes of a table design problem using five different representations, each with different combinations of modularity, regularity and hierarchy enabled and show that the best performance happens when all three of these attributes are enabled. We also define metrics for modularity, regularity and hierarchy in design encodings and demonstrate that high fitness values are achieved with high values of modularity, regularity and hierarchy and that there is a positive correlation between increases in fitness and increases in modularity. regularity and hierarchy.

  18. Coaching for a winning dental team.

    PubMed

    Schwartz, S

    2000-08-15

    In 1943, Abraham Maslow, the "father of humanistic psychology," formulated his "Hierarchy of Needs Theory." Maslow proposed people have needs that must be satisfied, and these needs will motivate until they are satisfied. The needs are arranged in a hierarchy or pyramid ranging from basic needs to higher needs with an individual needing to satisfy a lower need before a higher need can motivate. The five needs of the hierarchy are: physiological needs, safety needs, social needs, esteem needs, and self-actualization. This article discusses adaptation of the hierarchy of needs to the dental practice to motivate staff to perform at a higher level.

  19. Dynamic storage in resource-scarce browsing multimedia applications

    NASA Astrophysics Data System (ADS)

    Elenbaas, Herman; Dimitrova, Nevenka

    1998-10-01

    In the convergence of information and entertainment there is a conflict between the consumer's expectation of fast access to high quality multimedia content through narrow bandwidth channels versus the size of this content. During the retrieval and information presentation of a multimedia application there are two problems that have to be solved: the limited bandwidth during transmission of the retrieved multimedia content and the limited memory for temporary caching. In this paper we propose an approach for latency optimization in information browsing applications. We proposed a method for flattening hierarchically linked documents in a manner convenient for network transport over slow channels to minimize browsing latency. Flattening of the hierarchy involves linearization, compression and bundling of the document nodes. After the transfer, the compressed hierarchy is stored on a local device where it can be partly unbundled to fit the caching limits at the local site while giving the user availability to the content.

  20. Hierarchical cultural values predict success and mortality in high-stakes teams.

    PubMed

    Anicich, Eric M; Swaab, Roderick I; Galinsky, Adam D

    2015-02-03

    Functional accounts of hierarchy propose that hierarchy increases group coordination and reduces conflict. In contrast, dysfunctional accounts claim that hierarchy impairs performance by preventing low-ranking team members from voicing their potentially valuable perspectives and insights. The current research presents evidence for both the functional and dysfunctional accounts of hierarchy within the same dataset. Specifically, we offer empirical evidence that hierarchical cultural values affect the outcomes of teams in high-stakes environments through group processes. Experimental data from a sample of expert mountain climbers from 27 countries confirmed that climbers expect that a hierarchical culture leads to improved team coordination among climbing teams, but impaired psychological safety and information sharing compared with an egalitarian culture. An archival analysis of 30,625 Himalayan mountain climbers from 56 countries on 5,104 expeditions found that hierarchy both elevated and killed in the Himalayas: Expeditions from more hierarchical countries had more climbers reach the summit, but also more climbers die along the way. Importantly, we established the role of group processes by showing that these effects occurred only for group, but not solo, expeditions. These findings were robust to controlling for environmental factors, risk preferences, expedition-level characteristics, country-level characteristics, and other cultural values. Overall, this research demonstrates that endorsing cultural values related to hierarchy can simultaneously improve and undermine group performance.

  1. Testing New Programming Paradigms with NAS Parallel Benchmarks

    NASA Technical Reports Server (NTRS)

    Jin, H.; Frumkin, M.; Schultz, M.; Yan, J.

    2000-01-01

    Over the past decade, high performance computing has evolved rapidly, not only in hardware architectures but also with increasing complexity of real applications. Technologies have been developing to aim at scaling up to thousands of processors on both distributed and shared memory systems. Development of parallel programs on these computers is always a challenging task. Today, writing parallel programs with message passing (e.g. MPI) is the most popular way of achieving scalability and high performance. However, writing message passing programs is difficult and error prone. Recent years new effort has been made in defining new parallel programming paradigms. The best examples are: HPF (based on data parallelism) and OpenMP (based on shared memory parallelism). Both provide simple and clear extensions to sequential programs, thus greatly simplify the tedious tasks encountered in writing message passing programs. HPF is independent of memory hierarchy, however, due to the immaturity of compiler technology its performance is still questionable. Although use of parallel compiler directives is not new, OpenMP offers a portable solution in the shared-memory domain. Another important development involves the tremendous progress in the internet and its associated technology. Although still in its infancy, Java promisses portability in a heterogeneous environment and offers possibility to "compile once and run anywhere." In light of testing these new technologies, we implemented new parallel versions of the NAS Parallel Benchmarks (NPBs) with HPF and OpenMP directives, and extended the work with Java and Java-threads. The purpose of this study is to examine the effectiveness of alternative programming paradigms. NPBs consist of five kernels and three simulated applications that mimic the computation and data movement of large scale computational fluid dynamics (CFD) applications. We started with the serial version included in NPB2.3. Optimization of memory and cache usage was applied to several benchmarks, noticeably BT and SP, resulting in better sequential performance. In order to overcome the lack of an HPF performance model and guide the development of the HPF codes, we employed an empirical performance model for several primitives found in the benchmarks. We encountered a few limitations of HPF, such as lack of supporting the "REDISTRIBUTION" directive and no easy way to handle irregular computation. The parallelization with OpenMP directives was done at the outer-most loop level to achieve the largest granularity. The performance of six HPF and OpenMP benchmarks is compared with their MPI counterparts for the Class-A problem size in the figure in next page. These results were obtained on an SGI Origin2000 (195MHz) with MIPSpro-f77 compiler 7.2.1 for OpenMP and MPI codes and PGI pghpf-2.4.3 compiler with MPI interface for HPF programs.

  2. Targeting multiple heterogeneous hardware platforms with OpenCL

    NASA Astrophysics Data System (ADS)

    Fox, Paul A.; Kozacik, Stephen T.; Humphrey, John R.; Paolini, Aaron; Kuller, Aryeh; Kelmelis, Eric J.

    2014-06-01

    The OpenCL API allows for the abstract expression of parallel, heterogeneous computing, but hardware implementations have substantial implementation differences. The abstractions provided by the OpenCL API are often insufficiently high-level to conceal differences in hardware architecture. Additionally, implementations often do not take advantage of potential performance gains from certain features due to hardware limitations and other factors. These factors make it challenging to produce code that is portable in practice, resulting in much OpenCL code being duplicated for each hardware platform being targeted. This duplication of effort offsets the principal advantage of OpenCL: portability. The use of certain coding practices can mitigate this problem, allowing a common code base to be adapted to perform well across a wide range of hardware platforms. To this end, we explore some general practices for producing performant code that are effective across platforms. Additionally, we explore some ways of modularizing code to enable optional optimizations that take advantage of hardware-specific characteristics. The minimum requirement for portability implies avoiding the use of OpenCL features that are optional, not widely implemented, poorly implemented, or missing in major implementations. Exposing multiple levels of parallelism allows hardware to take advantage of the types of parallelism it supports, from the task level down to explicit vector operations. Static optimizations and branch elimination in device code help the platform compiler to effectively optimize programs. Modularization of some code is important to allow operations to be chosen for performance on target hardware. Optional subroutines exploiting explicit memory locality allow for different memory hierarchies to be exploited for maximum performance. The C preprocessor and JIT compilation using the OpenCL runtime can be used to enable some of these techniques, as well as to factor in hardware-specific optimizations as necessary.

  3. Parallel Optical Random Access Memory (PORAM)

    NASA Technical Reports Server (NTRS)

    Alphonse, G. A.

    1989-01-01

    It is shown that the need to minimize component count, power and size, and to maximize packing density require a parallel optical random access memory to be designed in a two-level hierarchy: a modular level and an interconnect level. Three module designs are proposed, in the order of research and development requirements. The first uses state-of-the-art components, including individually addressed laser diode arrays, acousto-optic (AO) deflectors and magneto-optic (MO) storage medium, aimed at moderate size, moderate power, and high packing density. The next design level uses an electron-trapping (ET) medium to reduce optical power requirements. The third design uses a beam-steering grating surface emitter (GSE) array to reduce size further and minimize the number of components.

  4. The hierarchy of the activities of daily living in the Katz index in residents of skilled nursing facilities.

    PubMed

    Gerrard, Paul

    2013-01-01

    Nursing facility patients are a population that has not been well studied with regard to functional status and independence previously. As such, the manner in which activities of daily living (ADL) relate to one another is not well understood in this population. An understanding of ADL difficulty ordering has helped to devise systems of functional independence grading in other populations, which have value in understanding patients' global levels of independence and providing expectations regarding changes in function. This study seeks to examine the hierarchy of ADL in the nursing facility population. Data were analyzed from the 2004 National Nursing Home Survey, a cross-sectional data set of 13 507 skilled nursing facility subjects with functional independence items. The ADL difficulty hierarchy was determined using Rasch analysis. Item fit values for the Rasch model using Mean-Square infit statistics were also determined. The robustness of the hierarchy was tested for each ADL. Two grading systems were devised from the results of the item difficulty ordering. One was based on the most difficult item that he or she could perform, and the other assigned a grade based on the least difficult item that a subject could not perform. A total of 13 113 patients were included in this analysis, the majority of whom were female and white. They had an average age of 81 years. An ordered hierarchy of ADL was found with eating being the easiest and bathing the most difficult. All items in the Katz index fit the Rasch model adequately well. The majority of patients able to perform any particular ADL were also able to perform all easier ADL. Cohen's κ for the 2 grading systems was 0.73. This study is the first to show the expected hierarchy of difficulty of the 6 activities of daily proposed in the Katz index in the nursing facility population. The hierarchy found in this population matches the original hierarchy found in older adults in the community and acute care settings. It is also similar to hierarchy found in the inpatient rehabilitation setting. Patients would be expected to lose or gain function based on the order of difficulty, but this remains to be confirmed. Among the 6 activities of daily living tested here, their order from easiest to most difficult is eating, maintaining continence, transferring, toileting, dressing, and bathing. In addition, the index formed by these 6 items has construct validity in the nursing facility population.

  5. Limits to the usability of iconic memory

    PubMed Central

    Rensink, Ronald A.

    2014-01-01

    Human vision briefly retains a trace of a stimulus after it disappears. This trace—iconic memory—is often believed to be a surrogate for the original stimulus, a representational structure that can be used as if the original stimulus were still present. To investigate its nature, a flicker-search paradigm was developed that relied upon a full scan (rather than partial report) of its contents. Results show that for visual search it can indeed act as a surrogate, with little cost for alternating between visible and iconic representations. However, the duration over which it can be used depends on the type of task: some tasks can use iconic memory for at least 240 ms, others for only about 190 ms, while others for no more than about 120 ms. The existence of these different limits suggests that iconic memory may have multiple layers, each corresponding to a particular level of the visual hierarchy. In this view, the inability to use a layer of iconic memory may reflect an inability to maintain feedback connections to the corresponding representation. PMID:25221539

  6. The Relationship between Incentives to Learn and Maslow's Hierarchy of Needs

    NASA Astrophysics Data System (ADS)

    Wu, Wenling

    This paper empirically explores lots of students in college for their hierarchy of needs and incentives to learn, and finds the linear relationship between them. With the survey, it's be found that there are some kinds of factors influence the students needs order. The paper gives several diagrams to show these important factors which affect the college students' hierarchy of needs most. The paper also finds the change of the student' hierarchy of needs will affect the variety of incentives to learn. Then the paper develops a model for qualitative analyze this relationship. Numerical examples are used to demonstrate the performance of the model. With this model the correct and useful methods can be easily selected for students to incentive according to their types of hierarchy of needs.

  7. Rapidly Mixing Gibbs Sampling for a Class of Factor Graphs Using Hierarchy Width.

    PubMed

    De Sa, Christopher; Zhang, Ce; Olukotun, Kunle; Ré, Christopher

    2015-12-01

    Gibbs sampling on factor graphs is a widely used inference technique, which often produces good empirical results. Theoretical guarantees for its performance are weak: even for tree structured graphs, the mixing time of Gibbs may be exponential in the number of variables. To help understand the behavior of Gibbs sampling, we introduce a new (hyper)graph property, called hierarchy width . We show that under suitable conditions on the weights, bounded hierarchy width ensures polynomial mixing time. Our study of hierarchy width is in part motivated by a class of factor graph templates, hierarchical templates , which have bounded hierarchy width-regardless of the data used to instantiate them. We demonstrate a rich application from natural language processing in which Gibbs sampling provably mixes rapidly and achieves accuracy that exceeds human volunteers.

  8. Brain Behavior Evolution during Learning: Emergence of Hierarchical Temporal Memory

    DTIC Science & Technology

    2013-08-30

    organization and synapse strengthening and reconnection operating within and upon the existing processing structures[2]. To say the least, the brain is...that it is a tree increases, then we say its hierarchy in- creases. We explore different starting values and different thresholds and find that...impulses from two neuronal columns ( say i and k) to reach column j at the exact same time. This means when column j is analyzing whether or not to

  9. Cache-Aware Asymptotically-Optimal Sampling-Based Motion Planning

    PubMed Central

    Ichnowski, Jeffrey; Prins, Jan F.; Alterovitz, Ron

    2014-01-01

    We present CARRT* (Cache-Aware Rapidly Exploring Random Tree*), an asymptotically optimal sampling-based motion planner that significantly reduces motion planning computation time by effectively utilizing the cache memory hierarchy of modern central processing units (CPUs). CARRT* can account for the CPU’s cache size in a manner that keeps its working dataset in the cache. The motion planner progressively subdivides the robot’s configuration space into smaller regions as the number of configuration samples rises. By focusing configuration exploration in a region for periods of time, nearest neighbor searching is accelerated since the working dataset is small enough to fit in the cache. CARRT* also rewires the motion planning graph in a manner that complements the cache-aware subdivision strategy to more quickly refine the motion planning graph toward optimality. We demonstrate the performance benefit of our cache-aware motion planning approach for scenarios involving a point robot as well as the Rethink Robotics Baxter robot. PMID:25419474

  10. Cache-Aware Asymptotically-Optimal Sampling-Based Motion Planning.

    PubMed

    Ichnowski, Jeffrey; Prins, Jan F; Alterovitz, Ron

    2014-05-01

    We present CARRT* (Cache-Aware Rapidly Exploring Random Tree*), an asymptotically optimal sampling-based motion planner that significantly reduces motion planning computation time by effectively utilizing the cache memory hierarchy of modern central processing units (CPUs). CARRT* can account for the CPU's cache size in a manner that keeps its working dataset in the cache. The motion planner progressively subdivides the robot's configuration space into smaller regions as the number of configuration samples rises. By focusing configuration exploration in a region for periods of time, nearest neighbor searching is accelerated since the working dataset is small enough to fit in the cache. CARRT* also rewires the motion planning graph in a manner that complements the cache-aware subdivision strategy to more quickly refine the motion planning graph toward optimality. We demonstrate the performance benefit of our cache-aware motion planning approach for scenarios involving a point robot as well as the Rethink Robotics Baxter robot.

  11. Accelerating nuclear configuration interaction calculations through a preconditioned block iterative eigensolver

    DOE PAGES

    Shao, Meiyue; Aktulga, H.  Metin; Yang, Chao; ...

    2017-09-14

    In this paper, we describe a number of recently developed techniques for improving the performance of large-scale nuclear configuration interaction calculations on high performance parallel computers. We show the benefit of using a preconditioned block iterative method to replace the Lanczos algorithm that has traditionally been used to perform this type of computation. The rapid convergence of the block iterative method is achieved by a proper choice of starting guesses of the eigenvectors and the construction of an effective preconditioner. These acceleration techniques take advantage of special structure of the nuclear configuration interaction problem which we discuss in detail. Themore » use of a block method also allows us to improve the concurrency of the computation, and take advantage of the memory hierarchy of modern microprocessors to increase the arithmetic intensity of the computation relative to data movement. Finally, we also discuss the implementation details that are critical to achieving high performance on massively parallel multi-core supercomputers, and demonstrate that the new block iterative solver is two to three times faster than the Lanczos based algorithm for problems of moderate sizes on a Cray XC30 system.« less

  12. SU (2) lattice gauge theory simulations on Fermi GPUs

    NASA Astrophysics Data System (ADS)

    Cardoso, Nuno; Bicudo, Pedro

    2011-05-01

    In this work we explore the performance of CUDA in quenched lattice SU (2) simulations. CUDA, NVIDIA Compute Unified Device Architecture, is a hardware and software architecture developed by NVIDIA for computing on the GPU. We present an analysis and performance comparison between the GPU and CPU in single and double precision. Analyses with multiple GPUs and two different architectures (G200 and Fermi architectures) are also presented. In order to obtain a high performance, the code must be optimized for the GPU architecture, i.e., an implementation that exploits the memory hierarchy of the CUDA programming model. We produce codes for the Monte Carlo generation of SU (2) lattice gauge configurations, for the mean plaquette, for the Polyakov Loop at finite T and for the Wilson loop. We also present results for the potential using many configurations (50,000) without smearing and almost 2000 configurations with APE smearing. With two Fermi GPUs we have achieved an excellent performance of 200× the speed over one CPU, in single precision, around 110 Gflops/s. We also find that, using the Fermi architecture, double precision computations for the static quark-antiquark potential are not much slower (less than 2× slower) than single precision computations.

  13. Accelerating nuclear configuration interaction calculations through a preconditioned block iterative eigensolver

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Shao, Meiyue; Aktulga, H.  Metin; Yang, Chao

    In this paper, we describe a number of recently developed techniques for improving the performance of large-scale nuclear configuration interaction calculations on high performance parallel computers. We show the benefit of using a preconditioned block iterative method to replace the Lanczos algorithm that has traditionally been used to perform this type of computation. The rapid convergence of the block iterative method is achieved by a proper choice of starting guesses of the eigenvectors and the construction of an effective preconditioner. These acceleration techniques take advantage of special structure of the nuclear configuration interaction problem which we discuss in detail. Themore » use of a block method also allows us to improve the concurrency of the computation, and take advantage of the memory hierarchy of modern microprocessors to increase the arithmetic intensity of the computation relative to data movement. Finally, we also discuss the implementation details that are critical to achieving high performance on massively parallel multi-core supercomputers, and demonstrate that the new block iterative solver is two to three times faster than the Lanczos based algorithm for problems of moderate sizes on a Cray XC30 system.« less

  14. DOE Office of Scientific and Technical Information (OSTI.GOV)

    Spogen, L.R.; Cleland, L.L.

    An approach to the development of performance based regulations (PBR's) is described. Initially, a framework is constructed that consists of a function hierarchy and associated measures. The function at the top of the hierarchy is described in terms of societal objectives. Decomposition of this function into subordinate functions and their subsequent decompositions yield the function hierarchy. ''Bottom'' functions describe the roles of system components. When measures are identified for the performance of each function and means of aggregating performances to higher levels are established, the framework may be employed for developing PBR's. Consideration of system flexibility and performance uncertainty guidemore » in determining the hierarchical level at which regulations are formulated. Ease of testing compliance is also a factor. To show the viability of the approach, the framework developed by Lawrence Livermore Laboratory for the Nuclear Regulatory Commission for evaluation of material control systems at fixed facilities is presented.« less

  15. Hierarchical cultural values predict success and mortality in high-stakes teams

    PubMed Central

    Anicich, Eric M.; Swaab, Roderick I.; Galinsky, Adam D.

    2015-01-01

    Functional accounts of hierarchy propose that hierarchy increases group coordination and reduces conflict. In contrast, dysfunctional accounts claim that hierarchy impairs performance by preventing low-ranking team members from voicing their potentially valuable perspectives and insights. The current research presents evidence for both the functional and dysfunctional accounts of hierarchy within the same dataset. Specifically, we offer empirical evidence that hierarchical cultural values affect the outcomes of teams in high-stakes environments through group processes. Experimental data from a sample of expert mountain climbers from 27 countries confirmed that climbers expect that a hierarchical culture leads to improved team coordination among climbing teams, but impaired psychological safety and information sharing compared with an egalitarian culture. An archival analysis of 30,625 Himalayan mountain climbers from 56 countries on 5,104 expeditions found that hierarchy both elevated and killed in the Himalayas: Expeditions from more hierarchical countries had more climbers reach the summit, but also more climbers die along the way. Importantly, we established the role of group processes by showing that these effects occurred only for group, but not solo, expeditions. These findings were robust to controlling for environmental factors, risk preferences, expedition-level characteristics, country-level characteristics, and other cultural values. Overall, this research demonstrates that endorsing cultural values related to hierarchy can simultaneously improve and undermine group performance. PMID:25605883

  16. Understanding Social Hierarchies: The Neural and Psychological Foundations of Status Perception

    PubMed Central

    Koski, Jessica; Xie, Hongling; Olson, Ingrid R.

    2017-01-01

    Social groups across species rapidly self-organize into hierarchies, where members vary in their level of power, influence, skill, or dominance. In this review we explore the nature of social hierarchies and the traits associated with status in both humans and nonhuman primates, and how status varies across development in humans. Our review finds that we can rapidly identify social status based on a wide range of cues. Like monkeys, we tend to use certain cues, like physical strength, to make status judgments, although layered on top of these more primitive perceptual cues are socio-cultural status cues like job titles and educational attainment. One's relative status has profound effects on attention, memory, and social interactions, as well as health and wellness. These effects can be particularly pernicious in children and adolescents. Developmental research on peer groups and social exclusion suggests teenagers may be particularly sensitive to social status information, but research focused specifically on status processing and associated brain areas is very limited. Recent evidence from neuroscience suggests there may be an underlying neural network, including regions involved in executive, emotional, and reward processing, that is sensitive to status information. We conclude with questions for future research as well as stressing the need to expand social neuroscience research on status processing to adolescents. PMID:25697184

  17. Generic hierarchical engine for mask data preparation

    NASA Astrophysics Data System (ADS)

    Kalus, Christian K.; Roessl, Wolfgang; Schnitker, Uwe; Simecek, Michal

    2002-07-01

    Electronic layouts are usually flattened on their path from the hierarchical source downstream to the wafer. Mask data preparation has certainly been identified as a severe bottleneck since long. Data volumes are not only doubling every year along the ITRS roadmap. With the advent of optical proximity correction and phase-shifting masks data volumes are escalating up to non-manageable heights. Hierarchical treatment is one of the most powerful means to keep memory and CPU consumption in reasonable ranges. Only recently, however, has this technique acquired more public attention. Mask data preparation is the most critical area calling for a sound infrastructure to reduce the handling problem. Gaining more and more attention though, are other applications such as large area simulation and manufacturing rule checking (MRC). They all would profit from a generic engine capable to efficiently treat hierarchical data. In this paper we will present a generic engine for hierarchical treatment which solves the major problem, steady transitions along cell borders. Several alternatives exist how to walk through the hierarchy tree. They have, to date, not been thoroughly investigated. One is a bottom-up attempt to treat cells starting with the most elementary cells. The other one is a top-down approach which lends itself to creating a new hierarchy tree. In addition, since the variety, degree of hierarchy and quality of layouts extends over a wide range a generic engine has to take intelligent decisions when exploding the hierarchy tree. Several applications will be shown, in particular how far the limits can be pushed with the current hierarchical engine.

  18. Memory as the "whole brain work": a large-scale model based on "oscillations in super-synergy".

    PubMed

    Başar, Erol

    2005-01-01

    According to recent trends, memory depends on several brain structures working in concert across many levels of neural organization; "memory is a constant work-in progress." The proposition of a brain theory based on super-synergy in neural populations is most pertinent for the understanding of this constant work in progress. This report introduces a new model on memory basing on the processes of EEG oscillations and Brain Dynamics. This model is shaped by the following conceptual and experimental steps: 1. The machineries of super-synergy in the whole brain are responsible for formation of sensory-cognitive percepts. 2. The expression "dynamic memory" is used for memory processes that evoke relevant changes in alpha, gamma, theta and delta activities. The concerted action of distributed multiple oscillatory processes provides a major key for understanding of distributed memory. It comprehends also the phyletic memory and reflexes. 3. The evolving memory, which incorporates reciprocal actions or reverberations in the APLR alliance and during working memory processes, is especially emphasized. 4. A new model related to "hierarchy of memories as a continuum" is introduced. 5. The notions of "longer activated memory" and "persistent memory" are proposed instead of long-term memory. 6. The new analysis to recognize faces emphasizes the importance of EEG oscillations in neurophysiology and Gestalt analysis. 7. The proposed basic framework called "Memory in the Whole Brain Work" emphasizes that memory and all brain functions are inseparable and are acting as a "whole" in the whole brain. 8. The role of genetic factors is fundamental in living system settings and oscillations and accordingly in memory, according to recent publications. 9. A link from the "whole brain" to "whole body," and incorporation of vegetative and neurological system, is proposed, EEG oscillations and ultraslow oscillations being a control parameter.

  19. Rapidly Mixing Gibbs Sampling for a Class of Factor Graphs Using Hierarchy Width

    PubMed Central

    De Sa, Christopher; Zhang, Ce; Olukotun, Kunle; Ré, Christopher

    2016-01-01

    Gibbs sampling on factor graphs is a widely used inference technique, which often produces good empirical results. Theoretical guarantees for its performance are weak: even for tree structured graphs, the mixing time of Gibbs may be exponential in the number of variables. To help understand the behavior of Gibbs sampling, we introduce a new (hyper)graph property, called hierarchy width. We show that under suitable conditions on the weights, bounded hierarchy width ensures polynomial mixing time. Our study of hierarchy width is in part motivated by a class of factor graph templates, hierarchical templates, which have bounded hierarchy width—regardless of the data used to instantiate them. We demonstrate a rich application from natural language processing in which Gibbs sampling provably mixes rapidly and achieves accuracy that exceeds human volunteers. PMID:27279724

  20. Assessment of economic instruments for countries with low municipal waste management performance: An approach based on the analytic hierarchy process.

    PubMed

    Kling, Maximilian; Seyring, Nicole; Tzanova, Polia

    2016-09-01

    Economic instruments provide significant potential for countries with low municipal waste management performance in decreasing landfill rates and increasing recycling rates for municipal waste. In this research, strengths and weaknesses of landfill tax, pay-as-you-throw charging systems, deposit-refund systems and extended producer responsibility schemes are compared, focusing on conditions in countries with low waste management performance. In order to prioritise instruments for implementation in these countries, the analytic hierarchy process is applied using results of a literature review as input for the comparison. The assessment reveals that pay-as-you-throw is the most preferable instrument when utility-related criteria are regarded (wb = 0.35; analytic hierarchy process distributive mode; absolute comparison) mainly owing to its waste prevention effect, closely followed by landfill tax (wb = 0.32). Deposit-refund systems (wb = 0.17) and extended producer responsibility (wb = 0.16) rank third and fourth, with marginal differences owing to their similar nature. When cost-related criteria are additionally included in the comparison, landfill tax seems to provide the highest utility-cost ratio. Data from literature concerning cost (contrary to utility-related criteria) is currently not sufficiently available for a robust ranking according to the utility-cost ratio. In general, the analytic hierarchy process is seen as a suitable method for assessing economic instruments in waste management. Independent from the chosen analytic hierarchy process mode, results provide valuable indications for policy-makers on the application of economic instruments, as well as on their specific strengths and weaknesses. Nevertheless, the instruments need to be put in the country-specific context along with the results of this analytic hierarchy process application before practical decisions are made. © The Author(s) 2016.

  1. State recovery and lockstep execution restart in a system with multiprocessor pairing

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Gara, Alan; Gschwind, Michael K; Salapura, Valentina

    System, method and computer program product for a multiprocessing system to offer selective pairing of processor cores for increased processing reliability. A selective pairing facility is provided that selectively connects, i.e., pairs, multiple microprocessor or processor cores to provide one highly reliable thread (or thread group). Each paired microprocessor or processor cores that provide one highly reliable thread for high-reliability connect with a system components such as a memory "nest" (or memory hierarchy), an optional system controller, and optional interrupt controller, optional I/O or peripheral devices, etc. The memory nest is attached to a selective pairing facility via a switchmore » or a bus. Each selectively paired processor core is includes a transactional execution facility, whereing the system is configured to enable processor rollback to a previous state and reinitialize lockstep execution in order to recover from an incorrect execution when an incorrect execution has been detected by the selective pairing facility.« less

  2. Discovering Event Structure in Continuous Narrative Perception and Memory.

    PubMed

    Baldassano, Christopher; Chen, Janice; Zadbood, Asieh; Pillow, Jonathan W; Hasson, Uri; Norman, Kenneth A

    2017-08-02

    During realistic, continuous perception, humans automatically segment experiences into discrete events. Using a novel model of cortical event dynamics, we investigate how cortical structures generate event representations during narrative perception and how these events are stored to and retrieved from memory. Our data-driven approach allows us to detect event boundaries as shifts between stable patterns of brain activity without relying on stimulus annotations and reveals a nested hierarchy from short events in sensory regions to long events in high-order areas (including angular gyrus and posterior medial cortex), which represent abstract, multimodal situation models. High-order event boundaries are coupled to increases in hippocampal activity, which predict pattern reinstatement during later free recall. These areas also show evidence of anticipatory reinstatement as subjects listen to a familiar narrative. Based on these results, we propose that brain activity is naturally structured into nested events, which form the basis of long-term memory representations. Copyright © 2017 Elsevier Inc. All rights reserved.

  3. Using architecture information and real-time resource state to reduce power consumption and communication costs in parallel applications.

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Brandt, James M.; Devine, Karen Dragon; Gentile, Ann C.

    2014-09-01

    As computer systems grow in both size and complexity, the need for applications and run-time systems to adjust to their dynamic environment also grows. The goal of the RAAMP LDRD was to combine static architecture information and real-time system state with algorithms to conserve power, reduce communication costs, and avoid network contention. We devel- oped new data collection and aggregation tools to extract static hardware information (e.g., node/core hierarchy, network routing) as well as real-time performance data (e.g., CPU uti- lization, power consumption, memory bandwidth saturation, percentage of used bandwidth, number of network stalls). We created application interfaces that allowedmore » this data to be used easily by algorithms. Finally, we demonstrated the benefit of integrating system and application information for two use cases. The first used real-time power consumption and memory bandwidth saturation data to throttle concurrency to save power without increasing application execution time. The second used static or real-time network traffic information to reduce or avoid network congestion by remapping MPI tasks to allocated processors. Results from our work are summarized in this report; more details are available in our publications [2, 6, 14, 16, 22, 29, 38, 44, 51, 54].« less

  4. Algorithms and Libraries

    NASA Technical Reports Server (NTRS)

    Dongarra, Jack

    1998-01-01

    This exploratory study initiated our inquiry into algorithms and applications that would benefit by latency tolerant approach to algorithm building, including the construction of new algorithms where appropriate. In a multithreaded execution, when a processor reaches a point where remote memory access is necessary, the request is sent out on the network and a context--switch occurs to a new thread of computation. This effectively masks a long and unpredictable latency due to remote loads, thereby providing tolerance to remote access latency. We began to develop standards to profile various algorithm and application parameters, such as the degree of parallelism, granularity, precision, instruction set mix, interprocessor communication, latency etc. These tools will continue to develop and evolve as the Information Power Grid environment matures. To provide a richer context for this research, the project also focused on issues of fault-tolerance and computation migration of numerical algorithms and software. During the initial phase we tried to increase our understanding of the bottlenecks in single processor performance. Our work began by developing an approach for the automatic generation and optimization of numerical software for processors with deep memory hierarchies and pipelined functional units. Based on the results we achieved in this study we are planning to study other architectures of interest, including development of cost models, and developing code generators appropriate to these architectures.

  5. An Overview of High Performance Computing and Challenges for the Future

    ScienceCinema

    Google Tech Talks

    2017-12-09

    In this talk we examine how high performance computing has changed over the last 10-year and look toward the future in terms of trends. These changes have had and will continue to have a major impact on our software. A new generation of software libraries and lgorithms are needed for the effective and reliable use of (wide area) dynamic, distributed and parallel environments. Some of the software and algorithm challenges have already been encountered, such as management of communication and memory hierarchies through a combination of compile--time and run--time techniques, but the increased scale of computation, depth of memory hierarchies, range of latencies, and increased run--time environment variability will make these problems much harder. We will focus on the redesign of software to fit multicore architectures. Speaker: Jack Dongarra University of Tennessee Oak Ridge National Laboratory University of Manchester Jack Dongarra received a Bachelor of Science in Mathematics from Chicago State University in 1972 and a Master of Science in Computer Science from the Illinois Institute of Technology in 1973. He received his Ph.D. in Applied Mathematics from the University of New Mexico in 1980. He worked at the Argonne National Laboratory until 1989, becoming a senior scientist. He now holds an appointment as University Distinguished Professor of Computer Science in the Electrical Engineering and Computer Science Department at the University of Tennessee, has the position of a Distinguished Research Staff member in the Computer Science and Mathematics Division at Oak Ridge National Laboratory (ORNL), Turing Fellow in the Computer Science and Mathematics Schools at the University of Manchester, and an Adjunct Professor in the Computer Science Department at Rice University. He specializes in numerical algorithms in linear algebra, parallel computing, the use of advanced-computer architectures, programming methodology, and tools for parallel computers. His research includes the development, testing and documentation of high quality mathematical software. He has contributed to the design and implementation of the following open source software packages and systems: EISPACK, LINPACK, the BLAS, LAPACK, ScaLAPACK, Netlib, PVM, MPI, NetSolve, Top500, ATLAS, and PAPI. He has published approximately 200 articles, papers, reports and technical memoranda and he is coauthor of several books. He was awarded the IEEE Sid Fernbach Award in 2004 for his contributions in the application of high performance computers using innovative approaches. He is a Fellow of the AAAS, ACM, and the IEEE and a member of the National Academy of Engineering.

  6. An Overview of High Performance Computing and Challenges for the Future

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Google Tech Talks

    In this talk we examine how high performance computing has changed over the last 10-year and look toward the future in terms of trends. These changes have had and will continue to have a major impact on our software. A new generation of software libraries and lgorithms are needed for the effective and reliable use of (wide area) dynamic, distributed and parallel environments. Some of the software and algorithm challenges have already been encountered, such as management of communication and memory hierarchies through a combination of compile--time and run--time techniques, but the increased scale of computation, depth of memory hierarchies,more » range of latencies, and increased run--time environment variability will make these problems much harder. We will focus on the redesign of software to fit multicore architectures. Speaker: Jack Dongarra University of Tennessee Oak Ridge National Laboratory University of Manchester Jack Dongarra received a Bachelor of Science in Mathematics from Chicago State University in 1972 and a Master of Science in Computer Science from the Illinois Institute of Technology in 1973. He received his Ph.D. in Applied Mathematics from the University of New Mexico in 1980. He worked at the Argonne National Laboratory until 1989, becoming a senior scientist. He now holds an appointment as University Distinguished Professor of Computer Science in the Electrical Engineering and Computer Science Department at the University of Tennessee, has the position of a Distinguished Research Staff member in the Computer Science and Mathematics Division at Oak Ridge National Laboratory (ORNL), Turing Fellow in the Computer Science and Mathematics Schools at the University of Manchester, and an Adjunct Professor in the Computer Science Department at Rice University. He specializes in numerical algorithms in linear algebra, parallel computing, the use of advanced-computer architectures, programming methodology, and tools for parallel computers. His research includes the development, testing and documentation of high quality mathematical software. He has contributed to the design and implementation of the following open source software packages and systems: EISPACK, LINPACK, the BLAS, LAPACK, ScaLAPACK, Netlib, PVM, MPI, NetSolve, Top500, ATLAS, and PAPI. He has published approximately 200 articles, papers, reports and technical memoranda and he is coauthor of several books. He was awarded the IEEE Sid Fernbach Award in 2004 for his contributions in the application of high performance computers using innovative approaches. He is a Fellow of the AAAS, ACM, and the IEEE and a member of the National Academy of Engineering.« less

  7. Management of Large-Scale Wireless Sensor Networks Utilizing Multi-Parent Recursive Area Hierarchies

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Cree, Johnathan V.; Delgado-Frias, Jose

    2013-04-19

    Autonomously configuring and self-healing a largescale wireless sensor network requires a light-weight maintenance protocol that is scalable. Further, in a battery powered wireless sensor network duty-cycling a node’s radio can reduce the power consumption of a device and extend the lifetime of a network. With duty-cycled nodes the power consumption of a node’s radio depends on the amount of communication is must perform and by reducing the communication the power consumption can also be reduced. Multi-parent hierarchies can be used to reduce the communication cost when constructing a recursive area clustering hierarchy when compared to singleparent solutions that utilize inefficientmore » communication methods such as flooding and information propagation via single-hop broadcasts. The multi-parent hierarchies remain scalable and provides a level of redundancy for the hierarchy.« less

  8. Effects of Hierarchy Vocabulary Exercises on English Vocabulary Acquisition

    ERIC Educational Resources Information Center

    Lin, Ching-Ying; Hsu, Wei Shu

    2013-01-01

    The purpose of the study was to compare the effectiveness of hierarchy vocabulary exercises and copying vocabulary exercises on EFL students' vocabulary acquisition and reading comprehension. Two specific factors were probed: (a) vocabulary gains and retention from different exercises; (b) reading comprehension performance through different…

  9. Simulating Hydrologic Flow and Reactive Transport with PFLOTRAN and PETSc on Emerging Fine-Grained Parallel Computer Architectures

    NASA Astrophysics Data System (ADS)

    Mills, R. T.; Rupp, K.; Smith, B. F.; Brown, J.; Knepley, M.; Zhang, H.; Adams, M.; Hammond, G. E.

    2017-12-01

    As the high-performance computing community pushes towards the exascale horizon, power and heat considerations have driven the increasing importance and prevalence of fine-grained parallelism in new computer architectures. High-performance computing centers have become increasingly reliant on GPGPU accelerators and "manycore" processors such as the Intel Xeon Phi line, and 512-bit SIMD registers have even been introduced in the latest generation of Intel's mainstream Xeon server processors. The high degree of fine-grained parallelism and more complicated memory hierarchy considerations of such "manycore" processors present several challenges to existing scientific software. Here, we consider how the massively parallel, open-source hydrologic flow and reactive transport code PFLOTRAN - and the underlying Portable, Extensible Toolkit for Scientific Computation (PETSc) library on which it is built - can best take advantage of such architectures. We will discuss some key features of these novel architectures and our code optimizations and algorithmic developments targeted at them, and present experiences drawn from working with a wide range of PFLOTRAN benchmark problems on these architectures.

  10. Automatic Blocking Of QR and LU Factorizations for Locality

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Yi, Q; Kennedy, K; You, H

    2004-03-26

    QR and LU factorizations for dense matrices are important linear algebra computations that are widely used in scientific applications. To efficiently perform these computations on modern computers, the factorization algorithms need to be blocked when operating on large matrices to effectively exploit the deep cache hierarchy prevalent in today's computer memory systems. Because both QR (based on Householder transformations) and LU factorization algorithms contain complex loop structures, few compilers can fully automate the blocking of these algorithms. Though linear algebra libraries such as LAPACK provides manually blocked implementations of these algorithms, by automatically generating blocked versions of the computations, moremore » benefit can be gained such as automatic adaptation of different blocking strategies. This paper demonstrates how to apply an aggressive loop transformation technique, dependence hoisting, to produce efficient blockings for both QR and LU with partial pivoting. We present different blocking strategies that can be generated by our optimizer and compare the performance of auto-blocked versions with manually tuned versions in LAPACK, both using reference BLAS, ATLAS BLAS and native BLAS specially tuned for the underlying machine architectures.« less

  11. VLBI-resolution radio-map algorithms: Performance analysis of different levels of data-sharing on multi-socket, multi-core architectures

    NASA Astrophysics Data System (ADS)

    Tabik, S.; Romero, L. F.; Mimica, P.; Plata, O.; Zapata, E. L.

    2012-09-01

    A broad area in astronomy focuses on simulating extragalactic objects based on Very Long Baseline Interferometry (VLBI) radio-maps. Several algorithms in this scope simulate what would be the observed radio-maps if emitted from a predefined extragalactic object. This work analyzes the performance and scaling of this kind of algorithms on multi-socket, multi-core architectures. In particular, we evaluate a sharing approach, a privatizing approach and a hybrid approach on systems with complex memory hierarchy that includes shared Last Level Cache (LLC). In addition, we investigate which manual processes can be systematized and then automated in future works. The experiments show that the data-privatizing model scales efficiently on medium scale multi-socket, multi-core systems (up to 48 cores) while regardless of algorithmic and scheduling optimizations, the sharing approach is unable to reach acceptable scalability on more than one socket. However, the hybrid model with a specific level of data-sharing provides the best scalability over all used multi-socket, multi-core systems.

  12. Models and techniques for evaluating the effectiveness of aircraft computing systems

    NASA Technical Reports Server (NTRS)

    Meyer, J. F.

    1977-01-01

    Models, measures and techniques were developed for evaluating the effectiveness of aircraft computing systems. The concept of effectiveness involves aspects of system performance, reliability and worth. Specifically done was a detailed development of model hierarchy at mission, functional task, and computational task levels. An appropriate class of stochastic models was investigated which served as bottom level models in the hierarchial scheme. A unified measure of effectiveness called 'performability' was defined and formulated.

  13. The emergence and representation of knowledge about social and nonsocial hierarchies.

    PubMed

    Kumaran, Dharshan; Melo, Hans Ludwig; Duzel, Emrah

    2012-11-08

    Primates are remarkably adept at ranking each other within social hierarchies, a capacity that is critical to successful group living. Surprisingly little, however, is understood about the neurobiology underlying this quintessential aspect of primate cognition. In our experiment, participants first acquired knowledge about a social and a nonsocial hierarchy and then used this information to guide investment decisions. We found that neural activity in the amygdala tracked the development of knowledge about a social, but not a nonsocial, hierarchy. Further, structural variations in amygdala gray matter volume accounted for interindividual differences in social transitivity performance. Finally, the amygdala expressed a neural signal selectively coding for social rank, whose robustness predicted the influence of rank on participants' investment decisions. In contrast, we observed that the linear structure of both social and nonsocial hierarchies was represented at a neural level in the hippocampus. Our study implicates the amygdala in the emergence and representation of knowledge about social hierarchies and distinguishes the domain-general contribution of the hippocampus. Copyright © 2012 Elsevier Inc. All rights reserved.

  14. Helium Nanobubbles Enhance Superelasticity and Retard Shear Localization in Small-Volume Shape Memory Alloy.

    PubMed

    Han, Wei-Zhong; Zhang, Jian; Ding, Ming-Shuai; Lv, Lan; Wang, Wen-Hong; Wu, Guang-Heng; Shan, Zhi-Wei; Li, Ju

    2017-06-14

    The intriguing phenomenon of metal superelasticity relies on stress-induced martensitic transformation (SIMT), which is well-known to be governed by developing cooperative strain accommodation at multiple length scales. It is therefore scientifically interesting to see what happens when this natural length scale hierarchy is disrupted. One method is producing pillars that confine the sample volume to micrometer length scale. Here we apply yet another intervention, helium nanobubbles injection, which produces porosity on the order of several nanometers. While the pillar confinement suppresses superelasticity, we found the dispersion of 5-10 nm helium nanobubbles do the opposite of promoting superelasticity in a Ni 53.5 Fe 19.5 Ga 27 shape memory alloy. The role of helium nanobubbles in modulating the competition between ordinary dislocation slip plasticity and SIMT is discussed.

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

    PubMed

    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.

  16. An Examination of Individual Performance Using Markov Models in the Hellenic Navy’s Officer-Performance Evaluation System

    DTIC Science & Technology

    2012-03-01

    similar to primary needs, but now emotions have replaced transmitted signals. In the 1940s, Maslow developed the needs-hierarchy theory. 37...is the specific design to meet new challenges and realize our potential. McShane and Von Glinow state that …according to Maslow , we are...circumstances, individuals seek their constant personal development. In addition to Abraham Maslow’s needs-hierarchy theory, a recently developed

  17. Efficient methods for implementation of multi-level nonrigid mass-preserving image registration on GPUs and multi-threaded CPUs.

    PubMed

    Ellingwood, Nathan D; Yin, Youbing; Smith, Matthew; Lin, Ching-Long

    2016-04-01

    Faster and more accurate methods for registration of images are important for research involved in conducting population-based studies that utilize medical imaging, as well as improvements for use in clinical applications. We present a novel computation- and memory-efficient multi-level method on graphics processing units (GPU) for performing registration of two computed tomography (CT) volumetric lung images. We developed a computation- and memory-efficient Diffeomorphic Multi-level B-Spline Transform Composite (DMTC) method to implement nonrigid mass-preserving registration of two CT lung images on GPU. The framework consists of a hierarchy of B-Spline control grids of increasing resolution. A similarity criterion known as the sum of squared tissue volume difference (SSTVD) was adopted to preserve lung tissue mass. The use of SSTVD consists of the calculation of the tissue volume, the Jacobian, and their derivatives, which makes its implementation on GPU challenging due to memory constraints. The use of the DMTC method enabled reduced computation and memory storage of variables with minimal communication between GPU and Central Processing Unit (CPU) due to ability to pre-compute values. The method was assessed on six healthy human subjects. Resultant GPU-generated displacement fields were compared against the previously validated CPU counterpart fields, showing good agreement with an average normalized root mean square error (nRMS) of 0.044±0.015. Runtime and performance speedup are compared between single-threaded CPU, multi-threaded CPU, and GPU algorithms. Best performance speedup occurs at the highest resolution in the GPU implementation for the SSTVD cost and cost gradient computations, with a speedup of 112 times that of the single-threaded CPU version and 11 times over the twelve-threaded version when considering average time per iteration using a Nvidia Tesla K20X GPU. The proposed GPU-based DMTC method outperforms its multi-threaded CPU version in terms of runtime. Total registration time reduced runtime to 2.9min on the GPU version, compared to 12.8min on twelve-threaded CPU version and 112.5min on a single-threaded CPU. Furthermore, the GPU implementation discussed in this work can be adapted for use of other cost functions that require calculation of the first derivatives. Copyright © 2015 Elsevier Ireland Ltd. All rights reserved.

  18. Array-based, parallel hierarchical mesh refinement algorithms for unstructured meshes

    DOE PAGES

    Ray, Navamita; Grindeanu, Iulian; Zhao, Xinglin; ...

    2016-08-18

    In this paper, we describe an array-based hierarchical mesh refinement capability through uniform refinement of unstructured meshes for efficient solution of PDE's using finite element methods and multigrid solvers. A multi-degree, multi-dimensional and multi-level framework is designed to generate the nested hierarchies from an initial coarse mesh that can be used for a variety of purposes such as in multigrid solvers/preconditioners, to do solution convergence and verification studies and to improve overall parallel efficiency by decreasing I/O bandwidth requirements (by loading smaller meshes and in memory refinement). We also describe a high-order boundary reconstruction capability that can be used tomore » project the new points after refinement using high-order approximations instead of linear projection in order to minimize and provide more control on geometrical errors introduced by curved boundaries.The capability is developed under the parallel unstructured mesh framework "Mesh Oriented dAtaBase" (MOAB Tautges et al. (2004)). We describe the underlying data structures and algorithms to generate such hierarchies in parallel and present numerical results for computational efficiency and effect on mesh quality. Furthermore, we also present results to demonstrate the applicability of the developed capability to study convergence properties of different point projection schemes for various mesh hierarchies and to a multigrid finite-element solver for elliptic problems.« less

  19. The Empirical Link between Program Development and the Performance Needs of Professionals and Executives.

    ERIC Educational Resources Information Center

    Baehr, Melany E.

    1984-01-01

    An empirical procedure to determine areas of required development for personnel in three management hierarchies (line, professional, and sales) involves a job analysis of nine key positions in these hierarchies, determination of learning needs for each job function, and development of program curricula for each need. (SK)

  20. SU (2) lattice gauge theory simulations on Fermi GPUs

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Cardoso, Nuno, E-mail: nunocardoso@cftp.ist.utl.p; Bicudo, Pedro, E-mail: bicudo@ist.utl.p

    2011-05-10

    In this work we explore the performance of CUDA in quenched lattice SU (2) simulations. CUDA, NVIDIA Compute Unified Device Architecture, is a hardware and software architecture developed by NVIDIA for computing on the GPU. We present an analysis and performance comparison between the GPU and CPU in single and double precision. Analyses with multiple GPUs and two different architectures (G200 and Fermi architectures) are also presented. In order to obtain a high performance, the code must be optimized for the GPU architecture, i.e., an implementation that exploits the memory hierarchy of the CUDA programming model. We produce codes formore » the Monte Carlo generation of SU (2) lattice gauge configurations, for the mean plaquette, for the Polyakov Loop at finite T and for the Wilson loop. We also present results for the potential using many configurations (50,000) without smearing and almost 2000 configurations with APE smearing. With two Fermi GPUs we have achieved an excellent performance of 200x the speed over one CPU, in single precision, around 110 Gflops/s. We also find that, using the Fermi architecture, double precision computations for the static quark-antiquark potential are not much slower (less than 2x slower) than single precision computations.« less

  1. Parallel Multivariate Spatio-Temporal Clustering of Large Ecological Datasets on Hybrid Supercomputers

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Sreepathi, Sarat; Kumar, Jitendra; Mills, Richard T.

    A proliferation of data from vast networks of remote sensing platforms (satellites, unmanned aircraft systems (UAS), airborne etc.), observational facilities (meteorological, eddy covariance etc.), state-of-the-art sensors, and simulation models offer unprecedented opportunities for scientific discovery. Unsupervised classification is a widely applied data mining approach to derive insights from such data. However, classification of very large data sets is a complex computational problem that requires efficient numerical algorithms and implementations on high performance computing (HPC) platforms. Additionally, increasing power, space, cooling and efficiency requirements has led to the deployment of hybrid supercomputing platforms with complex architectures and memory hierarchies like themore » Titan system at Oak Ridge National Laboratory. The advent of such accelerated computing architectures offers new challenges and opportunities for big data analytics in general and specifically, large scale cluster analysis in our case. Although there is an existing body of work on parallel cluster analysis, those approaches do not fully meet the needs imposed by the nature and size of our large data sets. Moreover, they had scaling limitations and were mostly limited to traditional distributed memory computing platforms. We present a parallel Multivariate Spatio-Temporal Clustering (MSTC) technique based on k-means cluster analysis that can target hybrid supercomputers like Titan. We developed a hybrid MPI, CUDA and OpenACC implementation that can utilize both CPU and GPU resources on computational nodes. We describe performance results on Titan that demonstrate the scalability and efficacy of our approach in processing large ecological data sets.« less

  2. The Evolutionary Origins of Hierarchy

    PubMed Central

    Huizinga, Joost; Clune, Jeff

    2016-01-01

    Hierarchical organization—the recursive composition of sub-modules—is ubiquitous in biological networks, including neural, metabolic, ecological, and genetic regulatory networks, and in human-made systems, such as large organizations and the Internet. To date, most research on hierarchy in networks has been limited to quantifying this property. However, an open, important question in evolutionary biology is why hierarchical organization evolves in the first place. It has recently been shown that modularity evolves because of the presence of a cost for network connections. Here we investigate whether such connection costs also tend to cause a hierarchical organization of such modules. In computational simulations, we find that networks without a connection cost do not evolve to be hierarchical, even when the task has a hierarchical structure. However, with a connection cost, networks evolve to be both modular and hierarchical, and these networks exhibit higher overall performance and evolvability (i.e. faster adaptation to new environments). Additional analyses confirm that hierarchy independently improves adaptability after controlling for modularity. Overall, our results suggest that the same force–the cost of connections–promotes the evolution of both hierarchy and modularity, and that these properties are important drivers of network performance and adaptability. In addition to shedding light on the emergence of hierarchy across the many domains in which it appears, these findings will also accelerate future research into evolving more complex, intelligent computational brains in the fields of artificial intelligence and robotics. PMID:27280881

  3. The Evolutionary Origins of Hierarchy.

    PubMed

    Mengistu, Henok; Huizinga, Joost; Mouret, Jean-Baptiste; Clune, Jeff

    2016-06-01

    Hierarchical organization-the recursive composition of sub-modules-is ubiquitous in biological networks, including neural, metabolic, ecological, and genetic regulatory networks, and in human-made systems, such as large organizations and the Internet. To date, most research on hierarchy in networks has been limited to quantifying this property. However, an open, important question in evolutionary biology is why hierarchical organization evolves in the first place. It has recently been shown that modularity evolves because of the presence of a cost for network connections. Here we investigate whether such connection costs also tend to cause a hierarchical organization of such modules. In computational simulations, we find that networks without a connection cost do not evolve to be hierarchical, even when the task has a hierarchical structure. However, with a connection cost, networks evolve to be both modular and hierarchical, and these networks exhibit higher overall performance and evolvability (i.e. faster adaptation to new environments). Additional analyses confirm that hierarchy independently improves adaptability after controlling for modularity. Overall, our results suggest that the same force-the cost of connections-promotes the evolution of both hierarchy and modularity, and that these properties are important drivers of network performance and adaptability. In addition to shedding light on the emergence of hierarchy across the many domains in which it appears, these findings will also accelerate future research into evolving more complex, intelligent computational brains in the fields of artificial intelligence and robotics.

  4. A Chaotic Ordered Hierarchies Consistency Analysis Performance Evaluation Model

    NASA Astrophysics Data System (ADS)

    Yeh, Wei-Chang

    2013-02-01

    The Hierarchies Consistency Analysis (HCA) is proposed by Guh in-cooperated along with some case study on a Resort to reinforce the weakness of Analytical Hierarchy Process (AHP). Although the results obtained enabled aid for the Decision Maker to make more reasonable and rational verdicts, the HCA itself is flawed. In this paper, our objective is to indicate the problems of HCA, and then propose a revised method called chaotic ordered HCA (COH in short) which can avoid problems. Since the COH is based upon Guh's method, the Decision Maker establishes decisions in a way similar to that of the original method.

  5. Relation between bandgap and resistance drift in amorphous phase change materials

    PubMed Central

    Rütten, Martin; Kaes, Matthias; Albert, Andreas; Wuttig, Matthias; Salinga, Martin

    2015-01-01

    Memory based on phase change materials is currently the most promising candidate for bridging the gap in access time between memory and storage in traditional memory hierarchy. However, multilevel storage is still hindered by the so-called resistance drift commonly related to structural relaxation of the amorphous phase. Here, we present the temporal evolution of infrared spectra measured on amorphous thin films of the three phase change materials Ag4In3Sb67Te26, GeTe and the most popular Ge2Sb2Te5. A widening of the bandgap upon annealing accompanied by a decrease of the optical dielectric constant ε∞ is observed for all three materials. Quantitative comparison with experimental data for the apparent activation energy of conduction reveals that the temporal evolution of bandgap and activation energy can be decoupled. The case of Ag4In3Sb67Te26, where the increase of activation energy is significantly smaller than the bandgap widening, demonstrates the possibility to identify new phase change materials with reduced resistance drift. PMID:26621533

  6. Relation between bandgap and resistance drift in amorphous phase change materials.

    PubMed

    Rütten, Martin; Kaes, Matthias; Albert, Andreas; Wuttig, Matthias; Salinga, Martin

    2015-12-01

    Memory based on phase change materials is currently the most promising candidate for bridging the gap in access time between memory and storage in traditional memory hierarchy. However, multilevel storage is still hindered by the so-called resistance drift commonly related to structural relaxation of the amorphous phase. Here, we present the temporal evolution of infrared spectra measured on amorphous thin films of the three phase change materials Ag4In3Sb67Te26, GeTe and the most popular Ge2Sb2Te5. A widening of the bandgap upon annealing accompanied by a decrease of the optical dielectric constant ε∞ is observed for all three materials. Quantitative comparison with experimental data for the apparent activation energy of conduction reveals that the temporal evolution of bandgap and activation energy can be decoupled. The case of Ag4In3Sb67Te26, where the increase of activation energy is significantly smaller than the bandgap widening, demonstrates the possibility to identify new phase change materials with reduced resistance drift.

  7. Group social rank is associated with performance on a spatial learning task.

    PubMed

    Langley, Ellis J G; van Horik, Jayden O; Whiteside, Mark A; Madden, Joah R

    2018-02-01

    Dominant individuals differ from subordinates in their performances on cognitive tasks across a suite of taxa. Previous studies often only consider dyadic relationships, rather than the more ecologically relevant social hierarchies or networks, hence failing to account for how dyadic relationships may be adjusted within larger social groups. We used a novel statistical method: randomized Elo-ratings, to infer the social hierarchy of 18 male pheasants, Phasianus colchicus , while in a captive, mixed-sex group with a linear hierarchy. We assayed individual learning performance of these males on a binary spatial discrimination task to investigate whether inter-individual variation in performance is associated with group social rank. Task performance improved with increasing trial number and was positively related to social rank, with higher ranking males showing greater levels of success. Motivation to participate in the task was not related to social rank or task performance, thus indicating that these rank-related differences are not a consequence of differences in motivation to complete the task. Our results provide important information about how variation in cognitive performance relates to an individual's social rank within a group. Whether the social environment causes differences in learning performance or instead, inherent differences in learning ability predetermine rank remains to be tested.

  8. [Hierarchy in surgery. An antiquated system?].

    PubMed

    Muhr, G

    1999-01-01

    Medical responsibility and hospital management, competency for resident's training and decision making in therapy are better performed in a system of hierarchy than other kinds of organisation of a surgical department. If all the duties and responsibilities are concentrated to a head of the department, it is also necessary to give him the adequate instruments for leadership, to stay alive.

  9. Spiral: Automated Computing for Linear Transforms

    NASA Astrophysics Data System (ADS)

    Püschel, Markus

    2010-09-01

    Writing fast software has become extraordinarily difficult. For optimal performance, programs and their underlying algorithms have to be adapted to take full advantage of the platform's parallelism, memory hierarchy, and available instruction set. To make things worse, the best implementations are often platform-dependent and platforms are constantly evolving, which quickly renders libraries obsolete. We present Spiral, a domain-specific program generation system for important functionality used in signal processing and communication including linear transforms, filters, and other functions. Spiral completely replaces the human programmer. For a desired function, Spiral generates alternative algorithms, optimizes them, compiles them into programs, and intelligently searches for the best match to the computing platform. The main idea behind Spiral is a mathematical, declarative, domain-specific framework to represent algorithms and the use of rewriting systems to generate and optimize algorithms at a high level of abstraction. Experimental results show that the code generated by Spiral competes with, and sometimes outperforms, the best available human-written code.

  10. 3D printed hierarchical honeycombs with shape integrity under large compressive deformations

    DOE PAGES

    Chen, Yanyu; Li, Tiantian; Jia, Zian; ...

    2017-10-12

    Here, we describe the in-plane compressive performance of a new type of hierarchical cellular structure created by replacing cell walls in regular honeycombs with triangular lattice configurations. The fabrication of this relatively complex material architecture with size features spanning from micrometer to centimeter is facilitated by the availability of commercial 3D printers. We apply to these hierarchical honeycombs a thermal treatment that facilitates the shape preservation and structural integrity of the structures under large compressive loading. The proposed hierarchical honeycombs exhibit a progressive failure mode, along with improved stiffness and energy absorption under uniaxial compression. High energy dissipation and shapemore » integrity at large imposed strains (up to 60%) have also been observed in these hierarchical honeycombs under cyclic loading. Experimental and numerical studies suggest that these anomalous mechanical behaviors are attributed to the introduction of a structural hierarchy, intrinsically controlled by the cell wall slenderness of the triangular lattice and by the shape memory effect induced by the thermal and mechanical compressive treatment.« less

  11. 3D printed hierarchical honeycombs with shape integrity under large compressive deformations

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Chen, Yanyu; Li, Tiantian; Jia, Zian

    Here, we describe the in-plane compressive performance of a new type of hierarchical cellular structure created by replacing cell walls in regular honeycombs with triangular lattice configurations. The fabrication of this relatively complex material architecture with size features spanning from micrometer to centimeter is facilitated by the availability of commercial 3D printers. We apply to these hierarchical honeycombs a thermal treatment that facilitates the shape preservation and structural integrity of the structures under large compressive loading. The proposed hierarchical honeycombs exhibit a progressive failure mode, along with improved stiffness and energy absorption under uniaxial compression. High energy dissipation and shapemore » integrity at large imposed strains (up to 60%) have also been observed in these hierarchical honeycombs under cyclic loading. Experimental and numerical studies suggest that these anomalous mechanical behaviors are attributed to the introduction of a structural hierarchy, intrinsically controlled by the cell wall slenderness of the triangular lattice and by the shape memory effect induced by the thermal and mechanical compressive treatment.« less

  12. m-BIRCH: an online clustering approach for computer vision applications

    NASA Astrophysics Data System (ADS)

    Madan, Siddharth K.; Dana, Kristin J.

    2015-03-01

    We adapt a classic online clustering algorithm called Balanced Iterative Reducing and Clustering using Hierarchies (BIRCH), to incrementally cluster large datasets of features commonly used in multimedia and computer vision. We call the adapted version modified-BIRCH (m-BIRCH). The algorithm uses only a fraction of the dataset memory to perform clustering, and updates the clustering decisions when new data comes in. Modifications made in m-BIRCH enable data driven parameter selection and effectively handle varying density regions in the feature space. Data driven parameter selection automatically controls the level of coarseness of the data summarization. Effective handling of varying density regions is necessary to well represent the different density regions in data summarization. We use m-BIRCH to cluster 840K color SIFT descriptors, and 60K outlier corrupted grayscale patches. We use the algorithm to cluster datasets consisting of challenging non-convex clustering patterns. Our implementation of the algorithm provides an useful clustering tool and is made publicly available.

  13. On Russian concepts of Soil Memory - expansion of Dokuchaev's pedological paradigm

    NASA Astrophysics Data System (ADS)

    Tsatskin, A.

    2012-04-01

    Having developed from Dokuchaev's research on chernosem soils on loess, the Russian school of pedology traditionally focused on soils as essential component of landscape. Dokuchaev's soil-landscape paradigm (SLP) was later considerably advanced and expanded to include surface soils on other continents by Hans Jenny. In the 1970s Sokolov and Targulian in Russia introduced the new term of soil memory as an inherent ability of soils to memorize in its morphology and properties the processes of earlier stages of development. This understanding was built upon ideas of soil organizational hierarchy and different rates of specific soil processes as proposed by Yaalon. Soil memory terminology became particularly popular in Russia which is expressed in the 2008 multi-author monograph on soil memory. The Soil Memory book edited by Targulian and Goryachkin and written by 34 authors touches upon the following themes: General approaches (Section 1), Mineral carriers of soil memory (Section 2), Biological carriers of soil memory (section 3) and Anthropogenic soil memory (section 4). The book presents an original account on different new interdisciplinary projects on Russian soils and represents an important contribution into the classical Dokuchaev-Jenny SL paradigm. There is still a controversy as to in what way the Russian term soil memory is related to western terms of soil as a record or archive of earlier events and processes during the time of soil formation. Targulian and Goryachkin agree that all of the terms are close, albeit not entirely interchangeable. They insist that soil memory may have a more comprehensive meaning, e.g. applicable to such complex cases when certain soil properties whose origin is currently ambiguous cannot provide valid environmental reconstructions or dated by available dating techniques. Anyway, not terminology is the main issue. The Russian soil memory concept advances the frontiers of pedology by deepening the time-related soil functions and encouraging closer cooperation with isotope dating experts. This approach will hopefully help us all in better understanding, management and protection of the Earth's critical zone.

  14. Blackcomb: Hardware-Software Co-design for Non-Volatile Memory in Exascale Systems

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Schreiber, Robert

    Summary of technical results of Blackcomb Memory Devices We explored various different memory technologies (STTRAM, PCRAM, FeRAM, and ReRAM). The progress can be classified into three categories, below. Modeling and Tool Releases Various modeling tools have been developed over the last decade to help in the design of SRAM or DRAM-based memory hierarchies. To explore new design opportunities that NVM technologies can bring to the designers, we have developed similar high-level models for NVM, including PCRAMsim [Dong 2009], NVSim [Dong 2012], and NVMain [Poremba 2012]. NVSim is a circuit-level model for NVM performance, energy, and area estimation, which supports variousmore » NVM technologies, including STT-RAM, PCRAM, ReRAM, and legacy NAND Flash. NVSim is successfully validated against industrial NVM prototypes, and it is expected to help boost architecture-level NVM-related studies. On the other side, NVMain is a cycle accurate main memory simulator designed to simulate emerging nonvolatile memories at the architectural level. We have released these models as open source tools and provided contiguous support to them. We also proposed PS3-RAM, which is a fast, portable and scalable statistical STT-RAM reliability analysis model [Wen 2012]. Design Space Exploration and Optimization With the support of these models, we explore different device/circuit optimization techniques. For example, in [Niu 2012a] we studied the power reduction technique for the application of ECC scheme in ReRAM designs and proposed to use ECC code to relax the BER (Bit Error Rate) requirement of a single memory to improve the write energy consumption and latency for both 1T1R and cross-point ReRAM designs. In [Xu 2011], we proposed a methodology to design STT-RAM for different optimization goals such as read performance, write performance and write energy by leveraging the trade-off between write current and write time of MTJ. We also studied the tradeoffs in building a reliable crosspoint ReRAM array [Niu 2012b]. We have conducted an in depth analysis of the circuit and system level design implications of multi-layer cross-point Resistive RAM (MLCReRAM) from performance, power and reliability perspectives [Xu 2013]. The objective of this study is to understand the design trade-offs of this technology with respect to the MLC Phase Change Memory (MLCPCM).Our MLC ReRAM design at the circuit and system levels indicates that different resistance allocation schemes, programming strategies, peripheral designs, and material selections profoundly affect the area, latency, power, and reliability of MLC ReRAM. Based on this analysis, we conduct two case studies: first we compare MLC ReRAM design against MLC phase-change memory (PCM) and multi-layer cross-point ReRAM design, and point out why multi-level ReRAM is appealing; second we further explore the design space for MLC ReRAM. Architecture and Application We explored hybrid checkpointing using phase-change memory for future exascale systems [Dong 2011] and showed that the use of nonvolatile memory for local checkpointing significantly increases the number of faults covered by local checkpoints and reduces the probability of a global failure in the middle of a global checkpoint to less than 1%. We also proposed a technique called i2WAP to mitigate the write variations in NVM-based last-level cache for the improvement of the NVM lifetime [Wang 2013]. Our wear leveling technique attempts to work around the limitations of write endurance by arranging data access so that write operations can be distributed evenly across all the storage cells. During our intensive research on fault-tolerant NVM design, we found that ECC cannot effectively tolerate hard errors from limited write endurance and process imperfection. Therefore, we devised a novel Point and Discard (PAD) architecture in in [ 2012] as a hard-error-tolerant architecture for ReRAM-based Last Level Caches. PAD improves the lifetime of ReRAM caches by 1.6X-440X under different process variations without performance overhead in the system's early life. We have investigated the applicability of NVM for persistent memory design [Zhao 2013]. New byte addressable NVM enables fast persistent memory that allows in-memory persistent data objects to be updated with much higher throughput. Despite the significant improvement, the performance of these designs is only 50% of the native system with no persistence support, due to the logging or copy-on-write mechanisms used to update the persistent memory. A challenge in this approach is therefore how to efficiently enable atomic, consistent, and durable updates to ensure data persistence that survives application and/or system failures. We have designed a persistent memory system, called Klin, that can provide performance as close as that of the native system. The Klin design adopts a non-volatile cache and a non-volatile main memory for constructing a multi-versioned durable memory system, enabling atomic updates without logging or copy-on-write. Our evaluation shows that the proposed Kiln mechanism can achieve up to 2X of performance improvement to NVRAM-based persistent memory employing write-ahead logging. In addition, our design has numerous practical advantages: a simple and intuitive abstract interface, microarchitecture-level optimizations, fast recovery from failures, and no redundant writes to slow non-volatile storage media. The work was published in MICRO 2013 and received Best Paper Honorable Mentioned Award.« less

  15. MFAHP: A novel method on the performance evaluation of the industrial wireless networked control system

    NASA Astrophysics Data System (ADS)

    Wu, Linqin; Xu, Sheng; Jiang, Dezhi

    2015-12-01

    Industrial wireless networked control system has been widely used, and how to evaluate the performance of the wireless network is of great significance. In this paper, considering the shortcoming of the existing performance evaluation methods, a comprehensive performance evaluation method of networks multi-indexes fuzzy analytic hierarchy process (MFAHP) combined with the fuzzy mathematics and the traditional analytic hierarchy process (AHP) is presented. The method can overcome that the performance evaluation is not comprehensive and subjective. Experiments show that the method can reflect the network performance of real condition. It has direct guiding role on protocol selection, network cabling, and node setting, and can meet the requirements of different occasions by modifying the underlying parameters.

  16. Amnesia and the organization of the hippocampal system.

    PubMed

    Mishkin, M; Vargha-Khadem, F; Gadian, D G

    1998-01-01

    Early hippocampal injury in humans has been found to result in a limited form of global anterograde amnesia. At issue is whether the limitation is qualitative, with the amnesia reflecting substantially greater impairment in episodic than in semantic memory, or only quantitative, with both episodic and semantic memory being partially and equivalently impaired. Evidence from neuroanatomical and lesion studies in animals suggests that the hippocampus and subhippocampal cortices form a hierarchically organized system, such that the greatest convergence of information (and, by implication, the richest amount of association) takes place within the hippocampus, located at the top of the hierarchy. On the one hand, this evidence is consistent with the view that selective hippocampal damage produces a differential impairment in context-rich episodic memory as compared with context-free semantic memory, because only the latter can be supported by the subhippocampal cortices. On the other hand, given the system's hierarchical form of organization, this dissociation of deficits is difficult to prove, because a quantitatively limited deficit will nearly always be a viable alternative. A final choice between the alternative views is therefore likely to depend less on further evidence gathered in brain-injured patients than on which view accounts for more of the data gathered from converging approaches to the problem.

  17. Collaborative hierarchy maintains cooperation in asymmetric games.

    PubMed

    Antonioni, Alberto; Pereda, María; Cronin, Katherine A; Tomassini, Marco; Sánchez, Angel

    2018-03-29

    The interplay of social structure and cooperative behavior is under much scrutiny lately as behavior in social contexts becomes increasingly relevant for everyday life. Earlier experimental work showed that the existence of a social hierarchy, earned through competition, was detrimental for the evolution of cooperative behaviors. Here, we study the case in which individuals are ranked in a hierarchical structure based on their performance in a collective effort by having them play a Public Goods Game. In the first treatment, participants are ranked according to group earnings while, in the second treatment, their rankings are based on individual earnings. Subsequently, participants play asymmetric Prisoner's Dilemma games where higher-ranked players gain more than lower ones. Our experiments show that there are no detrimental effects of the hierarchy formed based on group performance, yet when ranking is assigned individually we observe a decrease in cooperation. Our results show that different levels of cooperation arise from the fact that subjects are interpreting rankings as a reputation which carries information about which subjects were cooperators in the previous phase. Our results demonstrate that noting the manner in which a hierarchy is established is essential for understanding its effects on cooperation.

  18. The Influences of Emotion on Learning and Memory

    PubMed Central

    Tyng, Chai M.; Amin, Hafeez U.; Saad, Mohamad N. M.; Malik, Aamir S.

    2017-01-01

    Emotion has a substantial influence on the cognitive processes in humans, including perception, attention, learning, memory, reasoning, and problem solving. Emotion has a particularly strong influence on attention, especially modulating the selectivity of attention as well as motivating action and behavior. This attentional and executive control is intimately linked to learning processes, as intrinsically limited attentional capacities are better focused on relevant information. Emotion also facilitates encoding and helps retrieval of information efficiently. However, the effects of emotion on learning and memory are not always univalent, as studies have reported that emotion either enhances or impairs learning and long-term memory (LTM) retention, depending on a range of factors. Recent neuroimaging findings have indicated that the amygdala and prefrontal cortex cooperate with the medial temporal lobe in an integrated manner that affords (i) the amygdala modulating memory consolidation; (ii) the prefrontal cortex mediating memory encoding and formation; and (iii) the hippocampus for successful learning and LTM retention. We also review the nested hierarchies of circular emotional control and cognitive regulation (bottom-up and top-down influences) within the brain to achieve optimal integration of emotional and cognitive processing. This review highlights a basic evolutionary approach to emotion to understand the effects of emotion on learning and memory and the functional roles played by various brain regions and their mutual interactions in relation to emotional processing. We also summarize the current state of knowledge on the impact of emotion on memory and map implications for educational settings. In addition to elucidating the memory-enhancing effects of emotion, neuroimaging findings extend our understanding of emotional influences on learning and memory processes; this knowledge may be useful for the design of effective educational curricula to provide a conducive learning environment for both traditional “live” learning in classrooms and “virtual” learning through online-based educational technologies. PMID:28883804

  19. Durable and mass producible polymer surface structures with different combinations of micro-micro hierarchy

    NASA Astrophysics Data System (ADS)

    Jiang, Yu; Suvanto, Mika; Pakkanen, Tapani A.

    2016-01-01

    Extensive studies have been performed with the aim of fabricating hierarchical surface structures inspired by nature. However, synthetic hierarchical structures have to sacrifice mechanical resistance to functionality by introducing finer scaled structures. Therefore, surfaces are less durable. Surface micro-micro hierarchy has been proven to be effective in replacing micro-nano hierarchy in the sense of superhydrophobicity. However, less attention has been paid to the combined micro-micro hierarchies with surface pillars and pits incorporated together. The fabrication of this type of hierarchy may be less straightforward, with the possibility of being a complicated multi-step process. In this study, we present a simple yet mass producible fabrication method for hierarchical structures with different combinations of surface pillars and pits. The fabrication was based on only one aluminum (Al) mold with sequential mountings. The fabricated structures exhibit high mechanical durability and structural stabilities with a normal load up to 100 kg. In addition, the theoretical estimation of the wetting state shows a promising way of stabilizing a water droplet on the surface pit structures with a more stable Cassie-Baxter state.

  20. Scaling functional status within the interRAI suite of assessment instruments

    PubMed Central

    2013-01-01

    Background As one ages, physical, cognitive, and clinical problems accumulate and the pattern of loss follows a distinct progression. The first areas requiring outside support are the Instrumental Activities of Daily Living and over time there is a need for support in performing the Activities of Daily Living. Two new functional hierarchies are presented, an IADL hierarchical capacity scale and a combination scale integrating both IADL and ADL hierarchies. Methods A secondary analyses of data from a cross-national sample of community residing persons was conducted using 762,023 interRAI assessments. The development of the new IADL Hierarchy and a new IADL-ADL combined scale proceeded through a series of interrelated steps first examining individual IADL and ADL item scores among persons receiving home care and those living independently without services. A factor analysis demonstrated the overall continuity across the IADL-ADL continuum. Evidence of the validity of the scales was explored with associative analyses of factors such as a cross-country distributional analysis for persons in home care programs, a count of functional problems across the categories of the hierarchy, an assessment of the hours of informal and formal care received each week by persons in the different categories of the hierarchy, and finally, evaluation of the relationship between cognitive status and the hierarchical IADL-ADL assignments. Results Using items from interRAI’s suite of assessment instruments, two new functional scales were developed, the interRAI IADL Hierarchy Scale and the interRAI IADL-ADL Functional Hierarchy Scale. The IADL Hierarchy Scale consisted of 5 items, meal preparation, housework, shopping, finances and medications. The interRAI IADL-ADL Functional Hierarchy Scale was created through an amalgamation of the ADL Hierarchy (developed previously) and IADL Hierarchy Scales. These scales cover the spectrum of IADL and ADL challenges faced by persons in the community. Conclusions An integrated IADL and ADL functional assessment tool is valuable. The loss in these areas follows a general hierarchical pattern and with the interRAI IADL-ADL Functional Hierarchy Scale, this progression can be reliably and validly assessed. Used across settings within the health continuum, it allows for monitoring of individuals from relative independence through episodes of care. PMID:24261417

  1. Extraction and prediction of indices for monsoon intraseasonal oscillations: an approach based on nonlinear Laplacian spectral analysis

    NASA Astrophysics Data System (ADS)

    Sabeerali, C. T.; Ajayamohan, R. S.; Giannakis, Dimitrios; Majda, Andrew J.

    2017-11-01

    An improved index for real-time monitoring and forecast verification of monsoon intraseasonal oscillations (MISOs) is introduced using the recently developed nonlinear Laplacian spectral analysis (NLSA) technique. Using NLSA, a hierarchy of Laplace-Beltrami (LB) eigenfunctions are extracted from unfiltered daily rainfall data from the Global Precipitation Climatology Project over the south Asian monsoon region. Two modes representing the full life cycle of the northeastward-propagating boreal summer MISO are identified from the hierarchy of LB eigenfunctions. These modes have a number of advantages over MISO modes extracted via extended empirical orthogonal function analysis including higher memory and predictability, stronger amplitude and higher fractional explained variance over the western Pacific, Western Ghats, and adjoining Arabian Sea regions, and more realistic representation of the regional heat sources over the Indian and Pacific Oceans. Real-time prediction of NLSA-derived MISO indices is demonstrated via extended-range hindcasts based on NCEP Coupled Forecast System version 2 operational output. It is shown that in these hindcasts the NLSA MISO indices remain predictable out to ˜3 weeks.

  2. Relational memory generalization and integration in a transitive inference task with and without instructed awareness.

    PubMed

    Munnelly, Anita; Dymond, Simon

    2014-03-01

    Two experiments investigated the potential facilitative effects of prior instructed awareness and predetermined learning criteria on humans' ability to make transitive inference (TI) judgments. Participants were first exposed to a learning phase and required to learn five premise pairs (A+B-, B+C-, C+D-, D+E-, E+F-). Testing followed, where participants made judgments on novel non-endpoint (BD, BE and CE) and endpoint inferential pairs (AC, AD, AE, AF, BF, CF and DF), as well as learned premise pairs. Across both experiments, one group were made aware that the stimuli could be arranged in a hierarchy, while another group were not given this instruction. Results demonstrated that prior instructional task awareness led to a minor performance advantage, but that this difference was not significant. Furthermore, in Experiment 2, inferential test trial accuracy was not correlated with a post-experimental measure of awareness. Thus, the current findings suggest that successful TI task performance may occur in the absence of awareness, and that repeated exposure to learning and test phases may allow weak inferential performances to emerge gradually. Further research and alternative methods of measuring awareness and its role in TI are needed. Copyright © 2014 Elsevier Inc. All rights reserved.

  3. An efficient blocking M2L translation for low-frequency fast multipole method in three dimensions

    NASA Astrophysics Data System (ADS)

    Takahashi, Toru; Shimba, Yuta; Isakari, Hiroshi; Matsumoto, Toshiro

    2016-05-01

    We propose an efficient scheme to perform the multipole-to-local (M2L) translation in the three-dimensional low-frequency fast multipole method (LFFMM). Our strategy is to combine a group of matrix-vector products associated with M2L translation into a matrix-matrix product in order to diminish the memory traffic. For this purpose, we first developed a grouping method (termed as internal blocking) based on the congruent transformations (rotational and reflectional symmetries) of M2L-translators for each target box in the FMM hierarchy (adaptive octree). Next, we considered another method of grouping (termed as external blocking) that was able to handle M2L translations for multiple target boxes collectively by using the translational invariance of the M2L translation. By combining these internal and external blockings, the M2L translation can be performed efficiently whilst preservingthe numerical accuracy exactly. We assessed the proposed blocking scheme numerically and applied it to the boundary integral equation method to solve electromagnetic scattering problems for perfectly electrical conductor. From the numerical results, it was found that the proposed M2L scheme achieved a few times speedup compared to the non-blocking scheme.

  4. A tribal abstraction network for SNOMED CT target hierarchies without attribute relationships.

    PubMed

    Ochs, Christopher; Geller, James; Perl, Yehoshua; Chen, Yan; Agrawal, Ankur; Case, James T; Hripcsak, George

    2015-05-01

    Large and complex terminologies, such as Systematized Nomenclature of Medicine-Clinical Terms (SNOMED CT), are prone to errors and inconsistencies. Abstraction networks are compact summarizations of the content and structure of a terminology. Abstraction networks have been shown to support terminology quality assurance. In this paper, we introduce an abstraction network derivation methodology which can be applied to SNOMED CT target hierarchies whose classes are defined using only hierarchical relationships (ie, without attribute relationships) and similar description-logic-based terminologies. We introduce the tribal abstraction network (TAN), based on the notion of a tribe-a subhierarchy rooted at a child of a hierarchy root, assuming only the existence of concepts with multiple parents. The TAN summarizes a hierarchy that does not have attribute relationships using sets of concepts, called tribal units that belong to exactly the same multiple tribes. Tribal units are further divided into refined tribal units which contain closely related concepts. A quality assurance methodology that utilizes TAN summarizations is introduced. A TAN is derived for the Observable entity hierarchy of SNOMED CT, summarizing its content. A TAN-based quality assurance review of the concepts of the hierarchy is performed, and erroneous concepts are shown to appear more frequently in large refined tribal units than in small refined tribal units. Furthermore, more erroneous concepts appear in large refined tribal units of more tribes than of fewer tribes. In this paper we introduce the TAN for summarizing SNOMED CT target hierarchies. A TAN was derived for the Observable entity hierarchy of SNOMED CT. A quality assurance methodology utilizing the TAN was introduced and demonstrated. © The Author 2014. Published by Oxford University Press on behalf of the American Medical Informatics Association. All rights reserved. For Permissions, please email: journals.permissions@oup.com.

  5. In praise of hierarchy.

    PubMed

    Jaques, E

    1990-01-01

    Hierarchy has not had its day. After 3,000 years as the preferred structure for large organizations, managerial hierarchy is still the most natural and effective organizational form that a big company can employ. Now, as in the past, the key to organizational success is individual accountability, and hierarchy preserves unambiguous accountability for getting work done. Unfortunately, hierarchy is widely misunderstood and abused. Pay grades are confused with real layers of responsibility, for example, and incompetent bosses abound. As a result, many experts now urge us to adopt group-oriented or "flat" structures. But groups are never held accountable as groups for what they do or fail to do, and groups don't have careers. The proper use of hierarchy derives from the nature of work. As organizational tasks range from simple to very complex, there are sharp jumps in the level of difficulty and responsibility. Surprisingly, people in hundreds of companies in dozens of countries agree on where these jumps take place. They are tied to an objective measure-the time span of the longest task or program assigned to each managerial role-and they occur at 3 months, 1 year, 2 years, 5 years, 10 years, and 20 years. As the time span increases, so does the level of experience, knowledge, and mental stamina required to do the work. This increasing level of mental capacity lets companies put people in jobs they can do, it allows managers to add value to the work of their subordinates, it creates hierarchical layers acceptable to everyone in the organization, and it allows employees to be evaluated by people they accept as organizational superiors. Best of all, understanding hierarchy allows organizations to set up hierarchies with no more than seven layers-often fewer-and to know what the structure is good for and how it ought to perform.

  6. Novices and Experts in Geoinformatics: the Cognitive Gap.

    NASA Astrophysics Data System (ADS)

    Zhilin, M.

    2012-04-01

    Modern geoinformatics is an extremely powerful tool for problem analysis and decision making in various fields. Currently general public uses geoinformatics predominantly for navigating (GPS) and sharing information about particular places (GoogleMaps, Wikimapia). Communities also use geoinformatics for particular purposes: fans of history use it to correspond historical and actual maps (www.retromap.ru), birdwatchers point places where they met birds (geobirds.com/rangemaps) etc. However the majority of stakeholders local authorities are not aware of advantages and possibilities of geoinformatics. The same problem is observed for students. At the same time many professional geoinformatic tools are developed, but sometimes the experts even can't explain their purpose to non-experts. So the question is how to shrink the gap between experts and non-experts in understanding and application of geoinformatics. We think that this gap has a cognitive basis. According to modern cognitive theories (Shiffrin-Atkinson and descending) the information primary has to pass through the perceptual filter that cuts off the information that seems to be irrelevant. The mind estimates the relevance implicitly (unconsciously) basing on previous knowledge and judgments what is important. Then it comes to the working memory which is used (a) for proceeding and (b) for problem solving. The working memory has limited capacity and can operate only with about 7 objects simultaneously. Then information passes to the long-term memory that is of unlimited capacity. There it is stored as more or less complex structures with associative links. When necessary it is extracted into the working memory. If great amount of information is linked ("chunked") the working memory operates with it as one object of seven thus overcoming the limitations of the working memory capacity. To adopt any information it should (a) pass through the perceptual filter, (b) not to overload the working memory and (c) to be structured in the long-term memory. Expert easily adopt domain-specific information because they (a) understand terminology and consider the information to be important thus passing it through the perceptual filter and (b) have a lot of complex domain-specific chunks that are processed by the working memory as a whole thus avoiding to overload it. Novices (students and general public) have neither understanding and feeling importance nor necessary chunks. The following measures should be taken to bridge experts' and novices' understanding of geoinformatics. Expert community should popularize geoscientific problems developing understandable language and available tools for their solving. This requires close collaboration with educational system (especially second education). If students understand a problem, they can find and apply appropriate tool for it. Geoscientific problems and models are extremely complex. In cognitive terms, they require hierarchy of chunks. This hierarchy should coherently develop beginning from simple ones later joining them to complex. It requires an appropriate sequence of learning tasks. There is no necessity in correct solutions - the students should understand how are they solved and realize limitations of models. We think that tasks of weather forecast, global climate modeling etc are suitable. The first step on bridging experts and novices is the elaboration of a set and a sequence of learning tasks and its sequence as well as tools for their solution. The tools should be easy for everybody who understands the task and as versatile as possible - otherwise students will waste a lot of time mastering it. This development requires close collaboration between geoscientists and educators.

  7. Adapting Wave-front Algorithms to Efficiently Utilize Systems with Deep Communication Hierarchies

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Kerbyson, Darren J.; Lang, Michael; Pakin, Scott

    2011-09-30

    Large-scale systems increasingly exhibit a differential between intra-chip and inter-chip communication performance especially in hybrid systems using accelerators. Processorcores on the same socket are able to communicate at lower latencies, and with higher bandwidths, than cores on different sockets either within the same node or between nodes. A key challenge is to efficiently use this communication hierarchy and hence optimize performance. We consider here the class of applications that contains wavefront processing. In these applications data can only be processed after their upstream neighbors have been processed. Similar dependencies result between processors in which communication is required to pass boundarymore » data downstream and whose cost is typically impacted by the slowest communication channel in use. In this work we develop a novel hierarchical wave-front approach that reduces the use of slower communications in the hierarchy but at the cost of additional steps in the parallel computation and higher use of on-chip communications. This tradeoff is explored using a performance model. An implementation using the Reverse-acceleration programming model on the petascale Roadrunner system demonstrates a 27% performance improvement at full system-scale on a kernel application. The approach is generally applicable to large-scale multi-core and accelerated systems where a differential in system communication performance exists.« less

  8. Adapting wave-front algorithms to efficiently utilize systems with deep communication hierarchies

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Kerbyson, Darren J; Lang, Michael; Pakin, Scott

    2009-01-01

    Large-scale systems increasingly exhibit a differential between intra-chip and inter-chip communication performance. Processor-cores on the same socket are able to communicate at lower latencies, and with higher bandwidths, than cores on different sockets either within the same node or between nodes. A key challenge is to efficiently use this communication hierarchy and hence optimize performance. We consider here the class of applications that contain wave-front processing. In these applications data can only be processed after their upstream neighbors have been processed. Similar dependencies result between processors in which communication is required to pass boundary data downstream and whose cost ismore » typically impacted by the slowest communication channel in use. In this work we develop a novel hierarchical wave-front approach that reduces the use of slower communications in the hierarchy but at the cost of additional computation and higher use of on-chip communications. This tradeoff is explored using a performance model and an implementation on the Petascale Roadrunner system demonstrates a 27% performance improvement at full system-scale on a kernel application. The approach is generally applicable to large-scale multi-core and accelerated systems where a differential in system communication performance exists.« less

  9. Neural Mechanisms of Information Storage in Visual Short-Term Memory

    PubMed Central

    Serences, John T.

    2016-01-01

    The capacity to briefly memorize fleeting sensory information supports visual search and behavioral interactions with relevant stimuli in the environment. Traditionally, studies investigating the neural basis of visual short term memory (STM) have focused on the role of prefrontal cortex (PFC) in exerting executive control over what information is stored and how it is adaptively used to guide behavior. However, the neural substrates that support the actual storage of content-specific information in STM are more controversial, with some attributing this function to PFC and others to the specialized areas of early visual cortex that initially encode incoming sensory stimuli. In contrast to these traditional views, I will review evidence suggesting that content-specific information can be flexibly maintained in areas across the cortical hierarchy ranging from early visual cortex to PFC. While the factors that determine exactly where content-specific information is represented are not yet entirely clear, recognizing the importance of task-demands and better understanding the operation of non-spiking neural codes may help to constrain new theories about how memories are maintained at different resolutions, across different timescales, and in the presence of distracting information. PMID:27668990

  10. Neural mechanisms of information storage in visual short-term memory.

    PubMed

    Serences, John T

    2016-11-01

    The capacity to briefly memorize fleeting sensory information supports visual search and behavioral interactions with relevant stimuli in the environment. Traditionally, studies investigating the neural basis of visual short term memory (STM) have focused on the role of prefrontal cortex (PFC) in exerting executive control over what information is stored and how it is adaptively used to guide behavior. However, the neural substrates that support the actual storage of content-specific information in STM are more controversial, with some attributing this function to PFC and others to the specialized areas of early visual cortex that initially encode incoming sensory stimuli. In contrast to these traditional views, I will review evidence suggesting that content-specific information can be flexibly maintained in areas across the cortical hierarchy ranging from early visual cortex to PFC. While the factors that determine exactly where content-specific information is represented are not yet entirely clear, recognizing the importance of task-demands and better understanding the operation of non-spiking neural codes may help to constrain new theories about how memories are maintained at different resolutions, across different timescales, and in the presence of distracting information. Copyright © 2016 Elsevier Ltd. All rights reserved.

  11. Regional Brain Differences in the Effect of Distraction During the Delay Interval of a Working Memory Task

    PubMed Central

    Dolcos, Florin; Miller, Brian; Kragel, Philip; Jha, Amishi; McCarthy, Gregory

    2012-01-01

    Working memory (WM) comprises operations whose coordinated action contributes to our ability to maintain focus on goal-relevant information in the presence of distraction. The present study investigated the nature of distraction upon the neural correlates of WM maintenance operations by presenting task-irrelevant distracters during the interval between the memoranda and probes of a delayed-response WM task. The study used a region of interest (ROIs) approach to investigate the role of anterior (e.g., lateral and medial prefrontal cortex - PFC) and posterior (e.g., parietal and fusiform cortices) brain regions that have been previously associated with WM operations. Behavioral results showed that distracters that were confusable with the memorandum impaired WM performance, compared to either the presence of non-confusable distracters or to the absence of distracters. These different levels of distraction led to differences in the regional patterns of delay interval activity measured with event-related functional magnetic resonance imaging (fMRI). In the anterior ROIs, dorsolateral PFC activation was associated with WM encoding and maintenance, and in maintaining a preparatory state, and ventrolateral PFC activation was associated with the inhibition of distraction. In the posterior ROIs, activation of the posterior parietal and fusiform cortices was associated with WM and perceptual processing, respectively. These findings provide novel evidence concerning the neural systems mediating the cognitive and behavioral responses during distraction, and places frontal cortex at the top of the hierarchy of the neural systems responsible for cognitive control. PMID:17459348

  12. A self-similar hierarchy of the Korean stock market

    NASA Astrophysics Data System (ADS)

    Lim, Gyuchang; Min, Seungsik; Yoo, Kun-Woo

    2013-01-01

    A scaling analysis is performed on market values of stocks listed on Korean stock exchanges such as the KOSPI and the KOSDAQ. Different from previous studies on price fluctuations, market capitalizations are dealt with in this work. First, we show that the sum of the two stock exchanges shows a clear rank-size distribution, i.e., the Zipf's law, just as each separate one does. Second, by abstracting Zipf's law as a γ-sequence, we define a self-similar hierarchy consisting of many levels, with the numbers of firms at each level forming a geometric sequence. We also use two exponential functions to describe the hierarchy and derive a scaling law from them. Lastly, we propose a self-similar hierarchical process and perform an empirical analysis on our data set. Based on our findings, we argue that all money invested in the stock market is distributed in a hierarchical way and that a slight difference exists between the two exchanges.

  13. A combined approach of AHP and TOPSIS methods applied in the field of integrated software systems

    NASA Astrophysics Data System (ADS)

    Berdie, A. D.; Osaci, M.; Muscalagiu, I.; Barz, C.

    2017-05-01

    Adopting the most appropriate technology for developing applications on an integrated software system for enterprises, may result in great savings both in cost and hours of work. This paper proposes a research study for the determination of a hierarchy between three SAP (System Applications and Products in Data Processing) technologies. The technologies Web Dynpro -WD, Floorplan Manager - FPM and CRM WebClient UI - CRM WCUI are multi-criteria evaluated in terms of the obtained performances through the implementation of the same web business application. To establish the hierarchy a multi-criteria analysis model that combines the AHP (Analytic Hierarchy Process) and the TOPSIS (Technique for Order Preference by Similarity to Ideal Solution) methods was proposed. This model was built with the help of the SuperDecision software. This software is based on the AHP method and determines the weights for the selected sets of criteria. The TOPSIS method was used to obtain the final ranking and the technologies hierarchy.

  14. Attraction of position preference by spatial attention throughout human visual cortex.

    PubMed

    Klein, Barrie P; Harvey, Ben M; Dumoulin, Serge O

    2014-10-01

    Voluntary spatial attention concentrates neural resources at the attended location. Here, we examined the effects of spatial attention on spatial position selectivity in humans. We measured population receptive fields (pRFs) using high-field functional MRI (fMRI) (7T) while subjects performed an attention-demanding task at different locations. We show that spatial attention attracts pRF preferred positions across the entire visual field, not just at the attended location. This global change in pRF preferred positions systematically increases up the visual hierarchy. We model these pRF preferred position changes as an interaction between two components: an attention field and a pRF without the influence of attention. This computational model suggests that increasing effects of attention up the hierarchy result primarily from differences in pRF size and that the attention field is similar across the visual hierarchy. A similar attention field suggests that spatial attention transforms different neural response selectivities throughout the visual hierarchy in a similar manner. Copyright © 2014 Elsevier Inc. All rights reserved.

  15. Hierarchy of on-orbit servicing interfaces

    NASA Technical Reports Server (NTRS)

    Moe, Rud V.

    1989-01-01

    A series of equipment interfaces is involved in on-orbit servicing operations. The end-to-end hierarchy of servicing interfaces is presented. The interface concepts presented include structure and handling, and formats for transfer of resources (power, data, fluids, etc.). Consequences on cost, performance, and service ability of the use of standard designs or unique designs with interface adapters are discussed. Implications of the interface designs compatibility with remote servicing using telerobotic servicers are discussed.

  16. A bottom-up model of spatial attention predicts human error patterns in rapid scene recognition.

    PubMed

    Einhäuser, Wolfgang; Mundhenk, T Nathan; Baldi, Pierre; Koch, Christof; Itti, Laurent

    2007-07-20

    Humans demonstrate a peculiar ability to detect complex targets in rapidly presented natural scenes. Recent studies suggest that (nearly) no focal attention is required for overall performance in such tasks. Little is known, however, of how detection performance varies from trial to trial and which stages in the processing hierarchy limit performance: bottom-up visual processing (attentional selection and/or recognition) or top-down factors (e.g., decision-making, memory, or alertness fluctuations)? To investigate the relative contribution of these factors, eight human observers performed an animal detection task in natural scenes presented at 20 Hz. Trial-by-trial performance was highly consistent across observers, far exceeding the prediction of independent errors. This consistency demonstrates that performance is not primarily limited by idiosyncratic factors but by visual processing. Two statistical stimulus properties, contrast variation in the target image and the information-theoretical measure of "surprise" in adjacent images, predict performance on a trial-by-trial basis. These measures are tightly related to spatial attention, demonstrating that spatial attention and rapid target detection share common mechanisms. To isolate the causal contribution of the surprise measure, eight additional observers performed the animal detection task in sequences that were reordered versions of those all subjects had correctly recognized in the first experiment. Reordering increased surprise before and/or after the target while keeping the target and distractors themselves unchanged. Surprise enhancement impaired target detection in all observers. Consequently, and contrary to several previously published findings, our results demonstrate that attentional limitations, rather than target recognition alone, affect the detection of targets in rapidly presented visual sequences.

  17. SPARC: Demonstrate burst-buffer-based checkpoint/restart on ATS-1.

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Oldfield, Ron A.; Ulmer, Craig D.; Widener, Patrick

    Recent high-performance computing (HPC) platforms such as the Trinity Advanced Technology System (ATS-1) feature burst buffer resources that can have a dramatic impact on an application’s I/O performance. While these non-volatile memory (NVM) resources provide a new tier in the storage hierarchy, developers must find the right way to incorporate the technology into their applications in order to reap the benefits. Similar to other laboratories, Sandia is actively investigating ways in which these resources can be incorporated into our existing libraries and workflows without burdening our application developers with excessive, platform-specific details. This FY18Q1 milestone summaries our progress in adaptingmore » the Sandia Parallel Aerodynamics and Reentry Code (SPARC) in Sandia’s ATDM program to leverage Trinity’s burst buffers for checkpoint/restart operations. We investigated four different approaches with varying tradeoffs in this work: (1) simply updating job script to use stage-in/stage out burst buffer directives, (2) modifying SPARC to use LANL’s hierarchical I/O (HIO) library to store/retrieve checkpoints, (3) updating Sandia’s IOSS library to incorporate the burst buffer in all meshing I/O operations, and (4) modifying SPARC to use our Kelpie distributed memory library to store/retrieve checkpoints. Team members were successful in generating initial implementation for all four approaches, but were unable to obtain performance numbers in time for this report (reasons: initial problem sizes were not large enough to stress I/O, and SPARC refactor will require changes to our code). When we presented our work to the SPARC team, they expressed the most interest in the second and third approaches. The HIO work was favored because it is lightweight, unobtrusive, and should be portable to ATS-2. The IOSS work is seen as a long-term solution, and is favored because all I/O work (including checkpoints) can be deferred to a single library.« less

  18. Toward a Neurobiology of Delusions

    PubMed Central

    Corlett, P.R.; Taylor, J.R.; Wang, X.-J.; Fletcher, P.C.; Krystal, J.H.

    2013-01-01

    Delusions are the false and often incorrigible beliefs that can cause severe suffering in mental illness. We cannot yet explain them in terms of underlying neurobiological abnormalities. However, by drawing on recent advances in the biological, computational and psychological processes of reinforcement learning, memory, and perception it may be feasible to account for delusions in terms of cognition and brain function. The account focuses on a particular parameter, prediction error – the mismatch between expectation and experience – that provides a computational mechanism common to cortical hierarchies, frontostriatal circuits and the amygdala as well as parietal cortices. We suggest that delusions result from aberrations in how brain circuits specify hierarchical predictions, and how they compute and respond to prediction errors. Defects in these fundamental brain mechanisms can vitiate perception, memory, bodily agency and social learning such that individuals with delusions experience an internal and external world that healthy individuals would find difficult to comprehend. The present model attempts to provide a framework through which we can build a mechanistic and translational understanding of these puzzling symptoms. PMID:20558235

  19. The central role of recognition in auditory perception: a neurobiological model.

    PubMed

    McLachlan, Neil; Wilson, Sarah

    2010-01-01

    The model presents neurobiologically plausible accounts of sound recognition (including absolute pitch), neural plasticity involved in pitch, loudness and location information integration, and streaming and auditory recall. It is proposed that a cortical mechanism for sound identification modulates the spectrotemporal response fields of inferior colliculus neurons and regulates the encoding of the echoic trace in the thalamus. Identification involves correlation of sequential spectral slices of the stimulus-driven neural activity with stored representations in association with multimodal memories, verbal lexicons, and contextual information. Identities are then consolidated in auditory short-term memory and bound with attribute information (usually pitch, loudness, and direction) that has been integrated according to the identities' spectral properties. Attention to, or recall of, a particular identity will excite a particular sequence in the identification hierarchies and so lead to modulation of thalamus and inferior colliculus neural spectrotemporal response fields. This operates as an adaptive filter for identities, or their attributes, and explains many puzzling human auditory behaviors, such as the cocktail party effect, selective attention, and continuity illusions.

  20. Cognitive and numerosity predictors of mathematical skills in middle school.

    PubMed

    Cirino, Paul T; Tolar, Tammy D; Fuchs, Lynn S; Huston-Warren, Emily

    2016-05-01

    There is a strong research base on the underlying concomitants of early developing math skills. Fewer studies have focused on later developing skills. Here, we focused on direct and indirect contributions of cognitive measures (e.g., language, spatial skills, working memory) and numerosity measures, as well as arithmetic proficiency, on key outcomes of fraction performance, proportional reasoning, and broad mathematics achievement at sixth grade (N=162) via path analysis. We expected a hierarchy of skill development, with predominantly indirect effects of cognitive factors via number and arithmetic. Results controlling for age showed that the combination of cognitive, number, and arithmetic variables cumulatively accounted for 38% to 44% of the variance in fractions, proportional reasoning, and broad mathematics. There was consistency across outcomes, with more proximal skills providing direct effects and with the effects of cognitive skills being mediated by number and by more proximal skills. Results support a hierarchical progression from domain-general cognitive processes through numerosity and arithmetic skills to proportional reasoning to broad mathematics achievement. Copyright © 2016 Elsevier Inc. All rights reserved.

  1. Energy-efficient hierarchical processing in the network of wireless intelligent sensors (WISE)

    NASA Astrophysics Data System (ADS)

    Raskovic, Dejan

    Sensor network nodes have benefited from technological advances in the field of wireless communication, processing, and power sources. However, the processing power of microcontrollers is often not sufficient to perform sophisticated processing, while the power requirements of digital signal processing boards or handheld computers are usually too demanding for prolonged system use. We are matching the intrinsic hierarchical nature of many digital signal-processing applications with the natural hierarchy in distributed wireless networks, and building the hierarchical system of wireless intelligent sensors. Our goal is to build a system that will exploit the hierarchical organization to optimize the power consumption and extend battery life for the given time and memory constraints, while providing real-time processing of sensor signals. In addition, we are designing our system to be able to adapt to the current state of the environment, by dynamically changing the algorithm through procedure replacement. This dissertation presents the analysis of hierarchical environment and methods for energy profiling used to evaluate different system design strategies, and to optimize time-effective and energy-efficient processing.

  2. Neural bases of event knowledge and syntax integration in comprehension of complex sentences.

    PubMed

    Malaia, Evie; Newman, Sharlene

    2015-01-01

    Comprehension of complex sentences is necessarily supported by both syntactic and semantic knowledge, but what linguistic factors trigger a readers' reliance on a specific system? This functional neuroimaging study orthogonally manipulated argument plausibility and verb event type to investigate cortical bases of the semantic effect on argument comprehension during reading. The data suggest that telic verbs facilitate online processing by means of consolidating the event schemas in episodic memory and by easing the computation of syntactico-thematic hierarchies in the left inferior frontal gyrus. The results demonstrate that syntax-semantics integration relies on trade-offs among a distributed network of regions for maximum comprehension efficiency.

  3. DOE Office of Scientific and Technical Information (OSTI.GOV)

    Song, Kai; Song, Linze; Shi, Qiang, E-mail: qshi@iccas.ac.cn

    Based on the path integral approach, we derive a new realization of the exact non-Markovian stochastic Schrödinger equation (SSE). The main difference from the previous non-Markovian quantum state diffusion (NMQSD) method is that the complex Gaussian stochastic process used for the forward propagation of the wave function is correlated, which may be used to reduce the amplitude of the non-Markovian memory term at high temperatures. The new SSE is then written into the recently developed hierarchy of pure states scheme, in a form that is more closely related to the hierarchical equation of motion approach. Numerical simulations are then performedmore » to demonstrate the efficiency of the new method.« less

  4. Decoherence and thermalization of a pure quantum state in quantum field theory.

    PubMed

    Giraud, Alexandre; Serreau, Julien

    2010-06-11

    We study the real-time evolution of a self-interacting O(N) scalar field initially prepared in a pure, coherent quantum state. We present a complete solution of the nonequilibrium quantum dynamics from a 1/N expansion of the two-particle-irreducible effective action at next-to-leading order, which includes scattering and memory effects. We demonstrate that, restricting one's attention (or ability to measure) to a subset of the infinite hierarchy of correlation functions, one observes an effective loss of purity or coherence and, on longer time scales, thermalization. We point out that the physics of decoherence is well described by classical statistical field theory.

  5. [Sensory integration: hierarchy and synchronization].

    PubMed

    Kriukov, V I

    2005-01-01

    This is the first in the series of mini-reviews devoted to the basic problems and most important effects of attention in terms of neuronal modeling. We believe that the absence of the unified view on wealth of new date on attention is the main obstacle for further understanding of higher nervous activity. The present work deals with the main ground problem of reconciling two competing architectures designed to integrate the sensory information in the brain. The other mini-reviews will be concerned with the remaining five or six problems of attention, all of them to be ultimately resolved uniformly in the framework of small modification of dominant model of attention and memory.

  6. CARL: a LabVIEW 3 computer program for conducting exposure therapy for the treatment of dental injection fear.

    PubMed

    Coldwell, S E; Getz, T; Milgrom, P; Prall, C W; Spadafora, A; Ramsay, D S

    1998-04-01

    This paper describes CARL (Computer Assisted Relaxation Learning), a computerized, exposure-based therapy program for the treatment of dental injection fear. The CARL program operates primarily in two different modes; in vitro, which presents a video-taped exposure hierarchy, and in vivo, which presents scripts for a dentist or hygienist to use while working with a subject. Two additional modes are used to train subjects to use the program and to administer behavioral assessment tests. The program contains five different modules, which function to register a subject, train subjects to use physical and cognitive relaxation techniques, deliver an exposure hierarchy, question subjects about the helpfulness of each of the therapy components, and test for memory effects of anxiolytic medication. Nine subjects have completed the CARL therapy program and 1-yr follow-up as participants in a placebo-controlled clinical trial examining the effects of alprazolam on exposure therapy for dental injection phobia. All nine subjects were able to receive two dental injections, and all reduced their general fear of dental injections. Initial results therefore indicate that the CARL program successfully reduces dental injection fear.

  7. Instruction-Level Characterization of Scientific Computing Applications Using Hardware Performance Counters

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Luo, Y.; Cameron, K.W.

    1998-11-24

    Workload characterization has been proven an essential tool to architecture design and performance evaluation in both scientific and commercial computing areas. Traditional workload characterization techniques include FLOPS rate, cache miss ratios, CPI (cycles per instruction or IPC, instructions per cycle) etc. With the complexity of sophisticated modern superscalar microprocessors, these traditional characterization techniques are not powerful enough to pinpoint the performance bottleneck of an application on a specific microprocessor. They are also incapable of immediately demonstrating the potential performance benefit of any architectural or functional improvement in a new processor design. To solve these problems, many people rely on simulators,more » which have substantial constraints especially on large-scale scientific computing applications. This paper presents a new technique of characterizing applications at the instruction level using hardware performance counters. It has the advantage of collecting instruction-level characteristics in a few runs virtually without overhead or slowdown. A variety of instruction counts can be utilized to calculate some average abstract workload parameters corresponding to microprocessor pipelines or functional units. Based on the microprocessor architectural constraints and these calculated abstract parameters, the architectural performance bottleneck for a specific application can be estimated. In particular, the analysis results can provide some insight to the problem that only a small percentage of processor peak performance can be achieved even for many very cache-friendly codes. Meanwhile, the bottleneck estimation can provide suggestions about viable architectural/functional improvement for certain workloads. Eventually, these abstract parameters can lead to the creation of an analytical microprocessor pipeline model and memory hierarchy model.« less

  8. Cortical Hierarchies Perform Bayesian Causal Inference in Multisensory Perception

    PubMed Central

    Rohe, Tim; Noppeney, Uta

    2015-01-01

    To form a veridical percept of the environment, the brain needs to integrate sensory signals from a common source but segregate those from independent sources. Thus, perception inherently relies on solving the “causal inference problem.” Behaviorally, humans solve this problem optimally as predicted by Bayesian Causal Inference; yet, the underlying neural mechanisms are unexplored. Combining psychophysics, Bayesian modeling, functional magnetic resonance imaging (fMRI), and multivariate decoding in an audiovisual spatial localization task, we demonstrate that Bayesian Causal Inference is performed by a hierarchy of multisensory processes in the human brain. At the bottom of the hierarchy, in auditory and visual areas, location is represented on the basis that the two signals are generated by independent sources (= segregation). At the next stage, in posterior intraparietal sulcus, location is estimated under the assumption that the two signals are from a common source (= forced fusion). Only at the top of the hierarchy, in anterior intraparietal sulcus, the uncertainty about the causal structure of the world is taken into account and sensory signals are combined as predicted by Bayesian Causal Inference. Characterizing the computational operations of signal interactions reveals the hierarchical nature of multisensory perception in human neocortex. It unravels how the brain accomplishes Bayesian Causal Inference, a statistical computation fundamental for perception and cognition. Our results demonstrate how the brain combines information in the face of uncertainty about the underlying causal structure of the world. PMID:25710328

  9. Quadratic Polynomial Regression using Serial Observation Processing:Implementation within DART

    NASA Astrophysics Data System (ADS)

    Hodyss, D.; Anderson, J. L.; Collins, N.; Campbell, W. F.; Reinecke, P. A.

    2017-12-01

    Many Ensemble-Based Kalman ltering (EBKF) algorithms process the observations serially. Serial observation processing views the data assimilation process as an iterative sequence of scalar update equations. What is useful about this data assimilation algorithm is that it has very low memory requirements and does not need complex methods to perform the typical high-dimensional inverse calculation of many other algorithms. Recently, the push has been towards the prediction, and therefore the assimilation of observations, for regions and phenomena for which high-resolution is required and/or highly nonlinear physical processes are operating. For these situations, a basic hypothesis is that the use of the EBKF is sub-optimal and performance gains could be achieved by accounting for aspects of the non-Gaussianty. To this end, we develop here a new component of the Data Assimilation Research Testbed [DART] to allow for a wide-variety of users to test this hypothesis. This new version of DART allows one to run several variants of the EBKF as well as several variants of the quadratic polynomial lter using the same forecast model and observations. Dierences between the results of the two systems will then highlight the degree of non-Gaussianity in the system being examined. We will illustrate in this work the differences between the performance of linear versus quadratic polynomial regression in a hierarchy of models from Lorenz-63 to a simple general circulation model.

  10. Naturalistic Assessment of Everyday Activities and Prompting Technologies in Mild Cognitive Impairment

    PubMed Central

    Seelye, Adriana M.; Schmitter-Edgecombe, Maureen; Cook, Diane J.; Crandall, Aaron

    2014-01-01

    Older adults with mild cognitive impairment (MCI) often have difficulty performing complex instrumental activities of daily living (IADLs), which are critical to independent living. In this study, amnestic multi-domain MCI (N = 29), amnestic single-domain MCI (N = 18), and healthy older participants (N = 47) completed eight scripted IADLs (e.g., cook oatmeal on the stove) in a smart apartment testbed. We developed and experimented with a graded hierarchy of technology-based prompts to investigate both the amount of prompting and type of prompts required to assist individuals with MCI in completing the activities. When task errors occurred, progressive levels of assistance were provided, starting with the lowest level needed to adjust performance. Results showed that the multi-domain MCI group made more errors and required more prompts than the single-domain MCI and healthy older adult groups. Similar to the other two groups, the multi-domain MCI group responded well to the indirect prompts and did not need a higher level of prompting to get back on track successfully with the tasks. Need for prompting assistance was best predicted by verbal memory abilities in multi-domain amnestic MCI. Participants across groups indicated that they perceived the prompting technology to be very helpful. PMID:23351284

  11. Hierarchy Bayesian model based services awareness of high-speed optical access networks

    NASA Astrophysics Data System (ADS)

    Bai, Hui-feng

    2018-03-01

    As the speed of optical access networks soars with ever increasing multiple services, the service-supporting ability of optical access networks suffers greatly from the shortage of service awareness. Aiming to solve this problem, a hierarchy Bayesian model based services awareness mechanism is proposed for high-speed optical access networks. This approach builds a so-called hierarchy Bayesian model, according to the structure of typical optical access networks. Moreover, the proposed scheme is able to conduct simple services awareness operation in each optical network unit (ONU) and to perform complex services awareness from the whole view of system in optical line terminal (OLT). Simulation results show that the proposed scheme is able to achieve better quality of services (QoS), in terms of packet loss rate and time delay.

  12. NOA: A Scalable Multi-Parent Clustering Hierarchy for WSNs

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Cree, Johnathan V.; Delgado-Frias, Jose; Hughes, Michael A.

    2012-08-10

    NOA is a multi-parent, N-tiered, hierarchical clustering algorithm that provides a scalable, robust and reliable solution to autonomous configuration of large-scale wireless sensor networks. The novel clustering hierarchy's inherent benefits can be utilized by in-network data processing techniques to provide equally robust, reliable and scalable in-network data processing solutions capable of reducing the amount of data sent to sinks. Utilizing a multi-parent framework, NOA reduces the cost of network setup when compared to hierarchical beaconing solutions by removing the expense of r-hop broadcasting (r is the radius of the cluster) needed to build the network and instead passes network topologymore » information among shared children. NOA2, a two-parent clustering hierarchy solution, and NOA3, the three-parent variant, saw up to an 83% and 72% reduction in overhead, respectively, when compared to performing one round of a one-parent hierarchical beaconing, as well as 92% and 88% less overhead when compared to one round of two- and three-parent hierarchical beaconing hierarchy.« less

  13. A postprocessing method in the HMC framework for predicting gene function based on biological instrumental data

    NASA Astrophysics Data System (ADS)

    Feng, Shou; Fu, Ping; Zheng, Wenbin

    2018-03-01

    Predicting gene function based on biological instrumental data is a complicated and challenging hierarchical multi-label classification (HMC) problem. When using local approach methods to solve this problem, a preliminary results processing method is usually needed. This paper proposed a novel preliminary results processing method called the nodes interaction method. The nodes interaction method revises the preliminary results and guarantees that the predictions are consistent with the hierarchy constraint. This method exploits the label dependency and considers the hierarchical interaction between nodes when making decisions based on the Bayesian network in its first phase. In the second phase, this method further adjusts the results according to the hierarchy constraint. Implementing the nodes interaction method in the HMC framework also enhances the HMC performance for solving the gene function prediction problem based on the Gene Ontology (GO), the hierarchy of which is a directed acyclic graph that is more difficult to tackle. The experimental results validate the promising performance of the proposed method compared to state-of-the-art methods on eight benchmark yeast data sets annotated by the GO.

  14. Face the hierarchy: ERP and oscillatory brain responses in social rank processing.

    PubMed

    Breton, Audrey; Jerbi, Karim; Henaff, Marie-Anne; Cheylus, Anne; Baudouin, Jean-Yves; Schmitz, Christina; Krolak-Salmon, Pierre; Van der Henst, Jean-Baptiste

    2014-01-01

    Recognition of social hierarchy is a key feature that helps us navigate through our complex social environment. Neuroimaging studies have identified brain structures involved in the processing of hierarchical stimuli but the precise temporal dynamics of brain activity associated with such processing remains largely unknown. Here, we used electroencephalography to examine the effect of social hierarchy on neural responses elicited by faces. In contrast to previous studies, the key manipulation was that a hierarchical context was constructed, not by varying facial expressions, but by presenting neutral-expression faces in a game setting. Once the performance-based hierarchy was established, participants were presented with high-rank, middle-rank and low-rank player faces and had to evaluate the rank of each face with respect to their own position. Both event-related potentials and task-related oscillatory activity were investigated. Three main findings emerge from the study. First, the experimental manipulation had no effect on the early N170 component, which may suggest that hierarchy did not modulate the structural encoding of neutral-expression faces. Second, hierarchy significantly modulated the amplitude of the late positive potential (LPP) within a 400-700 ms time-window, with more a prominent LPP occurring when the participants processed the face of the highest-rank player. Third, high-rank faces were associated with the highest reduction of alpha power. Taken together these findings provide novel electrophysiological evidence for enhanced allocation of attentional resource in the presence of high-rank faces. At a broader level, this study brings new insights into the neural processing underlying social categorization.

  15. Performance and scalability evaluation of "Big Memory" on Blue Gene Linux.

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Yoshii, K.; Iskra, K.; Naik, H.

    2011-05-01

    We address memory performance issues observed in Blue Gene Linux and discuss the design and implementation of 'Big Memory' - an alternative, transparent memory space introduced to eliminate the memory performance issues. We evaluate the performance of Big Memory using custom memory benchmarks, NAS Parallel Benchmarks, and the Parallel Ocean Program, at a scale of up to 4,096 nodes. We find that Big Memory successfully resolves the performance issues normally encountered in Blue Gene Linux. For the ocean simulation program, we even find that Linux with Big Memory provides better scalability than does the lightweight compute node kernel designed solelymore » for high-performance applications. Originally intended exclusively for compute node tasks, our new memory subsystem dramatically improves the performance of certain I/O node applications as well. We demonstrate this performance using the central processor of the LOw Frequency ARray radio telescope as an example.« less

  16. Are subjective memory problems related to suggestibility, compliance, false memories, and objective memory performance?

    PubMed

    Van Bergen, Saskia; Jelicic, Marko; Merckelbach, Harald

    2009-01-01

    The relationship between subjective memory beliefs and suggestibility, compliance, false memories, and objective memory performance was studied in a community sample of young and middle-aged people (N = 142). We hypothesized that people with subjective memory problems would exhibit higher suggestibility and compliance levels and would be more susceptible to false recollections than those who are optimistic about their memory. In addition, we expected a discrepancy between subjective memory judgments and objective memory performance. We found that subjective memory judgments correlated significantly with compliance, with more negative memory judgments accompanying higher levels of compliance. Contrary to our expectation, subjective memory problems did not correlate with suggestibility or false recollections. Furthermore, participants were accurate in estimating their objective memory performance.

  17. CHIMERA: Top-down model for hierarchical, overlapping and directed cluster structures in directed and weighted complex networks

    NASA Astrophysics Data System (ADS)

    Franke, R.

    2016-11-01

    In many networks discovered in biology, medicine, neuroscience and other disciplines special properties like a certain degree distribution and hierarchical cluster structure (also called communities) can be observed as general organizing principles. Detecting the cluster structure of an unknown network promises to identify functional subdivisions, hierarchy and interactions on a mesoscale. It is not trivial choosing an appropriate detection algorithm because there are multiple network, cluster and algorithmic properties to be considered. Edges can be weighted and/or directed, clusters overlap or build a hierarchy in several ways. Algorithms differ not only in runtime, memory requirements but also in allowed network and cluster properties. They are based on a specific definition of what a cluster is, too. On the one hand, a comprehensive network creation model is needed to build a large variety of benchmark networks with different reasonable structures to compare algorithms. On the other hand, if a cluster structure is already known, it is desirable to separate effects of this structure from other network properties. This can be done with null model networks that mimic an observed cluster structure to improve statistics on other network features. A third important application is the general study of properties in networks with different cluster structures, possibly evolving over time. Currently there are good benchmark and creation models available. But what is left is a precise sandbox model to build hierarchical, overlapping and directed clusters for undirected or directed, binary or weighted complex random networks on basis of a sophisticated blueprint. This gap shall be closed by the model CHIMERA (Cluster Hierarchy Interconnection Model for Evaluation, Research and Analysis) which will be introduced and described here for the first time.

  18. Relationships between episodic memory performance prediction and sociodemographic variables among healthy older adults.

    PubMed

    de Oliveira, Glaucia Martins; Cachioni, Meire; Falcão, Deusivania; Batistoni, Samila; Lopes, Andrea; Guimarães, Vanessa; Lima-Silva, Thais Bento; Neri, Anita Liberalesso; Yassuda, Mônica Sanches

    2015-01-01

    Previous studies have suggested that performance prediction, an aspect of metamemory, may be associated with objective performance on memory tasks. The objective of the study was to describe memory prediction before performing an episodic memory task, in community-dwelling older adults, stratified by sex, age group and educational level. Additionally, the association between predicted and objective performance on a memory task was investigated. The study was based on data from 359 participants in the FIBRA study carried out at Ermelino Matarazzo, São Paulo. Memory prediction was assessed by posing the question: "If someone showed you a sheet with drawings of 10 pictures to observe for 30 seconds, how many pictures do you think you could remember without seeing the sheet?". Memory performance was assessed by the memorization of 10 black and white pictures from the Brief Cognitive Screening Battery (BCSB). No differences were found between men and women, nor for age group and educational level, in memory performance prediction before carrying out the memory task. There was a modest association (rho=0.11, p=0.041) between memory prediction and performance in immediate memory. On multivariate linear regression analyses, memory performance prediction was moderately significantly associated with immediate memory (p=0.061). In this study, sociodemographic variables did not influence memory prediction, which was only modestly associated with immediate memory on the Brief Cognitive Screening Battery (BCSB).

  19. Influence of an immunodominant herpes simplex virus type 1 CD8+ T cell epitope on the target hierarchy and function of subdominant CD8+ T cells

    PubMed Central

    2017-01-01

    Herpes simplex virus type 1 (HSV-1) latency in sensory ganglia such as trigeminal ganglia (TG) is associated with a persistent immune infiltrate that includes effector memory CD8+ T cells that can influence HSV-1 reactivation. In C57BL/6 mice, HSV-1 induces a highly skewed CD8+ T cell repertoire, in which half of CD8+ T cells (gB-CD8s) recognize a single epitope on glycoprotein B (gB498-505), while the remainder (non-gB-CD8s) recognize, in varying proportions, 19 subdominant epitopes on 12 viral proteins. The gB-CD8s remain functional in TG throughout latency, while non-gB-CD8s exhibit varying degrees of functional compromise. To understand how dominance hierarchies relate to CD8+ T cell function during latency, we characterized the TG-associated CD8+ T cells following corneal infection with a recombinant HSV-1 lacking the immunodominant gB498-505 epitope (S1L). S1L induced a numerically equivalent CD8+ T cell infiltrate in the TG that was HSV-specific, but lacked specificity for gB498-505. Instead, there was a general increase of non-gB-CD8s with specific subdominant epitopes arising to codominance. In a latent S1L infection, non-gB-CD8s in the TG showed a hierarchy targeting different epitopes at latency compared to at acute times, and these cells retained an increased functionality at latency. In a latent S1L infection, these non-gB-CD8s also display an equivalent ability to block HSV reactivation in ex vivo ganglionic cultures compared to TG infected with wild type HSV-1. These data indicate that loss of the immunodominant gB498-505 epitope alters the dominance hierarchy and reduces functional compromise of CD8+ T cells specific for subdominant HSV-1 epitopes during viral latency. PMID:29206240

  20. Longitudinal Associations of Subjective Memory with Memory Performance and Depressive Symptoms: Between-Person and Within-Person Perspectives

    PubMed Central

    Hülür, Gizem; Hertzog, Christopher; Pearman, Ann; Ram, Nilam; Gerstorf, Denis

    2015-01-01

    Clinical diagnostic criteria for memory loss in adults typically assume that subjective memory ratings accurately reflect compromised memory functioning. Research has documented small positive between-person associations between subjective memory and memory performance in older adults. Less is known, however, about whether within-person fluctuations in subjective memory covary with within-person variance in memory performance and depressive symptoms. The present study applied multilevel models of change to nine waves of data from 27,395 participants of the Health and Retirement Study (HRS; mean age at baseline = 63.78; SD = 10.30; 58% women) to examine whether subjective memory is associated with both between-person differences and within-person variability in memory performance and depressive symptoms and explored the moderating role of known correlates (age, gender, education, and functional limitations). Results revealed that across persons, level of subjective memory indeed covaried with level of memory performance and depressive symptoms, with small-to-moderate between-person standardized effect sizes (0.19 for memory performance and 0.21 for depressive symptoms). Within individuals, occasions when participants scored higher than usual on a test of episodic memory or reported fewer-than-average depressive symptoms generated above-average subjective memory. At the within-person level, subjective memory ratings became more sensitive to within-person alterations in memory performance over time and those suffering from functional limitations were more sensitive to within-person alterations in memory performance and depressive symptoms. We take our results to suggest that within-person changes in subjective memory in part reflect monitoring flux in one’s own memory functioning, but are also influenced by flux in depressive symptoms. PMID:25244464

  1. A study of complications affecting surgery performance: an ISM-based roadmap to patient flow.

    PubMed

    Dev, Navin K; Shankar, Ravi; Arvind, Kamal

    2013-01-01

    The aim of this study is to highlight the value of the success rate performance of a surgery while planning patient flow within a supply chain of a health care organization/hospital. The paper has considered one of the common surgeries, cataract, and the complications that subsequently result from this surgery. The study employs interpretive structural modeling (ISM) approach to draw a roadmap to study various complications causing cataract that subsequently help in planning and coordination of patient flow. The study finds that there is a hierarchy of causes and certain complications, the persistence of which gives a higher success rate performance in cataract surgery as compared to others. The paper provides leverage to the decision maker while organizing the patient flow depending upon the information of hierarchy of complication of a disease, and accordingly ensures the availability of resources to the patient. The study is of value in identifying the degree of complications from cataract surgery. Given the degree of complication, the patient logistics can be planned myopically in a health care organization which largely depends upon the degree of success rate. The paper attempts to suggest that the hierarchy obtained through ISM can be implemented in the modules of an enterprise resource planning (ERP) set up.

  2. Memory functions in chronic pain: examining contributions of attention and age to test performance.

    PubMed

    Oosterman, Joukje M; Derksen, Laura C; van Wijck, Albert J M; Veldhuijzen, Dieuwke S; Kessels, Roy P C

    2011-01-01

    Previous studies have revealed that memory performance is diminished in chronic pain patients. Few studies, however, have assessed multiple components of memory in a single sample. It is currently also unknown whether attentional problems, which are commonly observed in chronic pain, mediate the decline in memory. Finally, previous studies have focused on middle-aged adults, and a possible detrimental effect of aging on memory performance in chronic pain patients has been commonly disregarded. This study, therefore, aimed at describing the pattern of semantic, working, and visual and verbal episodic memory performance in participants with chronic pain, while testing for possible contributions of attention and age to task performance. Thirty-four participants with chronic pain and 32 pain-free participants completed tests of episodic, semantic, and working memory to assess memory performance and a test of attention. Participants with chronic pain performed worse on tests of working memory and verbal episodic memory. A decline in attention explained some, but not all, group differences in memory performance. Finally, no additional effect of age on the diminished task performance in participants with chronic pain was observed. Taken together, the results indicate that chronic pain significantly affects memory performance. Part of this effect may be caused by underlying attentional dysfunction, although this could not fully explain the observed memory decline. An increase in age in combination with the presence of chronic pain did not additionally affect memory performance.

  3. StreamQRE: Modular Specification and Efficient Evaluation of Quantitative Queries over Streaming Data.

    PubMed

    Mamouras, Konstantinos; Raghothaman, Mukund; Alur, Rajeev; Ives, Zachary G; Khanna, Sanjeev

    2017-06-01

    Real-time decision making in emerging IoT applications typically relies on computing quantitative summaries of large data streams in an efficient and incremental manner. To simplify the task of programming the desired logic, we propose StreamQRE, which provides natural and high-level constructs for processing streaming data. Our language has a novel integration of linguistic constructs from two distinct programming paradigms: streaming extensions of relational query languages and quantitative extensions of regular expressions. The former allows the programmer to employ relational constructs to partition the input data by keys and to integrate data streams from different sources, while the latter can be used to exploit the logical hierarchy in the input stream for modular specifications. We first present the core language with a small set of combinators, formal semantics, and a decidable type system. We then show how to express a number of common patterns with illustrative examples. Our compilation algorithm translates the high-level query into a streaming algorithm with precise complexity bounds on per-item processing time and total memory footprint. We also show how to integrate approximation algorithms into our framework. We report on an implementation in Java, and evaluate it with respect to existing high-performance engines for processing streaming data. Our experimental evaluation shows that (1) StreamQRE allows more natural and succinct specification of queries compared to existing frameworks, (2) the throughput of our implementation is higher than comparable systems (for example, two-to-four times greater than RxJava), and (3) the approximation algorithms supported by our implementation can lead to substantial memory savings.

  4. StreamQRE: Modular Specification and Efficient Evaluation of Quantitative Queries over Streaming Data*

    PubMed Central

    Mamouras, Konstantinos; Raghothaman, Mukund; Alur, Rajeev; Ives, Zachary G.; Khanna, Sanjeev

    2017-01-01

    Real-time decision making in emerging IoT applications typically relies on computing quantitative summaries of large data streams in an efficient and incremental manner. To simplify the task of programming the desired logic, we propose StreamQRE, which provides natural and high-level constructs for processing streaming data. Our language has a novel integration of linguistic constructs from two distinct programming paradigms: streaming extensions of relational query languages and quantitative extensions of regular expressions. The former allows the programmer to employ relational constructs to partition the input data by keys and to integrate data streams from different sources, while the latter can be used to exploit the logical hierarchy in the input stream for modular specifications. We first present the core language with a small set of combinators, formal semantics, and a decidable type system. We then show how to express a number of common patterns with illustrative examples. Our compilation algorithm translates the high-level query into a streaming algorithm with precise complexity bounds on per-item processing time and total memory footprint. We also show how to integrate approximation algorithms into our framework. We report on an implementation in Java, and evaluate it with respect to existing high-performance engines for processing streaming data. Our experimental evaluation shows that (1) StreamQRE allows more natural and succinct specification of queries compared to existing frameworks, (2) the throughput of our implementation is higher than comparable systems (for example, two-to-four times greater than RxJava), and (3) the approximation algorithms supported by our implementation can lead to substantial memory savings. PMID:29151821

  5. Effects of neutrino mass hierarchies on dynamical dark energy models

    NASA Astrophysics Data System (ADS)

    Yang, Weiqiang; Nunes, Rafael C.; Pan, Supriya; Mota, David F.

    2017-05-01

    We investigate how three different possibilities of neutrino mass hierarchies, namely normal, inverted, and degenerate, can affect the observational constraints on three well-known dynamical dark energy models, namely the Chevallier-Polarski-Linder, logarithmic, and the Jassal-Bagla-Padmanabhan parametrizations. In order to impose the observational constraints on the models, we performed a robust analysis using Planck 2015 temperature and polarization data, supernovae type Ia from the joint light curve analysis, baryon acoustic oscillation distance measurements, redshift space distortion characterized by f (z )σ8(z ) data, weak gravitational lensing data from the Canada-France-Hawaii Telescope Lensing Survey, and cosmic chronometer data plus the local value of the Hubble parameter. We find that different neutrino mass hierarchies return similar fits on almost all model parameters and mildly change the dynamical dark energy properties.

  6. HEP - A semaphore-synchronized multiprocessor with central control. [Heterogeneous Element Processor

    NASA Technical Reports Server (NTRS)

    Gilliland, M. C.; Smith, B. J.; Calvert, W.

    1976-01-01

    The paper describes the design concept of the Heterogeneous Element Processor (HEP), a system tailored to the special needs of scientific simulation. In order to achieve high-speed computation required by simulation, HEP features a hierarchy of processes executing in parallel on a number of processors, with synchronization being largely accomplished by hardware. A full-empty-reserve scheme of synchronization is realized by zero-one-valued hardware semaphores. A typical system has, besides the control computer and the scheduler, an algebraic module, a memory module, a first-in first-out (FIFO) module, an integrator module, and an I/O module. The architecture of the scheduler and the algebraic module is examined in detail.

  7. T Cell Receptor-Major Histocompatibility Complex Interaction Strength Defines Trafficking and CD103+ Memory Status of CD8 T Cells in the Brain.

    PubMed

    Sanecka, Anna; Yoshida, Nagisa; Kolawole, Elizabeth Motunrayo; Patel, Harshil; Evavold, Brian D; Frickel, Eva-Maria

    2018-01-01

    T cell receptor-major histocompatibility complex (TCR-MHC) affinities span a wide range in a polyclonal T cell response, yet it is undefined how affinity shapes long-term properties of CD8 T cells during chronic infection with persistent antigen. Here, we investigate how the affinity of the TCR-MHC interaction shapes the phenotype of memory CD8 T cells in the chronically Toxoplasma gondii- infected brain. We employed CD8 T cells from three lines of transnuclear (TN) mice that harbor in their endogenous loci different T cell receptors specific for the same Toxoplasma antigenic epitope ROP7. The three TN CD8 T cell clones span a wide range of affinities to MHCI-ROP7. These three CD8 T cell clones have a distinct and fixed hierarchy in terms of effector function in response to the antigen measured as proliferation capacity, trafficking, T cell maintenance, and memory formation. In particular, the T cell clone of lowest affinity does not home to the brain. The two higher affinity T cell clones show differences in establishing resident-like memory populations (CD103 + ) in the brain with the higher affinity clone persisting longer in the host during chronic infection. Transcriptional profiling of naïve and activated ROP7-specific CD8 T cells revealed that Klf2 encoding a transcription factor that is known to be a negative marker for T cell trafficking is upregulated in the activated lowest affinity ROP7 clone. Our data thus suggest that TCR-MHC affinity dictates memory CD8 T cell fate at the site of infection.

  8. Performance evaluation method of electric energy data acquire system based on combination of subjective and objective weights

    NASA Astrophysics Data System (ADS)

    Gao, Chen; Ding, Zhongan; Deng, Bofa; Yan, Shengteng

    2017-10-01

    According to the characteristics of electric energy data acquire system (EEDAS), considering the availability of each index data and the connection between the index integrity, establishing the performance evaluation index system of electric energy data acquire system from three aspects as master station system, communication channel, terminal equipment. To determine the comprehensive weight of each index based on triangular fuzzy number analytic hierarchy process with entropy weight method, and both subjective preference and objective attribute are taken into consideration, thus realize the performance comprehensive evaluation more reasonable and reliable. Example analysis shows that, by combination with analytic hierarchy process (AHP) and triangle fuzzy numbers (TFN) to establish comprehensive index evaluation system based on entropy method, the evaluation results not only convenient and practical, but also more objective and accurate.

  9. Evaluating supplier quality performance using fuzzy analytical hierarchy process

    NASA Astrophysics Data System (ADS)

    Ahmad, Nazihah; Kasim, Maznah Mat; Rajoo, Shanmugam Sundram Kalimuthu

    2014-12-01

    Evaluating supplier quality performance is vital in ensuring continuous supply chain improvement, reducing the operational costs and risks towards meeting customer's expectation. This paper aims to illustrate an application of Fuzzy Analytical Hierarchy Process to prioritize the evaluation criteria in a context of automotive manufacturing in Malaysia. Five main criteria were identified which were quality, cost, delivery, customer serviceand technology support. These criteria had been arranged into hierarchical structure and evaluated by an expert. The relative importance of each criteria was determined by using linguistic variables which were represented as triangular fuzzy numbers. The Center of Gravity defuzzification method was used to convert the fuzzy evaluations into their corresponding crisps values. Such fuzzy evaluation can be used as a systematic tool to overcome the uncertainty evaluation of suppliers' performance which usually associated with human being subjective judgments.

  10. Discrete hierarchy of sizes and performances in the exchange-traded fund universe

    NASA Astrophysics Data System (ADS)

    Vandermarliere, B.; Ryckebusch, J.; Schoors, K.; Cauwels, P.; Sornette, D.

    2017-03-01

    Using detailed statistical analyses of the size distribution of a universe of equity exchange-traded funds (ETFs), we discover a discrete hierarchy of sizes, which imprints a log-periodic structure on the probability distribution of ETF sizes that dominates the details of the asymptotic tail. This allows us to propose a classification of the studied universe of ETFs into seven size layers approximately organized according to a multiplicative ratio of 3.5 in their total market capitalization. Introducing a similarity metric generalizing the Herfindhal index, we find that the largest ETFs exhibit a significantly stronger intra-layer and inter-layer similarity compared with the smaller ETFs. Comparing the performance across the seven discerned ETF size layers, we find an inverse size effect, namely large ETFs perform significantly better than the small ones both in 2014 and 2015.

  11. The cortisol awakening response and memory performance in older men and women.

    PubMed

    Almela, Mercedes; van der Meij, Leander; Hidalgo, Vanesa; Villada, Carolina; Salvador, Alicia

    2012-12-01

    The activity and regulation of the hypothalamus-pituitary-adrenal axis has been related to cognitive decline during aging. This study investigated whether the cortisol awakening response (CAR) is related to memory performance among older adults. The sample was composed of 88 participants (44 men and 44 women) from 55 to 77 years old. The memory assessment consisted of two tests measuring declarative memory (a paragraph recall test and a word list learning test) and two tests measuring working memory (a spatial span test and a spatial working memory test). Among those participants who showed the CAR on two consecutive days, we found that a greater CAR was related to poorer declarative memory performance in both men and women, and to better working memory performance only in men. The results of our study suggest that the relationship between CAR and memory performance is negative in men and women when memory performance is largely dependent on hippocampal functioning (i.e. declarative memory), and positive, but only in men, when memory performance is largely dependent on prefrontal cortex functioning (i.e. working memory). Copyright © 2012 Elsevier Ltd. All rights reserved.

  12. Can Oxytocin Enhance the Placebo Effect?

    ClinicalTrials.gov

    2018-02-06

    Oxytocin Effect on Memory Performance During Phase 1; Oxytocin Effect on Memory Performance During Phase 2; Oxytocin Effect on Memory Performance During Phase 3; Oxytocin Effect on Memory Performance During Phase 4

  13. Goal orientation and self-efficacy in relation to memory in adulthood

    PubMed Central

    Hastings, Erin C.; West, Robin L.

    2011-01-01

    The achievement goal framework (Dweck, 1986) has been well-established in children and college-students, but has rarely been examined empirically with older adults. The current study, including younger and older adults, examined the effects of memory self-efficacy, learning goals (focusing on skill mastery over time) and performance goals (focusing on performance outcome evaluations) on memory performance. Questionnaires measured memory self-efficacy and general orientation toward learning and performance goals; free and cued recall was assessed in a subsequent telephone interview. As expected, age was negatively related and education was positively related to memory self-efficacy, and memory self-efficacy was positively related to memory, in a structural equation model. Age was also negatively related to memory performance. Results supported the positive impact of learning goals and the negative impact of performance goals on memory self-efficacy. There was no significant direct effect of learning or performance goals on memory performance; their impact occurred via their effect on memory self-efficacy. The present study supports past research suggesting that learning goals are beneficial, and performance goals are maladaptive, for self-efficacy and learning, and validates the achievement goal framework in a sample including older adults. PMID:21728891

  14. A unified construction for the algebro-geometric quasiperiodic solutions of the Lotka-Volterra and relativistic Lotka-Volterra hierarchy

    NASA Astrophysics Data System (ADS)

    Zhao, Peng; Fan, Engui

    2015-04-01

    In this paper, a new type of integrable differential-difference hierarchy, namely, the generalized relativistic Lotka-Volterra (GRLV) hierarchy, is introduced. This hierarchy is closely related to Lotka-Volterra lattice and relativistic Lotka-Volterra lattice, which allows us to provide a unified and effective way to obtain some exact solutions for both the Lotka-Volterra hierarchy and the relativistic Lotka-Volterra hierarchy. In particular, we shall construct algebro-geometric quasiperiodic solutions for the LV hierarchy and the RLV hierarchy in a unified manner on the basis of the finite gap integration theory.

  15. Hierarchy, Dominance, and Deliberation: Egalitarian Values Require Mental Effort.

    PubMed

    Van Berkel, Laura; Crandall, Christian S; Eidelman, Scott; Blanchar, John C

    2015-09-01

    Hierarchy and dominance are ubiquitous. Because social hierarchy is early learned and highly rehearsed, the value of hierarchy enjoys relative ease over competing egalitarian values. In six studies, we interfere with deliberate thinking and measure endorsement of hierarchy and egalitarianism. In Study 1, bar patrons' blood alcohol content was correlated with hierarchy preference. In Study 2, cognitive load increased the authority/hierarchy moral foundation. In Study 3, low-effort thought instructions increased hierarchy endorsement and reduced equality endorsement. In Study 4, ego depletion increased hierarchy endorsement and caused a trend toward reduced equality endorsement. In Study 5, low-effort thought instructions increased endorsement of hierarchical attitudes among those with a sense of low personal power. In Study 6, participants' thinking quickly allocated more resources to high-status groups. Across five operationalizations of impaired deliberative thought, hierarchy endorsement increased and egalitarianism receded. These data suggest hierarchy may persist in part because it has a psychological advantage. © 2015 by the Society for Personality and Social Psychology, Inc.

  16. Neuroanatomical Markers of Social Hierarchy Recognition in Humans: A Combined ERP/MRI Study.

    PubMed

    Santamaría-García, Hernando; Burgaleta, Miguel; Sebastián-Gallés, Nuria

    2015-07-29

    Social hierarchy is an ubiquitous principle of social organization across animal species. Although some progress has been made in our understanding of how humans infer hierarchical identity, the neuroanatomical basis for perceiving key social dimensions of others remains unexplored. Here, we combined event-related potentials and structural MRI to reveal the neuroanatomical substrates of early status recognition. We designed a covertly simulated hierarchical setting in which participants performed a task either with a superior or with an inferior player. Participants showed higher amplitude in the N170 component when presented with a picture of a superior player compared with an inferior player. Crucially, the magnitude of this effect correlated with brain morphology of the posterior cingulate cortex, superior temporal gyrus, insula, fusiform gyrus, and caudate nucleus. We conclude that early recognition of social hierarchies relies on the structural properties of a network involved in the automatic recognition of social identity. Humans can perceive social hierarchies very rapidly, an ability that is key for social interactions. However, some individuals are more sensitive to hierarchical information than others. Currently, it is unknown how brain structure supports such fast-paced processes of social hierarchy perception and their individual differences. Here, we addressed this issue for the first time by combining the high temporal resolution of event-related potentials (ERPs) and the high spatial resolution of structural MRI. This methodological approach allowed us to unveil a novel association between ERP neuromarkers of social hierarchy perception and the morphology of several cortical and subcortical brain regions typically assumed to play a role in automatic processes of social cognition. Our results are a step forward in our understanding of the human social brain. Copyright © 2015 the authors 0270-6474/15/3510843-08$15.00/0.

  17. The Influence of Similarity on Visual Working Memory Representations

    PubMed Central

    Lin, Po-Han; Luck, Steven J.

    2007-01-01

    In verbal memory, similarity between items in memory often leads to interference and impaired memory performance. The present study sought to determine whether analogous interference effects would be observed in visual working memory by varying the similarity of the to-be-remembered objects in a color change-detection task. Instead of leading to interference and impaired performance, increased similarity among the items being held in memory led to improved performance. Moreover, when two similar colors were presented along with one dissimilar color, memory performance was better for the similar colors than for the dissimilar color. Similarity produced better performance even when the objects were presented sequentially and even when memory for the first item in the sequence was tested. These findings show that similarity does not lead to interference between representations in visual working memory. Instead, similarity may lead to improved task performance, possibly due to increased stability or precision of the memory representations during maintenance. PMID:19430536

  18. Time signal distribution in communication networks based on synchronous digital hierarchy

    NASA Technical Reports Server (NTRS)

    Imaoka, Atsushi; Kihara, Masami

    1993-01-01

    A new method that uses round-trip paths to accurately measure transmission delay for time synchronization is proposed. The performance of the method in Synchronous Digital Hierarchy networks is discussed. The feature of this method is that it separately measures the initial round trip path delay and the variations in round-trip path delay. The delay generated in SDH equipment is determined by measuring the initial round-trip path delay. In an experiment with actual SDH equipment, the error of initial delay measurement was suppressed to 30ns.

  19. Initial Feasibility and Validity of a Prospective Memory Training Program in a Substance Use Treatment Population

    PubMed Central

    Sweeney, Mary M.; Rass, Olga; Johnson, Patrick S.; Strain, Eric C.; Berry, Meredith S.; Vo, Hoa T.; Fishman, Marc J.; Munro, Cynthia A.; Rebok, George W.; Mintzer, Miriam Z.; Johnson, Matthew W.

    2016-01-01

    Individuals with substance use disorders have shown deficits in the ability to implement future intentions, called prospective memory. Deficits in prospective memory and working memory, a critical underlying component of prospective memory, likely contribute to substance use treatment failures. Thus, improvement of prospective memory and working memory in substance use patients is an innovative target for intervention. We sought to develop a feasible and valid prospective memory training program that incorporates working memory training and may serve as a useful adjunct to substance use disorder treatment. We administered a single session of the novel prospective memory and working memory training program to participants (n = 22; 13 male; 9 female) enrolled in outpatient substance use disorder treatment and correlated performance to existing measures of prospective memory and working memory. Generally accurate prospective memory performance in a single session suggests feasibility in a substance use treatment population. However, training difficulty should be increased to avoid ceiling effects across repeated sessions. Consistent with existing literature, we observed superior performance on event-based relative to time-based prospective memory tasks. Performance on the prospective memory and working memory training components correlated with validated assessments of prospective memory and working memory, respectively. Correlations between novel memory training program performance and established measures suggest that our training engages appropriate cognitive processes. Further, differential event- and time-based prospective memory task performance suggests internal validity of our training. These data support development of this intervention as an adjunctive therapy for substance use disorders. PMID:27690506

  20. Initial feasibility and validity of a prospective memory training program in a substance use treatment population.

    PubMed

    Sweeney, Mary M; Rass, Olga; Johnson, Patrick S; Strain, Eric C; Berry, Meredith S; Vo, Hoa T; Fishman, Marc J; Munro, Cynthia A; Rebok, George W; Mintzer, Miriam Z; Johnson, Matthew W

    2016-10-01

    Individuals with substance use disorders have shown deficits in the ability to implement future intentions, called prospective memory. Deficits in prospective memory and working memory, a critical underlying component of prospective memory, likely contribute to substance use treatment failures. Thus, improvement of prospective memory and working memory in substance use patients is an innovative target for intervention. We sought to develop a feasible and valid prospective memory training program that incorporates working memory training and may serve as a useful adjunct to substance use disorder treatment. We administered a single session of the novel prospective memory and working memory training program to participants (n = 22; 13 men, 9 women) enrolled in outpatient substance use disorder treatment and correlated performance to existing measures of prospective memory and working memory. Generally accurate prospective memory performance in a single session suggests feasibility in a substance use treatment population. However, training difficulty should be increased to avoid ceiling effects across repeated sessions. Consistent with existing literature, we observed superior performance on event-based relative to time-based prospective memory tasks. Performance on the prospective memory and working memory training components correlated with validated assessments of prospective memory and working memory, respectively. Correlations between novel memory training program performance and established measures suggest that our training engages appropriate cognitive processes. Further, differential event- and time-based prospective memory task performance suggests internal validity of our training. These data support the development of this intervention as an adjunctive therapy for substance use disorders. (PsycINFO Database Record (c) 2016 APA, all rights reserved).

  1. Phenomenological analysis of medical time series with regular and stochastic components

    NASA Astrophysics Data System (ADS)

    Timashev, Serge F.; Polyakov, Yuriy S.

    2007-06-01

    Flicker-Noise Spectroscopy (FNS), a general approach to the extraction and parameterization of resonant and stochastic components contained in medical time series, is presented. The basic idea of FNS is to treat the correlation links present in sequences of different irregularities, such as spikes, "jumps", and discontinuities in derivatives of different orders, on all levels of the spatiotemporal hierarchy of the system under study as main information carriers. The tools to extract and analyze the information are power spectra and difference moments (structural functions), which complement the information of each other. The structural function stochastic component is formed exclusively by "jumps" of the dynamic variable while the power spectrum stochastic component is formed by both spikes and "jumps" on every level of the hierarchy. The information "passport" characteristics that are determined by fitting the derived expressions to the experimental variations for the stochastic components of power spectra and structural functions are interpreted as the correlation times and parameters that describe the rate of "memory loss" on these correlation time intervals for different irregularities. The number of the extracted parameters is determined by the requirements of the problem under study. Application of this approach to the analysis of tremor velocity signals for a Parkinsonian patient is discussed.

  2. Cell of origin associated classification of B-cell malignancies by gene signatures of the normal B-cell hierarchy.

    PubMed

    Johnsen, Hans Erik; Bergkvist, Kim Steve; Schmitz, Alexander; Kjeldsen, Malene Krag; Hansen, Steen Møller; Gaihede, Michael; Nørgaard, Martin Agge; Bæch, John; Grønholdt, Marie-Louise; Jensen, Frank Svendsen; Johansen, Preben; Bødker, Julie Støve; Bøgsted, Martin; Dybkær, Karen

    2014-06-01

    Recent findings have suggested biological classification of B-cell malignancies as exemplified by the "activated B-cell-like" (ABC), the "germinal-center B-cell-like" (GCB) and primary mediastinal B-cell lymphoma (PMBL) subtypes of diffuse large B-cell lymphoma and "recurrent translocation and cyclin D" (TC) classification of multiple myeloma. Biological classification of B-cell derived cancers may be refined by a direct and systematic strategy where identification and characterization of normal B-cell differentiation subsets are used to define the cancer cell of origin phenotype. Here we propose a strategy combining multiparametric flow cytometry, global gene expression profiling and biostatistical modeling to generate B-cell subset specific gene signatures from sorted normal human immature, naive, germinal centrocytes and centroblasts, post-germinal memory B-cells, plasmablasts and plasma cells from available lymphoid tissues including lymph nodes, tonsils, thymus, peripheral blood and bone marrow. This strategy will provide an accurate image of the stage of differentiation, which prospectively can be used to classify any B-cell malignancy and eventually purify tumor cells. This report briefly describes the current models of the normal B-cell subset differentiation in multiple tissues and the pathogenesis of malignancies originating from the normal germinal B-cell hierarchy.

  3. Using CLIPS in the domain of knowledge-based massively parallel programming

    NASA Technical Reports Server (NTRS)

    Dvorak, Jiri J.

    1994-01-01

    The Program Development Environment (PDE) is a tool for massively parallel programming of distributed-memory architectures. Adopting a knowledge-based approach, the PDE eliminates the complexity introduced by parallel hardware with distributed memory and offers complete transparency in respect of parallelism exploitation. The knowledge-based part of the PDE is realized in CLIPS. Its principal task is to find an efficient parallel realization of the application specified by the user in a comfortable, abstract, domain-oriented formalism. A large collection of fine-grain parallel algorithmic skeletons, represented as COOL objects in a tree hierarchy, contains the algorithmic knowledge. A hybrid knowledge base with rule modules and procedural parts, encoding expertise about application domain, parallel programming, software engineering, and parallel hardware, enables a high degree of automation in the software development process. In this paper, important aspects of the implementation of the PDE using CLIPS and COOL are shown, including the embedding of CLIPS with C++-based parts of the PDE. The appropriateness of the chosen approach and of the CLIPS language for knowledge-based software engineering are discussed.

  4. No Evidence for Improved Associative Memory Performance Following Process-Based Associative Memory Training in Older Adults

    PubMed Central

    Bellander, Martin; Eschen, Anne; Lövdén, Martin; Martin, Mike; Bäckman, Lars; Brehmer, Yvonne

    2017-01-01

    Studies attempting to improve episodic memory performance with strategy instructions and training have had limited success in older adults: their training gains are limited in comparison to those of younger adults and do not generalize to untrained tasks and contexts. This limited success has been partly attributed to age-related impairments in associative binding of information into coherent episodes. We therefore investigated potential training and transfer effects of process-based associative memory training (i.e., repeated practice). Thirty-nine older adults (Mage = 68.8) underwent 6 weeks of either adaptive associative memory training or item recognition training. Both groups improved performance in item memory, spatial memory (object-context binding) and reasoning. A disproportionate effect of associative memory training was only observed for item memory, whereas no training-related performance changes were observed for associative memory. Self-reported strategies showed no signs of spontaneous development of memory-enhancing associative memory strategies. Hence, the results do not support the hypothesis that process-based associative memory training leads to higher associative memory performance in older adults. PMID:28119597

  5. No Evidence for Improved Associative Memory Performance Following Process-Based Associative Memory Training in Older Adults.

    PubMed

    Bellander, Martin; Eschen, Anne; Lövdén, Martin; Martin, Mike; Bäckman, Lars; Brehmer, Yvonne

    2016-01-01

    Studies attempting to improve episodic memory performance with strategy instructions and training have had limited success in older adults: their training gains are limited in comparison to those of younger adults and do not generalize to untrained tasks and contexts. This limited success has been partly attributed to age-related impairments in associative binding of information into coherent episodes. We therefore investigated potential training and transfer effects of process-based associative memory training (i.e., repeated practice). Thirty-nine older adults ( M age = 68.8) underwent 6 weeks of either adaptive associative memory training or item recognition training. Both groups improved performance in item memory, spatial memory (object-context binding) and reasoning. A disproportionate effect of associative memory training was only observed for item memory, whereas no training-related performance changes were observed for associative memory. Self-reported strategies showed no signs of spontaneous development of memory-enhancing associative memory strategies. Hence, the results do not support the hypothesis that process-based associative memory training leads to higher associative memory performance in older adults.

  6. Changes in Memory Prediction Accuracy: Age and Performance Effects

    ERIC Educational Resources Information Center

    Pearman, Ann; Trujillo, Amanda

    2013-01-01

    Memory performance predictions are subjective estimates of possible memory task performance. The purpose of this study was to examine possible factors related to changes in word list performance predictions made by younger and older adults. Factors included memory self-efficacy, actual performance, and perceptions of performance. The current study…

  7. Recognition memory, self-other source memory, and theory-of-mind in children with autism spectrum disorder.

    PubMed

    Lind, Sophie E; Bowler, Dermot M

    2009-09-01

    This study investigated semantic and episodic memory in autism spectrum disorder (ASD), using a task which assessed recognition and self-other source memory. Children with ASD showed undiminished recognition memory but significantly diminished source memory, relative to age- and verbal ability-matched comparison children. Both children with and without ASD showed an "enactment effect", demonstrating significantly better recognition and source memory for self-performed actions than other-person-performed actions. Within the comparison group, theory-of-mind (ToM) task performance was significantly correlated with source memory, specifically for other-person-performed actions (after statistically controlling for verbal ability). Within the ASD group, ToM task performance was not significantly correlated with source memory (after controlling for verbal ability). Possible explanations for these relations between source memory and ToM are considered.

  8. The fluency of social hierarchy: the ease with which hierarchical relationships are seen, remembered, learned, and liked.

    PubMed

    Zitek, Emily M; Tiedens, Larissa Z

    2012-01-01

    We tested the hypothesis that social hierarchies are fluent social stimuli; that is, they are processed more easily and therefore liked better than less hierarchical stimuli. In Study 1, pairs of people in a hierarchy based on facial dominance were identified faster than pairs of people equal in their facial dominance. In Study 2, a diagram representing hierarchy was memorized more quickly than a diagram representing equality or a comparison diagram. This faster processing led the hierarchy diagram to be liked more than the equality diagram. In Study 3, participants were best able to learn a set of relationships that represented hierarchy (asymmetry of power)--compared to relationships in which there was asymmetry of friendliness, or compared to relationships in which there was symmetry--and this processing ease led them to like the hierarchy the most. In Study 4, participants found it easier to make decisions about a company that was more hierarchical and thus thought the hierarchical organization had more positive qualities. In Study 5, familiarity as a basis for the fluency of hierarchy was demonstrated by showing greater fluency for male than female hierarchies. This study also showed that when social relationships are difficult to learn, people's preference for hierarchy increases. Taken together, these results suggest one reason people might like hierarchies--hierarchies are easy to process. This fluency for social hierarchies might contribute to the construction and maintenance of hierarchies.

  9. Hierarchy-associated semantic-rule inference framework for classifying indoor scenes

    NASA Astrophysics Data System (ADS)

    Yu, Dan; Liu, Peng; Ye, Zhipeng; Tang, Xianglong; Zhao, Wei

    2016-03-01

    Typically, the initial task of classifying indoor scenes is challenging, because the spatial layout and decoration of a scene can vary considerably. Recent efforts at classifying object relationships commonly depend on the results of scene annotation and predefined rules, making classification inflexible. Furthermore, annotation results are easily affected by external factors. Inspired by human cognition, a scene-classification framework was proposed using the empirically based annotation (EBA) and a match-over rule-based (MRB) inference system. The semantic hierarchy of images is exploited by EBA to construct rules empirically for MRB classification. The problem of scene classification is divided into low-level annotation and high-level inference from a macro perspective. Low-level annotation involves detecting the semantic hierarchy and annotating the scene with a deformable-parts model and a bag-of-visual-words model. In high-level inference, hierarchical rules are extracted to train the decision tree for classification. The categories of testing samples are generated from the parts to the whole. Compared with traditional classification strategies, the proposed semantic hierarchy and corresponding rules reduce the effect of a variable background and improve the classification performance. The proposed framework was evaluated on a popular indoor scene dataset, and the experimental results demonstrate its effectiveness.

  10. Influence of Perceptual Saliency Hierarchy on Learning of Language Structures: An Artificial Language Learning Experiment

    PubMed Central

    Gong, Tao; Lam, Yau W.; Shuai, Lan

    2016-01-01

    Psychological experiments have revealed that in normal visual perception of humans, color cues are more salient than shape cues, which are more salient than textural patterns. We carried out an artificial language learning experiment to study whether such perceptual saliency hierarchy (color > shape > texture) influences the learning of orders regulating adjectives of involved visual features in a manner either congruent (expressing a salient feature in a salient part of the form) or incongruent (expressing a salient feature in a less salient part of the form) with that hierarchy. Results showed that within a few rounds of learning participants could learn the compositional segments encoding the visual features and the order between them, generalize the learned knowledge to unseen instances with the same or different orders, and show learning biases for orders that are congruent with the perceptual saliency hierarchy. Although the learning performances for both the biased and unbiased orders became similar given more learning trials, our study confirms that this type of individual perceptual constraint could contribute to the structural configuration of language, and points out that such constraint, as well as other factors, could collectively affect the structural diversity in languages. PMID:28066281

  11. Influence of Perceptual Saliency Hierarchy on Learning of Language Structures: An Artificial Language Learning Experiment.

    PubMed

    Gong, Tao; Lam, Yau W; Shuai, Lan

    2016-01-01

    Psychological experiments have revealed that in normal visual perception of humans, color cues are more salient than shape cues, which are more salient than textural patterns. We carried out an artificial language learning experiment to study whether such perceptual saliency hierarchy (color > shape > texture) influences the learning of orders regulating adjectives of involved visual features in a manner either congruent (expressing a salient feature in a salient part of the form) or incongruent (expressing a salient feature in a less salient part of the form) with that hierarchy. Results showed that within a few rounds of learning participants could learn the compositional segments encoding the visual features and the order between them, generalize the learned knowledge to unseen instances with the same or different orders, and show learning biases for orders that are congruent with the perceptual saliency hierarchy. Although the learning performances for both the biased and unbiased orders became similar given more learning trials, our study confirms that this type of individual perceptual constraint could contribute to the structural configuration of language, and points out that such constraint, as well as other factors, could collectively affect the structural diversity in languages.

  12. Optimization of wastewater treatment alternative selection by hierarchy grey relational analysis.

    PubMed

    Zeng, Guangming; Jiang, Ru; Huang, Guohe; Xu, Min; Li, Jianbing

    2007-01-01

    This paper describes an innovative systematic approach, namely hierarchy grey relational analysis for optimal selection of wastewater treatment alternatives, based on the application of analytic hierarchy process (AHP) and grey relational analysis (GRA). It can be applied for complicated multicriteria decision-making to obtain scientific and reasonable results. The effectiveness of this approach was verified through a real case study. Four wastewater treatment alternatives (A(2)/O, triple oxidation ditch, anaerobic single oxidation ditch and SBR) were evaluated and compared against multiple economic, technical and administrative performance criteria, including capital cost, operation and maintenance (O and M) cost, land area, removal of nitrogenous and phosphorous pollutants, sludge disposal effect, stability of plant operation, maturity of technology and professional skills required for O and M. The result illustrated that the anaerobic single oxidation ditch was the optimal scheme and would obtain the maximum general benefits for the wastewater treatment plant to be constructed.

  13. Transactive memory in organizational groups: the effects of content, consensus, specialization, and accuracy on group performance.

    PubMed

    Austin, John R

    2003-10-01

    Previous research on transactive memory has found a positive relationship between transactive memory system development and group performance in single project laboratory and ad hoc groups. Closely related research on shared mental models and expertise recognition supports these findings. In this study, the author examined the relationship between transactive memory systems and performance in mature, continuing groups. A group's transactive memory system, measured as a combination of knowledge stock, knowledge specialization, transactive memory consensus, and transactive memory accuracy, is positively related to group goal performance, external group evaluations, and internal group evaluations. The positive relationship with group performance was found to hold for both task and external relationship transactive memory systems.

  14. Associative Memory Synthesis, Performance, Storage Capacity And Updating: New Heteroassociative Memory Results

    NASA Astrophysics Data System (ADS)

    Casasent, David; Telfer, Brian

    1988-02-01

    The storage capacity, noise performance, and synthesis of associative memories for image analysis are considered. Associative memory synthesis is shown to be very similar to that of linear discriminant functions used in pattern recognition. These lead to new associative memories and new associative memory synthesis and recollection vector encodings. Heteroassociative memories are emphasized in this paper, rather than autoassociative memories, since heteroassociative memories provide scene analysis decisions, rather than merely enhanced output images. The analysis of heteroassociative memories has been given little attention. Heteroassociative memory performance and storage capacity are shown to be quite different from those of autoassociative memories, with much more dependence on the recollection vectors used and less dependence on M/N. This allows several different and preferable synthesis techniques to be considered for associative memories. These new associative memory synthesis techniques and new techniques to update associative memories are included. We also introduce a new SNR performance measure that is preferable to conventional noise standard deviation ratios.

  15. Evaluating supplier quality performance using analytical hierarchy process

    NASA Astrophysics Data System (ADS)

    Kalimuthu Rajoo, Shanmugam Sundram; Kasim, Maznah Mat; Ahmad, Nazihah

    2013-09-01

    This paper elaborates the importance of evaluating supplier quality performance to an organization. Supplier quality performance evaluation reflects the actual performance of the supplier exhibited at customer's end. It is critical in enabling the organization to determine the area of improvement and thereafter works with supplier to close the gaps. Success of the customer partly depends on supplier's quality performance. Key criteria as quality, cost, delivery, technology support and customer service are categorized as main factors in contributing to supplier's quality performance. 18 suppliers' who were manufacturing automotive application parts evaluated in year 2010 using weight point system. There were few suppliers with common rating which led to common ranking observed by few suppliers'. Analytical Hierarchy Process (AHP), a user friendly decision making tool for complex and multi criteria problems was used to evaluate the supplier's quality performance challenging the weight point system that was used for 18 suppliers'. The consistency ratio was checked for criteria and sub-criteria. Final results of AHP obtained with no overlap ratings, therefore yielded a better decision making methodology as compared to weight point rating system.

  16. Predictors of memory performance among Taiwanese postmenopausal women with heart failure.

    PubMed

    Chou, Cheng-Chen; Pressler, Susan J; Giordani, Bruno

    2014-09-01

    There are no studies describing the nature of memory deficits among women with heart failure (HF). The aims of this study were to examine memory performance among Taiwanese women with HF compared with age- and education-matched healthy women, and to evaluate factors that explain memory performance in women with HF. Seventy-six women with HF and 64 healthy women were recruited in Taiwan. Women completed working, verbal, and visual memory tests; HF severity was collected from the medical records. Women with HF performed significantly worse than healthy women on tests of working memory and verbal memory. Among women with HF, older age explained poorer working memory, and older age, higher HF severity, more comorbidities, and systolic HF explained poorer verbal memory. Menopausal symptoms were not associated with memory performance. Results of the study validate findings of memory loss in HF patients from the United States and Europe in a culturally different sample of women. Working memory and verbal memory were worse in Taiwanese women with HF compared with healthy participants. Studies are needed to determine mechanisms of memory deficits in these women and develop interventions to improve memory. Copyright © 2014 Elsevier Inc. All rights reserved.

  17. Spin generalization of the Calogero–Moser hierarchy and the matrix KP hierarchy

    NASA Astrophysics Data System (ADS)

    Pashkov, V.; Zabrodin, A.

    2018-05-01

    We establish a correspondence between rational solutions to the matrix KP hierarchy and the spin generalization of the Calogero–Moser system on the level of hierarchies. Namely, it is shown that the rational solutions to the matrix KP hierarchy appear to be isomorphic to the spin Calogero–Moser system in a sense that the dynamics of poles of solutions to the matrix KP hierarchy in the higher times is governed by the higher Hamiltonians of the spin Calogero–Moser integrable hierarchy with rational potential.

  18. Dependency Network Analysis (DEPNA) Reveals Context Related Influence of Brain Network Nodes

    PubMed Central

    Jacob, Yael; Winetraub, Yonatan; Raz, Gal; Ben-Simon, Eti; Okon-Singer, Hadas; Rosenberg-Katz, Keren; Hendler, Talma; Ben-Jacob, Eshel

    2016-01-01

    Communication between and within brain regions is essential for information processing within functional networks. The current methods to determine the influence of one region on another are either based on temporal resolution, or require a predefined model for the connectivity direction. However these requirements are not always achieved, especially in fMRI studies, which have poor temporal resolution. We thus propose a new graph theory approach that focuses on the correlation influence between selected brain regions, entitled Dependency Network Analysis (DEPNA). Partial correlations are used to quantify the level of influence of each node during task performance. As a proof of concept, we conducted the DEPNA on simulated datasets and on two empirical motor and working memory fMRI tasks. The simulations revealed that the DEPNA correctly captures the network’s hierarchy of influence. Applying DEPNA to the functional tasks reveals the dynamics between specific nodes as would be expected from prior knowledge. To conclude, we demonstrate that DEPNA can capture the most influencing nodes in the network, as they emerge during specific cognitive processes. This ability opens a new horizon for example in delineating critical nodes for specific clinical interventions. PMID:27271458

  19. Probing neutrino mass hierarchy by comparing the charged-current and neutral-current interaction rates of supernova neutrinos

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Lai, Kwang-Chang; Leung Center for Cosmology and Particle Astrophysics; Lee, Fei-Fan

    2016-07-22

    The neutrino mass hierarchy is one of the neutrino fundamental properties yet to be determined. We introduce a method to determine neutrino mass hierarchy by comparing the interaction rate of neutral current (NC) interactions, ν(ν-bar)+p→ν(ν-bar)+p, and inverse beta decays (IBD), ν-bar{sub e}+p→n+e{sup +}, of supernova neutrinos in scintillation detectors. Neutrino flavor conversions inside the supernova are sensitive to neutrino mass hierarchy. Due to Mikheyev-Smirnov-Wolfenstein effects, the full swapping of ν-bar{sub e} flux with the ν-bar{sub x} (x=μ, τ) one occurs in the inverted hierarchy, while such a swapping does not occur in the normal hierarchy. As a result, more highmore » energy IBD events occur in the detector for the inverted hierarchy than the high energy IBD events in the normal hierarchy. By comparing IBD interaction rate with the mass hierarchy independent NC interaction rate, one can determine the neutrino mass hierarchy.« less

  20. Probing neutrino mass hierarchy by comparing the charged-current and neutral-current interaction rates of supernova neutrinos

    NASA Astrophysics Data System (ADS)

    Lai, Kwang-Chang; Lee, Fei-Fan; Lee, Feng-Shiuh; Lin, Guey-Lin; Liu, Tsung-Che; Yang, Yi

    2016-07-01

    The neutrino mass hierarchy is one of the neutrino fundamental properties yet to be determined. We introduce a method to determine neutrino mass hierarchy by comparing the interaction rate of neutral current (NC) interactions, ν(bar nu) + p → ν(bar nu) + p, and inverse beta decays (IBD), bar nue + p → n + e+, of supernova neutrinos in scintillation detectors. Neutrino flavor conversions inside the supernova are sensitive to neutrino mass hierarchy. Due to Mikheyev-Smirnov-Wolfenstein effects, the full swapping of bar nue flux with the bar nux (x = μ, τ) one occurs in the inverted hierarchy, while such a swapping does not occur in the normal hierarchy. As a result, more high energy IBD events occur in the detector for the inverted hierarchy than the high energy IBD events in the normal hierarchy. By comparing IBD interaction rate with the mass hierarchy independent NC interaction rate, one can determine the neutrino mass hierarchy.

  1. Rewarded remembering: dissociations between self-rated motivation and memory performance.

    PubMed

    Ngaosuvan, Leonard; Mäntylä, Timo

    2005-08-01

    People often claim that they perform better in memory performance tasks when they are more motivated. However, past research has shown minimal effects of motivation on memory performance when factors contributing to item-specific biases during encoding and retrieval are taken into account. The purpose of the present study was to examine the generality of this apparent dissociation by using more sensitive measures of experienced motivation and memory performance. Extrinsic motivation was manipulated through competition instructions, and subjective ratings of intrinsic and extrinsic motivation were obtained before and after study instructions. Participants studied a series of words, and memory performance was assessed by content recall (Experiment 1) and source recall (Experiment 2). Both experiments showed dissociation between subjective ratings of extrinsic motivation and actual memory performance, so that competition increased self-rated extrinsic motivation but had no effects on memory performance, including source recall. Inconsistent with most people's expectations, the findings suggest that extrinsic motivation has minimal effects on memory performance.

  2. Motivation: a new look at an age-old topic.

    PubMed

    Sumrow, Allison

    2003-01-01

    Employee motivation is a shared responsibility. An employee has to have some amount of intrinsic desire to perform a task. You can't create that desire. But, you can create an environment that brings out that desire, and allows an employee to shine. Abraham Maslow developed one of the most useful of all motivation theories--the "Hierarchy of Needs"--in the 1940s, and it is still the prevailing theory today. The Needs Hierarchy begins with the basic idea that only an unfulfilled need is a motivator. Or, in plain English, people perform specific actions to meet specific personal needs. Maslow defines five levels of needs that all people experience: 1: Physiological, Food, shelter, and yes, sex. 2: Safety/Security. No personal harm and the current lifestyle is safe. 3: Social. The need for acceptance by others, for belonging, friendship and affection. 4: Self-Esteem/Ego. Recognition, status and prestige. 5: Self-Actualization. Self-fulfillment and the need for achieving one's personal best. What makes this needs theory so interesting and so useful in the workplace is the clarity with which a position in the hierarchy can be determined. The basic premise is that lower-level needs must be satisfied before moving upward to the next level. Consider your own employees and what you know about them. Look at their situations, and evaluate where they may be in the hierarchy. Remember, it's difficult to separate their personal situations from their work personas. Try using Abraham Maslow as a starting point to identify motivations of your staff.

  3. Long-Term Memory Performance in Adult ADHD.

    PubMed

    Skodzik, Timo; Holling, Heinz; Pedersen, Anya

    2017-02-01

    Memory problems are a frequently reported symptom in adult ADHD, and it is well-documented that adults with ADHD perform poorly on long-term memory tests. However, the cause of this effect is still controversial. The present meta-analysis examined underlying mechanisms that may lead to long-term memory impairments in adult ADHD. We performed separate meta-analyses of measures of memory acquisition and long-term memory using both verbal and visual memory tests. In addition, the influence of potential moderator variables was examined. Adults with ADHD performed significantly worse than controls on verbal but not on visual long-term memory and memory acquisition subtests. The long-term memory deficit was strongly statistically related to the memory acquisition deficit. In contrast, no retrieval problems were observable. Our results suggest that memory deficits in adult ADHD reflect a learning deficit induced at the stage of encoding. Implications for clinical and research settings are presented.

  4. Efficient algorithms for accurate hierarchical clustering of huge datasets: tackling the entire protein space.

    PubMed

    Loewenstein, Yaniv; Portugaly, Elon; Fromer, Menachem; Linial, Michal

    2008-07-01

    UPGMA (average linking) is probably the most popular algorithm for hierarchical data clustering, especially in computational biology. However, UPGMA requires the entire dissimilarity matrix in memory. Due to this prohibitive requirement, UPGMA is not scalable to very large datasets. We present a novel class of memory-constrained UPGMA (MC-UPGMA) algorithms. Given any practical memory size constraint, this framework guarantees the correct clustering solution without explicitly requiring all dissimilarities in memory. The algorithms are general and are applicable to any dataset. We present a data-dependent characterization of hardness and clustering efficiency. The presented concepts are applicable to any agglomerative clustering formulation. We apply our algorithm to the entire collection of protein sequences, to automatically build a comprehensive evolutionary-driven hierarchy of proteins from sequence alone. The newly created tree captures protein families better than state-of-the-art large-scale methods such as CluSTr, ProtoNet4 or single-linkage clustering. We demonstrate that leveraging the entire mass embodied in all sequence similarities allows to significantly improve on current protein family clusterings which are unable to directly tackle the sheer mass of this data. Furthermore, we argue that non-metric constraints are an inherent complexity of the sequence space and should not be overlooked. The robustness of UPGMA allows significant improvement, especially for multidomain proteins, and for large or divergent families. A comprehensive tree built from all UniProt sequence similarities, together with navigation and classification tools will be made available as part of the ProtoNet service. A C++ implementation of the algorithm is available on request.

  5. Repeated recall as an intervention to improve memory performance in heart failure patients.

    PubMed

    Viveiros, Jennifer; Sethares, Kristen; Shapiro, Amy

    2017-12-01

    Up to 50% of heart failure patients demonstrate aspects of cognitive impairment, including memory deficit. Novel interventions are needed to address memory deficit among heart failure patients. The goal of this study was to evaluate the testing effect as an intervention to improve memory performance in heart failure patients. This was a randomized controlled clinical trial ( N=84) comparing the memory performance of heart failure patients with and without mild cognitive impairment after a repeated testing intervention. Memory performance was measured by verbal word pair associates recall scores, between attention control and experimental subjects. Patients had a mean age of 71.7 ± 13.3 years and similar baseline memory (immediate p=.79 and delayed p=.47). Overall, there were no significant differences in memory between experimental and control subjects, respectively (67.2±18.87 vs. 61.9±22.3, verbal word pair associates, t = -1.179, p=.24). In the final hierarchical regression model, age ( p=.018) and education ( p=.006) were significant predictors of memory performance, with the intervention approaching significance ( p=.079). Although not statistically significant, the intervention group reported better memory. Age and education continue to be significant contributors to memory performance in the heart failure population. Continued development of interventions to improve memory performance in heart failure patients is indicated.

  6. Stochastic optimization of GeantV code by use of genetic algorithms

    DOE PAGES

    Amadio, G.; Apostolakis, J.; Bandieramonte, M.; ...

    2017-10-01

    GeantV is a complex system based on the interaction of different modules needed for detector simulation, which include transport of particles in fields, physics models simulating their interactions with matter and a geometrical modeler library for describing the detector and locating the particles and computing the path length to the current volume boundary. The GeantV project is recasting the classical simulation approach to get maximum benefit from SIMD/MIMD computational architectures and highly massive parallel systems. This involves finding the appropriate balance between several aspects influencing computational performance (floating-point performance, usage of off-chip memory bandwidth, specification of cache hierarchy, etc.) andmore » handling a large number of program parameters that have to be optimized to achieve the best simulation throughput. This optimization task can be treated as a black-box optimization problem, which requires searching the optimum set of parameters using only point-wise function evaluations. Here, the goal of this study is to provide a mechanism for optimizing complex systems (high energy physics particle transport simulations) with the help of genetic algorithms and evolution strategies as tuning procedures for massive parallel simulations. One of the described approaches is based on introducing a specific multivariate analysis operator that could be used in case of resource expensive or time consuming evaluations of fitness functions, in order to speed-up the convergence of the black-box optimization problem.« less

  7. Stochastic optimization of GeantV code by use of genetic algorithms

    NASA Astrophysics Data System (ADS)

    Amadio, G.; Apostolakis, J.; Bandieramonte, M.; Behera, S. P.; Brun, R.; Canal, P.; Carminati, F.; Cosmo, G.; Duhem, L.; Elvira, D.; Folger, G.; Gheata, A.; Gheata, M.; Goulas, I.; Hariri, F.; Jun, S. Y.; Konstantinov, D.; Kumawat, H.; Ivantchenko, V.; Lima, G.; Nikitina, T.; Novak, M.; Pokorski, W.; Ribon, A.; Seghal, R.; Shadura, O.; Vallecorsa, S.; Wenzel, S.

    2017-10-01

    GeantV is a complex system based on the interaction of different modules needed for detector simulation, which include transport of particles in fields, physics models simulating their interactions with matter and a geometrical modeler library for describing the detector and locating the particles and computing the path length to the current volume boundary. The GeantV project is recasting the classical simulation approach to get maximum benefit from SIMD/MIMD computational architectures and highly massive parallel systems. This involves finding the appropriate balance between several aspects influencing computational performance (floating-point performance, usage of off-chip memory bandwidth, specification of cache hierarchy, etc.) and handling a large number of program parameters that have to be optimized to achieve the best simulation throughput. This optimization task can be treated as a black-box optimization problem, which requires searching the optimum set of parameters using only point-wise function evaluations. The goal of this study is to provide a mechanism for optimizing complex systems (high energy physics particle transport simulations) with the help of genetic algorithms and evolution strategies as tuning procedures for massive parallel simulations. One of the described approaches is based on introducing a specific multivariate analysis operator that could be used in case of resource expensive or time consuming evaluations of fitness functions, in order to speed-up the convergence of the black-box optimization problem.

  8. Stochastic optimization of GeantV code by use of genetic algorithms

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Amadio, G.; Apostolakis, J.; Bandieramonte, M.

    GeantV is a complex system based on the interaction of different modules needed for detector simulation, which include transport of particles in fields, physics models simulating their interactions with matter and a geometrical modeler library for describing the detector and locating the particles and computing the path length to the current volume boundary. The GeantV project is recasting the classical simulation approach to get maximum benefit from SIMD/MIMD computational architectures and highly massive parallel systems. This involves finding the appropriate balance between several aspects influencing computational performance (floating-point performance, usage of off-chip memory bandwidth, specification of cache hierarchy, etc.) andmore » handling a large number of program parameters that have to be optimized to achieve the best simulation throughput. This optimization task can be treated as a black-box optimization problem, which requires searching the optimum set of parameters using only point-wise function evaluations. Here, the goal of this study is to provide a mechanism for optimizing complex systems (high energy physics particle transport simulations) with the help of genetic algorithms and evolution strategies as tuning procedures for massive parallel simulations. One of the described approaches is based on introducing a specific multivariate analysis operator that could be used in case of resource expensive or time consuming evaluations of fitness functions, in order to speed-up the convergence of the black-box optimization problem.« less

  9. Ray Casting of Large Multi-Resolution Volume Datasets

    NASA Astrophysics Data System (ADS)

    Lux, C.; Fröhlich, B.

    2009-04-01

    High quality volume visualization through ray casting on graphics processing units (GPU) has become an important approach for many application domains. We present a GPU-based, multi-resolution ray casting technique for the interactive visualization of massive volume data sets commonly found in the oil and gas industry. Large volume data sets are represented as a multi-resolution hierarchy based on an octree data structure. The original volume data is decomposed into small bricks of a fixed size acting as the leaf nodes of the octree. These nodes are the highest resolution of the volume. Coarser resolutions are represented through inner nodes of the hierarchy which are generated by down sampling eight neighboring nodes on a finer level. Due to limited memory resources of current desktop workstations and graphics hardware only a limited working set of bricks can be locally maintained for a frame to be displayed. This working set is chosen to represent the whole volume at different local resolution levels depending on the current viewer position, transfer function and distinct areas of interest. During runtime the working set of bricks is maintained in CPU- and GPU memory and is adaptively updated by asynchronously fetching data from external sources like hard drives or a network. The CPU memory hereby acts as a secondary level cache for these sources from which the GPU representation is updated. Our volume ray casting algorithm is based on a 3D texture-atlas in GPU memory. This texture-atlas contains the complete working set of bricks of the current multi-resolution representation of the volume. This enables the volume ray casting algorithm to access the whole working set of bricks through only a single 3D texture. For traversing rays through the volume, information about the locations and resolution levels of visited bricks are required for correct compositing computations. We encode this information into a small 3D index texture which represents the current octree subdivision on its finest level and spatially organizes the bricked data. This approach allows us to render a bricked multi-resolution volume data set utilizing only a single rendering pass with no loss of compositing precision. In contrast most state-of-the art volume rendering systems handle the bricked data as individual 3D textures, which are rendered one at a time while the results are composited into a lower precision frame buffer. Furthermore, our method enables us to integrate advanced volume rendering techniques like empty-space skipping, adaptive sampling and preintegrated transfer functions in a very straightforward manner with virtually no extra costs. Our interactive volume ray tracing implementation allows high quality visualizations of massive volume data sets of tens of Gigabytes in size on standard desktop workstations.

  10. Block algebra in two-component BKP and D type Drinfeld-Sokolov hierarchies

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Li, Chuanzhong, E-mail: lichuanzhong@nbu.edu.cn; He, Jingsong, E-mail: hejingsong@nbu.edu.cn

    We construct generalized additional symmetries of a two-component BKP hierarchy defined by two pseudo-differential Lax operators. These additional symmetry flows form a Block type algebra with some modified (or additional) terms because of a B type reduction condition of this integrable hierarchy. Further we show that the D type Drinfeld-Sokolov hierarchy, which is a reduction of the two-component BKP hierarchy, possess a complete Block type additional symmetry algebra. That D type Drinfeld-Sokolov hierarchy has a similar algebraic structure as the bigraded Toda hierarchy which is a differential-discrete integrable system.

  11. GrouseFlocks: steerable exploration of graph hierarchy space.

    PubMed

    Archambault, Daniel; Munzner, Tamara; Auber, David

    2008-01-01

    Several previous systems allow users to interactively explore a large input graph through cuts of a superimposed hierarchy. This hierarchy is often created using clustering algorithms or topological features present in the graph. However, many graphs have domain-specific attributes associated with the nodes and edges, which could be used to create many possible hierarchies providing unique views of the input graph. GrouseFlocks is a system for the exploration of this graph hierarchy space. By allowing users to see several different possible hierarchies on the same graph, the system helps users investigate graph hierarchy space instead of a single fixed hierarchy. GrouseFlocks provides a simple set of operations so that users can create and modify their graph hierarchies based on selections. These selections can be made manually or based on patterns in the attribute data provided with the graph. It provides feedback to the user within seconds, allowing interactive exploration of this space.

  12. The exposure hierarchy as a measure of progress and efficacy in the treatment of social anxiety disorder.

    PubMed

    Katerelos, Marina; Hawley, Lance L; Antony, Martin M; McCabe, Randi E

    2008-07-01

    This study explored the psychometric properties and utility of the exposure hierarchy as a measure of treatment outcome for social anxiety disorder (SAD). An exposure hierarchy was created for each of 103 individuals with a diagnosis of SAD who completed a course of cognitive behavioral group therapy. Exposure hierarchy ratings were collected on a weekly basis, and a series of self-report measures were collected before and after treatment. Results indicated that the exposure hierarchy demonstrated high test-retest reliability, as well as significant convergent validity, as participants' exposure hierarchy ratings correlated positively with scores on conceptually related measures. Hierarchy ratings were significantly associated with changes in SAD symptoms over time. However, exposure hierarchy ratings were correlated to general measures of psychopathology, suggesting limited discriminant validity. The study highlights the clinical and scientific utility of the exposure hierarchy.

  13. Toda hierarchies and their applications

    NASA Astrophysics Data System (ADS)

    Takasaki, Kanehisa

    2018-05-01

    The 2D Toda hierarchy occupies a central position in the family of integrable hierarchies of the Toda type. The 1D Toda hierarchy and the Ablowitz–Ladik (aka relativistic Toda) hierarchy can be derived from the 2D Toda hierarchy as reductions. These integrable hierarchies have been applied to various problems of mathematics and mathematical physics since 1990s. A recent example is a series of studies on models of statistical mechanics called the melting crystal model. This research has revealed that the aforementioned two reductions of the 2D Toda hierarchy underlie two different melting crystal models. Technical clues are a fermionic realization of the quantum torus algebra, special algebraic relations therein called shift symmetries, and a matrix factorization problem. The two melting crystal models thus exhibit remarkable similarity with the Hermitian and unitary matrix models for which the two reductions of the 2D Toda hierarchy play the role of fundamental integrable structures.

  14. The contribution of attentional lapses to individual differences in visual working memory capacity.

    PubMed

    Adam, Kirsten C S; Mance, Irida; Fukuda, Keisuke; Vogel, Edward K

    2015-08-01

    Attentional control and working memory capacity are important cognitive abilities that substantially vary between individuals. Although much is known about how attentional control and working memory capacity relate to each other and to constructs like fluid intelligence, little is known about how trial-by-trial fluctuations in attentional engagement impact trial-by-trial working memory performance. Here, we employ a novel whole-report memory task that allowed us to distinguish between varying levels of attentional engagement in humans performing a working memory task. By characterizing low-performance trials, we can distinguish between models in which working memory performance failures are caused by either (1) complete lapses of attention or (2) variations in attentional control. We found that performance failures increase with set-size and strongly predict working memory capacity. Performance variability was best modeled by an attentional control model of attention, not a lapse model. We examined neural signatures of performance failures by measuring EEG activity while participants performed the whole-report task. The number of items correctly recalled in the memory task was predicted by frontal theta power, with decreased frontal theta power associated with poor performance on the task. In addition, we found that poor performance was not explained by failures of sensory encoding; the P1/N1 response and ocular artifact rates were equivalent for high- and low-performance trials. In all, we propose that attentional lapses alone cannot explain individual differences in working memory performance. Instead, we find that graded fluctuations in attentional control better explain the trial-by-trial differences in working memory that we observe.

  15. The Contribution of Attentional Lapses to Individual Differences in Visual Working Memory Capacity

    PubMed Central

    Adam, Kirsten C. S.; Mance, Irida; Fukuda, Keisuke; Vogel, Edward K.

    2015-01-01

    Attentional control and working memory capacity are important cognitive abilities that substantially vary between individuals. Although much is known about how attentional control and working memory capacity relate to each other and to constructs like fluid intelligence, little is known about how trial-by-trial fluctuations in attentional engagement impact trial-by-trial working memory performance. Here, we employ a novel whole-report memory task that allowed us to distinguish between varying levels of attentional engagement in humans performing a working memory task. By characterizing low-performance trials, we can distinguish between models in which working memory performance failures are caused by either (1) complete lapses of attention or (2) variations in attentional control. We found that performance failures increase with set-size and strongly predict working memory capacity. Performance variability was best modeled by an attentional control model of attention, not a lapse model. We examined neural signatures of performance failures by measuring EEG activity while participants performed the whole-report task. The number of items correctly recalled in the memory task was predicted by frontal theta power, with decreased frontal theta power associated with poor performance on the task. In addition, we found that poor performance was not explained by failures of sensory encoding; the P1/N1 response and ocular artifact rates were equivalent for high- and low-performance trials. In all, we propose that attentional lapses alone cannot explain individual differences in working memory performance. Instead, we find that graded fluctuations in attentional control better explain the trial-by-trial differences in working memory that we observe. PMID:25811710

  16. Yarn supplier selection using analytical hierarchy process (AHP) and standardized unitless rating (SUR) method on textile industry

    NASA Astrophysics Data System (ADS)

    Erfaisalsyah, M. H.; Mansur, A.; Khasanah, A. U.

    2017-11-01

    For a company which engaged in the textile field, specify the supplier of raw materials for production is one important part of supply chain management which can affect the company's business processes. This study aims to identify the best suppliers of raw material suppliers of yarn for PC. PKBI based on several criteria. In this study, the integration between the Analytical Hierarchy Process (AHP) and the Standardized Unitless Rating (SUR) are used to assess the performance of the suppliers. By using AHP, it can be known the value of the relative weighting of each criterion. While SUR shows the sequence performance value of the supplier. The result of supplier ranking calculation can be used to know the strengths and weaknesses of each supplier based on its performance criteria. From the final result, it can be known which suppliers should improve their performance in order to create long term cooperation with the company.

  17. Working and strategic memory deficits in schizophrenia

    NASA Technical Reports Server (NTRS)

    Stone, M.; Gabrieli, J. D.; Stebbins, G. T.; Sullivan, E. V.

    1998-01-01

    Working memory and its contribution to performance on strategic memory tests in schizophrenia were studied. Patients (n = 18) and control participants (n = 15), all men, received tests of immediate memory (forward digit span), working memory (listening, computation, and backward digit span), and long-term strategic (free recall, temporal order, and self-ordered pointing) and nonstrategic (recognition) memory. Schizophrenia patients performed worse on all tests. Education, verbal intelligence, and immediate memory capacity did not account for deficits in working memory in schizophrenia patients. Reduced working memory capacity accounted for group differences in strategic memory but not in recognition memory. Working memory impairment may be central to the profile of impaired cognitive performance in schizophrenia and is consistent with hypothesized frontal lobe dysfunction associated with this disease. Additional medial-temporal dysfunction may account for the recognition memory deficit.

  18. An Account of Performance in Accessing Information Stored in Long-Term Memory. A Fixed-Links Model Approach

    ERIC Educational Resources Information Center

    Altmeyer, Michael; Schweizer, Karl; Reiss, Siegbert; Ren, Xuezhu; Schreiner, Michael

    2013-01-01

    Performance in working memory and short-term memory tasks was employed for predicting performance in a long-term memory task in order to find out about the underlying processes. The types of memory were represented by versions of the Posner Task, the Backward Counting Task and the Sternberg Task serving as measures of long-term memory, working…

  19. Stereotype Threat Effects on Older Adults' Episodic and Working Memory: A Meta-Analysis.

    PubMed

    Armstrong, Bonnie; Gallant, Sara N; Li, Lingqian; Patel, Khushi; Wong, Brenda I

    2017-08-01

    Prior research has shown that exposure to negative age-based stereotype threat (ST) can undermine older adults' memory performance. The objective of the current meta-analysis was to examine the reliability and magnitude of ST effects on older adults' episodic and working memory performance-two forms of memory that typically show the greatest age-related declines. In addition, we examined potential moderators of age-based ST including type of ST manipulation, type and timing of memory task, participant age and education level. A total of 23 samples for episodic memory and 15 samples for working memory were derived from 19 published and 4 unpublished articles and analyzed in two separate meta-analyses. Analyses revealed a reliable effect of ST on both older adults' episodic (d = 0.373) and working memory performance (d = 0.253). Interestingly, the age-based ST effect was only significant when blatant ST manipulations were used with episodic memory tasks or when subtle ST manipulations were used with working memory tasks. Moreover, within episodic memory, the ST effect only reached significance for recall but not cued-recall or recognition performance, and for immediate but not delayed tests of memory. Neither age nor level of education moderated the association between ST and older adults' memory performance. These results highlight the vulnerability of both older adults' episodic and working memory performance to age-based ST. When measuring older adults' memory performance in a research context, we must therefore be wary of exposing participants to common stereotypes about aging and memory. © The Author 2017. Published by Oxford University Press on behalf of The Gerontological Society of America. All rights reserved. For permissions, please e-mail: journals.permissions@oup.com.

  20. Is functional integration of resting state brain networks an unspecific biomarker for working memory performance?

    PubMed

    Alavash, Mohsen; Doebler, Philipp; Holling, Heinz; Thiel, Christiane M; Gießing, Carsten

    2015-03-01

    Is there one optimal topology of functional brain networks at rest from which our cognitive performance would profit? Previous studies suggest that functional integration of resting state brain networks is an important biomarker for cognitive performance. However, it is still unknown whether higher network integration is an unspecific predictor for good cognitive performance or, alternatively, whether specific network organization during rest predicts only specific cognitive abilities. Here, we investigated the relationship between network integration at rest and cognitive performance using two tasks that measured different aspects of working memory; one task assessed visual-spatial and the other numerical working memory. Network clustering, modularity and efficiency were computed to capture network integration on different levels of network organization, and to statistically compare their correlations with the performance in each working memory test. The results revealed that each working memory aspect profits from a different resting state topology, and the tests showed significantly different correlations with each of the measures of network integration. While higher global network integration and modularity predicted significantly better performance in visual-spatial working memory, both measures showed no significant correlation with numerical working memory performance. In contrast, numerical working memory was superior in subjects with highly clustered brain networks, predominantly in the intraparietal sulcus, a core brain region of the working memory network. Our findings suggest that a specific balance between local and global functional integration of resting state brain networks facilitates special aspects of cognitive performance. In the context of working memory, while visual-spatial performance is facilitated by globally integrated functional resting state brain networks, numerical working memory profits from increased capacities for local processing, especially in brain regions involved in working memory performance. Copyright © 2014 Elsevier Inc. All rights reserved.

  1. Validating hierarchical verbal autopsy expert algorithms in a large data set with known causes of death.

    PubMed

    Kalter, Henry D; Perin, Jamie; Black, Robert E

    2016-06-01

    Physician assessment historically has been the most common method of analyzing verbal autopsy (VA) data. Recently, the World Health Organization endorsed two automated methods, Tariff 2.0 and InterVA-4, which promise greater objectivity and lower cost. A disadvantage of the Tariff method is that it requires a training data set from a prior validation study, while InterVA relies on clinically specified conditional probabilities. We undertook to validate the hierarchical expert algorithm analysis of VA data, an automated, intuitive, deterministic method that does not require a training data set. Using Population Health Metrics Research Consortium study hospital source data, we compared the primary causes of 1629 neonatal and 1456 1-59 month-old child deaths from VA expert algorithms arranged in a hierarchy to their reference standard causes. The expert algorithms were held constant, while five prior and one new "compromise" neonatal hierarchy, and three former child hierarchies were tested. For each comparison, the reference standard data were resampled 1000 times within the range of cause-specific mortality fractions (CSMF) for one of three approximated community scenarios in the 2013 WHO global causes of death, plus one random mortality cause proportions scenario. We utilized CSMF accuracy to assess overall population-level validity, and the absolute difference between VA and reference standard CSMFs to examine particular causes. Chance-corrected concordance (CCC) and Cohen's kappa were used to evaluate individual-level cause assignment. Overall CSMF accuracy for the best-performing expert algorithm hierarchy was 0.80 (range 0.57-0.96) for neonatal deaths and 0.76 (0.50-0.97) for child deaths. Performance for particular causes of death varied, with fairly flat estimated CSMF over a range of reference values for several causes. Performance at the individual diagnosis level was also less favorable than that for overall CSMF (neonatal: best CCC = 0.23, range 0.16-0.33; best kappa = 0.29, 0.23-0.35; child: best CCC = 0.40, 0.19-0.45; best kappa = 0.29, 0.07-0.35). Expert algorithms in a hierarchy offer an accessible, automated method for assigning VA causes of death. Overall population-level accuracy is similar to that of more complex machine learning methods, but without need for a training data set from a prior validation study.

  2. Parameterized Micro-benchmarking: An Auto-tuning Approach for Complex Applications

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Ma, Wenjing; Krishnamoorthy, Sriram; Agrawal, Gagan

    2012-05-15

    Auto-tuning has emerged as an important practical method for creating highly optimized implementations of key computational kernels and applications. However, the growing complexity of architectures and applications is creating new challenges for auto-tuning. Complex applications can involve a prohibitively large search space that precludes empirical auto-tuning. Similarly, architectures are becoming increasingly complicated, making it hard to model performance. In this paper, we focus on the challenge to auto-tuning presented by applications with a large number of kernels and kernel instantiations. While these kernels may share a somewhat similar pattern, they differ considerably in problem sizes and the exact computation performed.more » We propose and evaluate a new approach to auto-tuning which we refer to as parameterized micro-benchmarking. It is an alternative to the two existing classes of approaches to auto-tuning: analytical model-based and empirical search-based. Particularly, we argue that the former may not be able to capture all the architectural features that impact performance, whereas the latter might be too expensive for an application that has several different kernels. In our approach, different expressions in the application, different possible implementations of each expression, and the key architectural features, are used to derive a simple micro-benchmark and a small parameter space. This allows us to learn the most significant features of the architecture that can impact the choice of implementation for each kernel. We have evaluated our approach in the context of GPU implementations of tensor contraction expressions encountered in excited state calculations in quantum chemistry. We have focused on two aspects of GPUs that affect tensor contraction execution: memory access patterns and kernel consolidation. Using our parameterized micro-benchmarking approach, we obtain a speedup of up to 2 over the version that used default optimizations, but no auto-tuning. We demonstrate that observations made from microbenchmarks match the behavior seen from real expressions. In the process, we make important observations about the memory hierarchy of two of the most recent NVIDIA GPUs, which can be used in other optimization frameworks as well.« less

  3. [P. Janet's concept of the notion of time].

    PubMed

    Fouks, L; Guibert, S; Montot, M

    1988-10-01

    The authors primarily show how P. Janet, influenced by Bergson, describes the evolution of the human mind, its complexities and progressive hierarchies, from the reflex arc to the differed arc which allows the emergence of feelings. The notion of time is late, it enters in the groups of feelings. It is interior, subjective and to its study succeeds the analysis of the concept of presence, absence, strain, memory which is for P. Janet essentially prospective, its essential act is narration. The notion of lived time is studied: in: the neurotics whose horror of the present is put forward, the depressed; in: melancholia of waiting where time does not fly, mania through the "delighted ones" and the "restless ones", the delirious.

  4. Declarative memory performance is associated with the number of sleep spindles in elderly women.

    PubMed

    Seeck-Hirschner, Mareen; Baier, Paul Christian; Weinhold, Sara Lena; Dittmar, Manuela; Heiermann, Steffanie; Aldenhoff, Josef B; Göder, Robert

    2012-09-01

    Recent evidence suggests that the sleep-dependent consolidation of declarative memory relies on the nonrapid eye movement rather than the rapid eye movement phase of sleep. In addition, it is known that aging is accompanied by changes in sleep and memory processes. Hence, the purpose of this study was to investigate the overnight consolidation of declarative memory in healthy elderly women. Sleep laboratory of University. Nineteen healthy elderly women (age range: 61-74 years). We used laboratory-based measures of sleep. To test declarative memory, the Rey-Osterrieth Complex Figure Test was performed. Declarative memory performance in elderly women was associated with Stage 2 sleep spindle density. Women characterized by high memory performance exhibited significantly higher numbers of sleep spindles and higher spindle density compared with women with generally low memory performance. The data strongly support theories suggesting a link between sleep spindle activity and declarative memory consolidation.

  5. The Influence of Colour on Memory Performance: A Review

    PubMed Central

    Dzulkifli, Mariam Adawiah; Mustafar, Muhammad Faiz

    2013-01-01

    Human cognition involves many mental processes that are highly interrelated, such as perception, attention, memory, and thinking. An important and core cognitive process is memory, which is commonly associated with the storing and remembering of environmental information. An interesting issue in memory research is on ways to enhance memory performance, and thus, remembering of information. Can colour result in improved memory abilities? The present paper highlights the relationship between colours, attention, and memory performance. The significance of colour in different settings is presented first, followed by a description on the nature of human memory. The role of attention and emotional arousal on memory performance is discussed next. The review of several studies on colours and memory are meant to explain some empirical works done in the area and related issues that arise from such studies. PMID:23983571

  6. The influence of colour on memory performance: a review.

    PubMed

    Dzulkifli, Mariam Adawiah; Mustafar, Muhammad Faiz

    2013-03-01

    Human cognition involves many mental processes that are highly interrelated, such as perception, attention, memory, and thinking. An important and core cognitive process is memory, which is commonly associated with the storing and remembering of environmental information. An interesting issue in memory research is on ways to enhance memory performance, and thus, remembering of information. Can colour result in improved memory abilities? The present paper highlights the relationship between colours, attention, and memory performance. The significance of colour in different settings is presented first, followed by a description on the nature of human memory. The role of attention and emotional arousal on memory performance is discussed next. The review of several studies on colours and memory are meant to explain some empirical works done in the area and related issues that arise from such studies.

  7. Baseline Optimization for the Measurement of CP Violation, Mass Hierarchy, and $$\\theta_{23}$$ Octant in a Long-Baseline Neutrino Oscillation Experiment

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Bass, M.; Bishai, M.; Cherdack, D.

    2015-03-19

    Next-generation long-baseline electron neutrino appearance experiments will seek to discover C P violation, determine the mass hierarchy and resolve the θ 23 octant. In light of the recent precision measurements of θ 13 , we consider the sensitivity of these measurements in a study to determine the optimal baseline, including practical considerations regarding beam and detector performance. We conclude that a detector at a baseline of at least 1000 km in a wide-band muon neutrino beam is themore » optimal configuration.« less

  8. Changes in Brain Network Efficiency and Working Memory Performance in Aging

    PubMed Central

    Stanley, Matthew L.; Simpson, Sean L.; Dagenbach, Dale; Lyday, Robert G.; Burdette, Jonathan H.; Laurienti, Paul J.

    2015-01-01

    Working memory is a complex psychological construct referring to the temporary storage and active processing of information. We used functional connectivity brain network metrics quantifying local and global efficiency of information transfer for predicting individual variability in working memory performance on an n-back task in both young (n = 14) and older (n = 15) adults. Individual differences in both local and global efficiency during the working memory task were significant predictors of working memory performance in addition to age (and an interaction between age and global efficiency). Decreases in local efficiency during the working memory task were associated with better working memory performance in both age cohorts. In contrast, increases in global efficiency were associated with much better working performance for young participants; however, increases in global efficiency were associated with a slight decrease in working memory performance for older participants. Individual differences in local and global efficiency during resting-state sessions were not significant predictors of working memory performance. Significant group whole-brain functional network decreases in local efficiency also were observed during the working memory task compared to rest, whereas no significant differences were observed in network global efficiency. These results are discussed in relation to recently developed models of age-related differences in working memory. PMID:25875001

  9. Changes in brain network efficiency and working memory performance in aging.

    PubMed

    Stanley, Matthew L; Simpson, Sean L; Dagenbach, Dale; Lyday, Robert G; Burdette, Jonathan H; Laurienti, Paul J

    2015-01-01

    Working memory is a complex psychological construct referring to the temporary storage and active processing of information. We used functional connectivity brain network metrics quantifying local and global efficiency of information transfer for predicting individual variability in working memory performance on an n-back task in both young (n = 14) and older (n = 15) adults. Individual differences in both local and global efficiency during the working memory task were significant predictors of working memory performance in addition to age (and an interaction between age and global efficiency). Decreases in local efficiency during the working memory task were associated with better working memory performance in both age cohorts. In contrast, increases in global efficiency were associated with much better working performance for young participants; however, increases in global efficiency were associated with a slight decrease in working memory performance for older participants. Individual differences in local and global efficiency during resting-state sessions were not significant predictors of working memory performance. Significant group whole-brain functional network decreases in local efficiency also were observed during the working memory task compared to rest, whereas no significant differences were observed in network global efficiency. These results are discussed in relation to recently developed models of age-related differences in working memory.

  10. No Acute Effects of Choline Bitartrate Food Supplements on Memory in Healthy, Young, Human Adults.

    PubMed

    Lippelt, D P; van der Kint, S; van Herk, K; Naber, M

    2016-01-01

    Choline is a dietary component and precursor of acetylcholine, a crucial neurotransmitter for memory-related brain functions. In two double-blind, placebo-controlled cross-over experiments, we investigated whether the food supplement choline bitartrate improved declarative memory and working memory in healthy, young students one to two hours after supplementation. In experiment 1, 28 participants performed a visuospatial working memory task. In experiment 2, 26 participants performed a declarative picture memorization task. In experiment 3, 40 participants performed a verbal working memory task in addition to the visuospatial working memory and declarative picture task. All tasks were conducted approximately 60 minutes after the ingestion of 2.0-2.5g of either choline bitartrate or placebo. We found that choline did not significantly enhance memory performance during any of the tasks. The null hypothesis that choline does not improve memory performance as compared to placebo was strongly supported by Bayesian statistics. These results are in contrast with animal studies suggesting that choline supplementation boosts memory performance and learning. We conclude that choline likely has no acute effects on cholinergic memory functions in healthy human participants.

  11. No Acute Effects of Choline Bitartrate Food Supplements on Memory in Healthy, Young, Human Adults

    PubMed Central

    Lippelt, D. P.; van der Kint, S.; van Herk, K.; Naber, M.

    2016-01-01

    Choline is a dietary component and precursor of acetylcholine, a crucial neurotransmitter for memory-related brain functions. In two double-blind, placebo-controlled cross-over experiments, we investigated whether the food supplement choline bitartrate improved declarative memory and working memory in healthy, young students one to two hours after supplementation. In experiment 1, 28 participants performed a visuospatial working memory task. In experiment 2, 26 participants performed a declarative picture memorization task. In experiment 3, 40 participants performed a verbal working memory task in addition to the visuospatial working memory and declarative picture task. All tasks were conducted approximately 60 minutes after the ingestion of 2.0–2.5g of either choline bitartrate or placebo. We found that choline did not significantly enhance memory performance during any of the tasks. The null hypothesis that choline does not improve memory performance as compared to placebo was strongly supported by Bayesian statistics. These results are in contrast with animal studies suggesting that choline supplementation boosts memory performance and learning. We conclude that choline likely has no acute effects on cholinergic memory functions in healthy human participants. PMID:27341028

  12. Verbal working memory performance correlates with regional white matter structures in the frontoparietal regions.

    PubMed

    Takeuchi, Hikaru; Taki, Yasuyuki; Sassa, Yuko; Hashizume, Hiroshi; Sekiguchi, Atsushi; Fukushima, Ai; Kawashima, Ryuta

    2011-10-01

    Working memory is the limited capacity storage system involved in the maintenance and manipulation of information over short periods of time. Previous imaging studies have suggested that the frontoparietal regions are activated during working memory tasks; a putative association between the structure of the frontoparietal regions and working memory performance has been suggested based on the analysis of individuals with varying pathologies. This study aimed to identify correlations between white matter and individual differences in verbal working memory performance in normal young subjects. We performed voxel-based morphometry (VBM) analyses using T1-weighted structural images as well as voxel-based analyses of fractional anisotropy (FA) using diffusion tensor imaging. Using the letter span task, we measured verbal working memory performance in normal young adult men and women (mean age, 21.7 years, SD=1.44; 42 men and 13 women). We observed positive correlations between working memory performance and regional white matter volume (rWMV) in the frontoparietal regions. In addition, FA was found to be positively correlated with verbal working memory performance in a white matter region adjacent to the right precuneus. These regions are consistently recruited by working memory. Our findings suggest that, among normal young subjects, verbal working memory performance is associated with various regions that are recruited during working memory tasks, and this association is not limited to specific parts of the working memory network. Copyright © 2011 Elsevier Ltd. All rights reserved.

  13. Seeking structure in social organization: compensatory control and the psychological advantages of hierarchy.

    PubMed

    Friesen, Justin P; Kay, Aaron C; Eibach, Richard P; Galinsky, Adam D

    2014-04-01

    Hierarchies are a ubiquitous form of human social organization. We hypothesized that 1 reason for the prevalence of hierarchies is that they offer structure and therefore satisfy the core motivational needs for order and control relative to less structured forms of social organization. This hypothesis is rooted in compensatory control theory, which posits that (a) individuals have a basic need to perceive the world as orderly and structured, and (b) personal and external sources of control are capable of satisfying this need because both serve the comforting belief that the world operates in an orderly fashion. Our first 2 studies confirmed that hierarchies were perceived as more structured and orderly relative to egalitarian arrangements (Study 1) and that working in a hierarchical workplace promotes a feeling of self-efficacy (Study 2). We threatened participants' sense of personal control and measured perceptions of and preferences for hierarchy in 5 subsequent experiments. Participants who lacked control perceived more hierarchy occurring in ambiguous social situations (Study 3) and preferred hierarchy more strongly in workplace contexts (Studies 4-5). We also provide evidence that hierarchies are indeed appealing because of their structure: Preference for hierarchy was higher among individuals high in Personal Need for Structure and a control threat increased preference for hierarchy even among participants low in Personal Need for Structure (Study 5). Framing a hierarchy as unstructured reversed the effect of control threat on hierarchy (Study 6). Finally, hierarchy-enhancing jobs were more appealing after control threat, even when they were low in power and status (Study 7). (PsycINFO Database Record (c) 2014 APA, all rights reserved).

  14. Study of parameter degeneracy and hierarchy sensitivity of NO ν A in presence of sterile neutrino

    NASA Astrophysics Data System (ADS)

    Ghosh, Monojit; Gupta, Shivani; Matthews, Zachary M.; Sharma, Pankaj; Williams, Anthony G.

    2017-10-01

    The first hint of the neutrino mass hierarchy is believed to come from the long-baseline experiment NO ν A . Recent results from NO ν A shows a mild preference towards the C P phase δ13=-9 0 ° and normal hierarchy. Fortunately this is the favorable area of the parameter space which does not suffer from the hierarchy-δ13 degeneracy and thus NO ν A can have good hierarchy sensitivity for this true combination of hierarchy and δ13. Apart from the hierarchy-δ13 degeneracy there is also the octant-δ13 degeneracy. But this does not affect the favorable parameter space of NO ν A as this degeneracy can be resolved with a balanced neutrino and antineutrino run. However, if we consider the existence of a light sterile neutrino then there may be additional degeneracies which can spoil the hierarchy sensitivity of NO ν A even in the favorable parameter space. In the present work we find that apart from the degeneracies mentioned above, there are additional hierarchy and octant degeneracies that appear with the new phase δ14 in the presence of a light sterile neutrino in the eV scale. In contrast to the hierarchy and octant degeneracies appearing with δ13, the parameter space for hierarchy-δ14 degeneracy is different in neutrinos and antineutrinos though the octant-δ14 degeneracy behaves similarly in neutrinos and antineutrinos. We study the effect of these degeneracies on the hierarchy sensitivity of NO ν A for the true normal hierarchy.

  15. Verbal Memory Performance and Reduced Cortical Thickness of Brain Regions Along the Uncinate Fasciculus in Young Adult Cannabis Users

    PubMed Central

    Levar, Nina; Francis, Alan N.; Smith, Matthew J.; Ho, Wilson C.; Gilman, Jodi M.

    2018-01-01

    Abstract Introduction: Memory impairment is one of the most commonly reported effects of cannabis use, especially among those who initiate use earlier, perhaps due to the effects of delta-9- tetrahydrocannabinol on cannabinoid (CB1) receptors in the brain. Studies have increasingly investigated whether cannabis use is associated with impairments in verbal memory, and with alterations in brain structures underlying verbal memory. The uncinate fasciculus (UF), a long-range white matter tract, connects regions with densely localized CB1 receptors that are important in verbal memory. This study investigated the impact of cannabis use on UF structures and its association with memory performance in young adult cannabis users (CU) and non-using controls (CON). Materials and Methods: Nineteen CU and 22 CON completed a verbal memory task and a neuroimaging protocol, in which diffusion tensor imaging and structural scans were collected. We compared memory performance, diffusion and tractography measures of the UF, and cortical thickness of regions connected by the UF, between CU and CON. In regions showing a significant group effect, we also examined associations between verbal memory performance, cortical thickness, and age of onset of cannabis use. Results: Compared to non-users, CU had worse memory performance, decreased fiber bundle length in the UF, and decreased cortical thickness of brain regions along the UF such as the entorhinal cortex and fusiform gyrus. Verbal memory performance was significantly associated with age of onset of cannabis use, indicating that those who initiated cannabis use at an earlier age performed worse. Cortical thickness of the entorhinal cortex was significantly correlated with age of first use and memory performance. Conclusion: This study provides evidence that cannabis use, especially when initiated at a young age, may be associated with worse verbal memory and altered neural development along the UF. Reductions in cortical thickness in regions implicated in memory processes may underlie weaknesses in verbal memory performance. PMID:29607411

  16. Twelve-Week Exercise Influences Memory Complaint but not Memory Performance in Older Adults: A Randomized Controlled Study.

    PubMed

    Iuliano, Enzo; Fiorilli, Giovanni; Aquino, Giovanna; Di Costanzo, Alfonso; Calcagno, Giuseppe; di Cagno, Alessandra

    2017-10-01

    This study aimed to evaluate the effects of different types of exercise on memory performance and memory complaint after a 12-week intervention. Eighty community-dwelling volunteers, aged 66.96 ± 11.73 years, were randomly divided into four groups: resistance, cardiovascular, postural, and control groups (20 participants for each group). All participants were tested for their cognitive functions before and after their respective 12-week intervention using Rey memory words test, Prose memory test, and Memory Complaint Questionnaire (MAC-Q). Statistical analysis showed that the three experimental groups significantly improved MAC-Q scores in comparison with the control group (p < .05). The variation of MAC-Q scores and the variations of Rey and Prose memory tests scores were not correlated. These results indicate that the 12-week interventions exclusively influenced memory complaint but not memory performance. Further investigations are needed to understand the relation between memory complaint and memory performance, and the factors that can influence this relationship.

  17. Visuospatial working memory in very preterm and term born children--impact of age and performance.

    PubMed

    Mürner-Lavanchy, I; Ritter, B C; Spencer-Smith, M M; Perrig, W J; Schroth, G; Steinlin, M; Everts, R

    2014-07-01

    Working memory is crucial for meeting the challenges of daily life and performing academic tasks, such as reading or arithmetic. Very preterm born children are at risk of low working memory capacity. The aim of this study was to examine the visuospatial working memory network of school-aged preterm children and to determine the effect of age and performance on the neural working memory network. Working memory was assessed in 41 very preterm born children and 36 term born controls (aged 7-12 years) using functional magnetic resonance imaging (fMRI) and neuropsychological assessment. While preterm children and controls showed equal working memory performance, preterm children showed less involvement of the right middle frontal gyrus, but higher fMRI activation in superior frontal regions than controls. The younger and low-performing preterm children presented an atypical working memory network whereas the older high-performing preterm children recruited a working memory network similar to the controls. Results suggest that younger and low-performing preterm children show signs of less neural efficiency in frontal brain areas. With increasing age and performance, compensational mechanisms seem to occur, so that in preterm children, the typical visuospatial working memory network is established by the age of 12 years. Copyright © 2014 The Authors. Published by Elsevier Ltd.. All rights reserved.

  18. Better together: Left and right hemisphere engagement to reduce age-related memory loss.

    PubMed

    Brambilla, Michela; Manenti, Rosa; Ferrari, Clarissa; Cotelli, Maria

    2015-10-15

    Episodic memory is a cognitive function that appears more susceptible than others to the effects of aging. The main aim of this study is to investigate if the magnitude of functional hemispheric lateralization during episodic memory test was positively correlated with memory performance, proving the presence of a beneficial pattern of neural processing in high-performing older adults but not in low-performing participants. We have applied anodal transcranial Direct Current Stimulation (tDCS) or sham stimulation over left and right hemisphere in a group of young subjects and in high-performing and low-performing older participants during an experimental verbal episodic memory task. Remarkably, young individuals and high-performing older adults exhibited similar performances on episodic memory tasks and both groups showed symmetrical recruitment of left and right areas during memory retrieval. In contrast, low-performing older adults, who obtained lower scores on the memory tasks, demonstrated a greater engagement of the left hemisphere during verbal memory task. Furthermore, structural equation model was performed for analyzing the interrelations between the index of interhemispheric asymmetry and several neuropsychological domains. We found that the bilateral engagement of dorsolateral prefrontal cortex and parietal cortex regions had a direct correlation with memory and executive functions evaluated as latent constructs. These findings drew attention to brain maintenance hypothesis. The potential of neurostimulation in cognitive enhancement is particularly promising to prevent memory loss during aging. Copyright © 2015 Elsevier B.V. All rights reserved.

  19. Working memory, long-term memory, and medial temporal lobe function

    PubMed Central

    Jeneson, Annette; Squire, Larry R.

    2012-01-01

    Early studies of memory-impaired patients with medial temporal lobe (MTL) damage led to the view that the hippocampus and related MTL structures are involved in the formation of long-term memory and that immediate memory and working memory are independent of these structures. This traditional idea has recently been revisited. Impaired performance in patients with MTL lesions on tasks with short retention intervals, or no retention interval, and neuroimaging findings with similar tasks have been interpreted to mean that the MTL is sometimes needed for working memory and possibly even for visual perception itself. We present a reappraisal of this interpretation. Our main conclusion is that, if the material to be learned exceeds working memory capacity, if the material is difficult to rehearse, or if attention is diverted, performance depends on long-term memory even when the retention interval is brief. This fundamental notion is better captured by the terms subspan memory and supraspan memory than by the terms short-term memory and long-term memory. We propose methods for determining when performance on short-delay tasks must depend on long-term (supraspan) memory and suggest that MTL lesions impair performance only when immediate memory and working memory are insufficient to support performance. In neuroimaging studies, MTL activity during encoding is influenced by the memory load and correlates positively with long-term retention of the material that was presented. The most parsimonious and consistent interpretation of all the data is that subspan memoranda are supported by immediate memory and working memory and are independent of the MTL. PMID:22180053

  20. Performance analysis of Supply Chain Management with Supply Chain Operation reference model

    NASA Astrophysics Data System (ADS)

    Hasibuan, Abdurrozzaq; Arfah, Mahrani; Parinduri, Luthfi; Hernawati, Tri; Suliawati; Harahap, Bonar; Rahmah Sibuea, Siti; Krianto Sulaiman, Oris; purwadi, Adi

    2018-04-01

    This research was conducted at PT. Shamrock Manufacturing Corpora, the company is required to think creatively to implement competition strategy by producing goods/services that are more qualified, cheaper. Therefore, it is necessary to measure the performance of Supply Chain Management in order to improve the competitiveness. Therefore, the company is required to optimize its production output to meet the export quality standard. This research begins with the creation of initial dimensions based on Supply Chain Management process, ie Plan, Source, Make, Delivery, and Return with hierarchy based on Supply Chain Reference Operation that is Reliability, Responsiveness, Agility, Cost, and Asset. Key Performance Indicator identification becomes a benchmark in performance measurement whereas Snorm De Boer normalization serves to equalize Key Performance Indicator value. Analiytical Hierarchy Process is done to assist in determining priority criteria. Measurement of Supply Chain Management performance at PT. Shamrock Manufacturing Corpora produces SC. Responsiveness (0.649) has higher weight (priority) than other alternatives. The result of performance analysis using Supply Chain Reference Operation model of Supply Chain Management performance at PT. Shamrock Manufacturing Corpora looks good because its monitoring system between 50-100 is good.

  1. Glucose effects on long-term memory performance: duration and domain specificity.

    PubMed

    Owen, Lauren; Finnegan, Yvonne; Hu, Henglong; Scholey, Andrew B; Sünram-Lea, Sandra I

    2010-08-01

    Previous research has suggested that long-term verbal declarative memory is particularly sensitive to enhancement by glucose loading; however, investigation of glucose effects on certain memory domains has hitherto been neglected. Therefore, domain specificity of glucose effects merits further elucidation. The aim of the present research was to provide a more comprehensive investigation of the possible effects of glucose administration on different aspects of memory by 1) contrasting the effect of glucose administration on different memory domains (implicit/explicit memory; verbal/non-verbal memory, and recognition/familiarity processes), 2) investigating whether potential effects on memory domains differ depending on the dose of glucose administered (25 g versus 60 g), 3) exploring the duration of the glucose facilitation effect (assessment of memory performance 35 min and 1 week after encoding). A double-blind between-subjects design was used to test the effects of administration of 25 and 60 g glucose on memory performance. Implicit memory was improved following administration of 60 g of glucose. Glucose supplementation failed to improve face recognition performance but significantly improved performance of word recall and recognition following administration of 60 g of glucose. However, effects were not maintained 1 week following encoding. Improved implicit memory performance following glucose administration has not been reported before. Furthermore, the current data tentatively suggest that level of processing may determine the required glucose dosage to demonstrate memory improvement and that higher dosages may be able to exert effects on memory pertaining to both hippocampal and non-hippocampal brain regions.

  2. Working-memory performance is related to spatial breadth of attention.

    PubMed

    Kreitz, Carina; Furley, Philip; Memmert, Daniel; Simons, Daniel J

    2015-11-01

    Working memory and attention are closely related constructs. Models of working memory often incorporate an attention component, and some even equate working memory and attentional control. Although some attention-related processes, including inhibitory control of response conflict and interference resolution, are strongly associated with working memory, for other aspects of attention the link is less clear. We examined the association between working-memory performance and attentional breadth, the ability to spread attention spatially. If the link between attention and working memory is broader than inhibitory and interference resolution processes, then working-memory performance might also be associated with other attentional abilities, including attentional breadth. We tested 123 participants on a variety of working-memory and attentional-breadth measures, finding a strong correlation between performances on these two types of tasks. This finding demonstrates that the link between working memory and attention extends beyond inhibitory processes.

  3. Predictors of Time-Based Prospective Memory in Children

    ERIC Educational Resources Information Center

    Mackinlay, Rachael J.; Kliegel, Matthias; Mantyla, Timo

    2009-01-01

    This study identified age differences in time-based prospective memory performance in school-aged children and explored possible cognitive correlates of age-related performance. A total of 56 7- to 12-year-olds performed a prospective memory task in which prospective memory accuracy, ongoing task performance, and time monitoring were assessed.…

  4. Hydrothermal synthesis of MnO2/CNT nanocomposite with a CNT core/porous MnO2 sheath hierarchy architecture for supercapacitors.

    PubMed

    Xia, Hui; Wang, Yu; Lin, Jianyi; Lu, Li

    2012-01-05

    MnO2/carbon nanotube [CNT] nanocomposites with a CNT core/porous MnO2 sheath hierarchy architecture are synthesized by a simple hydrothermal treatment. X-ray diffraction and Raman spectroscopy analyses reveal that birnessite-type MnO2 is produced through the hydrothermal synthesis. Morphological characterization reveals that three-dimensional hierarchy architecture is built with a highly porous layer consisting of interconnected MnO2 nanoflakes uniformly coated on the CNT surface. The nanocomposite with a composition of 72 wt.% (K0.2MnO2·0.33 H2O)/28 wt.% CNT has a large specific surface area of 237.8 m2/g. Electrochemical properties of the CNT, the pure MnO2, and the MnO2/CNT nanocomposite electrodes are investigated by cyclic voltammetry and electrochemical impedance spectroscopy measurements. The MnO2/CNT nanocomposite electrode exhibits much larger specific capacitance compared with both the CNT electrode and the pure MnO2 electrode and significantly improves rate capability compared to the pure MnO2 electrode. The superior supercapacitive performance of the MnO2/CNT nancomposite electrode is due to its high specific surface area and unique hierarchy architecture which facilitate fast electron and ion transport.

  5. Hydrothermal synthesis of MnO2/CNT nanocomposite with a CNT core/porous MnO2 sheath hierarchy architecture for supercapacitors

    PubMed Central

    2012-01-01

    MnO2/carbon nanotube [CNT] nanocomposites with a CNT core/porous MnO2 sheath hierarchy architecture are synthesized by a simple hydrothermal treatment. X-ray diffraction and Raman spectroscopy analyses reveal that birnessite-type MnO2 is produced through the hydrothermal synthesis. Morphological characterization reveals that three-dimensional hierarchy architecture is built with a highly porous layer consisting of interconnected MnO2 nanoflakes uniformly coated on the CNT surface. The nanocomposite with a composition of 72 wt.% (K0.2MnO2·0.33 H2O)/28 wt.% CNT has a large specific surface area of 237.8 m2/g. Electrochemical properties of the CNT, the pure MnO2, and the MnO2/CNT nanocomposite electrodes are investigated by cyclic voltammetry and electrochemical impedance spectroscopy measurements. The MnO2/CNT nanocomposite electrode exhibits much larger specific capacitance compared with both the CNT electrode and the pure MnO2 electrode and significantly improves rate capability compared to the pure MnO2 electrode. The superior supercapacitive performance of the MnO2/CNT nancomposite electrode is due to its high specific surface area and unique hierarchy architecture which facilitate fast electron and ion transport. PMID:24576342

  6. Hydrothermal synthesis of MnO2/CNT nanocomposite with a CNT core/porous MnO2 sheath hierarchy architecture for supercapacitors

    NASA Astrophysics Data System (ADS)

    Xia, Hui; Wang, Yu; Lin, Jianyi; Lu, Li

    2012-01-01

    MnO2/carbon nanotube [CNT] nanocomposites with a CNT core/porous MnO2 sheath hierarchy architecture are synthesized by a simple hydrothermal treatment. X-ray diffraction and Raman spectroscopy analyses reveal that birnessite-type MnO2 is produced through the hydrothermal synthesis. Morphological characterization reveals that three-dimensional hierarchy architecture is built with a highly porous layer consisting of interconnected MnO2 nanoflakes uniformly coated on the CNT surface. The nanocomposite with a composition of 72 wt.% (K0.2MnO2·0.33 H2O)/28 wt.% CNT has a large specific surface area of 237.8 m2/g. Electrochemical properties of the CNT, the pure MnO2, and the MnO2/CNT nanocomposite electrodes are investigated by cyclic voltammetry and electrochemical impedance spectroscopy measurements. The MnO2/CNT nanocomposite electrode exhibits much larger specific capacitance compared with both the CNT electrode and the pure MnO2 electrode and significantly improves rate capability compared to the pure MnO2 electrode. The superior supercapacitive performance of the MnO2/CNT nancomposite electrode is due to its high specific surface area and unique hierarchy architecture which facilitate fast electron and ion transport.

  7. Schema-driven facilitation of new hierarchy learning in the transitive inference paradigm

    PubMed Central

    Kumaran, Dharshan

    2013-01-01

    Prior knowledge, in the form of a mental schema or framework, is viewed to facilitate the learning of new information in a range of experimental and everyday scenarios. Despite rising interest in the cognitive and neural mechanisms underlying schema-driven facilitation of new learning, few paradigms have been developed to examine this issue in humans. Here we develop a multiphase experimental scenario aimed at characterizing schema-based effects in the context of a paradigm that has been very widely used across species, the transitive inference task. We show that an associative schema, comprised of prior knowledge of the rank positions of familiar items in the hierarchy, has a marked effect on transitivity performance and the development of relational knowledge of the hierarchy that cannot be accounted for by more general changes in task strategy. Further, we show that participants are capable of deploying prior knowledge to successful effect under surprising conditions (i.e., when corrective feedback is totally absent), but only when the associative schema is robust. Finally, our results provide insights into the cognitive mechanisms underlying such schema-driven effects, and suggest that new hierarchy learning in the transitive inference task can occur through a contextual transfer mechanism that exploits the structure of associative experiences. PMID:23782509

  8. Selenium-regulated hierarchy of human selenoproteome in cancerous and immortalized cells lines.

    PubMed

    Touat-Hamici, Zahia; Bulteau, Anne-Laure; Bianga, Juliusz; Jean-Jacques, Hélène; Szpunar, Joanna; Lobinski, Ryszard; Chavatte, Laurent

    2018-04-13

    Selenoproteins (25 genes in human) co-translationally incorporate selenocysteine using a UGA codon, normally used as a stop signal. The human selenoproteome is primarily regulated by selenium bioavailability with a tissue-specific hierarchy. We investigated the hierarchy of selenoprotein expression in response to selenium concentration variation in four cell lines originating from kidney (HEK293, immortalized), prostate (LNCaP, cancer), skin (HaCaT, immortalized) and liver (HepG2, cancer), using complementary analytical methods. We performed (i) enzymatic activity, (ii) RT-qPCR, (iii) immuno-detection, (iv) selenium-specific mass spectrometric detection after non-radioactive 76 Se labeling of selenoproteins, and (v) luciferase-based reporter constructs in various cell extracts. We characterized cell-line specific alterations of the selenoproteome in response to selenium variation that, in most of the cases, resulted from a translational control of gene expression. We established that UGA-selenocysteine recoding efficiency, which depends on the nature of the SECIS element, dictates the response to selenium variation. We characterized that selenoprotein hierarchy is cell-line specific with conserved features. This analysis should be done prior to any experiments in a novel cell line. We reported a strategy based on complementary methods to evaluate selenoproteome regulation in human cells in culture. Copyright © 2018 Elsevier B.V. All rights reserved.

  9. Schema-driven facilitation of new hierarchy learning in the transitive inference paradigm.

    PubMed

    Kumaran, Dharshan

    2013-06-19

    Prior knowledge, in the form of a mental schema or framework, is viewed to facilitate the learning of new information in a range of experimental and everyday scenarios. Despite rising interest in the cognitive and neural mechanisms underlying schema-driven facilitation of new learning, few paradigms have been developed to examine this issue in humans. Here we develop a multiphase experimental scenario aimed at characterizing schema-based effects in the context of a paradigm that has been very widely used across species, the transitive inference task. We show that an associative schema, comprised of prior knowledge of the rank positions of familiar items in the hierarchy, has a marked effect on transitivity performance and the development of relational knowledge of the hierarchy that cannot be accounted for by more general changes in task strategy. Further, we show that participants are capable of deploying prior knowledge to successful effect under surprising conditions (i.e., when corrective feedback is totally absent), but only when the associative schema is robust. Finally, our results provide insights into the cognitive mechanisms underlying such schema-driven effects, and suggest that new hierarchy learning in the transitive inference task can occur through a contextual transfer mechanism that exploits the structure of associative experiences.

  10. Self-Organization of Spatio-Temporal Hierarchy via Learning of Dynamic Visual Image Patterns on Action Sequences

    PubMed Central

    Jung, Minju; Hwang, Jungsik; Tani, Jun

    2015-01-01

    It is well known that the visual cortex efficiently processes high-dimensional spatial information by using a hierarchical structure. Recently, computational models that were inspired by the spatial hierarchy of the visual cortex have shown remarkable performance in image recognition. Up to now, however, most biological and computational modeling studies have mainly focused on the spatial domain and do not discuss temporal domain processing of the visual cortex. Several studies on the visual cortex and other brain areas associated with motor control support that the brain also uses its hierarchical structure as a processing mechanism for temporal information. Based on the success of previous computational models using spatial hierarchy and temporal hierarchy observed in the brain, the current report introduces a novel neural network model for the recognition of dynamic visual image patterns based solely on the learning of exemplars. This model is characterized by the application of both spatial and temporal constraints on local neural activities, resulting in the self-organization of a spatio-temporal hierarchy necessary for the recognition of complex dynamic visual image patterns. The evaluation with the Weizmann dataset in recognition of a set of prototypical human movement patterns showed that the proposed model is significantly robust in recognizing dynamically occluded visual patterns compared to other baseline models. Furthermore, an evaluation test for the recognition of concatenated sequences of those prototypical movement patterns indicated that the model is endowed with a remarkable capability for the contextual recognition of long-range dynamic visual image patterns. PMID:26147887

  11. Self-Organization of Spatio-Temporal Hierarchy via Learning of Dynamic Visual Image Patterns on Action Sequences.

    PubMed

    Jung, Minju; Hwang, Jungsik; Tani, Jun

    2015-01-01

    It is well known that the visual cortex efficiently processes high-dimensional spatial information by using a hierarchical structure. Recently, computational models that were inspired by the spatial hierarchy of the visual cortex have shown remarkable performance in image recognition. Up to now, however, most biological and computational modeling studies have mainly focused on the spatial domain and do not discuss temporal domain processing of the visual cortex. Several studies on the visual cortex and other brain areas associated with motor control support that the brain also uses its hierarchical structure as a processing mechanism for temporal information. Based on the success of previous computational models using spatial hierarchy and temporal hierarchy observed in the brain, the current report introduces a novel neural network model for the recognition of dynamic visual image patterns based solely on the learning of exemplars. This model is characterized by the application of both spatial and temporal constraints on local neural activities, resulting in the self-organization of a spatio-temporal hierarchy necessary for the recognition of complex dynamic visual image patterns. The evaluation with the Weizmann dataset in recognition of a set of prototypical human movement patterns showed that the proposed model is significantly robust in recognizing dynamically occluded visual patterns compared to other baseline models. Furthermore, an evaluation test for the recognition of concatenated sequences of those prototypical movement patterns indicated that the model is endowed with a remarkable capability for the contextual recognition of long-range dynamic visual image patterns.

  12. The Fragility of Individual-Based Explanations of Social Hierarchies: A Test Using Animal Pecking Orders

    PubMed Central

    2016-01-01

    The standard approach in accounting for hierarchical differentiation in biology and the social sciences considers a hierarchy as a static distribution of individuals possessing differing amounts of some valued commodity, assumes that the hierarchy is generated by micro-level processes involving individuals, and attempts to reverse engineer the processes that produced the hierarchy. However, sufficient experimental and analytical results are available to evaluate this standard approach in the case of animal dominance hierarchies (pecking orders). Our evaluation using evidence from hierarchy formation in small groups of both hens and cichlid fish reveals significant deficiencies in the three tenets of the standard approach in accounting for the organization of dominance hierarchies. In consequence, we suggest that a new approach is needed to explain the organization of pecking orders and, very possibly, by implication, for other kinds of social hierarchies. We develop an example of such an approach that considers dominance hierarchies to be dynamic networks, uses dynamic sequences of interaction (dynamic network motifs) to explain the organization of dominance hierarchies, and derives these dynamic sequences directly from observation of hierarchy formation. We test this dynamical explanation using computer simulation and find a good fit with actual dynamics of hierarchy formation in small groups of hens. We hypothesize that the same dynamic sequences are used in small groups of many other animal species forming pecking orders, and we discuss the data required to evaluate our hypothesis. Finally, we briefly consider how our dynamic approach may be generalized to other kinds of social hierarchies using the example of the distribution of empty gastropod (snail) shells occupied in populations of hermit crabs. PMID:27410230

  13. Is subjective memory specific for memory performance or general across cognitive domains? Findings from the Seattle Longitudinal Study.

    PubMed

    Hülür, Gizem; Willis, Sherry L; Hertzog, Christopher; Schaie, K Warner; Gerstorf, Denis

    2018-05-01

    A growing body of research has examined whether people's judgments of their own memory functioning accurately reflect their memory performance at cross-section and over time. Relatively less is known about whether these judgments are specifically based on memory performance, or reflect general cognitive change. The aim of the present study was to examine longitudinal associations of subjective memory with performance in tests of episodic memory and a wide range of other cognitive tests, including the Wechsler Adult Intelligence Scale-Revised (WAIS-R) Block Design, Comprehension, Digit Span, Digit Symbol, and Vocabulary subtests. We applied latent growth curve models to five occasions over up to 16 years of neuropsychological assessments from 956 participants of the Seattle Longitudinal Study (SLS; 57% women; age at baseline: M = 65.1, SD = 11.4, 38 - 96 years). Results revealed that lower self-reported Frequency of Forgetting was significantly associated with better performance in all cognitive domains at baseline. The baseline correlation of Frequency of Forgetting with memory performance was stronger than its correlations with performance in other cognitive tests. Furthermore, additional analyses with baseline data showed that a latent memory performance factor reliably predicted Frequency of Forgetting after controlling for a general cognitive factor. Over time, steeper increases in Frequency of Forgetting were associated with steeper declines in tests of memory performance and in the Block Design and Digit Symbol subtests. Taken together, these findings suggest that although self-reported Frequency of Forgetting reflects performance in a broad range of other cognitive domains, it also shows some specificity for memory performance. (PsycINFO Database Record (c) 2018 APA, all rights reserved).

  14. Functional neuroanatomy of sustained memory encoding performance in healthy aging and in Alzheimer's disease.

    PubMed

    Weis, Susanne; Leube, Dirk; Erb, Michael; Heun, Reinhard; Grodd, Wolfgang; Kircher, Tilo

    2011-07-01

    The aim of our study was to examine brain networks involved with sustaining memory encoding performance in healthy aging and in Alzheimer's disease (AD). Since different brain regions are affected by degradation in these two conditions, it might be conceivable that different compensation mechanisms occur to keep up memory performance in aging and in AD. Using an event-related functional magnetic resonance imaging (FMRI) design and a correlation analysis, 8 patients suffering from AD and 29 elderly control subjects were scanned while they studied a list of words for a subsequent memory test. Individual performance was assessed on the basis of a subsequent recognition test, and brain regions were identified where functional activations during study correlated with memory performance. In both groups, successful memory encoding performance was significantly correlated with the activation of the right frontal cortex. Furthermore, in healthy controls, there was a significant correlation of memory performance and the activation of the left medial and lateral temporal lobe. In contrast, in AD patients, increasing memory performance goes along with increasing activation of the hippocampus and a bilateral brain network including the frontal and temporal cortices. Our data show that in healthy aging and in AD, common and distinct compensatory mechanisms are employed to keep up a certain level of memory performance. Both in healthy aging and in patients with AD, an increased level of monitoring and control processes mediated by the (right) frontal lobe seems to be necessary to maintain a certain level of memory performance. In addition, memory performance in healthy older subjects seems to rely on an increased effort in encoding item-specific semantic and contextual information in lateral areas of the (left) temporal lobe. In AD patients, on the other hand, the maintenance of memory performance is related to an increase of activation of the (left) hippocampus in conjunction with a bilateral network of cortical areas that might be involved with phonological and visual rehearsal of the incoming information.

  15. Discrepancy of performance among working memory-related tasks in autism spectrum disorders was caused by task characteristics, apart from working memory, which could interfere with task execution.

    PubMed

    Nakahachi, Takayuki; Iwase, Masao; Takahashi, Hidetoshi; Honaga, Eiko; Sekiyama, Ryuji; Ukai, Satoshi; Ishii, Ryouhei; Ishigami, Wataru; Kajimoto, Osami; Yamashita, Ko; Hashimoto, Ryota; Tanii, Hisashi; Shimizu, Akira; Takeda, Masatoshi

    2006-06-01

    Working memory performance has been inconsistently reported in autism spectrum disorders (ASD). Several studies in ASD have found normal performance in digit span and poor performance in digit symbol task although these are closely related with working memory. It is assumed that poor performance in digit symbol could be explained by confirmatory behavior, which is induced due to the vague memory representation of number-symbol association. Therefore it was hypothesized that the performance of working memory task, in which vagueness did not cause confirmatory behavior, would be normal in ASD. For this purpose, the Advanced Trail Making Test (ATMT) was used. The performance of digit span, digit symbol and ATMT was compared between ASD and normal control. The digit span, digit symbol and ATMT was given to 16 ASD subjects and 28 IQ-, age- and sex-matched control subjects. The scores of these tasks were compared. A significantly lower score for ASD was found only in digit symbol compared with control subjects. There were no significant difference in digit span and working memory estimated by ATMT. Discrepancy of scores among working memory-related tasks was demonstrated in ASD. Poor digit symbol performance, normal digit span and normal working memory in ATMT implied that ASD subjects would be intact in working memory itself, and that superficial working memory dysfunction might be observed due to confirmatory behavior in digit symbol. Therefore, to evaluate working memory in ASD, tasks that could stimulate psychopathology specific to ASD should be avoided.

  16. How the measurement of memory processes can affect memory performance: the case of remember/know judgments.

    PubMed

    Naveh-Benjamin, Moshe; Kilb, Angela

    2012-01-01

    Relatively little attention has been paid thus far in memory research to the effects of measurement instruments intended to assess memory processes on the constructs being measured. The current article investigates the influence of employing the popular remember/know (R/K) measurement procedure on memory performance itself. This measurement procedure was extensively used in the past to assess the respective contributions of 2 processes to memory judgments, one based on familiarity and the other on recollection. Two experiments using unrelated word pairs showed that the use of an R/K procedure can alter memory performance. Specifically, the R/K procedure improved associative memory among older but not younger adults compared to conditions in which participants were not asked to provide R/K judgments. Such an effect was not observed in item memory performance. Potential mechanisms mediating these differential memory measurement effects are outlined, and the measurement effects' implications for memory and cognitive research are discussed.

  17. Metamemory beliefs and episodic memory in obstructive sleep apnea syndrome.

    PubMed

    Daurat, Agnès; Huet, Nathalie; Tiberge, Michel

    2010-08-01

    This study assessed metamemory and its role in actual episodic memory performance in 26 patients with obstructive sleep apnea syndrome and 27 healthy controls. Metamemory knowledge and memory beliefs were assessed using the Metamemory Inventory in Adulthood. Episodic memory performance was investigated with the Remember/Know paradigm. Subjective sleepiness was evaluated. Patients underwent a polysomnographic assessment. In contrast to the control group's more stable memory beliefs, patients self-assessed their memory as declining across time, and felt more anxious about their memory. There was only a modest difference between patients' self-perceptions of their memory capacities and those of the control group, but patients' actual memory performance was strongly disturbed. While the latter was significantly correlated with severity of obstructive sleep apnea, scores on the Metamemory Inventory in Adulthood scales were not correlated with physiological measures, subjective sleepiness, or episodic memory performance. Obstructive sleep apnea may affect prefrontal cortex functioning and hence the ability to assess one's own memory impairment.

  18. Differential learning and memory performance in OEF/OIF veterans for verbal and visual material.

    PubMed

    Sozda, Christopher N; Muir, James J; Springer, Utaka S; Partovi, Diana; Cole, Michael A

    2014-05-01

    Memory complaints are particularly salient among veterans who experience combat-related mild traumatic brain injuries and/or trauma exposure, and represent a primary barrier to successful societal reintegration and everyday functioning. Anecdotally within clinical practice, verbal learning and memory performance frequently appears differentially reduced versus visual learning and memory scores. We sought to empirically investigate the robustness of a verbal versus visual learning and memory discrepancy and to explore potential mechanisms for a verbal/visual performance split. Participants consisted of 103 veterans with reported history of mild traumatic brain injuries returning home from U.S. military Operations Enduring Freedom and Iraqi Freedom referred for outpatient neuropsychological evaluation. Findings indicate that visual learning and memory abilities were largely intact while verbal learning and memory performance was significantly reduced in comparison, residing at approximately 1.1 SD below the mean for verbal learning and approximately 1.4 SD below the mean for verbal memory. This difference was not observed in verbal versus visual fluency performance, nor was it associated with estimated premorbid verbal abilities or traumatic brain injury history. In our sample, symptoms of depression, but not posttraumatic stress disorder, were significantly associated with reduced composite verbal learning and memory performance. Verbal learning and memory performance may benefit from targeted treatment of depressive symptomatology. Also, because visual learning and memory functions may remain intact, these might be emphasized when applying neurocognitive rehabilitation interventions to compensate for observed verbal learning and memory difficulties.

  19. A neural model of the temporal dynamics of figure-ground segregation in motion perception.

    PubMed

    Raudies, Florian; Neumann, Heiko

    2010-03-01

    How does the visual system manage to segment a visual scene into surfaces and objects and manage to attend to a target object? Based on psychological and physiological investigations, it has been proposed that the perceptual organization and segmentation of a scene is achieved by the processing at different levels of the visual cortical hierarchy. According to this, motion onset detection, motion-defined shape segregation, and target selection are accomplished by processes which bind together simple features into fragments of increasingly complex configurations at different levels in the processing hierarchy. As an alternative to this hierarchical processing hypothesis, it has been proposed that the processing stages for feature detection and segregation are reflected in different temporal episodes in the response patterns of individual neurons. Such temporal epochs have been observed in the activation pattern of neurons as low as in area V1. Here, we present a neural network model of motion detection, figure-ground segregation and attentive selection which explains these response patterns in an unifying framework. Based on known principles of functional architecture of the visual cortex, we propose that initial motion and motion boundaries are detected at different and hierarchically organized stages in the dorsal pathway. Visual shapes that are defined by boundaries, which were generated from juxtaposed opponent motions, are represented at different stages in the ventral pathway. Model areas in the different pathways interact through feedforward and modulating feedback, while mutual interactions enable the communication between motion and form representations. Selective attention is devoted to shape representations by sending modulating feedback signals from higher levels (working memory) to intermediate levels to enhance their responses. Areas in the motion and form pathway are coupled through top-down feedback with V1 cells at the bottom end of the hierarchy. We propose that the different temporal episodes in the response pattern of V1 cells, as recorded in recent experiments, reflect the strength of modulating feedback signals. This feedback results from the consolidated shape representations from coherent motion patterns and the attentive modulation of responses along the cortical hierarchy. The model makes testable predictions concerning the duration and delay of the temporal episodes of V1 cell responses as well as their response variations that were caused by modulating feedback signals. Copyright 2009 Elsevier Ltd. All rights reserved.

  20. Method and apparatus for managing access to a memory

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    DeBenedictis, Erik

    A method and apparatus for managing access to a memory of a computing system. A controller transforms a plurality of operations that represent a computing job into an operational memory layout that reduces a size of a selected portion of the memory that needs to be accessed to perform the computing job. The controller stores the operational memory layout in a plurality of memory cells within the selected portion of the memory. The controller controls a sequence by which a processor in the computing system accesses the memory to perform the computing job using the operational memory layout. The operationalmore » memory layout reduces an amount of energy consumed by the processor to perform the computing job.« less

  1. Can SNOMED CT be squeezed without losing its shape?

    PubMed

    López-García, Pablo; Schulz, Stefan

    2016-09-21

    In biomedical applications where the size and complexity of SNOMED CT become problematic, using a smaller subset that can act as a reasonable substitute is usually preferred. In a special class of use cases-like ontology-based quality assurance, or when performing scaling experiments for real-time performance-it is essential that modules show a similar shape than SNOMED CT in terms of concept distribution per sub-hierarchy. Exactly how to extract such balanced modules remains unclear, as most previous work on ontology modularization has focused on other problems. In this study, we investigate to what extent extracting balanced modules that preserve the original shape of SNOMED CT is possible, by presenting and evaluating an iterative algorithm. We used a graph-traversal modularization approach based on an input signature. To conform to our definition of a balanced module, we implemented an iterative algorithm that carefully bootstraped and dynamically adjusted the signature at each step. We measured the error for each sub-hierarchy and defined convergence as a residual sum of squares <1. Using 2000 concepts as an initial signature, our algorithm converged after seven iterations and extracted a module 4.7 % the size of SNOMED CT. Seven sub-hierarhies were either over or under-represented within a range of 1-8 %. Our study shows that balanced modules from large terminologies can be extracted using ontology graph-traversal modularization techniques under certain conditions: that the process is repeated a number of times, the input signature is dynamically adjusted in each iteration, and a moderate under/over-representation of some hierarchies is tolerated. In the case of SNOMED CT, our results conclusively show that it can be squeezed to less than 5 % of its size without any sub-hierarchy losing its shape more than 8 %, which is likely sufficient in most use cases.

  2. A consistent hierarchy of generalized kinetic equation approximations to the master equation applied to surface catalysis.

    PubMed

    Herschlag, Gregory J; Mitran, Sorin; Lin, Guang

    2015-06-21

    We develop a hierarchy of approximations to the master equation for systems that exhibit translational invariance and finite-range spatial correlation. Each approximation within the hierarchy is a set of ordinary differential equations that considers spatial correlations of varying lattice distance; the assumption is that the full system will have finite spatial correlations and thus the behavior of the models within the hierarchy will approach that of the full system. We provide evidence of this convergence in the context of one- and two-dimensional numerical examples. Lower levels within the hierarchy that consider shorter spatial correlations are shown to be up to three orders of magnitude faster than traditional kinetic Monte Carlo methods (KMC) for one-dimensional systems, while predicting similar system dynamics and steady states as KMC methods. We then test the hierarchy on a two-dimensional model for the oxidation of CO on RuO2(110), showing that low-order truncations of the hierarchy efficiently capture the essential system dynamics. By considering sequences of models in the hierarchy that account for longer spatial correlations, successive model predictions may be used to establish empirical approximation of error estimates. The hierarchy may be thought of as a class of generalized phenomenological kinetic models since each element of the hierarchy approximates the master equation and the lowest level in the hierarchy is identical to a simple existing phenomenological kinetic models.

  3. Retribution as hierarchy regulation: Hierarchy preferences moderate the effect of offender socioeconomic status on support for retribution.

    PubMed

    Redford, Liz; Ratliff, Kate A

    2018-01-01

    People punish others for various reasons, including deterring future crime, incapacitating the offender, and retribution, or payback. The current research focuses on retribution, testing whether support for retribution is motivated by the desire to maintain social hierarchies. If so, then the retributive tendencies of hierarchy enhancers or hierarchy attenuators should depend on whether offenders are relatively lower or higher in status, respectively. Three studies showed that hierarchy attenuators were more retributive against high-status offenders than for low-status offenders, that hierarchy enhancers showed a stronger orientation towards retributive justice, and that relationship was stronger for low-status, rather than high-status, criminal offenders. These findings clarify the purpose and function of retributive punishment. They also reveal how hierarchy-regulating motives underlie retribution, motives which, if allowed to influence judgements, may contribute to biased or ineffective justice systems. © 2017 The British Psychological Society.

  4. Activity-based prospective memory in schizophrenia.

    PubMed

    Kumar, Devvarta; Nizamie, S Haque; Jahan, Masroor

    2008-05-01

    The study reports activity-based prospective memory as well as its clinical and neuropsychological correlates in schizophrenia. A total of 42 persons diagnosed with schizophrenia and 42 healthy controls were administered prospective memory, set-shifting, and verbal working memory tasks. The schizophrenia group was additionally administered various psychopathology rating scales. Group differences, with poorer performances of the schizophrenia group, were observed on the measures of prospective memory, working memory, and set shifting. The performance on prospective memory tasks correlated with the performance levels on verbal working memory and set-shifting tasks but not with the clinical measures. This study demonstrated impaired activity-based prospective memory in schizophrenia. The impairment can be due to deficits in various neuropsychological domains.

  5. Caffeine Enhances Memory Performance in Young Adults during Their Non-optimal Time of Day

    PubMed Central

    Sherman, Stephanie M.; Buckley, Timothy P.; Baena, Elsa; Ryan, Lee

    2016-01-01

    Many college students struggle to perform well on exams in the early morning. Although students drink caffeinated beverages to feel more awake, it is unclear whether these actually improve performance. After consuming coffee (caffeinated or decaffeinated), college-age adults completed implicit and explicit memory tasks in the early morning and late afternoon (Experiment 1). During the morning, participants ingesting caffeine demonstrated a striking improvement in explicit memory, but not implicit memory. Caffeine did not alter memory performance in the afternoon. In Experiment 2, participants engaged in cardiovascular exercise in order to examine whether increases in physiological arousal similarly improved memory. Despite clear increases in physiological arousal, exercise did not improve memory performance compared to a stretching control condition. These results suggest that caffeine has a specific benefit for memory during students’ non-optimal time of day – early morning. These findings have real-world implications for students taking morning exams. PMID:27895607

  6. Memory performance in abstinent 3,4-methylenedioxymethamphetamine (MDMA, "ecstasy") users.

    PubMed

    Groth-Marnat, Gary; Howchar, Hennedy; Marsh, Ali

    2007-02-01

    Research with animals and humans has suggested that acute and subacute use of 3,4-methylenedioxymethamphetamine (MDMA "ecstasy") may lead to memory impairment. However, research is limited by (1) low power due to small sample sizes, (2) the possible confound of polydrug use, and (3) the failure to consider intelligence as a covariate. The present study compared the memory performance on the Wechsler Memory Scale-III of 26 abstinent (2-wk. minimum) recreational MDMA users with 26 abstinent (2-wk. minimum) recreational polydrug users. Despite significantly greater polydrug use amongst these MDMA users, no significant group differences in memory were observed. Regression of total lifetime amount of MDMA use also did not predict memory performance after accounting for intelligence. In addition, the length of time since abstinence (at least 2 wk.) was not associated with an increase in memory performance. Greater total lifetime cocaine use, rather than total lifetime MDMA use, was significantly associated with greater decrements in General Memory and Delayed Verbal Memory performance.

  7. Neuroimaging markers associated with maintenance of optimal memory performance in late-life.

    PubMed

    Dekhtyar, Maria; Papp, Kathryn V; Buckley, Rachel; Jacobs, Heidi I L; Schultz, Aaron P; Johnson, Keith A; Sperling, Reisa A; Rentz, Dorene M

    2017-06-01

    Age-related memory decline has been well-documented; however, some individuals reach their 8th-10th decade while maintaining strong memory performance. To determine which demographic and biomarker factors differentiated top memory performers (aged 75+, top 20% for memory) from their peers and whether top memory performance was maintained over 3 years. Clinically normal adults (n=125, CDR=0; age: 79.5±3.57 years) from the Harvard Aging Brain Study underwent cognitive testing and neuroimaging (amyloid PET, MRI) at baseline and 3-year follow-up. Participants were grouped into Optimal (n=25) vs. Typical (n=100) performers using performance on 3 challenging memory measures. Non-parametric tests were used to compare groups. There were no differences in age, sex, or education between Optimal vs. Typical performers. The Optimal group performed better in Processing Speed (p=0.016) and Executive Functioning (p<0.001). Optimal performers had larger hippocampal volumes at baseline compared with Typical Performers (p=0.027) but no differences in amyloid burden (p=0.442). Twenty-three of the 25 Optimal performers had longitudinal data and16 maintained top memory performance while 7 declined. Non-Maintainers additionally declined in Executive Functioning but not Processing Speed. Longitudinally, there were no hippocampal volume differences between Maintainers and Non-Maintainers, however Non-Maintainers exhibited higher amyloid burden at baseline in contrast with Maintainers (p=0.008). Excellent memory performance in late life does not guarantee protection against cognitive decline. Those who maintain an optimal memory into the 8th and 9th decades may have lower levels of AD pathology. Copyright © 2017. Published by Elsevier Ltd.

  8. Iconic Memory and Reading Performance in Nine-Year-Old Children

    ERIC Educational Resources Information Center

    Riding, R. J.; Pugh, J. C.

    1977-01-01

    The reading process incorporates three factors: images registered in visual sensory memory, semantic analysis in short-term memory, and long-term memory storage. The focus here is on the contribution of sensory memory to reading performance. (Author/RK)

  9. Examining quality improvement programs: the case of Minnesota hospitals.

    PubMed

    Olson, John R; Belohlav, James A; Cook, Lori S; Hays, Julie M

    2008-10-01

    To determine if there is a hierarchy of improvement program adoption by hospitals and outline that hierarchy. Primary data were collected in the spring of 2007 via e-survey from 210 individuals representing 109 Minnesota hospitals. Secondary data from 2006 were assembled from the Leapfrog database. As part of a larger survey, respondents were given a list of improvement programs and asked to identify those programs that are used in their hospital. DATA COLLECTION/DATA EXTRACTION: Rasch Model Analysis was used to assess whether a unidimensional construct exists that defines a hospital's ability to implement performance improvement programs. Linear regression analysis was used to assess the relationship of the Rasch ability scores with Leapfrog Safe Practices Scores to validate the research findings. Principal Findings. The results of the study show that hospitals have widely varying abilities in implementing improvement programs. In addition, improvement programs present differing levels of difficulty for hospitals trying to implement them. Our findings also indicate that the ability to adopt improvement programs is important to the overall performance of hospitals. There is a hierarchy of improvement programs in the health care context. A hospital's ability to successfully adopt improvement programs is a function of its existing capabilities. As a hospital's capability increases, the ability to successfully implement higher level programs also increases.

  10. Mental Imagery and Visual Working Memory

    PubMed Central

    Keogh, Rebecca; Pearson, Joel

    2011-01-01

    Visual working memory provides an essential link between past and future events. Despite recent efforts, capacity limits, their genesis and the underlying neural structures of visual working memory remain unclear. Here we show that performance in visual working memory - but not iconic visual memory - can be predicted by the strength of mental imagery as assessed with binocular rivalry in a given individual. In addition, for individuals with strong imagery, modulating the background luminance diminished performance on visual working memory and imagery tasks, but not working memory for number strings. This suggests that luminance signals were disrupting sensory-based imagery mechanisms and not a general working memory system. Individuals with poor imagery still performed above chance in the visual working memory task, but their performance was not affected by the background luminance, suggesting a dichotomy in strategies for visual working memory: individuals with strong mental imagery rely on sensory-based imagery to support mnemonic performance, while those with poor imagery rely on different strategies. These findings could help reconcile current controversy regarding the mechanism and location of visual mnemonic storage. PMID:22195024

  11. Mental imagery and visual working memory.

    PubMed

    Keogh, Rebecca; Pearson, Joel

    2011-01-01

    Visual working memory provides an essential link between past and future events. Despite recent efforts, capacity limits, their genesis and the underlying neural structures of visual working memory remain unclear. Here we show that performance in visual working memory--but not iconic visual memory--can be predicted by the strength of mental imagery as assessed with binocular rivalry in a given individual. In addition, for individuals with strong imagery, modulating the background luminance diminished performance on visual working memory and imagery tasks, but not working memory for number strings. This suggests that luminance signals were disrupting sensory-based imagery mechanisms and not a general working memory system. Individuals with poor imagery still performed above chance in the visual working memory task, but their performance was not affected by the background luminance, suggesting a dichotomy in strategies for visual working memory: individuals with strong mental imagery rely on sensory-based imagery to support mnemonic performance, while those with poor imagery rely on different strategies. These findings could help reconcile current controversy regarding the mechanism and location of visual mnemonic storage.

  12. Non-volatile main memory management methods based on a file system.

    PubMed

    Oikawa, Shuichi

    2014-01-01

    There are upcoming non-volatile (NV) memory technologies that provide byte addressability and high performance. PCM, MRAM, and STT-RAM are such examples. Such NV memory can be used as storage because of its data persistency without power supply while it can be used as main memory because of its high performance that matches up with DRAM. There are a number of researches that investigated its uses for main memory and storage. They were, however, conducted independently. This paper presents the methods that enables the integration of the main memory and file system management for NV memory. Such integration makes NV memory simultaneously utilized as both main memory and storage. The presented methods use a file system as their basis for the NV memory management. We implemented the proposed methods in the Linux kernel, and performed the evaluation on the QEMU system emulator. The evaluation results show that 1) the proposed methods can perform comparably to the existing DRAM memory allocator and significantly better than the page swapping, 2) their performance is affected by the internal data structures of a file system, and 3) the data structures appropriate for traditional hard disk drives do not always work effectively for byte addressable NV memory. We also performed the evaluation of the effects caused by the longer access latency of NV memory by cycle-accurate full-system simulation. The results show that the effect on page allocation cost is limited if the increase of latency is moderate.

  13. Contralateral Delay Activity Tracks Fluctuations in Working Memory Performance.

    PubMed

    Adam, Kirsten C S; Robison, Matthew K; Vogel, Edward K

    2018-01-08

    Neural measures of working memory storage, such as the contralateral delay activity (CDA), are powerful tools in working memory research. CDA amplitude is sensitive to working memory load, reaches an asymptote at known behavioral limits, and predicts individual differences in capacity. An open question, however, is whether neural measures of load also track trial-by-trial fluctuations in performance. Here, we used a whole-report working memory task to test the relationship between CDA amplitude and working memory performance. If working memory failures are due to decision-based errors and retrieval failures, CDA amplitude would not differentiate good and poor performance trials when load is held constant. If failures arise during storage, then CDA amplitude should track both working memory load and trial-by-trial performance. As expected, CDA amplitude tracked load (Experiment 1), reaching an asymptote at three items. In Experiment 2, we tracked fluctuations in trial-by-trial performance. CDA amplitude was larger (more negative) for high-performance trials compared with low-performance trials, suggesting that fluctuations in performance were related to the successful storage of items. During working memory failures, participants oriented their attention to the correct side of the screen (lateralized P1) and maintained covert attention to the correct side during the delay period (lateralized alpha power suppression). Despite the preservation of attentional orienting, we found impairments consistent with an executive attention theory of individual differences in working memory capacity; fluctuations in executive control (indexed by pretrial frontal theta power) may be to blame for storage failures.

  14. Dose-dependent effects of hydrocortisone infusion on autobiographical memory recall

    PubMed Central

    Young, Kymberly; Drevets, Wayne C.; Schulkin, Jay; Erickson, Kristine

    2011-01-01

    The glucocorticoid hormone cortisol has been shown to impair episodic memory performance. The present study examined the effect of two doses of hydrocortisone (synthetic cortisol) administration on autobiographical memory retrieval. Healthy volunteers (n=66) were studied on two separate visits, during which they received placebo and either moderate-dose (0.15 mg/kg IV; n=33) or high-dose (0.45 mg/kg IV; n=33) hydrocortisone infusion. From 75 to 150 min post-infusion subjects performed an Autobiographical Memory Test and the California Verbal Learning Test (CVLT). The high-dose hydrocortisone administration reduced the percent of specific memories recalled (p = 0.04), increased the percent of categorical (nonspecific) memories recalled, and slowed response times for categorical memories (p <0.001), compared to placebo performance (p < 0.001). Under moderate-dose hydrocortisone the autobiographical memory performance did not change significantly with respect to percent of specific or categorical memories recalled or reaction times. Performance on the CVLT was not affected by hydrocortisone. These findings suggest that cortisol affects accessibility of autobiographical memories in a dose-dependent manner. Specifically, administration of hydrocortisone at doses analogous to those achieved under severe psychosocial stress impaired the specificity and speed of retrieval of autobiographical memories. PMID:21942435

  15. Hierarchically Enhanced Impact Resistance of Bioinspired Composites.

    PubMed

    Gu, Grace X; Takaffoli, Mahdi; Buehler, Markus J

    2017-07-01

    An order of magnitude tougher than nacre, conch shells are known for being one of the toughest body armors in nature. However, the complexity of the conch shell architecture creates a barrier to emulating its cross-lamellar structure in synthetic materials. Here, a 3D biomimetic conch shell prototype is presented, which can replicate the crack arresting mechanisms embedded in the natural architecture. Through an integrated approach combining simulation, additive manufacturing, and drop tower testing, the function of hierarchy in conch shell's multiscale microarchitectures is explicated. The results show that adding the second level of cross-lamellar hierarchy can boost impact performance by 70% and 85% compared to a single-level hierarchy and the stiff constituent, respectively. The overarching mechanism responsible for the impact resistance of conch shell is the generation of pathways for crack deviation, which can be generalized to the design of future protective apparatus such as helmets and body armor. © 2017 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  16. Identification of overlapping communities and their hierarchy by locally calculating community-changing resolution levels

    NASA Astrophysics Data System (ADS)

    Havemann, Frank; Heinz, Michael; Struck, Alexander; Gläser, Jochen

    2011-01-01

    We propose a new local, deterministic and parameter-free algorithm that detects fuzzy and crisp overlapping communities in a weighted network and simultaneously reveals their hierarchy. Using a local fitness function, the algorithm greedily expands natural communities of seeds until the whole graph is covered. The hierarchy of communities is obtained analytically by calculating resolution levels at which communities grow rather than numerically by testing different resolution levels. This analytic procedure is not only more exact than its numerical alternatives such as LFM and GCE but also much faster. Critical resolution levels can be identified by searching for intervals in which large changes of the resolution do not lead to growth of communities. We tested our algorithm on benchmark graphs and on a network of 492 papers in information science. Combined with a specific post-processing, the algorithm gives much more precise results on LFR benchmarks with high overlap compared to other algorithms and performs very similarly to GCE.

  17. Computations Underlying Social Hierarchy Learning: Distinct Neural Mechanisms for Updating and Representing Self-Relevant Information.

    PubMed

    Kumaran, Dharshan; Banino, Andrea; Blundell, Charles; Hassabis, Demis; Dayan, Peter

    2016-12-07

    Knowledge about social hierarchies organizes human behavior, yet we understand little about the underlying computations. Here we show that a Bayesian inference scheme, which tracks the power of individuals, better captures behavioral and neural data compared with a reinforcement learning model inspired by rating systems used in games such as chess. We provide evidence that the medial prefrontal cortex (MPFC) selectively mediates the updating of knowledge about one's own hierarchy, as opposed to that of another individual, a process that underpinned successful performance and involved functional interactions with the amygdala and hippocampus. In contrast, we observed domain-general coding of rank in the amygdala and hippocampus, even when the task did not require it. Our findings reveal the computations underlying a core aspect of social cognition and provide new evidence that self-relevant information may indeed be afforded a unique representational status in the brain. Copyright © 2016 The Authors. Published by Elsevier Inc. All rights reserved.

  18. Improving everyday memory performance after acquired brain injury: An RCT on recollection and working memory training.

    PubMed

    Richter, Kim Merle; Mödden, Claudia; Eling, Paul; Hildebrandt, Helmut

    2018-04-26

    To show the effectiveness of a combined recognition and working memory training on everyday memory performance in patients suffering from organic memory disorders. In this double-blind, randomized controlled Study 36 patients with organic memory impairments, mainly attributable to stroke, were assigned to either the experimental or the active control group. In the experimental group a working memory training was combined with a recollection training based on the repetition-lag procedure. Patients in the active control group received the memory therapy usually provided in the rehabilitation center. Both groups received nine hours of therapy. Prior (T0) and subsequent (T1) to the therapy, patients were evaluated on an everyday memory test (EMT) as well as on a neuropsychological test battery. Based on factor analysis of the neuropsychological test scores at T0 we calculated composite scores for working memory, verbal learning and word fluency. After treatment, the intervention group showed a significantly greater improvement for WM performance compared with the active control group. More importantly, performance on the EMT also improved significantly in patients receiving the recollection and working memory training compared with patients with standard memory training. Our results show that combining working memory and recollection training significantly improves performance on everyday memory tasks, demonstrating far transfer effects. The present study argues in favor of a process-based approach for treating memory impairments. (PsycINFO Database Record (c) 2018 APA, all rights reserved).

  19. How autobiographical memories can support episodic recall: transfer and maintenance effect of memory training with old-old low-autonomy adults.

    PubMed

    Carretti, Barbara; Facchini, Giulia; Nicolini, Chiara

    2011-02-01

    A large body of research has demonstrated that, although specific memory activities can enhance the memory performance of healthy older adults, the extent of the increment is negatively associated with age. Conversely, few studies have examined the case of healthy elderly people not living alone. This study has two mains goals: to understand whether older adults with limited autonomy can benefit from activities devoted to increasing their episodic memory performance, and to test the efficacy of a memory training program based on autobiographical memories, in terms of transfer and maintenance effect. We postulated that being able to rely on stable autobiographical memories (intrinsically associated with emotions) would be a valuable memory aid. Memory training was given to healthy older adults (aged 75-85) living in a retirement home. Two programs were compared: in the first, participants were primed to recall autobiographical memories around certain themes, and then to complete a set of episodic memory tasks (experimental group); in the second, participants were only given the episodic tasks (control group). Both groups improved their performance from pre- to post-test. However, the experimental group reported a greater feeling of well-being after the training, and maintained the training gains relating to episodic performance after three months. Our findings suggest that specific memory activities are beneficial to elderly people living in a retirement home context. In addition, training based on reactivation of autobiographical memories is shown to produce a long-lasting effect on memory performance.

  20. Nanostructural hierarchy increases the strength of aluminium alloys.

    PubMed

    Liddicoat, Peter V; Liao, Xiao-Zhou; Zhao, Yonghao; Zhu, Yuntian; Murashkin, Maxim Y; Lavernia, Enrique J; Valiev, Ruslan Z; Ringer, Simon P

    2010-09-07

    Increasing the strength of metallic alloys while maintaining formability is an interesting challenge for enabling new generations of lightweight structures and technologies. In this paper, we engineer aluminium alloys to contain a hierarchy of nanostructures and possess mechanical properties that expand known performance boundaries-an aerospace-grade 7075 alloy exhibits a yield strength and uniform elongation approaching 1 GPa and 5%, respectively. The nanostructural architecture was observed using novel high-resolution microscopy techniques and comprises a solid solution, free of precipitation, featuring (i) a high density of dislocations, (ii) subnanometre intragranular solute clusters, (iii) two geometries of nanometre-scale intergranular solute structures and (iv) grain sizes tens of nanometres in diameter. Our results demonstrate that this novel architecture offers a design pathway towards a new generation of super-strong materials with new regimes of property-performance space.

  1. An Optimizing Compiler for Petascale I/O on Leadership Class Architectures

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Choudhary, Alok; Kandemir, Mahmut

    In high-performance computing systems, parallel I/O architectures usually have very complex hierarchies with multiple layers that collectively constitute an I/O stack, including high-level I/O libraries such as PnetCDF and HDF5, I/O middleware such as MPI-IO, and parallel file systems such as PVFS and Lustre. Our project explored automated instrumentation and compiler support for I/O intensive applications. Our project made significant progress towards understanding the complex I/O hierarchies of high-performance storage systems (including storage caches, HDDs, and SSDs), and designing and implementing state-of-the-art compiler/runtime system technology that targets I/O intensive HPC applications that target leadership class machine. This final report summarizesmore » the major achievements of the project and also points out promising future directions.« less

  2. Gene function prediction based on Gene Ontology Hierarchy Preserving Hashing.

    PubMed

    Zhao, Yingwen; Fu, Guangyuan; Wang, Jun; Guo, Maozu; Yu, Guoxian

    2018-02-23

    Gene Ontology (GO) uses structured vocabularies (or terms) to describe the molecular functions, biological roles, and cellular locations of gene products in a hierarchical ontology. GO annotations associate genes with GO terms and indicate the given gene products carrying out the biological functions described by the relevant terms. However, predicting correct GO annotations for genes from a massive set of GO terms as defined by GO is a difficult challenge. To combat with this challenge, we introduce a Gene Ontology Hierarchy Preserving Hashing (HPHash) based semantic method for gene function prediction. HPHash firstly measures the taxonomic similarity between GO terms. It then uses a hierarchy preserving hashing technique to keep the hierarchical order between GO terms, and to optimize a series of hashing functions to encode massive GO terms via compact binary codes. After that, HPHash utilizes these hashing functions to project the gene-term association matrix into a low-dimensional one and performs semantic similarity based gene function prediction in the low-dimensional space. Experimental results on three model species (Homo sapiens, Mus musculus and Rattus norvegicus) for interspecies gene function prediction show that HPHash performs better than other related approaches and it is robust to the number of hash functions. In addition, we also take HPHash as a plugin for BLAST based gene function prediction. From the experimental results, HPHash again significantly improves the prediction performance. The codes of HPHash are available at: http://mlda.swu.edu.cn/codes.php?name=HPHash. Copyright © 2018 Elsevier Inc. All rights reserved.

  3. Performing an allreduce operation using shared memory

    DOEpatents

    Archer, Charles J [Rochester, MN; Dozsa, Gabor [Ardsley, NY; Ratterman, Joseph D [Rochester, MN; Smith, Brian E [Rochester, MN

    2012-04-17

    Methods, apparatus, and products are disclosed for performing an allreduce operation using shared memory that include: receiving, by at least one of a plurality of processing cores on a compute node, an instruction to perform an allreduce operation; establishing, by the core that received the instruction, a job status object for specifying a plurality of shared memory allreduce work units, the plurality of shared memory allreduce work units together performing the allreduce operation on the compute node; determining, by an available core on the compute node, a next shared memory allreduce work unit in the job status object; and performing, by that available core on the compute node, that next shared memory allreduce work unit.

  4. Performing an allreduce operation using shared memory

    DOEpatents

    Archer, Charles J; Dozsa, Gabor; Ratterman, Joseph D; Smith, Brian E

    2014-06-10

    Methods, apparatus, and products are disclosed for performing an allreduce operation using shared memory that include: receiving, by at least one of a plurality of processing cores on a compute node, an instruction to perform an allreduce operation; establishing, by the core that received the instruction, a job status object for specifying a plurality of shared memory allreduce work units, the plurality of shared memory allreduce work units together performing the allreduce operation on the compute node; determining, by an available core on the compute node, a next shared memory allreduce work unit in the job status object; and performing, by that available core on the compute node, that next shared memory allreduce work unit.

  5. Partitioned key-value store with atomic memory operations

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Bent, John M.; Faibish, Sorin; Grider, Gary

    A partitioned key-value store is provided that supports atomic memory operations. A server performs a memory operation in a partitioned key-value store by receiving a request from an application for at least one atomic memory operation, the atomic memory operation comprising a memory address identifier; and, in response to the atomic memory operation, performing one or more of (i) reading a client-side memory location identified by the memory address identifier and storing one or more key-value pairs from the client-side memory location in a local key-value store of the server; and (ii) obtaining one or more key-value pairs from themore » local key-value store of the server and writing the obtained one or more key-value pairs into the client-side memory location identified by the memory address identifier. The server can perform functions obtained from a client-side memory location and return a result to the client using one or more of the atomic memory operations.« less

  6. Real Time Monitoring and Prediction of the Monsoon Intraseasonal Oscillations: An index based on Nonlinear Laplacian Spectral Analysis Technique

    NASA Astrophysics Data System (ADS)

    Cherumadanakadan Thelliyil, S.; Ravindran, A. M.; Giannakis, D.; Majda, A.

    2016-12-01

    An improved index for real time monitoring and forecast verification of monsoon intraseasonal oscillations (MISO) is introduced using the recently developed Nonlinear Laplacian Spectral Analysis (NLSA) algorithm. Previous studies has demonstrated the proficiency of NLSA in capturing low frequency variability and intermittency of a time series. Using NLSA a hierarchy of Laplace-Beltrami (LB) eigen functions are extracted from the unfiltered daily GPCP rainfall data over the south Asian monsoon region. Two modes representing the full life cycle of complex northeastward propagating boreal summer MISO are identified from the hierarchy of Laplace-Beltrami eigen functions. These two MISO modes have a number of advantages over the conventionally used Extended Empirical Orthogonal Function (EEOF) MISO modes including higher memory and better predictability, higher fractional variance over the western Pacific, Western Ghats and adjoining Arabian Sea regions and more realistic representation of regional heat sources associated with the MISO. The skill of NLSA based MISO indices in real time prediction of MISO is demonstrated using hindcasts of CFSv2 extended range prediction runs. It is shown that these indices yield a higher prediction skill than the other conventional indices supporting the use of NLSA in real time prediction of MISO. Real time monitoring and prediction of MISO finds its application in agriculture, construction and hydro-electric power sectors and hence an important component of monsoon prediction.

  7. Computational Model-Based Prediction of Human Episodic Memory Performance Based on Eye Movements

    NASA Astrophysics Data System (ADS)

    Sato, Naoyuki; Yamaguchi, Yoko

    Subjects' episodic memory performance is not simply reflected by eye movements. We use a ‘theta phase coding’ model of the hippocampus to predict subjects' memory performance from their eye movements. Results demonstrate the ability of the model to predict subjects' memory performance. These studies provide a novel approach to computational modeling in the human-machine interface.

  8. Biologically-inspired robust and adaptive multi-sensor fusion and active control

    NASA Astrophysics Data System (ADS)

    Khosla, Deepak; Dow, Paul A.; Huber, David J.

    2009-04-01

    In this paper, we describe a method and system for robust and efficient goal-oriented active control of a machine (e.g., robot) based on processing, hierarchical spatial understanding, representation and memory of multimodal sensory inputs. This work assumes that a high-level plan or goal is known a priori or is provided by an operator interface, which translates into an overall perceptual processing strategy for the machine. Its analogy to the human brain is the download of plans and decisions from the pre-frontal cortex into various perceptual working memories as a perceptual plan that then guides the sensory data collection and processing. For example, a goal might be to look for specific colored objects in a scene while also looking for specific sound sources. This paper combines three key ideas and methods into a single closed-loop active control system. (1) Use high-level plan or goal to determine and prioritize spatial locations or waypoints (targets) in multimodal sensory space; (2) collect/store information about these spatial locations at the appropriate hierarchy and representation in a spatial working memory. This includes invariant learning of these spatial representations and how to convert between them; and (3) execute actions based on ordered retrieval of these spatial locations from hierarchical spatial working memory and using the "right" level of representation that can efficiently translate into motor actions. In its most specific form, the active control is described for a vision system (such as a pantilt- zoom camera system mounted on a robotic head and neck unit) which finds and then fixates on high saliency visual objects. We also describe the approach where the goal is to turn towards and sequentially foveate on salient multimodal cues that include both visual and auditory inputs.

  9. Lossy Wavefield Compression for Full-Waveform Inversion

    NASA Astrophysics Data System (ADS)

    Boehm, C.; Fichtner, A.; de la Puente, J.; Hanzich, M.

    2015-12-01

    We present lossy compression techniques, tailored to the inexact computation of sensitivity kernels, that significantly reduce the memory requirements of adjoint-based minimization schemes. Adjoint methods are a powerful tool to solve tomography problems in full-waveform inversion (FWI). Yet they face the challenge of massive memory requirements caused by the opposite directions of forward and adjoint simulations and the necessity to access both wavefields simultaneously during the computation of the sensitivity kernel. Thus, storage, I/O operations, and memory bandwidth become key topics in FWI. In this talk, we present strategies for the temporal and spatial compression of the forward wavefield. This comprises re-interpolation with coarse time steps and an adaptive polynomial degree of the spectral element shape functions. In addition, we predict the projection errors on a hierarchy of grids and re-quantize the residuals with an adaptive floating-point accuracy to improve the approximation. Furthermore, we use the first arrivals of adjoint waves to identify "shadow zones" that do not contribute to the sensitivity kernel at all. Updating and storing the wavefield within these shadow zones is skipped, which reduces memory requirements and computational costs at the same time. Compared to check-pointing, our approach has only a negligible computational overhead, utilizing the fact that a sufficiently accurate sensitivity kernel does not require a fully resolved forward wavefield. Furthermore, we use adaptive compression thresholds during the FWI iterations to ensure convergence. Numerical experiments on the reservoir scale and for the Western Mediterranean prove the high potential of this approach with an effective compression factor of 500-1000. Furthermore, it is computationally cheap and easy to integrate in both, finite-differences and finite-element wave propagation codes.

  10. Efficient algorithms for accurate hierarchical clustering of huge datasets: tackling the entire protein space

    PubMed Central

    Loewenstein, Yaniv; Portugaly, Elon; Fromer, Menachem; Linial, Michal

    2008-01-01

    Motivation: UPGMA (average linking) is probably the most popular algorithm for hierarchical data clustering, especially in computational biology. However, UPGMA requires the entire dissimilarity matrix in memory. Due to this prohibitive requirement, UPGMA is not scalable to very large datasets. Application: We present a novel class of memory-constrained UPGMA (MC-UPGMA) algorithms. Given any practical memory size constraint, this framework guarantees the correct clustering solution without explicitly requiring all dissimilarities in memory. The algorithms are general and are applicable to any dataset. We present a data-dependent characterization of hardness and clustering efficiency. The presented concepts are applicable to any agglomerative clustering formulation. Results: We apply our algorithm to the entire collection of protein sequences, to automatically build a comprehensive evolutionary-driven hierarchy of proteins from sequence alone. The newly created tree captures protein families better than state-of-the-art large-scale methods such as CluSTr, ProtoNet4 or single-linkage clustering. We demonstrate that leveraging the entire mass embodied in all sequence similarities allows to significantly improve on current protein family clusterings which are unable to directly tackle the sheer mass of this data. Furthermore, we argue that non-metric constraints are an inherent complexity of the sequence space and should not be overlooked. The robustness of UPGMA allows significant improvement, especially for multidomain proteins, and for large or divergent families. Availability: A comprehensive tree built from all UniProt sequence similarities, together with navigation and classification tools will be made available as part of the ProtoNet service. A C++ implementation of the algorithm is available on request. Contact: lonshy@cs.huji.ac.il PMID:18586742

  11. Task demands moderate stereotype threat effects on memory performance.

    PubMed

    Hess, Thomas M; Emery, Lisa; Queen, Tara L

    2009-06-01

    Previous research has demonstrated that older adults' memory performance is adversely affected by the explicit activation of negative stereotypes about aging. In this study, we examined the impact of stereotype threat on recognition memory, with specific interest in (a) the generalizability of previously observed effects, (b) the subjective experience of memory, and (c) the moderating effects of task demands. Older participants subjected to threat performed worse than did those in a nonthreat condition but only when performance constraints were high (i.e., memory decisions had to be made within a limited time frame). This effect was reflected in the subjective experience of memory, with participants in this condition having a lower ratio of "remember" to "know" responses. The absence of threat effects when constraints were minimal provides important boundary information regarding stereotype influences on memory performance.

  12. Effects of selective activation of M1 and M4 muscarinic receptors on object recognition memory performance in rats.

    PubMed

    Galloway, Claire R; Lebois, Evan P; Shagarabi, Shezza L; Hernandez, Norma A; Manns, Joseph R

    2014-01-01

    Acetylcholine signaling through muscarinic receptors has been shown to benefit memory performance in some conditions, but pan-muscarinic activation also frequently leads to peripheral side effects. Drug therapies that selectively target M1 or M4 muscarinic receptors could potentially improve memory while minimizing side effects mediated by the other muscarinic receptor subtypes. The ability of three recently developed drugs that selectively activate M1 or M4 receptors to improve recognition memory was tested by giving Long-Evans rats subcutaneous injections of three different doses of the M1 agonist VU0364572, the M1 positive allosteric modulator BQCA or the M4 positive allosteric modulator VU0152100 before performing an object recognition memory task. VU0364572 at 0.1 mg/kg, BQCA at 1.0 mg/kg and VU0152100 at 3.0 and 30.0 mg/kg improved the memory performance of rats that performed poorly at baseline, yet the improvements in memory performance were the most statistically robust for VU0152100 at 3.0 mg/kg. The results suggested that selective M1 and M4 receptor activation each improved memory but that the likelihood of obtaining behavioral efficacy at a given dose might vary between subjects even in healthy groups depending on baseline performance. These results also highlighted the potential of drug therapies that selectively target M1 or M4 receptors to improve memory performance in individuals with impaired memory.

  13. Comparative Effectiveness of Hierarchical, Flowchart and Spider Concept Mapping Strategies on Students' Performance in Chemistry

    ERIC Educational Resources Information Center

    Bamidele, E. F.; Oloyede, E. O.

    2013-01-01

    This study investigated the relative effectiveness of three types of concept maps (hierarchy, flowchart and spider) on the performance of students in Chemistry. This is with a view to find out which of the concept mapping types is more superior in enhancing students' performance in the numerical aspect of Chemistry. The pre-test, post-test…

  14. A proper metaphysics for cognitive performance.

    PubMed

    Van Orden, Guy C; Moreno, Miguel A; Holden, John G

    2003-01-01

    The general failure to individuate component causes in cognitive performance suggests the need for an alternative metaphysics. The metaphysics of control hierarchy theory accommodates the fact of self-organization in nature and the possibility that intentional actions are self-organized. One key assumption is that interactions among processes dominate their intrinsic dynamics. Scaling relations in response time variability motivate this assumption in cognitive performance.

  15. Awareness of Memory Ability and Change: (In)Accuracy of Memory Self-Assessments in Relation to Performance.

    PubMed

    Rickenbach, Elizabeth Hahn; Agrigoroaei, Stefan; Lachman, Margie E

    2015-03-01

    Little is known about subjective assessments of memory abilities and decline among middle-aged adults or their association with objective memory performance in the general population. In this study we examined self-ratings of memory ability and change in relation to episodic memory performance in two national samples of middle-aged and older adults from the Midlife in the United States study (MIDUS II in 2005-06) and the Health and Retirement Study (HRS; every two years from 2002 to 2012). MIDUS (Study 1) participants (N=3,581) rated their memory compared to others their age and to themselves five years ago; HRS (Study 2) participants (N=14,821) rated their current memory and their memory compared to two years ago, with up to six occasions of longitudinal data over ten years. In both studies, episodic memory performance was the total number of words recalled in immediate and delayed conditions. When controlling for demographic and health correlates, self-ratings of memory abilities, but not subjective change, were related to performance. We examined accuracy by comparing subjective and objective memory ability and change. More than one third of the participants across the studies had self-assessments that were inaccurate relative to their actual level of performance and change, and accuracy differed as a function of demographic and health factors. Further understanding of self-awareness of memory abilities and change beginning in midlife may be useful for identifying early warning signs of decline, with implications regarding policies and practice for early detection and treatment of cognitive impairment.

  16. Static Memory Deduplication for Performance Optimization in Cloud Computing.

    PubMed

    Jia, Gangyong; Han, Guangjie; Wang, Hao; Yang, Xuan

    2017-04-27

    In a cloud computing environment, the number of virtual machines (VMs) on a single physical server and the number of applications running on each VM are continuously growing. This has led to an enormous increase in the demand of memory capacity and subsequent increase in the energy consumption in the cloud. Lack of enough memory has become a major bottleneck for scalability and performance of virtualization interfaces in cloud computing. To address this problem, memory deduplication techniques which reduce memory demand through page sharing are being adopted. However, such techniques suffer from overheads in terms of number of online comparisons required for the memory deduplication. In this paper, we propose a static memory deduplication (SMD) technique which can reduce memory capacity requirement and provide performance optimization in cloud computing. The main innovation of SMD is that the process of page detection is performed offline, thus potentially reducing the performance cost, especially in terms of response time. In SMD, page comparisons are restricted to the code segment, which has the highest shared content. Our experimental results show that SMD efficiently reduces memory capacity requirement and improves performance. We demonstrate that, compared to other approaches, the cost in terms of the response time is negligible.

  17. Effects of domain knowledge, working memory capacity, and age on cognitive performance: an investigation of the knowledge-is-power hypothesis.

    PubMed

    Hambrick, David Z; Engle, Randall W

    2002-06-01

    Domain knowledge facilitates performance in many cognitive tasks. However, very little is known about the interplay between domain knowledge and factors that are believed to reflect general, and relatively stable, characteristics of the individual. The primary goal of this study was to investigate the interplay between domain knowledge and one such factor: working memory capacity. Adults from wide ranges of working memory capacity, age, and knowledge about the game of baseball listened to, and then answered questions about, simulated radio broadcasts of baseball games. There was a strong facilitative effect of preexisting knowledge of baseball on memory performance, particularly for information judged to be directly relevant to the baseball games. However, there was a positive effect of working memory capacity on memory performance as well, and there was no indication that domain knowledge attenuated this effect. That is, working memory capacity contributed to memory performance even at high levels of domain knowledge. Similarly, there was no evidence that domain knowledge attenuated age-related differences (favoring young adults) in memory performance. We discuss implications of the results for understanding proficiency in cognitive domains from an individual-differences perspective. Copyright 2001 Elsevier Science (USA).

  18. Static Memory Deduplication for Performance Optimization in Cloud Computing

    PubMed Central

    Jia, Gangyong; Han, Guangjie; Wang, Hao; Yang, Xuan

    2017-01-01

    In a cloud computing environment, the number of virtual machines (VMs) on a single physical server and the number of applications running on each VM are continuously growing. This has led to an enormous increase in the demand of memory capacity and subsequent increase in the energy consumption in the cloud. Lack of enough memory has become a major bottleneck for scalability and performance of virtualization interfaces in cloud computing. To address this problem, memory deduplication techniques which reduce memory demand through page sharing are being adopted. However, such techniques suffer from overheads in terms of number of online comparisons required for the memory deduplication. In this paper, we propose a static memory deduplication (SMD) technique which can reduce memory capacity requirement and provide performance optimization in cloud computing. The main innovation of SMD is that the process of page detection is performed offline, thus potentially reducing the performance cost, especially in terms of response time. In SMD, page comparisons are restricted to the code segment, which has the highest shared content. Our experimental results show that SMD efficiently reduces memory capacity requirement and improves performance. We demonstrate that, compared to other approaches, the cost in terms of the response time is negligible. PMID:28448434

  19. A Task-Optimized Neural Network Replicates Human Auditory Behavior, Predicts Brain Responses, and Reveals a Cortical Processing Hierarchy.

    PubMed

    Kell, Alexander J E; Yamins, Daniel L K; Shook, Erica N; Norman-Haignere, Sam V; McDermott, Josh H

    2018-05-02

    A core goal of auditory neuroscience is to build quantitative models that predict cortical responses to natural sounds. Reasoning that a complete model of auditory cortex must solve ecologically relevant tasks, we optimized hierarchical neural networks for speech and music recognition. The best-performing network contained separate music and speech pathways following early shared processing, potentially replicating human cortical organization. The network performed both tasks as well as humans and exhibited human-like errors despite not being optimized to do so, suggesting common constraints on network and human performance. The network predicted fMRI voxel responses substantially better than traditional spectrotemporal filter models throughout auditory cortex. It also provided a quantitative signature of cortical representational hierarchy-primary and non-primary responses were best predicted by intermediate and late network layers, respectively. The results suggest that task optimization provides a powerful set of tools for modeling sensory systems. Copyright © 2018 Elsevier Inc. All rights reserved.

  20. Recursion Relations for Double Ramification Hierarchies

    NASA Astrophysics Data System (ADS)

    Buryak, Alexandr; Rossi, Paolo

    2016-03-01

    In this paper we study various properties of the double ramification hierarchy, an integrable hierarchy of hamiltonian PDEs introduced in Buryak (CommunMath Phys 336(3):1085-1107, 2015) using intersection theory of the double ramification cycle in the moduli space of stable curves. In particular, we prove a recursion formula that recovers the full hierarchy starting from just one of the Hamiltonians, the one associated to the first descendant of the unit of a cohomological field theory. Moreover, we introduce analogues of the topological recursion relations and the divisor equation both for the Hamiltonian densities and for the string solution of the double ramification hierarchy. This machinery is very efficient and we apply it to various computations for the trivial and Hodge cohomological field theories, and for the r -spin Witten's classes. Moreover, we prove the Miura equivalence between the double ramification hierarchy and the Dubrovin-Zhang hierarchy for the Gromov-Witten theory of the complex projective line (extended Toda hierarchy).

  1. Objective but not subjective sleep predicts memory in community-dwelling older adults.

    PubMed

    Cavuoto, Marina G; Ong, Ben; Pike, Kerryn E; Nicholas, Christian L; Bei, Bei; Kinsella, Glynda J

    2016-08-01

    Research on the relationship between habitual sleep patterns and memory performance in older adults is limited. No previous study has used objective and subjective memory measures in a large, older-aged sample to examine the association between sleep and various domains of memory. The aim of this study was to examine the association between objective and subjective measures of sleep with memory performance in older adults, controlling for the effects of potential confounds. One-hundred and seventy-three community-dwelling older adults aged 65-89 years in Victoria, Australia completed the study. Objective sleep quality and length were ascertained using the Actiwatch 2 Mini-Mitter, while subjective sleep was measured using the Pittsburgh Sleep Quality Index. Memory was indexed by tests of retrospective memory (Hopkins Verbal Learning Test - Revised), working memory (n-back, 2-back accuracy) and prospective memory (a habitual button pressing task). Compared with normative data, overall performance on retrospective memory function was within the average range. Hierarchical regression was used to determine whether objective or subjective measures of sleep predicted memory performances after controlling for demographics, health and mood. After controlling for confounds, actigraphic sleep indices (greater wake after sleep onset, longer sleep-onset latency and longer total sleep time) predicted poorer retrospective (∆R(2)  = 0.05, P = 0.016) and working memory (∆R(2)  = 0.05, P = 0.047). In contrast, subjective sleep indices did not significantly predict memory performances. In community-based older adults, objectively-measured, habitual sleep indices predict poorer memory performances. It will be important to follow the sample longitudinally to determine trajectories of change over time. © 2016 European Sleep Research Society.

  2. Memory for performed and observed activities following traumatic brain injury

    PubMed Central

    Wright, Matthew J.; Wong, Andrew L.; Obermeit, Lisa C.; Woo, Ellen; Schmitter-Edgecombe, Maureen; Fuster, Joaquín M.

    2014-01-01

    Traumatic brain injury (TBI) is associated with deficits in memory for the content of completed activities. However, TBI groups have shown variable memory for the temporal order of activities. We sought to clarify the conditions under which temporal order memory for activities is intact following TBI. Additionally, we evaluated activity source memory and the relationship between activity memory and functional outcome in TBI participants. Thus, we completed a study of activity memory with 18 severe TBI survivors and 18 healthy age- and education-matched comparison participants. Both groups performed eight activities and observed eight activities that were fashioned after routine daily tasks. Incidental encoding conditions for activities were utilized. The activities were drawn from two counterbalanced lists, and both performance and observation were randomly determined and interspersed. After all of the activities were completed, content memory (recall and recognition), source memory (conditional source identification), and temporal order memory (correlation between order reconstruction and actual order) for the activities were assessed. Functional ability was assessed via the Community Integration Questionnaire (CIQ). In terms of content memory, TBI participants recalled and recognized fewer activities than comparison participants. Recognition of performed and observed activities was strongly associated with social integration on the CIQ. There were no between- or within-group differences in temporal order or source memory, although source memory performances were near ceiling. The findings were interpreted as suggesting that temporal order memory following TBI is intact under conditions of both purposeful activity completion and incidental encoding, and that activity memory is related to functional outcomes following TBI. PMID:24524393

  3. Mindfulness Enhances Episodic Memory Performance: Evidence from a Multimethod Investigation

    PubMed Central

    Goodman, Robert J.; Ryan, Richard M.; Anālayo, Bhikkhu

    2016-01-01

    Training in mindfulness, classically described as a receptive attentiveness to present events and experiences, has been shown to improve attention and working memory. Both are key to long-term memory formation, and the present three-study series used multiple methods to examine whether mindfulness would enhance episodic memory, a key form of long-term memory. In Study 1 (N = 143), a self-reported state of mindful attention predicted better recognition performance in the Remember-Know (R-K) paradigm. In Study 2 (N = 93), very brief training in a focused attention form of mindfulness also produced better recognition memory performance on the R-K task relative to a randomized, well-matched active control condition. Study 3 (N = 57) extended these findings by showing that relative to randomized active and inactive control conditions the effect of very brief mindfulness training generalized to free-recall memory performance. This study also found evidence for mediation of the mindfulness training—episodic memory relation by intrinsic motivation. These findings indicate that mindful attention can beneficially impact motivation and episodic memory, with potential implications for educational and occupational performance. PMID:27115491

  4. Mindfulness Enhances Episodic Memory Performance: Evidence from a Multimethod Investigation.

    PubMed

    Brown, Kirk Warren; Goodman, Robert J; Ryan, Richard M; Anālayo, Bhikkhu

    2016-01-01

    Training in mindfulness, classically described as a receptive attentiveness to present events and experiences, has been shown to improve attention and working memory. Both are key to long-term memory formation, and the present three-study series used multiple methods to examine whether mindfulness would enhance episodic memory, a key form of long-term memory. In Study 1 (N = 143), a self-reported state of mindful attention predicted better recognition performance in the Remember-Know (R-K) paradigm. In Study 2 (N = 93), very brief training in a focused attention form of mindfulness also produced better recognition memory performance on the R-K task relative to a randomized, well-matched active control condition. Study 3 (N = 57) extended these findings by showing that relative to randomized active and inactive control conditions the effect of very brief mindfulness training generalized to free-recall memory performance. This study also found evidence for mediation of the mindfulness training-episodic memory relation by intrinsic motivation. These findings indicate that mindful attention can beneficially impact motivation and episodic memory, with potential implications for educational and occupational performance.

  5. Intact and impaired conceptual memory processes in amnesia.

    PubMed

    Keane, M M; Gabrieli, J D; Monti, L A; Fleischman, D A; Cantor, J M; Noland, J S

    1997-01-01

    To examine the status of conceptual memory processes in amnesia, a conceptual memory task with implicit or explicit task instructions was given to amnesic and control groups. After studying a list of category exemplars, participants saw category labels and were asked to generate as many exemplars as possible (an implicit memory task) or to generate exemplars that had been in the prior study list (an explicit memory task). After incidental deep or shallow encoding of exemplars, amnesic patients showed normal implicit memory performance (priming), a normal levels-of-processing effect on priming, and impaired explicit memory performance. After intentional encoding of exemplars, amnesic patients showed impaired implicit and explicit memory performance. Results suggest that although amnesic patients can show impairments on implicit and explicit conceptual memory tasks, their deficit does not generalize to all conceptual memory tasks.

  6. Memory performance and affect: are there gender differences in community-residing older adults?

    PubMed

    McDougall, Graham Joseph; Pituch, Keenan A; Stanton, Marietta P; Chang, Wanchen

    2014-08-01

    After age 65, the incidence of episodic memory decline in males is greater than in females. We explored the influence of anxiety and depression on objective and subjective memory performance in a diverse sample of community-residing older adults. The study was a secondary analysis of data on three samples of adults from two states, Ohio and Texas: a community sample (n = 177); a retirement community sample (n = 97); and the SeniorWISE Study (n = 265). The sample of 529 adults was 74% female, the average age was 76.58 years (range = 59-100 years), and educational attainment was 13.12 years (±3.68); 68% were Caucasian, and 17% had depressive symptoms. We found no memory performance differences by gender. Males and females were similarly classified into the four memory performance groups, with almost half of each gender in the poor memory category. Even though males had greater years of education, they used fewer compensatory memory strategies. The observed gender differences in memory were subjective evaluations, specifically metamemory. Age was not a significant predictor of cognition or memory performance, nor did males have greater memory impairment than females.

  7. Cognitive control over memory - individual differences in memory performance for emotional and neutral material.

    PubMed

    Wierzba, M; Riegel, M; Wypych, M; Jednoróg, K; Grabowska, A; Marchewka, A

    2018-02-28

    It is widely accepted that people differ in memory performance. The ability to control one's memory depends on multiple factors, including the emotional properties of the memorized material. While it was widely demonstrated that emotion can facilitate memory, it is unclear how emotion modifies our ability to suppress memory. One of the reasons for the lack of consensus among researchers is that individual differences in memory performance were largely neglected in previous studies. We used the directed forgetting paradigm in an fMRI study, in which subjects viewed neutral and emotional words, which they were instructed to remember or to forget. Subsequently, subjects' memory of these words was tested. Finally, they assessed the words on scales of valence, arousal, sadness and fear. We found that memory performance depended on instruction as reflected in the engagement of the lateral prefrontal cortex (lateral PFC), irrespective of emotional properties of words. While the lateral PFC engagement did not differ between neutral and emotional conditions, it correlated with behavioural performance when emotional - as opposed to neutral - words were presented. A deeper understanding of the underlying brain mechanisms is likely to require a study of individual differences in cognitive abilities to suppress memory.

  8. Importance of balanced architectures in the design of high-performance imaging systems

    NASA Astrophysics Data System (ADS)

    Sgro, Joseph A.; Stanton, Paul C.

    1999-03-01

    Imaging systems employed in demanding military and industrial applications, such as automatic target recognition and computer vision, typically require real-time high-performance computing resources. While high- performances computing systems have traditionally relied on proprietary architectures and custom components, recent advances in high performance general-purpose microprocessor technology have produced an abundance of low cost components suitable for use in high-performance computing systems. A common pitfall in the design of high performance imaging system, particularly systems employing scalable multiprocessor architectures, is the failure to balance computational and memory bandwidth. The performance of standard cluster designs, for example, in which several processors share a common memory bus, is typically constrained by memory bandwidth. The symptom characteristic of this problem is failure to the performance of the system to scale as more processors are added. The problem becomes exacerbated if I/O and memory functions share the same bus. The recent introduction of microprocessors with large internal caches and high performance external memory interfaces makes it practical to design high performance imaging system with balanced computational and memory bandwidth. Real word examples of such designs will be presented, along with a discussion of adapting algorithm design to best utilize available memory bandwidth.

  9. Massive Memory Revisited: Limitations on Storage Capacity for Object Details in Visual Long-Term Memory

    ERIC Educational Resources Information Center

    Cunningham, Corbin A.; Yassa, Michael A.; Egeth, Howard E.

    2015-01-01

    Previous work suggests that visual long-term memory (VLTM) is highly detailed and has a massive capacity. However, memory performance is subject to the effects of the type of testing procedure used. The current study examines detail memory performance by probing the same memories within the same subjects, but using divergent probing methods. The…

  10. Semantic and Visual Memory After Alcohol Abuse.

    ERIC Educational Resources Information Center

    Donat, Dennis C.

    1986-01-01

    Compared the relative performance of 40 patients with a history of alcohol abuse on tasks of short-term semantic and visual memory. Performance on the visual memory tasks was impaired significantly relative to the semantic memory task in a within-subjects analysis of variance. Semantic memory was unimpaired. (Author/ABB)

  11. On the robustness of Herlihy's hierarchy

    NASA Technical Reports Server (NTRS)

    Jayanti, Prasad

    1993-01-01

    A wait-free hierarchy maps object types to levels in Z(+) U (infinity) and has the following property: if a type T is at level N, and T' is an arbitrary type, then there is a wait-free implementation of an object of type T', for N processes, using only registers and objects of type T. The infinite hierarchy defined by Herlihy is an example of a wait-free hierarchy. A wait-free hierarchy is robust if it has the following property: if T is at level N, and S is a finite set of types belonging to levels N - 1 or lower, then there is no wait-free implementation of an object of type T, for N processes, using any number and any combination of objects belonging to the types in S. Robustness implies that there are no clever ways of combining weak shared objects to obtain stronger ones. Contrary to what many researchers believe, we prove that Herlihy's hierarchy is not robust. We then define some natural variants of Herlihy's hierarchy, which are also infinite wait-free hierarchies. With the exception of one, which is still open, these are not robust either. We conclude with the open question of whether non-trivial robust wait-free hierarchies exist.

  12. Large-scale network integration in the human brain tracks temporal fluctuations in memory encoding performance.

    PubMed

    Keerativittayayut, Ruedeerat; Aoki, Ryuta; Sarabi, Mitra Taghizadeh; Jimura, Koji; Nakahara, Kiyoshi

    2018-06-18

    Although activation/deactivation of specific brain regions have been shown to be predictive of successful memory encoding, the relationship between time-varying large-scale brain networks and fluctuations of memory encoding performance remains unclear. Here we investigated time-varying functional connectivity patterns across the human brain in periods of 30-40 s, which have recently been implicated in various cognitive functions. During functional magnetic resonance imaging, participants performed a memory encoding task, and their performance was assessed with a subsequent surprise memory test. A graph analysis of functional connectivity patterns revealed that increased integration of the subcortical, default-mode, salience, and visual subnetworks with other subnetworks is a hallmark of successful memory encoding. Moreover, multivariate analysis using the graph metrics of integration reliably classified the brain network states into the period of high (vs. low) memory encoding performance. Our findings suggest that a diverse set of brain systems dynamically interact to support successful memory encoding. © 2018, Keerativittayayut et al.

  13. Sexual Activity and Cognitive Decline in Older Adults.

    PubMed

    Allen, Mark S

    2018-05-16

    This prospective study tested whether sexual activity and emotional closeness during partnered sexual activity relate to cognitive decline (episodic memory performance) in older adulthood. In total, 6016 adults aged 50 and over (2672 men, 3344 women; M age = 66.0 ± 8.8 years) completed an episodic memory task and self-report questions related to health, sexual activity, and emotional closeness. Two years later, participants again completed the episodic memory task. After controlling for demographic and health-related lifestyle factors, more frequent sexual activity and greater emotional closeness during partnered sexual activity were associated with better memory performance. The association between sexual activity and memory performance was stronger among older participants in the sample. Memory performance worsened over 2 years, but change in memory performance was unrelated to sexual activity or emotional closeness during partnered sexual activity. These findings build on experimental research that has found sexual activity enhances episodic memory in non-human animals. Further research using longer timeframes and alternative measures of cognitive decline is recommended.

  14. On the Ability To Infer Deficiency in Mathematics From Performance in Physics Using Hierarchies

    ERIC Educational Resources Information Center

    Riban, David M.

    1971-01-01

    Presents the procedures, results, and conclusions of a study designed to see if mathematical deficiencies can be inferred from PSSC students' performance by using a hierarchical model of requisite skills. Assuming inferences were possible, remediation was given. No effect due to remediation was observed but analysis indicated incidental learning…

  15. Administrative Hierarchy and Faculty Work: Examining Faculty Satisfaction with Academic Leadership

    ERIC Educational Resources Information Center

    Miller, Michael T.; Mamiseishvili, Ketevan; Lee, Donghun

    2016-01-01

    Academic administrators at all levels have some impact on the performance of faculty members, yet each level of administration may interact differently with faculty. Literature has strongly supported the notion that department chairs, deans, and provosts can positively influence the performance and livelihood of faculty members. This study was…

  16. Nonextensivity in a Dark Maximum Entropy Landscape

    NASA Astrophysics Data System (ADS)

    Leubner, M. P.

    2011-03-01

    Nonextensive statistics along with network science, an emerging branch of graph theory, are increasingly recognized as potential interdisciplinary frameworks whenever systems are subject to long-range interactions and memory. Such settings are characterized by non-local interactions evolving in a non-Euclidean fractal/multi-fractal space-time making their behavior nonextensive. After summarizing the theoretical foundations from first principles, along with a discussion of entropy bifurcation and duality in nonextensive systems, we focus on selected significant astrophysical consequences. Those include the gravitational equilibria of dark matter (DM) and hot gas in clustered structures, the dark energy(DE) negative pressure landscape governed by the highest degree of mutual correlations and the hierarchy of discrete cosmic structure scales, available upon extremizing the generalized nonextensive link entropy in a homogeneous growing network.

  17. Fractal based curves in musical creativity: A critical annotation

    NASA Astrophysics Data System (ADS)

    Georgaki, Anastasia; Tsolakis, Christos

    In this article we examine fractal curves and synthesis algorithms in musical composition and research. First we trace the evolution of different approaches for the use of fractals in music since the 80's by a literature review. Furthermore, we review representative fractal algorithms and platforms that implement them. Properties such as self-similarity (pink noise), correlation, memory (related to the notion of Brownian motion) or non correlation at multiple levels (white noise), can be used to develop hierarchy of criteria for analyzing different layers of musical structure. L-systems can be applied in the modelling of melody in different musical cultures as well as in the investigation of musical perception principles. Finally, we propose a critical investigation approach for the use of artificial or natural fractal curves in systematic musicology.

  18. Asynchronous Data Retrieval from an Object-Oriented Database

    NASA Astrophysics Data System (ADS)

    Gilbert, Jonathan P.; Bic, Lubomir

    We present an object-oriented semantic database model which, similar to other object-oriented systems, combines the virtues of four concepts: the functional data model, a property inheritance hierarchy, abstract data types and message-driven computation. The main emphasis is on the last of these four concepts. We describe generic procedures that permit queries to be processed in a purely message-driven manner. A database is represented as a network of nodes and directed arcs, in which each node is a logical processing element, capable of communicating with other nodes by exchanging messages. This eliminates the need for shared memory and for centralized control during query processing. Hence, the model is suitable for implementation on a multiprocessor computer architecture, consisting of large numbers of loosely coupled processing elements.

  19. Procedural Quantum Programming

    NASA Astrophysics Data System (ADS)

    Ömer, Bernhard

    2002-09-01

    While classical computing science has developed a variety of methods and programming languages around the concept of the universal computer, the typical description of quantum algorithms still uses a purely mathematical, non-constructive formalism which makes no difference between a hydrogen atom and a quantum computer. This paper investigates, how the concept of procedural programming languages, the most widely used classical formalism for describing and implementing algorithms, can be adopted to the field of quantum computing, and how non-classical features like the reversibility of unitary transformations, the non-observability of quantum states or the lack of copy and erase operations can be reflected semantically. It introduces the key concepts of procedural quantum programming (hybrid target architecture, operator hierarchy, quantum data types, memory management, etc.) and presents the experimental language QCL, which implements these principles.

  20. Hypothalamic-pituitary-adrenal axis reactivity to psychological stress and memory in middle-aged women: high responders exhibit enhanced declarative memory performance.

    PubMed

    Domes, G; Heinrichs, M; Reichwald, U; Hautzinger, M

    2002-10-01

    According to recent studies, elevated cortisol levels are associated with impaired declarative memory performance. This specific effect of cortisol has been shown in several studies using pharmacological doses of cortisol. The present study was designed to determine the effects of endogenously stimulated cortisol secretion on memory performance in healthy middle-aged women. For psychological stress challenging, we employed the Trier Social Stress Test (TSST). Subjects were assigned to either the TSST or a non-stressful control condition. Declarative and non-declarative memory performance was measured by a combined priming-free-recall-task. No significant group differences were found for memory performance. Post hoc analyses of variance indicated that regardless of experimental condition the subjects with remarkably high cortisol increase in response to the experimental procedure (high responders) showed increased memory performance in the declarative task compared to subjects with low cortisol response (low responders). The results suggest that stress-induced cortisol failed to impair memory performance. The results are discussed with respect to gender-specific effects and modulatory effects of the sympathetic nervous system and psychological variables. Copyright 2002 Elsevier Science Ltd.

  1. Contribution of auditory working memory to speech understanding in mandarin-speaking cochlear implant users.

    PubMed

    Tao, Duoduo; Deng, Rui; Jiang, Ye; Galvin, John J; Fu, Qian-Jie; Chen, Bing

    2014-01-01

    To investigate how auditory working memory relates to speech perception performance by Mandarin-speaking cochlear implant (CI) users. Auditory working memory and speech perception was measured in Mandarin-speaking CI and normal-hearing (NH) participants. Working memory capacity was measured using forward digit span and backward digit span; working memory efficiency was measured using articulation rate. Speech perception was assessed with: (a) word-in-sentence recognition in quiet, (b) word-in-sentence recognition in speech-shaped steady noise at +5 dB signal-to-noise ratio, (c) Chinese disyllable recognition in quiet, (d) Chinese lexical tone recognition in quiet. Self-reported school rank was also collected regarding performance in schoolwork. There was large inter-subject variability in auditory working memory and speech performance for CI participants. Working memory and speech performance were significantly poorer for CI than for NH participants. All three working memory measures were strongly correlated with each other for both CI and NH participants. Partial correlation analyses were performed on the CI data while controlling for demographic variables. Working memory efficiency was significantly correlated only with sentence recognition in quiet when working memory capacity was partialled out. Working memory capacity was correlated with disyllable recognition and school rank when efficiency was partialled out. There was no correlation between working memory and lexical tone recognition in the present CI participants. Mandarin-speaking CI users experience significant deficits in auditory working memory and speech performance compared with NH listeners. The present data suggest that auditory working memory may contribute to CI users' difficulties in speech understanding. The present pattern of results with Mandarin-speaking CI users is consistent with previous auditory working memory studies with English-speaking CI users, suggesting that the lexical importance of voice pitch cues (albeit poorly coded by the CI) did not influence the relationship between working memory and speech perception.

  2. The effects of autobiographical memory and visual perspective on working memory.

    PubMed

    Cheng, Zenghu; She, Yugui

    2018-08-01

    The present research aims to explore whether recalling and writing about autobiographical memory from different perspectives (first-person perspective vs. third-person perspective) could affect cognitive function. The participants first performed a working memory task to evaluate their working memory capacity as a baseline and then were instructed to recall (Study 1) or write about (Study 2) personal events (failures vs. successes) from the first-person perspective or the third-person perspective. Finally, they performed the working memory task again. The results suggested that autobiographical memory and perspective influence working memory interactively. When recalling a success, the participants who recalled from the third-person perspective performed better than those who recalled from the first-person perspective on the working memory capacity task; when recalling a failure, the opposite was true.

  3. Impaired familiarity with preserved recollection after anterior temporal-lobe resection that spares the hippocampus.

    PubMed

    Bowles, Ben; Crupi, Carina; Mirsattari, Seyed M; Pigott, Susan E; Parrent, Andrew G; Pruessner, Jens C; Yonelinas, Andrew P; Köhler, Stefan

    2007-10-09

    It is well established that the medial-temporal lobe (MTL) is critical for recognition memory. The MTL is known to be composed of distinct structures that are organized in a hierarchical manner. At present, it remains controversial whether lower structures in this hierarchy, such as perirhinal cortex, support memory functions that are distinct from those of higher structures, in particular the hippocampus. Perirhinal cortex has been proposed to play a specific role in the assessment of familiarity during recognition, which can be distinguished from the selective contributions of the hippocampus to the recollection of episodic detail. Some researchers have argued, however, that the distinction between familiarity and recollection cannot capture functional specialization within the MTL and have proposed single-process accounts. Evidence supporting the dual-process view comes from demonstrations that selective hippocampal damage can produce isolated recollection impairments. It is unclear, however, whether temporal-lobe lesions that spare the hippocampus can produce selective familiarity impairments. Without this demonstration, single-process accounts cannot be ruled out. We examined recognition memory in NB, an individual who underwent surgical resection of left anterior temporal-lobe structures for treatment of intractable epilepsy. Her resection included a large portion of perirhinal cortex but spared the hippocampus. The results of four experiments based on three different experimental procedures (remember-know paradigm, receiver operating characteristics, and response-deadline procedure) indicate that NB exhibits impaired familiarity with preserved recollection. The present findings thus provide a crucial missing piece of support for functional specialization in the MTL.

  4. Sex differences in episodic memory: the impact of verbal and visuospatial ability.

    PubMed

    Herlitz, A; Airaksinen, E; Nordström, E

    1999-10-01

    The impact of verbal and visuospatial ability on sex differences in episodic memory was investigated. One hundred men and 100 women, 2040 years old, participated in a series of verbal and visuospatial tasks. Episodic memory was assessed in tasks that, to a greater or lesser extent, were verbal or visuospatial in nature. Results showed that women excelled in verbal production tasks and that men performed at a superior level on a mental rotation task. In addition, women tended to perform at a higher level than men on most episodic memory tasks. Taken together, the results demonstrated that (a) women perform at a higher level than men on most verbal episodic memory tasks and on some episodic memory tasks with a visuospatial component, and (b) women's higher performance on episodic memory tasks cannot fully be explained by their superior performance on verbal production tasks.

  5. Female reproductive success in a species with an age-inversed hierarchy.

    PubMed

    DE Vries, Dorien; Koenig, Andreas; Borries, Carola

    2016-11-01

    In most group-living mammals, reproductive success declines with increasing age and increases with increasing rank. Such effects have mainly been studied in matrilineal and in "age positive" hierarchies, which are stable and in which high ranking females often outperform low ranking ones. These relationships are less well-understood in age-inversed dominance hierarchies, in which a female's rank changes over time. We analyzed demographic data of 2 wild, unprovisioned groups of gray langurs (Semnopithecus schistaceus) near Ramnagar, Nepal covering periods of 5 years each. Female rank was unstable and age-inversed. We measured reproductive success via birth rates (57 births), infant survival (proportion of infants surviving to 2 years) and number of offspring surviving to 2 years of age (successful births) for 3 age and 3 rank classes. We found that old females performed significantly worse than expected (birth rate P = 0.04; successful births P = 0.03). The same was true for low ranking females (P = 0.04, and P < 0.01, respectively). Infant survival was highest for young and middle-aged as well as for high and middle ranking females. Overall, the results for these unstable hierarchies were rather similar to those for stable hierarchies of other mammals, particularly several nonhuman primates. Compared to a provisioned population of a closely related species, the wild and unprovisioned population examined (i) showed stronger age effects, while (ii) female reproductive success was equally affected by rank. Future comparative studies are needed to examine whether captive or provisioned populations deviate predictably from wild populations. © 2016 International Society of Zoological Sciences, Institute of Zoology/Chinese Academy of Sciences and John Wiley & Sons Australia, Ltd.

  6. Effects of saccadic bilateral eye movements on episodic and semantic autobiographical memory fluency.

    PubMed

    Parker, Andrew; Parkin, Adam; Dagnall, Neil

    2013-01-01

    Performing a sequence of fast saccadic horizontal eye movements has been shown to facilitate performance on a range of cognitive tasks, including the retrieval of episodic memories. One explanation for these effects is based on the hypothesis that saccadic eye movements increase hemispheric interaction, and that such interactions are important for particular types of memory. The aim of the current research was to assess the effect of horizontal saccadic eye movements on the retrieval of both episodic autobiographical memory (event/incident based memory) and semantic autobiographical memory (fact based memory) over recent and more distant time periods. It was found that saccadic eye movements facilitated the retrieval of episodic autobiographical memories (over all time periods) but not semantic autobiographical memories. In addition, eye movements did not enhance the retrieval of non-autobiographical semantic memory. This finding illustrates a dissociation between the episodic and semantic characteristics of personal memory and is considered within the context of hemispheric contributions to episodic memory performance.

  7. Effects of Saccadic Bilateral Eye Movements on Episodic and Semantic Autobiographical Memory Fluency

    PubMed Central

    Parker, Andrew; Parkin, Adam; Dagnall, Neil

    2013-01-01

    Performing a sequence of fast saccadic horizontal eye movements has been shown to facilitate performance on a range of cognitive tasks, including the retrieval of episodic memories. One explanation for these effects is based on the hypothesis that saccadic eye movements increase hemispheric interaction, and that such interactions are important for particular types of memory. The aim of the current research was to assess the effect of horizontal saccadic eye movements on the retrieval of both episodic autobiographical memory (event/incident based memory) and semantic autobiographical memory (fact based memory) over recent and more distant time periods. It was found that saccadic eye movements facilitated the retrieval of episodic autobiographical memories (over all time periods) but not semantic autobiographical memories. In addition, eye movements did not enhance the retrieval of non-autobiographical semantic memory. This finding illustrates a dissociation between the episodic and semantic characteristics of personal memory and is considered within the context of hemispheric contributions to episodic memory performance. PMID:24133435

  8. Experimental Effects of Acute Exercise on Prospective Memory and False Memory.

    PubMed

    Green, David; Loprinzi, Paul D

    2018-01-01

    Research demonstrates that acute exercise can enhance retrospective episodic memory performance. However, limited research has examined the effects of acute exercise on prospective memory, and no studies have examined the effects of exercise on false memory performance. This study examined the potential effects of acute exercise on prospective memory and false memory performance. A between-group randomized controlled trial was employed, with participants (college students; M age  = 20 years) randomized into an exercise group (15-minute acute bout of treadmill walking; N = 25) or a control group (15 minutes of sitting; N = 26). Prospective memory was assessed from two laboratory and two naturalistic assessments outside the lab. False memory was assessed using a word-list trial. There were no statistically significant differences in prospective memory based on group allocation (F Group×Time  = 1.17; P = 0.32; η 2  = 0.06). However, the control group recalled more false words and had a higher rate of false memory recognition (F Group×Time  = 3.15; P = 0.01; η 2  = 0.26). These findings indicate that acute moderate-intensity aerobic exercise is not associated with prospective memory performance but provides some suggestive evidence that acute exercise may reduce the rate of false memories.

  9. Variability in memory performance in aged healthy individuals: an fMRI study.

    PubMed

    Grön, Georg; Bittner, Daniel; Schmitz, Bernd; Wunderlich, Arthur P; Tomczak, Reinhard; Riepe, Matthias W

    2003-01-01

    Episodic memory performance varies in older subjects but underlying biological correlates remain as yet ambiguous. We investigated episodic memory in healthy older individuals (n=24; mean age: 64.4+/-6.7 years) without subjective memory complaints or objective cognitive impairment. Episodic memory was assessed with repetitive learning and recall of abstract geometric patterns during fMRI. Group analysis of brain activity during initial learning and maximum recall revealed hippocampal activation. Correlation analysis of brain activation and task performance demonstrated significant hippocampal activity during initial learning and maximum recall in a success-dependent manner. Neither age nor gray matter densities correlated with hippocampal activation. Functional imaging of episodic memory thus permits to detect objectively variability in hippocampal recruitment in healthy aged individuals without subjective memory complaints. Correlation analysis of brain activation and performance during an episodic memory task may be used to determine and follow-up hippocampal malfunction in a very sensitive manner.

  10. Hierarchies and the Choice of Left Conjuncts (With Particular Attention to English).

    ERIC Educational Resources Information Center

    Allan, K.

    1987-01-01

    Hierarchies have been identified as determinants of constituent order. The set of such hierarchies is reviewed and ranked as determinants of NP sequencing in English. The effect of a hierarchy in other languages is compared to and contrasted with what is found in English. (Author/LMO)

  11. Ageing-related stereotypes in memory: When the beliefs come true.

    PubMed

    Bouazzaoui, Badiâa; Follenfant, Alice; Ric, François; Fay, Séverine; Croizet, Jean-Claude; Atzeni, Thierry; Taconnat, Laurence

    2016-01-01

    Age-related stereotype concerns culturally shared beliefs about the inevitable decline of memory with age. In this study, stereotype priming and stereotype threat manipulations were used to explore the impact of age-related stereotype on metamemory beliefs and episodic memory performance. Ninety-two older participants who reported the same perceived memory functioning were divided into two groups: a threatened group and a non-threatened group (control). First, the threatened group was primed with an ageing stereotype questionnaire. Then, both groups were administered memory complaints and memory self-efficacy questionnaires to measure metamemory beliefs. Finally, both groups were administered the Logical Memory task to measure episodic memory, for the threatened group the instructions were manipulated to enhance the stereotype threat. Results indicated that the threatened individuals reported more memory complaints and less memory efficacy, and had lower scores than the control group on the logical memory task. A multiple mediation analysis revealed that the stereotype threat effect on the episodic memory performance was mediated by both memory complaints and memory self-efficacy. This study revealed that stereotype threat impacts belief in one's own memory functioning, which in turn impairs episodic memory performance.

  12. The effects of working memory on brain-computer interface performance.

    PubMed

    Sprague, Samantha A; McBee, Matthew T; Sellers, Eric W

    2016-02-01

    The purpose of the present study is to evaluate the relationship between working memory and BCI performance. Participants took part in two separate sessions. The first session consisted of three computerized tasks. The List Sorting Working Memory Task was used to measure working memory, the Picture Vocabulary Test was used to measure general intelligence, and the Dimensional Change Card Sort Test was used to measure executive function, specifically cognitive flexibility. The second session consisted of a P300-based BCI copy-spelling task. The results indicate that both working memory and general intelligence are significant predictors of BCI performance. This suggests that working memory training could be used to improve performance on a BCI task. Working memory training may help to reduce a portion of the individual differences that exist in BCI performance allowing for a wider range of users to successfully operate the BCI system as well as increase the BCI performance of current users. Copyright © 2015 International Federation of Clinical Neurophysiology. Published by Elsevier Ireland Ltd. All rights reserved.

  13. Semantic congruency but not temporal synchrony enhances long-term memory performance for audio-visual scenes.

    PubMed

    Meyerhoff, Hauke S; Huff, Markus

    2016-04-01

    Human long-term memory for visual objects and scenes is tremendous. Here, we test how auditory information contributes to long-term memory performance for realistic scenes. In a total of six experiments, we manipulated the presentation modality (auditory, visual, audio-visual) as well as semantic congruency and temporal synchrony between auditory and visual information of brief filmic clips. Our results show that audio-visual clips generally elicit more accurate memory performance than unimodal clips. This advantage even increases with congruent visual and auditory information. However, violations of audio-visual synchrony hardly have any influence on memory performance. Memory performance remained intact even with a sequential presentation of auditory and visual information, but finally declined when the matching tracks of one scene were presented separately with intervening tracks during learning. With respect to memory performance, our results therefore show that audio-visual integration is sensitive to semantic congruency but remarkably robust against asymmetries between different modalities.

  14. How age affects memory task performance in clinically normal hearing persons.

    PubMed

    Vercammen, Charlotte; Goossens, Tine; Wouters, Jan; van Wieringen, Astrid

    2017-05-01

    The main objective of this study is to investigate memory task performance in different age groups, irrespective of hearing status. Data are collected on a short-term memory task (WAIS-III Digit Span forward) and two working memory tasks (WAIS-III Digit Span backward and the Reading Span Test). The tasks are administered to young (20-30 years, n = 56), middle-aged (50-60 years, n = 47), and older participants (70-80 years, n = 16) with normal hearing thresholds. All participants have passed a cognitive screening task (Montreal Cognitive Assessment (MoCA)). Young participants perform significantly better than middle-aged participants, while middle-aged and older participants perform similarly on the three memory tasks. Our data show that older clinically normal hearing persons perform equally well on the memory tasks as middle-aged persons. However, even under optimal conditions of preserved sensory processing, changes in memory performance occur. Based on our data, these changes set in before middle age.

  15. Binding, relational memory, and recall of naturalistic events: a developmental perspective.

    PubMed

    Sluzenski, Julia; Newcombe, Nora S; Kovacs, Stacie L

    2006-01-01

    This research was an investigation of children's performance on a task that requires memory binding. In Experiments 1 and 2, 4-year-olds, 6-year-olds, and adults viewed complex pictures and were tested on memory for isolated parts in the pictures and on the part combinations (combination condition). The results suggested improvement in memory for the combinations between the ages of 4 and 6 years but not in memory for the isolated parts. In Experiments 2 and 3, the authors also examined the developmental relationship between performance in the combination condition and free recall of a naturalistic event, finding preliminary evidence that performance on a memory task that requires binding is positively related to performance in episodic memory. ((c) 2006 APA, all rights reserved).

  16. Childhood Obesity and Academic Performance: The Role of Working Memory

    PubMed Central

    Wu, Nan; Chen, Yulu; Yang, Jinhua; Li, Fei

    2017-01-01

    The present study examined the role of working memory in the association between childhood obesity and academic performance, and further determined whether memory deficits in obese children are domain-specific to certain tasks or domain-general. A total of 227 primary school students aged 10–13 years were analyzed for weight and height, of which 159 children (44 “obese,” 23 “overweight,” and 92 “normal weight”) filled out questionnaires on school performance and socioeconomic status. And then, all subjects finished three kinds of working memory tasks based on the digit memory task in 30 trials, which were image-generated with a series of numbers recall trial sets. After each trial set, subjects were given 5 s to recall and write down the numbers which hand appeared in the trial, in the inverse order in which they had appeared. The results showed there were significant academic performance differences among the three groups, with normal-weight children scoring higher than overweight and obese children after Bonferroni correction. A mediation model revealed a partial indirect effect of working memory in the relationship between obesity and academic performance. Although the performance of obese children in basic working memory tests was poorer than that of normal-weight children, they recalled more items than normal-weight children in working memory tasks involving with food/drink. Working memory deficits partially explain the poor academic performance of obese children. Those results indicated the obese children show domain-specific working memory deficits, whereas they recall more items than normal-weight children in working memory tasks associated with food/drink. PMID:28469593

  17. Childhood Obesity and Academic Performance: The Role of Working Memory.

    PubMed

    Wu, Nan; Chen, Yulu; Yang, Jinhua; Li, Fei

    2017-01-01

    The present study examined the role of working memory in the association between childhood obesity and academic performance, and further determined whether memory deficits in obese children are domain-specific to certain tasks or domain-general. A total of 227 primary school students aged 10-13 years were analyzed for weight and height, of which 159 children (44 "obese," 23 "overweight," and 92 "normal weight") filled out questionnaires on school performance and socioeconomic status. And then, all subjects finished three kinds of working memory tasks based on the digit memory task in 30 trials, which were image-generated with a series of numbers recall trial sets. After each trial set, subjects were given 5 s to recall and write down the numbers which hand appeared in the trial, in the inverse order in which they had appeared. The results showed there were significant academic performance differences among the three groups, with normal-weight children scoring higher than overweight and obese children after Bonferroni correction. A mediation model revealed a partial indirect effect of working memory in the relationship between obesity and academic performance. Although the performance of obese children in basic working memory tests was poorer than that of normal-weight children, they recalled more items than normal-weight children in working memory tasks involving with food/drink. Working memory deficits partially explain the poor academic performance of obese children. Those results indicated the obese children show domain-specific working memory deficits, whereas they recall more items than normal-weight children in working memory tasks associated with food/drink.

  18. Working memory, control of interference and everyday experience of thought interference: when age makes the difference.

    PubMed

    Borella, Erika; Carretti, Barbara; Cornoldi, Cesare; De Beni, Rossana

    2007-06-01

    A number of studies suggest that age differences in working memory may be attributed to age-related differences in inhibitory efficacy. Nevertheless, little is known about the impact of intrusive thoughts, which occurs in everyday situations on working memory performance. This study investigates the role of cognitive and everyday inhibition mechanisms in working memory performance. Young, young-old and old-old adults performed a working memory task and the White Bear Suppression Inventory (WBSI). Results showed a decrease in working memory, and in inhibitory efficacy with age. In addition, old-old adults obtained higher scores in the three factors of the WBSI. Working memory performance was related to working memory control of interfering information in all age groups, and also to the tendency to suppress thoughts in old-old adults. The latter result was in the opposite direction with respect to observations collected with younger adults. Taken together, our results suggest the crucial role of intrusive thoughts in the functional capacity of working memory in late adulthood.

  19. Effects of Divided Attention at Retrieval on Conceptual Implicit Memory

    PubMed Central

    Prull, Matthew W.; Lawless, Courtney; Marshall, Helen M.; Sherman, Annabella T. K.

    2016-01-01

    This study investigated whether conceptual implicit memory is sensitive to process-specific interference at the time of retrieval. Participants performed the implicit memory test of category exemplar generation (CEG; Experiments 1 and 3), or the matched explicit memory test of category-cued recall (Experiment 2), both of which are conceptually driven memory tasks, under one of two divided attention (DA) conditions in which participants simultaneously performed a distracting task. The distracting task was either syllable judgments (dissimilar processes), or semantic judgments (similar processes) on unrelated words. Compared to full attention (FA) in which no distracting task was performed, DA had no effect on CEG priming overall, but reduced category-cued recall similarly regardless of distractor task. Analyses of distractor task performance also revealed differences between implicit and explicit memory retrieval. The evidence suggests that, whereas explicit memory retrieval requires attentional resources and is disrupted by semantic and phonological distracting tasks, conceptual implicit memory is automatic and unaffected even when distractor and memory tasks involve similar processes. PMID:26834678

  20. Effects of Divided Attention at Retrieval on Conceptual Implicit Memory.

    PubMed

    Prull, Matthew W; Lawless, Courtney; Marshall, Helen M; Sherman, Annabella T K

    2016-01-01

    This study investigated whether conceptual implicit memory is sensitive to process-specific interference at the time of retrieval. Participants performed the implicit memory test of category exemplar generation (CEG; Experiments 1 and 3), or the matched explicit memory test of category-cued recall (Experiment 2), both of which are conceptually driven memory tasks, under one of two divided attention (DA) conditions in which participants simultaneously performed a distracting task. The distracting task was either syllable judgments (dissimilar processes), or semantic judgments (similar processes) on unrelated words. Compared to full attention (FA) in which no distracting task was performed, DA had no effect on CEG priming overall, but reduced category-cued recall similarly regardless of distractor task. Analyses of distractor task performance also revealed differences between implicit and explicit memory retrieval. The evidence suggests that, whereas explicit memory retrieval requires attentional resources and is disrupted by semantic and phonological distracting tasks, conceptual implicit memory is automatic and unaffected even when distractor and memory tasks involve similar processes.

  1. Processing efficiency theory in children: working memory as a mediator between trait anxiety and academic performance.

    PubMed

    Owens, Matthew; Stevenson, Jim; Norgate, Roger; Hadwin, Julie A

    2008-10-01

    Working memory skills are positively associated with academic performance. In contrast, high levels of trait anxiety are linked with educational underachievement. Based on Eysenck and Calvo's (1992) processing efficiency theory (PET), the present study investigated whether associations between anxiety and educational achievement were mediated via poor working memory performance. Fifty children aged 11-12 years completed verbal (backwards digit span; tapping the phonological store/central executive) and spatial (Corsi blocks; tapping the visuospatial sketchpad/central executive) working memory tasks. Trait anxiety was measured using the State-Trait Anxiety Inventory for Children. Academic performance was assessed using school administered tests of reasoning (Cognitive Abilities Test) and attainment (Standard Assessment Tests). The results showed that the association between trait anxiety and academic performance was significantly mediated by verbal working memory for three of the six academic performance measures (math, quantitative and non-verbal reasoning). Spatial working memory did not significantly mediate the relationship between trait anxiety and academic performance. On average verbal working memory accounted for 51% of the association between trait anxiety and academic performance, while spatial working memory only accounted for 9%. The findings indicate that PET is a useful framework to assess the impact of children's anxiety on educational achievement.

  2. The effect of strategic memory training in older adults: who benefits most?

    PubMed

    Rosi, Alessia; Del Signore, Federica; Canelli, Elisa; Allegri, Nicola; Bottiroli, Sara; Vecchi, Tomaso; Cavallini, Elena

    2017-12-07

    Previous research has suggested that there is a degree of variability among older adults' response to memory training, such that some individuals benefit more than others. The aim of the present study was to identify the profile of older adults who were likely to benefit most from a strategic memory training program that has previously proved to be effective in improving memory in healthy older adults. In total, 44 older adults (60-83 years) participated in a strategic memory training. We examined memory training benefits by measuring changes in memory practiced (word list learning) and non-practiced tasks (grocery list and associative learning). In addition, a battery of cognitive measures was administered in order to assess crystallized and fluid abilities, short-term memory, working memory, and processing speed. Results confirmed the efficacy of the training in improving performance in both practiced and non-practiced memory tasks. For the practiced memory tasks, results showed that memory baseline performance and crystallized ability predicted training gains. For the non-practiced memory tasks, analyses showed that memory baseline performance was a significant predictor of gain in the grocery list learning task. For the associative learning task, the significant predictors were memory baseline performance, processing speed, and marginally the age. Our results indicate that older adults with a higher baseline memory capacity and with more efficient cognitive resources were those who tended to benefit most from the training. The present study provides new avenues in designing personalized intervention according to the older adults' cognitive profile.

  3. Developmental Changes in Item and Source Memory: Evidence from an ERP Recognition Memory Study with Children, Adolescents, and Adults

    ERIC Educational Resources Information Center

    Sprondel, Volker; Kipp, Kerstin H.; Mecklinger, Axel

    2011-01-01

    Event-related potential (ERP) correlates of item and source memory were assessed in 18 children (7-8 years), 20 adolescents (13-14 years), and 20 adults (20-29 years) performing a continuous recognition memory task with object and nonobject stimuli. Memory performance increased with age and was particularly low for source memory in children. The…

  4. Everyday memory impairment in patients with temporal lobe epilepsy caused by hippocampal sclerosis.

    PubMed

    Rzezak, Patrícia; Lima, Ellen Marise; Gargaro, Ana Carolina; Coimbra, Erica; de Vincentiis, Silvia; Velasco, Tonicarlo Rodrigues; Leite, João Pereira; Busatto, Geraldo F; Valente, Kette D

    2017-04-01

    Patients with temporal lobe epilepsy caused by hippocampal sclerosis (TLE-HS) have episodic memory impairment. Memory has rarely been evaluated using an ecologic measure, even though performance on these tests is more related to patients' memory complaints. We aimed to measure everyday memory of patients with TLE-HS to age- and gender-matched controls. We evaluated 31 patients with TLE-HS and 34 healthy controls, without epilepsy and psychiatric disorders, using the Rivermead Behavioral Memory Test (RBMT), Visual Reproduction (WMS-III) and Logical Memory (WMS-III). We evaluated the impact of clinical variables such as the age of onset, epilepsy duration, AED use, history of status epilepticus, and seizure frequency on everyday memory. Statistical analyses were performed using MANCOVA with years of education as a confounding factor. Patients showed worse performance than controls on traditional memory tests and in the overall score of RBMT. Patients had more difficulties to recall names, a hidden belonging, to deliver a message, object recognition, to remember a story full of details, a previously presented short route, and in time and space orientation. Clinical epilepsy variables were not associated with RBMT performance. Memory span and working memory were correlated with worse performance on RBMT. Patients with TLE-HS demonstrated deficits in everyday memory functions. A standard neuropsychological battery, designed to assess episodic memory, would not evaluate these impairments. Impairment in recalling names, routes, stories, messages, and space/time disorientation can adversely impact social adaptation, and we must consider these ecologic measures with greater attention in the neuropsychological evaluation of patients with memory complaints. Copyright © 2017 Elsevier Inc. All rights reserved.

  5. Changes in Neural Connectivity and Memory Following a Yoga Intervention for Older Adults: A Pilot Study.

    PubMed

    Eyre, Harris A; Acevedo, Bianca; Yang, Hongyu; Siddarth, Prabha; Van Dyk, Kathleen; Ercoli, Linda; Leaver, Amber M; Cyr, Natalie St; Narr, Katherine; Baune, Bernhard T; Khalsa, Dharma S; Lavretsky, Helen

    2016-01-01

    No study has explored the effect of yoga on cognitive decline and resting-state functional connectivity. This study explored the relationship between performance on memory tests and resting-state functional connectivity before and after a yoga intervention versus active control for subjects with mild cognitive impairment (MCI). Participants ( ≥ 55 y) with MCI were randomized to receive a yoga intervention or active "gold-standard" control (i.e., memory enhancement training (MET)) for 12 weeks. Resting-state functional magnetic resonance imaging was used to map correlations between brain networks and memory performance changes over time. Default mode networks (DMN), language and superior parietal networks were chosen as networks of interest to analyze the association with changes in verbal and visuospatial memory performance. Fourteen yoga and 11 MET participants completed the study. The yoga group demonstrated a statistically significant improvement in depression and visuospatial memory. We observed improved verbal memory performance correlated with increased connectivity between the DMN and frontal medial cortex, pregenual anterior cingulate cortex, right middle frontal cortex, posterior cingulate cortex, and left lateral occipital cortex. Improved verbal memory performance positively correlated with increased connectivity between the language processing network and the left inferior frontal gyrus. Improved visuospatial memory performance correlated inversely with connectivity between the superior parietal network and the medial parietal cortex. Yoga may be as effective as MET in improving functional connectivity in relation to verbal memory performance. These findings should be confirmed in larger prospective studies.

  6. The Toda lattice hierarchy and deformation of conformal field theories

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Fukuma, M.; Takebe, T.

    In this paper, the authors point out that the Toda lattice hierarchy known in soliton theory is relevant for the description of the deformations of conformal field theories while the KP hierarchy describes unperturbed conformal theories. It is shown that the holomorphic parts of the conserved currents in the perturbed system (the Toda lattice hierarchy) coincide with the conserved currents in the KP hierarchy and can be written in terms of the W-algebraic currents. Furthermore, their anti-holomorphic counterparts are obtained.

  7. The concept of hierarchy in general systems theory.

    PubMed

    Gasparski, W

    1994-01-01

    The paper reviews main ideas related to the concept of hierarchy as they are discussed in contemporary general systems theory. After presenting a dictionary definition of the concept, the author examines the intuitive idea of hierarchy quoting Mario Bunge's notion of level structure. Then relationship between two other concepts: a system and a hierarchy is characterised on the bases of Bowler's, Bunge's again, Klir's, and the author's studies. Finally, the paper is concluded that hierarchy is not an otological concept but epistemological one.

  8. Effects of non-invasive brain stimulation on associative memory

    DOE PAGES

    Matzen, Laura E.; Trumbo, Michael C.; Leach, Ryan C.; ...

    2015-07-30

    Associative memory refers to remembering the association between two items, such as a face and a name. It is a crucial part of daily life, but it is also one of the first aspects of memory performance that is impacted by aging and by Alzheimer’s disease. Evidence suggests that transcranial direct current stimulation (tDCS) can improve memory performance, but few tDCS studies have investigated its impact on associative memory. In addition, no prior study of the effects of tDCS on memory performance has systematically evaluated the impact of tDCS on different types of memory assessments, such as recognition and recallmore » tests. In this study, we measured the effects of tDCS on associative memory performance in healthy adults, using both recognition and recall tests. Participants studied face-name pairs while receiving either active (30 minutes, 2 mA) or sham (30 minutes, 0.1 mA) stimulation with the anode placed at F9 and the cathode placed on the contralateral upper arm. Participants in the active stimulation group performed significantly better on the recall test than participants in the sham group, recalling 50% more names, on average, and making fewer recall errors. However, the two groups did not differ significantly in terms of their performance on the recognition memory test. This investigation provides evidence that stimulation at the time of study improves associative memory encoding, but that this memory benefit is evident only under certain retrieval conditions.« less

  9. The effect of mild acute stress during memory consolidation on emotional recognition memory.

    PubMed

    Corbett, Brittany; Weinberg, Lisa; Duarte, Audrey

    2017-11-01

    Stress during consolidation improves recognition memory performance. Generally, this memory benefit is greater for emotionally arousing stimuli than neutral stimuli. The strength of the stressor also plays a role in memory performance, with memory performance improving up to a moderate level of stress and thereafter worsening. As our daily stressors are generally minimal in strength, we chose to induce mild acute stress to determine its effect on memory performance. In the current study, we investigated if mild acute stress during consolidation improves memory performance for emotionally arousing images. To investigate this, we had participants encode highly arousing negative, minimally arousing negative, and neutral images. We induced stress using the Montreal Imaging Stress Task (MIST) in half of the participants and a control task to the other half of the participants directly after encoding (i.e. during consolidation) and tested recognition 48h later. We found no difference in memory performance between the stress and control group. We found a graded pattern among confidence, with responders in the stress group having the least amount of confidence in their hits and controls having the most. Across groups, we found highly arousing negative images were better remembered than minimally arousing negative or neutral images. Although stress did not affect memory accuracy, responders, as defined by cortisol reactivity, were less confident in their decisions. Our results suggest that the daily stressors humans experience, regardless of their emotional affect, do not have adverse effects on memory. Copyright © 2017 Elsevier Inc. All rights reserved.

  10. Effects of non-invasive brain stimulation on associative memory.

    PubMed

    Matzen, Laura E; Trumbo, Michael C; Leach, Ryan C; Leshikar, Eric D

    2015-10-22

    Associative memory refers to remembering the association between two items, such as a face and a name. It is a crucial part of daily life, but it is also one of the first aspects of memory performance that is impacted by aging and by Alzheimer's disease. Evidence suggests that transcranial direct current stimulation (tDCS) can improve memory performance, but few tDCS studies have investigated its impact on associative memory. In addition, no prior study of the effects of tDCS on memory performance has systematically evaluated the impact of tDCS on different types of memory assessments, such as recognition and recall tests. In this study, we measured the effects of tDCS on associative memory performance in healthy adults, using both recognition and recall tests. Participants studied face-name pairs while receiving either active (30 min, 2 mA) or sham (30 min, 0.1 mA) stimulation with the anode placed at F9 and the cathode placed on the contralateral upper arm. Participants in the active stimulation group performed significantly better on the recall test than participants in the sham group, recalling 50% more names, on average, and making fewer recall errors. However, the two groups did not differ significantly in terms of their performance on the recognition memory test. This investigation provides evidence that stimulation at the time of study improves associative memory encoding, but that this memory benefit is evident only under certain retrieval conditions. Copyright © 2015 Elsevier B.V. All rights reserved.

  11. Disowned recollections: denying true experiences undermines belief in occurrence but not judgments of remembering.

    PubMed

    Mazzoni, Giuliana; Clark, Andrew; Nash, Robert A

    2014-01-01

    Recent research findings have illustrated that false memories induced in the laboratory can be dissociated from the beliefs that the events had in fact occurred. In this study we assessed whether this dissociability is a quality peculiar to false memory, or whether it represents a general characteristic of autobiographical memory. To this end we examined whether people can be induced to stop believing in memories for true experiences. Participants observed and performed simple actions, and were later falsely informed that they had not performed some of them--that false memories for these actions had been implanted through the use of fabricated evidence. Before and after receiving this misinformation, participants rated their belief in and memory of performing those actions, other actions that they had also performed, and actions that they had not performed. Whereas the misinformation substantially undermined participants' beliefs in the specific performed actions about which they had been misinformed, it had little effect on their endorsement of remembering those actions. The misinformation thus boosted the proportion of occasions in which participants rated their memories as stronger than their beliefs, and it weakened the correlation between belief and memory ratings. Thus, this study provides the first experimental demonstration of non-believed memories of true experiences. We discuss our findings with reference to the small literature concerning the use of socially-communicated misinformation to undermine event memories, and with reference to the structure of autobiographical memory. Copyright © 2013 Elsevier B.V. All rights reserved.

  12. Effects of non-invasive brain stimulation on associative memory

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Matzen, Laura E.; Trumbo, Michael C.; Leach, Ryan C.

    Associative memory refers to remembering the association between two items, such as a face and a name. It is a crucial part of daily life, but it is also one of the first aspects of memory performance that is impacted by aging and by Alzheimer’s disease. Evidence suggests that transcranial direct current stimulation (tDCS) can improve memory performance, but few tDCS studies have investigated its impact on associative memory. In addition, no prior study of the effects of tDCS on memory performance has systematically evaluated the impact of tDCS on different types of memory assessments, such as recognition and recallmore » tests. In this study, we measured the effects of tDCS on associative memory performance in healthy adults, using both recognition and recall tests. Participants studied face-name pairs while receiving either active (30 minutes, 2 mA) or sham (30 minutes, 0.1 mA) stimulation with the anode placed at F9 and the cathode placed on the contralateral upper arm. Participants in the active stimulation group performed significantly better on the recall test than participants in the sham group, recalling 50% more names, on average, and making fewer recall errors. However, the two groups did not differ significantly in terms of their performance on the recognition memory test. This investigation provides evidence that stimulation at the time of study improves associative memory encoding, but that this memory benefit is evident only under certain retrieval conditions.« less

  13. Spatial working memory load affects counting but not subitizing in enumeration.

    PubMed

    Shimomura, Tomonari; Kumada, Takatsune

    2011-08-01

    The present study investigated whether subitizing reflects capacity limitations associated with two types of working memory tasks. Under a dual-task situation, participants performed an enumeration task in conjunction with either a spatial (Experiment 1) or a nonspatial visual (Experiment 2) working memory task. Experiment 1 showed that spatial working memory load affected the slope of a counting function but did not affect subitizing performance or subitizing range. Experiment 2 showed that nonspatial visual working memory load affected neither enumeration efficiency nor subitizing range. Furthermore, in both spatial and nonspatial memory tasks, neither subitizing efficiency nor subitizing range was affected by amount of imposed memory load. In all the experiments, working memory load failed to influence slope, subitizing range, or overall reaction time. These findings suggest that subitizing is performed without either spatial or nonspatial working memory. A possible mechanism of subitizing with independent capacity of working memory is discussed.

  14. Long-term consolidation of declarative memory: insight from temporal lobe epilepsy.

    PubMed

    Tramoni, Eve; Felician, Olivier; Barbeau, Emmanuel J; Guedj, Eric; Guye, Maxime; Bartolomei, Fabrice; Ceccaldi, Mathieu

    2011-03-01

    Several experiments carried out with a subset of patients with temporal lobe epilepsy have demonstrated normal memory performance at standard delays of recall (i.e. minutes to hours) but impaired performance over longer delays (i.e. days or weeks), suggesting altered long-term consolidation mechanisms. These mechanisms were specifically investigated in a group of five adult-onset pharmaco-sensitive patients with temporal lobe epilepsy, exhibiting severe episodic memory complaints despite normal performance at standardized memory assessment. In a first experiment, the magnitude of autobiographical memory loss was evaluated using retrograde personal memory tasks based on verbal and visual cues. In both conditions, results showed an unusual U-shaped pattern of personal memory impairment, encompassing most of the patients' life, sparing however, periods of the childhood, early adulthood and past several weeks. This profile was suggestive of a long-term consolidation impairment of personal episodes, adequately consolidated over 'short-term' delays but gradually forgotten thereafter. Therefore, in a subsequent experiment, patients were submitted to a protocol specifically devised to investigate short and long-term consolidation of contextually-bound experiences (episodic memory) and context-free information (semantic knowledge and single-items). In the short term (1 h), performance at both contextually-free and contextually-bound memory tasks was intact. After a 6-week delay, however, contextually-bound memory performance was impaired while contextually-free memory performance remained preserved. This effect was independent of task difficulty and the modality of retrieval (recall and recognition). Neuroimaging studies revealed the presence of mild metabolic changes within medial temporal lobe structures. Taken together, these results show the existence of different consolidation systems within declarative memory. They suggest that mild medial temporal lobe dysfunction can impede the building and stabilization of episodic memories but leaves long-term semantic and single-items mnemonic traces intact.

  15. Improving older adults' memory performance using prior task success.

    PubMed

    Geraci, Lisa; Miller, Tyler M

    2013-06-01

    Holding negative aging stereotypes can lead older adults to perform poorly on memory tests. We attempted to improve older adults' memory performance by giving them task experience that would counter their negative performance expectations. Before participating in a memory experiment, younger and older adults were given a cognitive task that they could either successfully complete, not successfully complete, or they were given no prior task. For older adults, recall was significantly higher and self-reported anxiety was significantly lower for the prior task success group relative to the other groups. There was no effect of prior task experience on younger adults' memory performance. Results suggest that older adults' memory can be improved with a single successful prior task experience. PsycINFO Database Record (c) 2013 APA, all rights reserved.

  16. Association between exposure to work stressors and cognitive performance.

    PubMed

    Vuori, Marko; Akila, Ritva; Kalakoski, Virpi; Pentti, Jaana; Kivimäki, Mika; Vahtera, Jussi; Härmä, Mikko; Puttonen, Sampsa

    2014-04-01

    To examine the association between work stress and cognitive performance. Cognitive performance of a total of 99 women (mean age = 47.3 years) working in hospital wards at either the top or bottom quartiles of job strain was assessed using validated tests that measured learning, short-term memory, and speed of memory retrieval. The high job strain group (n = 43) had lower performance than the low job strain group (n = 56) in learning (P = 0.025), short-term memory (P = 0.027), and speed of memory retrieval (P = 0.003). After controlling for education level, only the difference in speed of memory retrieval remained statistically significant (P = 0.010). The association found between job strain and speed of memory retrieval might be one important factor explaining the effect of stress on work performance.

  17. Pilot mental workload: how well do pilots really perform?

    PubMed

    Morris, Charles H; Leung, Ying K

    2006-12-15

    The purpose of this study was to investigate the effects of increasing mental demands on various aspects of aircrew performance. In particular, the robustness of the prioritization and allocation hierarchy of aviate-navigate-communicate was examined, a hierarchy commonly used within the aviation industry. A total of 42 trainee pilots were divided into three workload groups (low, medium, high) to complete a desktop, computer-based exercise that simulated combinations of generic flight deck activities: flight control manipulation, rule-based actions and higher level cognitive processing, in addition to Air Traffic Control instructions that varied in length from one chunk of auditory information to seven chunks. It was found that as mental workload and auditory input increased, participants experienced considerable difficulty in carrying out the primary manipulation task. A similar decline in prioritization was also observed. Moreover, when pilots were under a high mental workload their ability to comprehend more than two chunks of auditory data deteriorated rapidly.

  18. An Optimizing Compiler for Petascale I/O on Leadership-Class Architectures

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Kandemir, Mahmut Taylan; Choudary, Alok; Thakur, Rajeev

    In high-performance computing (HPC), parallel I/O architectures usually have very complex hierarchies with multiple layers that collectively constitute an I/O stack, including high-level I/O libraries such as PnetCDF and HDF5, I/O middleware such as MPI-IO, and parallel file systems such as PVFS and Lustre. Our DOE project explored automated instrumentation and compiler support for I/O intensive applications. Our project made significant progress towards understanding the complex I/O hierarchies of high-performance storage systems (including storage caches, HDDs, and SSDs), and designing and implementing state-of-the-art compiler/runtime system technology that targets I/O intensive HPC applications that target leadership class machine. This final reportmore » summarizes the major achievements of the project and also points out promising future directions Two new sections in this report compared to the previous report are IOGenie and SSD/NVM-specific optimizations.« less

  19. A multiresolution hierarchical classification algorithm for filtering airborne LiDAR data

    NASA Astrophysics Data System (ADS)

    Chen, Chuanfa; Li, Yanyan; Li, Wei; Dai, Honglei

    2013-08-01

    We presented a multiresolution hierarchical classification (MHC) algorithm for differentiating ground from non-ground LiDAR point cloud based on point residuals from the interpolated raster surface. MHC includes three levels of hierarchy, with the simultaneous increase of cell resolution and residual threshold from the low to the high level of the hierarchy. At each level, the surface is iteratively interpolated towards the ground using thin plate spline (TPS) until no ground points are classified, and the classified ground points are used to update the surface in the next iteration. 15 groups of benchmark dataset, provided by the International Society for Photogrammetry and Remote Sensing (ISPRS) commission, were used to compare the performance of MHC with those of the 17 other publicized filtering methods. Results indicated that MHC with the average total error and average Cohen’s kappa coefficient of 4.11% and 86.27% performs better than all other filtering methods.

  20. Neural basis of social status hierarchy across species.

    PubMed

    Chiao, Joan Y

    2010-12-01

    Social status hierarchy is a ubiquitous principle of social organization across the animal kingdom. Recent findings in social neuroscience reveal distinct neural networks associated with the recognition and experience of social hierarchy in humans, as well as modulation of these networks by personality and culture. Additionally, allelic variation in the serotonin transporter gene is associated with prevalence of social hierarchy across species and cultures, suggesting the importance of the study of genetic factors underlying social hierarchy. Future studies are needed to determine how genetic and environmental factors shape neural systems involved in the production and maintenance of social hierarchy across ontogeny and phylogeny. Copyright © 2010 Elsevier Ltd. All rights reserved.

  1. Early Life Manipulations Alter Learning and Memory in Rats

    PubMed Central

    Kosten, Therese A; Kim, Jeansok J; Lee, Hongjoo J.

    2012-01-01

    Much research shows early life manipulations have enduring behavioral, neural, and hormonal effects. However, findings of learning and memory performance vary widely across studies. We reviewed studies in which pre-weaning rat pups were exposed to stressors and tested on learning and memory tasks in adulthood. Tasks were classified as aversive conditioning, inhibitory learning, or spatial/relational memory. Variables of duration, type, and timing of neonatal manipulation and sex and strain of animals were examined to determine if any predict enhanced or impaired performance. Brief separations enhanced and prolonged separations impaired performance on spatial/relational tasks. Performance was impaired in aversive conditioning and enhanced in inhibitory learning tasks regardless of manipulation duration. Opposing effects on performance for spatial/relational memory also depended upon timing of manipulation. Enhanced performance was likely if the manipulation occurred during postnatal week 3 but performance was impaired if it was confined to the first two postnatal weeks. Thus, the relationship between early life experiences and adulthood learning and memory performance is multifaceted and decidedly task-dependent. PMID:22819985

  2. When we test, do we stress? Impact of the testing environment on cortisol secretion and memory performance in older adults.

    PubMed

    Sindi, Shireen; Fiocco, Alexandra J; Juster, Robert-Paul; Pruessner, Jens; Lupien, Sonia J

    2013-08-01

    The majority of studies find that older adults have worse memory performance than young adults. However, contextual features in the testing environment may be perceived as stressful by older adults, increasing their stress hormone levels. Given the evidence that older adults are highly sensitive to the effects of stress hormones (cortisol) on memory performance, it is postulated that a stressful testing environment in older adults can lead to an acute stress response and to memory impairments. The current study compared salivary cortisol levels and memory performance in young and older adults tested in environments manipulated to be stressful (unfavourable condition) or not stressful (favourable condition) for each age group. 28 young adults and 32 older adults were tested in two testing conditions: (1) a condition favouring young adults (constructed to be less stressful for young adults), and (2) a condition favouring older adults (constructed to be less stressful for older adults). The main outcome measure was salivary cortisol levels. Additionally, immediate and delayed memory performances were assessed during each condition. In older adults only, we found significantly high cortisol levels and low memory performance in the condition favouring young adults. In contrast, cortisol levels were lower and memory performance was better when older adults were tested in conditions favouring them. There was no effect of testing condition in young adults. The results demonstrate that older adults' memory performance is highly sensitive to the testing environment. These findings have important implications for both research and clinical settings in which older adults are tested for memory performance. Copyright © 2012 Elsevier Ltd. All rights reserved.

  3. Cerebral Glucose Metabolism is Associated with Verbal but not Visual Memory Performance in Community-Dwelling Older Adults.

    PubMed

    Gardener, Samantha L; Sohrabi, Hamid R; Shen, Kai-Kai; Rainey-Smith, Stephanie R; Weinborn, Michael; Bates, Kristyn A; Shah, Tejal; Foster, Jonathan K; Lenzo, Nat; Salvado, Olivier; Laske, Christoph; Laws, Simon M; Taddei, Kevin; Verdile, Giuseppe; Martins, Ralph N

    2016-03-31

    Increasing evidence suggests that Alzheimer's disease (AD) sufferers show region-specific reductions in cerebral glucose metabolism, as measured by [18F]-fluoro-2-deoxyglucose positron emission tomography (18F-FDG PET). We investigated preclinical disease stage by cross-sectionally examining the association between global cognition, verbal and visual memory, and 18F-FDG PET standardized uptake value ratio (SUVR) in 43 healthy control individuals, subsequently focusing on differences between subjective memory complainers and non-memory complainers. The 18F-FDG PET regions of interest investigated include the hippocampus, amygdala, posterior cingulate, superior parietal, entorhinal cortices, frontal cortex, temporal cortex, and inferior parietal region. In the cohort as a whole, verbal logical memory immediate recall was positively associated with 18F-FDG PET SUVR in both the left hippocampus and right amygdala. There were no associations observed between global cognition, delayed recall in logical memory, or visual reproduction and 18F-FDG PET SUVR. Following stratification of the cohort into subjective memory complainers and non-complainers, verbal logical memory immediate recall was positively associated with 18F-FDG PET SUVR in the right amygdala in those with subjective memory complaints. There were no significant associations observed in non-memory complainers between 18F-FDG PET SUVR in regions of interest and cognitive performance. We observed subjective memory complaint-specific associations between 18F-FDG PET SUVR and immediate verbal memory performance in our cohort, however found no associations between delayed recall of verbal memory performance or visual memory performance. It is here argued that the neural mechanisms underlying verbal and visual memory performance may in fact differ in their pathways, and the characteristic reduction of 18F-FDG PET SUVR observed in this and previous studies likely reflects the pathophysiological changes in specific brain regions that occur in preclinical AD.

  4. DOE Office of Scientific and Technical Information (OSTI.GOV)

    Sancho Pitarch, Jose Carlos; Kerbyson, Darren; Lang, Mike

    Increasing the core-count on current and future processors is posing critical challenges to the memory subsystem to efficiently handle concurrent memory requests. The current trend to cope with this challenge is to increase the number of memory channels available to the processor's memory controller. In this paper we investigate the effectiveness of this approach on the performance of parallel scientific applications. Specifically, we explore the trade-off between employing multiple memory channels per memory controller and the use of multiple memory controllers. Experiments conducted on two current state-of-the-art multicore processors, a 6-core AMD Istanbul and a 4-core Intel Nehalem-EP, for amore » wide range of production applications shows that there is a diminishing return when increasing the number of memory channels per memory controller. In addition, we show that this performance degradation can be efficiently addressed by increasing the ratio of memory controllers to channels while keeping the number of memory channels constant. Significant performance improvements can be achieved in this scheme, up to 28%, in the case of using two memory controllers with each with one channel compared with one controller with two memory channels.« less

  5. Developmental differences in episodic memory across school ages: evidence from enacted events performed by self and others.

    PubMed

    Badinlou, Farzaneh; Kormi-Nouri, Reza; Mousavi Nasab, S M Hossein; Knopf, Monika

    2017-01-01

    The aim of this study was to examine action memory as a form of episodic memory among school-aged subjects. Most research on action memory has focused on memory changes in adult populations. This study explored the action memory of children over time. A total of 410 school-aged child participants, comprising 201 girls and 208 boys in four age groups (8, 10, 12, and 14), were included in this study. We studied two forms of action encoding, subject-performed tasks (SPTs) and experimenter-performed tasks (EPTs), which were compared with one verbal encoding task as a control condition. At retrieval, we used three memory tests (free recall, cued recall, and recognition). We observed significant differences in memory performance in children aged 8-14 years with respect to free recall and cued recall but not recognition. The largest memory enhancement was observed for the SPTs in the 8-14-year-old participants under all test conditions. Participants performed equally well on the free recall of SPTs and EPTs, whereas they displayed better performances on the cued recall and recognition of SPTs compared to EPTs. The strategic nature of SPTs and the distinction between item-specific information and relational information are discussed.

  6. Working memory, short-term memory and reading proficiency in school-age children with cochlear implants.

    PubMed

    Bharadwaj, Sneha V; Maricle, Denise; Green, Laura; Allman, Tamby

    2015-10-01

    The objective of the study was to examine short-term memory and working memory through both visual and auditory tasks in school-age children with cochlear implants. The relationship between the performance on these cognitive skills and reading as well as language outcomes were examined in these children. Ten children between the ages of 7 and 11 years with early-onset bilateral severe-profound hearing loss participated in the study. Auditory and visual short-term memory, auditory and visual working memory subtests and verbal knowledge measures were assessed using the Woodcock Johnson III Tests of Cognitive Abilities, the Wechsler Intelligence Scale for Children-IV Integrated and the Kaufman Assessment Battery for Children II. Reading outcomes were assessed using the Woodcock Reading Mastery Test III. Performance on visual short-term memory and visual working memory measures in children with cochlear implants was within the average range when compared to the normative mean. However, auditory short-term memory and auditory working memory measures were below average when compared to the normative mean. Performance was also below average on all verbal knowledge measures. Regarding reading outcomes, children with cochlear implants scored below average for listening and passage comprehension tasks and these measures were positively correlated to visual short-term memory, visual working memory and auditory short-term memory. Performance on auditory working memory subtests was not related to reading or language outcomes. The children with cochlear implants in this study demonstrated better performance in visual (spatial) working memory and short-term memory skills than in auditory working memory and auditory short-term memory skills. Significant positive relationships were found between visual working memory and reading outcomes. The results of the study provide support for the idea that WM capacity is modality specific in children with hearing loss. Based on these findings, reading instruction that capitalizes on the strengths in visual short-term memory and working memory is suggested for young children with early-onset hearing loss. Copyright © 2015 Elsevier Ireland Ltd. All rights reserved.

  7. High School Students' Understanding of Food Webs: Identification of a Learning Hierarchy and Related Misconceptions.

    ERIC Educational Resources Information Center

    Griffiths, Alan K.; Grant, Bette A. C.

    1985-01-01

    Developed and validated a learning hierarchy for the concept "food web" (the hierarchy consisting of nine skill areas). Also investigated the misconceptions of 200 students related to these nine areas. Suggestions for applying the hierarchy model to remediation and resolution of the misconceptions are provided. (DH)

  8. An exploratory study of the effects of spatial working-memory load on prefrontal activation in low- and high-performing elderly.

    PubMed

    Vermeij, Anouk; van Beek, Arenda H E A; Reijs, Babette L R; Claassen, Jurgen A H R; Kessels, Roy P C

    2014-01-01

    Older adults show more bilateral prefrontal activation during cognitive performance than younger adults, who typically show unilateral activation. This over-recruitment has been interpreted as compensation for declining structure and function of the brain. Here we examined how the relationship between behavioral performance and prefrontal activation is modulated by different levels of working-memory load. Eighteen healthy older adults (70.8 ± 5.0 years; MMSE 29.3 ± 0.9) performed a spatial working-memory task (n-back). Oxygenated ([O2Hb]) and deoxygenated ([HHb]) hemoglobin concentration changes were registered by two functional Near-Infrared Spectroscopy (fNIRS) channels located over the left and right prefrontal cortex. Increased working-memory load resulted in worse performance compared to the control condition. [O2Hb] increased with rising working-memory load in both fNIRS channels. Based on the performance in the high working-memory load condition, the group was divided into low and high performers. A significant interaction effect of performance level and hemisphere on [O2Hb] increase was found, indicating that high performers were better able to keep the right prefrontal cortex engaged under high cognitive demand. Furthermore, in the low performers group, individuals with a larger decline in task performance from the control to the high working-memory load condition had a larger bilateral increase of [O2Hb]. The high performers did not show a correlation between performance decline and working-memory load related prefrontal activation changes. Thus, additional bilateral prefrontal activation in low performers did not necessarily result in better cognitive performance. Our study showed that bilateral prefrontal activation may not always be successfully compensatory. Individual behavioral performance should be taken into account to be able to distinguish successful and unsuccessful compensation or declined neural efficiency.

  9. Parallel Agent-Based Simulations on Clusters of GPUs and Multi-Core Processors

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Aaby, Brandon G; Perumalla, Kalyan S; Seal, Sudip K

    2010-01-01

    An effective latency-hiding mechanism is presented in the parallelization of agent-based model simulations (ABMS) with millions of agents. The mechanism is designed to accommodate the hierarchical organization as well as heterogeneity of current state-of-the-art parallel computing platforms. We use it to explore the computation vs. communication trade-off continuum available with the deep computational and memory hierarchies of extant platforms and present a novel analytical model of the tradeoff. We describe our implementation and report preliminary performance results on two distinct parallel platforms suitable for ABMS: CUDA threads on multiple, networked graphical processing units (GPUs), and pthreads on multi-core processors. Messagemore » Passing Interface (MPI) is used for inter-GPU as well as inter-socket communication on a cluster of multiple GPUs and multi-core processors. Results indicate the benefits of our latency-hiding scheme, delivering as much as over 100-fold improvement in runtime for certain benchmark ABMS application scenarios with several million agents. This speed improvement is obtained on our system that is already two to three orders of magnitude faster on one GPU than an equivalent CPU-based execution in a popular simulator in Java. Thus, the overall execution of our current work is over four orders of magnitude faster when executed on multiple GPUs.« less

  10. A parallel finite element procedure for contact-impact problems using edge-based smooth triangular element and GPU

    NASA Astrophysics Data System (ADS)

    Cai, Yong; Cui, Xiangyang; Li, Guangyao; Liu, Wenyang

    2018-04-01

    The edge-smooth finite element method (ES-FEM) can improve the computational accuracy of triangular shell elements and the mesh partition efficiency of complex models. In this paper, an approach is developed to perform explicit finite element simulations of contact-impact problems with a graphical processing unit (GPU) using a special edge-smooth triangular shell element based on ES-FEM. Of critical importance for this problem is achieving finer-grained parallelism to enable efficient data loading and to minimize communication between the device and host. Four kinds of parallel strategies are then developed to efficiently solve these ES-FEM based shell element formulas, and various optimization methods are adopted to ensure aligned memory access. Special focus is dedicated to developing an approach for the parallel construction of edge systems. A parallel hierarchy-territory contact-searching algorithm (HITA) and a parallel penalty function calculation method are embedded in this parallel explicit algorithm. Finally, the program flow is well designed, and a GPU-based simulation system is developed, using Nvidia's CUDA. Several numerical examples are presented to illustrate the high quality of the results obtained with the proposed methods. In addition, the GPU-based parallel computation is shown to significantly reduce the computing time.

  11. Ascent to moderate altitude impairs overnight memory improvements.

    PubMed

    Tesler, Noemi; Latshang, Tsogyal D; Lo Cascio, Christian M; Stadelmann, Katrin; Stoewhas, Anne-Christin; Kohler, Malcolm; Bloch, Konrad E; Achermann, Peter; Huber, Reto

    2015-02-01

    Several studies showed beneficial effects of sleep on memory performance. Slow waves, the electroencephalographic characteristic of deep sleep, reflected on the neuronal level by synchronous slow oscillations, seem crucial for these benefits. Traveling to moderate altitudes decreases deep sleep. In a randomized cross-over design healthy male subjects performed a visuo-motor learning task in Zurich (490 m) and at Davos Jakobshorn (2590 m) in random order. Memory performance was assessed immediately after learning, before sleep, and in the morning after a night of sleep. Sleep EEG recordings were performed during the nights. Our findings show an altitude induced reduction of sleep dependent memory performance. Moreover, this impaired sleep dependent memory performance was associated with reduced slow wave derived measures of neuronal synchronization. Our results are consistent with a critical role of slow waves for the beneficial effects of sleep on memory that is susceptible to natural environmental influences. Copyright © 2014 Elsevier Inc. All rights reserved.

  12. The Effects of Working Memory on Brain-Computer Interface Performance

    PubMed Central

    Sprague, Samantha A.; McBee, Matthew; Sellers, Eric W.

    2015-01-01

    Objective The purpose of the present study is to evaluate the relationship between working memory and BCI performance. Methods Participants took part in two separate sessions. The first session consisted of three computerized tasks. The LSWM was used to measure working memory, the TPVT was used to measure general intelligence, and the DCCS was used to measure executive function, specifically cognitive flexibility. The second session consisted of a P300-based BCI copy-spelling task. Results The results indicate that both working memory and general intelligence are significant predictors of BCI performance. Conclusions This suggests that working memory training could be used to improve performance on a BCI task. Significance Working memory training may help to reduce a portion of the individual differences that exist in BCI performance allowing for a wider range of users to successfully operate the BCI system as well as increase the BCI performance of current users. PMID:26620822

  13. Episodic and semantic memory in children with mesial temporal sclerosis.

    PubMed

    Rzezak, Patricia; Guimarães, Catarina; Fuentes, Daniel; Guerreiro, Marilisa M; Valente, Kette Dualibi Ramos

    2011-07-01

    The aim of this study was to analyze semantic and episodic memory deficits in children with mesial temporal sclerosis (MTS) and their correlation with clinical epilepsy variables. For this purpose, 19 consecutive children and adolescents with MTS (8 to 16 years old) were evaluated and their performance on five episodic memory tests (short- and long-term memory and learning) and four semantic memory tests was compared with that of 28 healthy volunteers. Patients performed worse on tests of immediate and delayed verbal episodic memory, visual episodic memory, verbal and visual learning, mental scanning for semantic clues, object naming, word definition, and repetition of sentences. Clinical variables such as early age at seizure onset, severity of epilepsy, and polytherapy impaired distinct types of memory. These data confirm that children with MTS have episodic memory deficits and add new information on semantic memory. The data also demonstrate that clinical variables contribute differently to episodic and semantic memory performance. Copyright © 2011 Elsevier Inc. All rights reserved.

  14. Why hierarchies thrive.

    PubMed

    Leavitt, Harold J

    2003-03-01

    Hardly anyone has a good word to say about hierarchies. Academics, consultants, and management gurus regularly forecast their imminent replacement because hierarchies--even when populated by considerate and intelligent people--can be cruel and stupid. They routinely transform motivated and loyal employees into disaffected Dilberts. It's no wonder that we continue to search for more humane and productive alternatives to them. Yet the intensity with which we struggle against hierarchies only serves to highlight their durability. Hierarchy, it seems, may be intrinsic not only to the natural world but also to our own natures. In this article, organizational behavior expert Harold J. Leavitt presents neither a defense of human hierarchies nor another attack on them. Instead, he offers a reality check, a reminder that hierarchy remains the basic structure of most, if not all, large, ongoing human organizations. That's because although they are often depicted as being out of date, hierarchies have proved to be extraordinarily adaptive. Over the past 50 years, for example, they have co-opted the three major managerial movements--human relations, analytic management, and communities of practice. Hierarchies also persist because they deliver real practical and psychological value, and they fulfill our deep need for order and security. Despite the good they may do, hierarchies are inevitably authoritarian. That authoritarianism shows up in all kinds of ways and influences everything in organizations, particularly communication. In multilevel organizations, for instance, messages get distorted as they travel up and down the ladder of command. Self-protection and self-interest weigh in, and relevant information is lost as messages make stops along the route. Sensitive leaders take steps to make speaking the truth as painless as possible. But it never is in organizations, because authoritarianism is an immutable element of hierarchy.

  15. Memory-Intensive Benchmarks: IRAM vs. Cache-Based Machines

    NASA Technical Reports Server (NTRS)

    Biswas, Rupak; Gaeke, Brian R.; Husbands, Parry; Li, Xiaoye S.; Oliker, Leonid; Yelick, Katherine A.; Biegel, Bryan (Technical Monitor)

    2002-01-01

    The increasing gap between processor and memory performance has lead to new architectural models for memory-intensive applications. In this paper, we explore the performance of a set of memory-intensive benchmarks and use them to compare the performance of conventional cache-based microprocessors to a mixed logic and DRAM processor called VIRAM. The benchmarks are based on problem statements, rather than specific implementations, and in each case we explore the fundamental hardware requirements of the problem, as well as alternative algorithms and data structures that can help expose fine-grained parallelism or simplify memory access patterns. The benchmarks are characterized by their memory access patterns, their basic control structures, and the ratio of computation to memory operation.

  16. Physical Activity Is Positively Associated with Episodic Memory in Aging.

    PubMed

    Hayes, Scott M; Alosco, Michael L; Hayes, Jasmeet P; Cadden, Margaret; Peterson, Kristina M; Allsup, Kelly; Forman, Daniel E; Sperling, Reisa A; Verfaellie, Mieke

    2015-11-01

    Aging is associated with performance reductions in executive function and episodic memory, although there is substantial individual variability in cognition among older adults. One factor that may be positively associated with cognition in aging is physical activity. To date, few studies have objectively assessed physical activity in young and older adults, and examined whether physical activity is differentially associated with cognition in aging. Young (n=29, age 18-31 years) and older adults (n=31, ages 55-82 years) completed standardized neuropsychological testing to assess executive function and episodic memory capacities. An experimental face-name relational memory task was administered to augment assessment of episodic memory. Physical activity (total step count and step rate) was objectively assessed using an accelerometer, and hierarchical regressions were used to evaluate relationships between cognition and physical activity. Older adults performed more poorly on tasks of executive function and episodic memory. Physical activity was positively associated with a composite measure of visual episodic memory and face-name memory accuracy in older adults. Physical activity associations with cognition were independent of sedentary behavior, which was negatively correlated with memory performance. Physical activity was not associated with cognitive performance in younger adults. Physical activity is positively associated with episodic memory performance in aging. The relationship appears to be strongest for face-name relational memory and visual episodic memory, likely attributable to the fact that these tasks make strong demands on the hippocampus. The results suggest that physical activity relates to cognition in older, but not younger adults.

  17. Confident failures: Lapses of working memory reveal a metacognitive blind spot.

    PubMed

    Adam, Kirsten C S; Vogel, Edward K

    2017-07-01

    Working memory performance fluctuates dramatically from trial to trial. On many trials, performance is no better than chance. Here, we assessed participants' awareness of working memory failures. We used a whole-report visual working memory task to quantify both trial-by-trial performance and trial-by-trial subjective ratings of inattention to the task. In Experiment 1 (N = 41), participants were probed for task-unrelated thoughts immediately following 20% of trials. In Experiment 2 (N = 30), participants gave a rating of their attentional state following 25% of trials. Finally, in Experiments 3a (N = 44) and 3b (N = 34), participants reported confidence of every response using a simple mouse-click judgment. Attention-state ratings and off-task thoughts predicted the number of items correctly identified on each trial, replicating previous findings that subjective measures of attention state predict working memory performance. However, participants correctly identified failures on only around 28% of failure trials. Across experiments, participants' metacognitive judgments reliably predicted variation in working memory performance but consistently and severely underestimated the extent of failures. Further, individual differences in metacognitive accuracy correlated with overall working memory performance, suggesting that metacognitive monitoring may be key to working memory success.

  18. Memory shaped by age stereotypes over time.

    PubMed

    Levy, Becca R; Zonderman, Alan B; Slade, Martin D; Ferrucci, Luigi

    2012-07-01

    Previous studies showed that negative self-stereotypes detrimentally affect the cognitive performance of marginalized group members; however, these findings were confined to short-term experiments. In the present study, we considered whether stereotypes predicted memory over time, which had not been previously examined. We also considered whether self-relevance increased the influence of stereotypes on memory over time. Multiple waves of memory performance were analyzed using individual growth models. The sample consisted of 395 participants in the Baltimore Longitudinal Study of Aging. Those with more negative age stereotypes demonstrated significantly worse memory performance over 38 years than those with less negative age stereotypes, after adjusting for relevant covariates. The decline in memory performance for those aged 60 and above was 30.2% greater for the more negative age stereotype group than for the less negative age stereotype group. Also, the impact of age stereotypes on memory was significantly greater among those for whom the age stereotypes were self-relevant. This study shows that the adverse influence of negative self-stereotypes on cognitive performance is not limited to a short-term laboratory effect. Rather, the findings demonstrate, for the first time, that stereotypes also predict memory performance over an extended period in the community.

  19. Amygdala volume and verbal memory performance in schizophrenia and bipolar disorder.

    PubMed

    Killgore, William D S; Rosso, Isabelle M; Gruber, Staci A; Yurgelun-Todd, Deborah A

    2009-03-01

    To clarify the relationship between amygdala-hippocampal volume and cognitive performance in schizophrenia and bipolar disorder. Abnormalities of the amygdala-hippocampal complex and memory deficits have been reported in both schizophrenia and bipolar illness. We examined memory performance and its relationship to the volumes of the whole brain, lateral ventricles, hippocampus, and amygdala using morphometric magnetic resonance imaging in 19 patients with schizophrenia, 11 bipolar patients, and 20 healthy controls. Schizophrenia patients performed more poorly than bipolar patients and controls on indices of memory functioning, whereas patients with bipolar disorder showed milder impairments relative to controls. The schizophrenia group showed reduced total cerebral volume and enlarged ventricles relative to controls, but no group differences were found for amygdala or hippocampal volume. Left amygdala volume was predictive of memory performance in both groups, correlating positively with better immediate and delayed verbal memory for bipolar patients and negatively with immediate and delayed verbal recall for schizophrenia patients. Amygdala volume was unrelated to memory performance in healthy subjects. Schizophrenia and bipolar disorder both seem to be associated with anomalous and differential limbic volume-function relationships, such that the amygdala may facilitate hippocampal-dependent memory processes in bipolar disorder but impair these same processes in schizophrenia.

  20. How the Measurement of Memory Processes Can Affect Memory Performance: The Case of Remember/Know Judgments

    ERIC Educational Resources Information Center

    Naveh-Benjamin, Moshe; Kilb, Angela

    2012-01-01

    Relatively little attention has been paid thus far in memory research to the effects of measurement instruments intended to assess memory processes on the constructs being measured. The current article investigates the influence of employing the popular remember/know (R/K) measurement procedure on memory performance itself. This measurement…

  1. Examining Quality Improvement Programs: The Case of Minnesota Hospitals

    PubMed Central

    Olson, John R; Belohlav, James A; Cook, Lori S; Hays, Julie M

    2008-01-01

    Objective To determine if there is a hierarchy of improvement program adoption by hospitals and outline that hierarchy. Data Sources Primary data were collected in the spring of 2007 via e-survey from 210 individuals representing 109 Minnesota hospitals. Secondary data from 2006 were assembled from the Leapfrog database. Study Design As part of a larger survey, respondents were given a list of improvement programs and asked to identify those programs that are used in their hospital. Data Collection/Data Extraction Rasch Model Analysis was used to assess whether a unidimensional construct exists that defines a hospital's ability to implement performance improvement programs. Linear regression analysis was used to assess the relationship of the Rasch ability scores with Leapfrog Safe Practices Scores to validate the research findings. Principal Findings The results of the study show that hospitals have widely varying abilities in implementing improvement programs. In addition, improvement programs present differing levels of difficulty for hospitals trying to implement them. Our findings also indicate that the ability to adopt improvement programs is important to the overall performance of hospitals. Conclusions There is a hierarchy of improvement programs in the health care context. A hospital's ability to successfully adopt improvement programs is a function of its existing capabilities. As a hospital's capability increases, the ability to successfully implement higher level programs also increases. PMID:18761677

  2. Selection of infectious medical waste disposal firms by using the analytic hierarchy process and sensitivity analysis.

    PubMed

    Hsu, Pi-Fang; Wu, Cheng-Ru; Li, Ya-Ting

    2008-01-01

    While Taiwanese hospitals dispose of large amounts of medical waste to ensure sanitation and personal hygiene, doing so inefficiently creates potential environmental hazards and increases operational expenses. However, hospitals lack objective criteria to select the most appropriate waste disposal firm and evaluate its performance, instead relying on their own subjective judgment and previous experiences. Therefore, this work presents an analytic hierarchy process (AHP) method to objectively select medical waste disposal firms based on the results of interviews with experts in the field, thus reducing overhead costs and enhancing medical waste management. An appropriate weight criterion based on AHP is derived to assess the effectiveness of medical waste disposal firms. The proposed AHP-based method offers a more efficient and precise means of selecting medical waste firms than subjective assessment methods do, thus reducing the potential risks for hospitals. Analysis results indicate that the medical sector selects the most appropriate infectious medical waste disposal firm based on the following rank: matching degree, contractor's qualifications, contractor's service capability, contractor's equipment and economic factors. By providing hospitals with an effective means of evaluating medical waste disposal firms, the proposed AHP method can reduce overhead costs and enable medical waste management to understand the market demand in the health sector. Moreover, performed through use of Expert Choice software, sensitivity analysis can survey the criterion weight of the degree of influence with an alternative hierarchy.

  3. A single dose of cocaine enhances prospective memory performance.

    PubMed

    Hutten, Nadia Rpw; Kuypers, Kim Pc; van Wel, Janelle Hp; Theunissen, Eef L; Toennes, Stefan W; Verkes, Robbert-Jan; Ramaekers, Johannes G

    2018-06-01

    Prospective memory is the ability to recall intended actions or events at the right time or in the right context. While cannabis is known to impair prospective memory, the acute effect of cocaine is unknown. In addition, it is not clear whether changes in prospective memory represent specific alterations in memory processing or result from more general effects on cognition that spread across multiple domains such as arousal and attention. The main objective of the study was, therefore, to determine whether drug-induced changes in prospective memory are memory specific or associated with more general drug-induced changes in attention and arousal. A placebo-controlled, three-way, cross-over study including 15 regular poly-drug users was set up to test the influence of oral cocaine (300 mg) and vaporised cannabis (300+150 'booster' µg/kg bodyweight) on an event-based prospective memory task. Attentional performance was assessed using a divided attention task and subjective arousal was assessed with the Profile of Mood States questionnaire. Results showed that cocaine enhanced prospective memory, attention and arousal. Mean performance of prospective memory and attention, as well as levels of arousal were lowest during treatment with cannabis as compared with placebo and cocaine as evinced by a significantly increased trend across treatment conditions. Prospective memory performance was only weakly positively associated to measures of attention and arousal. Together, these results indicate that cocaine enhancement of prospective memory performance cannot be fully explained by parallel changes in arousal and attention levels, and is likely to represent a direct change in the neural network underlying prospective memory.

  4. The effects of acute hypoglycaemia on memory acquisition and recall and prospective memory in type 1 diabetes.

    PubMed

    Warren, R E; Zammitt, N N; Deary, I J; Frier, B M

    2007-01-01

    Global memory performance is impaired during acute hypoglycaemia. This study assessed whether moderate hypoglycaemia disrupts learning and recall in isolation, and utilised a novel test of prospective memory which may better reflect the role of memory in daily life than conventional tests. Thirty-six subjects with type 1 diabetes participated, 20 with normal hypoglycaemia awareness (NHA) and 16 with impaired hypoglycaemia awareness (IHA). Each underwent a hypoglycaemic clamp with target blood glucose 2.5 mmol/l. Prior to hypoglycaemia, subjects attempted to memorise instructions for a prospective memory task, and recall was assessed during hypoglycaemia. Subjects then completed the learning and immediate recall stages of three conventional memory tasks (word recall, story recall, visual recall) during hypoglycaemia. Euglycaemia was restored and delayed memory for the conventional tasks was tested. The same procedures were completed in euglycaemic control studies (blood glucose 4.5 mmol/l). Hypoglycaemia impaired performance significantly on the prospective memory task (p = 0.004). Hypoglycaemia also significantly impaired both immediate and delayed recall for the word and story recall tasks (p < 0.01 in each case). There was no significant deterioration of performance on the visual memory task. The effect of hypoglycaemia did not differ significantly between subjects with NHA and IHA. Impaired performance on the prospective memory task during hypoglycaemia demonstrates that recall is disrupted by hypoglycaemia. Impaired performance on the conventional memory tasks demonstrates that learning is also disrupted by hypoglycaemia. Results of the prospective memory task support the relevance of these findings to the everyday lives of people with diabetes.

  5. Gait performance is not influenced by working memory when walking at a self-selected pace.

    PubMed

    Grubaugh, Jordan; Rhea, Christopher K

    2014-02-01

    Gait performance exhibits patterns within the stride-to-stride variability that can be indexed using detrended fluctuation analysis (DFA). Previous work employing DFA has shown that gait patterns can be influenced by constraints, such as natural aging or disease, and they are informative regarding a person's functional ability. Many activities of daily living require concurrent performance in the cognitive and gait domains; specifically working memory is commonly engaged while walking, which is considered dual-tasking. It is unknown if taxing working memory while walking influences gait performance as assessed by DFA. This study used a dual-tasking paradigm to determine if performance decrements are observed in gait or working memory when performed concurrently. Healthy young participants (N = 16) performed a working memory task (automated operation span task) and a gait task (walking at a self-selected speed on a treadmill) in single- and dual-task conditions. A second dual-task condition (reading while walking) was included to control for visual attention, but also introduced a task that taxed working memory over the long term. All trials involving gait lasted at least 10 min. Performance in the working memory task was indexed using five dependent variables (absolute score, partial score, speed error, accuracy error, and math error), while gait performance was indexed by quantifying the mean, standard deviation, and DFA α of the stride interval time series. Two multivariate analyses of variance (one for gait and one for working memory) were used to examine performance in the single- and dual-task conditions. No differences were observed in any of the gait or working memory dependent variables as a function of task condition. The results suggest the locomotor system is adaptive enough to complete a working memory task without compromising gait performance when walking at a self-selected pace.

  6. Oscillatory theta activity during memory formation and its impact on overnight consolidation: a missing link?

    PubMed

    Heib, Dominik P J; Hoedlmoser, Kerstin; Anderer, Peter; Gruber, Georg; Zeitlhofer, Josef; Schabus, Manuel

    2015-08-01

    Sleep has been shown to promote memory consolidation driven by certain oscillatory patterns, such as sleep spindles. However, sleep does not consolidate all newly encoded information uniformly but rather "selects" certain memories for consolidation. It is assumed that such selection depends on salience tags attached to the new memories before sleep. However, little is known about the underlying neuronal processes reflecting presleep memory tagging. The current study sought to address the question of whether event-related changes in spectral theta power (theta ERSP) during presleep memory formation could reflect memory tagging that influences subsequent consolidation during sleep. Twenty-four participants memorized 160 word pairs before sleep; in a separate laboratory visit, they performed a nonlearning control task. Memory performance was tested twice, directly before and after 8 hr of sleep. Results indicate that participants who improved their memory performance overnight displayed stronger theta ERSP during the memory task in comparison with the control task. They also displayed stronger memory task-related increases in fast sleep spindle activity. Furthermore, presleep theta activity was directly linked to fast sleep spindle activity, indicating that processes during memory formation might indeed reflect memory tagging that influences subsequent consolidation during sleep. Interestingly, our results further indicate that the suggested relation between sleep spindles and overnight performance change is not as direct as once believed. Rather, it appears to be mediated by processes beginning during presleep memory formation. We conclude that theta ERSP during presleep memory formation reflects cortico-hippocampal interactions that lead to a better long-term accessibility by tagging memories for sleep spindle-related reprocessing.

  7. Arousal-But Not Valence-Reduces False Memories at Retrieval.

    PubMed

    Mirandola, Chiara; Toffalini, Enrico

    2016-01-01

    Mood affects both memory accuracy and memory distortions. However, some aspects of this relation are still poorly understood: (1) whether valence and arousal equally affect false memory production, and (2) whether retrieval-related processes matter; the extant literature typically shows that mood influences memory performance when it is induced before encoding, leaving unsolved whether mood induced before retrieval also impacts memory. We examined how negative, positive, and neutral mood induced before retrieval affected inferential false memories and related subjective memory experiences. A recognition-memory paradigm for photographs depicting script-like events was employed. Results showed that individuals in both negative and positive moods-similar in arousal levels-correctly recognized more target events and endorsed fewer false memories (and these errors were linked to remember responses less frequently), compared to individuals in neutral mood. This suggests that arousal (but not valence) predicted memory performance; furthermore, we found that arousal ratings provided by participants were more adequate predictors of memory performance than their actual belonging to either positive, negative or neutral mood groups. These findings suggest that arousal has a primary role in affecting memory, and that mood exerts its power on true and false memory even when induced at retrieval.

  8. Arousal—But Not Valence—Reduces False Memories at Retrieval

    PubMed Central

    Mirandola, Chiara; Toffalini, Enrico

    2016-01-01

    Mood affects both memory accuracy and memory distortions. However, some aspects of this relation are still poorly understood: (1) whether valence and arousal equally affect false memory production, and (2) whether retrieval-related processes matter; the extant literature typically shows that mood influences memory performance when it is induced before encoding, leaving unsolved whether mood induced before retrieval also impacts memory. We examined how negative, positive, and neutral mood induced before retrieval affected inferential false memories and related subjective memory experiences. A recognition-memory paradigm for photographs depicting script-like events was employed. Results showed that individuals in both negative and positive moods–similar in arousal levels–correctly recognized more target events and endorsed fewer false memories (and these errors were linked to remember responses less frequently), compared to individuals in neutral mood. This suggests that arousal (but not valence) predicted memory performance; furthermore, we found that arousal ratings provided by participants were more adequate predictors of memory performance than their actual belonging to either positive, negative or neutral mood groups. These findings suggest that arousal has a primary role in affecting memory, and that mood exerts its power on true and false memory even when induced at retrieval. PMID:26938737

  9. Prospective memory: effects of divided attention on spontaneous retrieval.

    PubMed

    Harrison, Tyler L; Mullet, Hillary G; Whiffen, Katie N; Ousterhout, Hunter; Einstein, Gilles O

    2014-02-01

    We examined the effects of divided attention on the spontaneous retrieval of a prospective memory intention. Participants performed an ongoing lexical decision task with an embedded prospective memory demand, and also performed a divided-attention task during some segments of lexical decision trials. In all experiments, monitoring was highly discouraged, and we observed no evidence that participants engaged monitoring processes. In Experiment 1, performing a moderately demanding divided-attention task (a digit detection task) did not affect prospective memory performance. In Experiment 2, performing a more challenging divided-attention task (random number generation) impaired prospective memory. Experiment 3 showed that this impairment was eliminated when the prospective memory cue was perceptually salient. Taken together, the results indicate that spontaneous retrieval is not automatic and that challenging divided-attention tasks interfere with spontaneous retrieval and not with the execution of a retrieved intention.

  10. Dissipative dynamics at conical intersections: simulations with the hierarchy equations of motion method.

    PubMed

    Chen, Lipeng; Gelin, Maxim F; Chernyak, Vladimir Y; Domcke, Wolfgang; Zhao, Yang

    2016-12-16

    The effect of a dissipative environment on the ultrafast nonadiabatic dynamics at conical intersections is analyzed for a two-state two-mode model chosen to represent the S 2 (ππ*)-S 1 (nπ*) conical intersection in pyrazine (the system) which is bilinearly coupled to infinitely many harmonic oscillators in thermal equilibrium (the bath). The system-bath coupling is modeled by the Drude spectral function. The equation of motion for the reduced density matrix of the system is solved numerically exactly with the hierarchy equation of motion method using graphics-processor-unit (GPU) technology. The simulations are valid for arbitrary strength of the system-bath coupling and arbitrary bath memory relaxation time. The present computational studies overcome the limitations of weak system-bath coupling and short memory relaxation time inherent in previous simulations based on multi-level Redfield theory [A. Kühl and W. Domcke, J. Chem. Phys. 2002, 116, 263]. Time evolutions of electronic state populations and time-dependent reduced probability densities of the coupling and tuning modes of the conical intersection have been obtained. It is found that even weak coupling to the bath effectively suppresses the irregular fluctuations of the electronic populations of the isolated two-mode conical intersection. While the population of the upper adiabatic electronic state (S 2 ) is very efficiently quenched by the system-bath coupling, the population of the diabatic ππ* electronic state exhibits long-lived oscillations driven by coherent motion of the tuning mode. Counterintuitively, the coupling to the bath can lead to an enhanced lifetime of the coherence of the tuning mode as a result of effective damping of the highly excited coupling mode, which reduces the strong mode-mode coupling inherent to the conical intersection. The present results extend previous studies of the dissipative dynamics at conical intersections to the nonperturbative regime of system-bath coupling. They pave the way for future first-principles simulations of femtosecond time-resolved four-wave-mixing spectra of chromophores in condensed phases which are nonperturbative in the system dynamics, the system-bath coupling as well as the field-matter coupling.

  11. Why Some School Subjects Have a Higher Status than Others: The Epistemology of the Traditional Curriculum Hierarchy

    ERIC Educational Resources Information Center

    Bleazby, Jennifer

    2015-01-01

    Inherent in most school curricula is some sort of curriculum hierarchy--that is, an assumption that some school subjects are more valuable than others. This paper examines the epistemological assumptions that underpin one such curriculum hierarchy, which I refer to as "the traditional curriculum hierarchy". It is a pervasive and…

  12. Deterministic switching of hierarchy during wrinkling in quasi-planar bilayers

    DOE PAGES

    Saha, Sourabh K.; Culpepper, Martin L.

    2016-04-25

    Emergence of hierarchy during compression of quasi-planar bilayers is preceded by a mode-locked state during which the quasi-planar form persists. Transition to hierarchy is determined entirely by geometrically observable parameters. This results in a universal transition phase diagram that enables one to deterministically tune hierarchy even with limited knowledge about material properties.

  13. Predicting Intervention Effectiveness from Oral Reading Accuracy and Rate Measures through the Learning Hierarchy/Instructional Hierarchy

    ERIC Educational Resources Information Center

    Szadokierski, Isadora Elisabeth

    2012-01-01

    The current study used the Learning Hierarchy/Instructional Hierarchy (LH/IH) to predict intervention effectiveness based on the reading skills of students who are developing reading fluency. Pre-intervention reading accuracy and rate were assessed for 49 second and third grade participants who then participated in a brief experimental analysis…

  14. Status Hierarchy, Attractiveness Hierarchy and Sex Ratio: Three Contextual Factors Explaining the Status-Aggression Link among Adolescents

    ERIC Educational Resources Information Center

    Zwaan, Michiel; Dijkstra, Jan Kornelis; Veenstra, Rene

    2013-01-01

    The moderating effects of three specific conditions (status hierarchy, attractiveness hierarchy and sex ratio) on the link between status (popularity) and physical and relational aggression were examined in a large sample of adolescent boys ("N" = 1,665) and girls ("N" = 1,637) ("M" age = 13.60). In line with the…

  15. Gauge transformation and symmetries of the commutative multicomponent BKP hierarchy

    NASA Astrophysics Data System (ADS)

    Li, Chuanzhong

    2016-01-01

    In this paper, we defined a new multi-component B type Kadomtsev-Petviashvili (BKP) hierarchy that takes values in a commutative subalgebra of {gl}(N,{{C}}). After this, we give the gauge transformation of this commutative multicomponent BKP (CMBKP) hierarchy. Meanwhile, we construct a new constrained CMBKP hierarchy that contains some new integrable systems, including coupled KdV equations under a certain reduction. After this, the quantum torus symmetry and quantum torus constraint on the tau function of the commutative multi-component BKP hierarchy will be constructed.

  16. The Benefit of Attention-to-Memory Depends on the Interplay of Memory Capacity and Memory Load

    PubMed Central

    Lim, Sung-Joo; Wöstmann, Malte; Geweke, Frederik; Obleser, Jonas

    2018-01-01

    Humans can be cued to attend to an item in memory, which facilitates and enhances the perceptual precision in recalling this item. Here, we demonstrate that this facilitating effect of attention-to-memory hinges on the overall degree of memory load. The benefit an individual draws from attention-to-memory depends on her overall working memory performance, measured as sensitivity (d′) in a retroactive cue (retro-cue) pitch discrimination task. While listeners maintained 2, 4, or 6 auditory syllables in memory, we provided valid or neutral retro-cues to direct listeners’ attention to one, to-be-probed syllable in memory. Participants’ overall memory performance (i.e., perceptual sensitivity d′) was relatively unaffected by the presence of valid retro-cues across memory loads. However, a more fine-grained analysis using psychophysical modeling shows that valid retro-cues elicited faster pitch-change judgments and improved perceptual precision. Importantly, as memory load increased, listeners’ overall working memory performance correlated with inter-individual differences in the degree to which precision improved (r = 0.39, p = 0.029). Under high load, individuals with low working memory profited least from attention-to-memory. Our results demonstrate that retrospective attention enhances perceptual precision of attended items in memory but listeners’ optimal use of informative cues depends on their overall memory abilities. PMID:29520246

  17. Changes in Neural Connectivity and Memory Following a Yoga Intervention for Older Adults: A Pilot Study

    PubMed Central

    Eyre, Harris A.; Acevedo, Bianca; Yang, Hongyu; Siddarth, Prabha; Van Dyk, Kathleen; Ercoli, Linda; Leaver, Amber M.; Cyr, Natalie St.; Narr, Katherine; Baune, Bernhard T.; Khalsa, Dharma S.; Lavretsky, Helen

    2016-01-01

    Background: No study has explored the effect of yoga on cognitive decline and resting-state functional connectivity. Objectives: This study explored the relationship between performance on memory tests and resting-state functional connectivity before and after a yoga intervention versus active control for subjects with mild cognitive impairment (MCI). Methods: Participants ( ≥ 55 y) with MCI were randomized to receive a yoga intervention or active “gold-standard” control (i.e., memory enhancement training (MET)) for 12 weeks. Resting-state functional magnetic resonance imaging was used to map correlations between brain networks and memory performance changes over time. Default mode networks (DMN), language and superior parietal networks were chosen as networks of interest to analyze the association with changes in verbal and visuospatial memory performance. Results: Fourteen yoga and 11 MET participants completed the study. The yoga group demonstrated a statistically significant improvement in depression and visuospatial memory. We observed improved verbal memory performance correlated with increased connectivity between the DMN and frontal medial cortex, pregenual anterior cingulate cortex, right middle frontal cortex, posterior cingulate cortex, and left lateral occipital cortex. Improved verbal memory performance positively correlated with increased connectivity between the language processing network and the left inferior frontal gyrus. Improved visuospatial memory performance correlated inversely with connectivity between the superior parietal network and the medial parietal cortex. Conclusion:Yoga may be as effective as MET in improving functional connectivity in relation to verbal memory performance. These findings should be confirmed in larger prospective studies. PMID:27060939

  18. Differential associations between types of verbal memory and prefrontal brain structure in healthy aging and late life depression.

    PubMed

    Lamar, Melissa; Charlton, Rebecca; Zhang, Aifeng; Kumar, Anand

    2012-07-01

    Verbal memory deficits attributed to late life depression (LLD) may result from executive dysfunction that is more detrimental to list-learning than story-based recall when compared to healthy aging. Despite these behavioral dissociations, little work has been done investigating related neuroanatomical dissociations across types of verbal memory performance in LLD. We compared list-learning to story-based memory performance in 24 non-demented individuals with LLD (age ~ 66.1 ± 7.8) and 41 non-demented/non-depressed healthy controls (HC; age ~ 67.6 ± 5.3). We correlated significant results of between-group analyses across memory performance variables with brain volumes of frontal, temporal and parietal regions known to be involved with verbal learning and memory. When compared to the HC group, the LLD group showed significantly lower verbal memory performance for spontaneous recall after repeated exposure and after a long-delay but only for the list-learning task; groups did not differ on story-based memory performance. Despite equivalent brain volumes across regions, only the LLD group showed brain associations with verbal memory performance and only for the list-learning task. Specifically, frontal volumes important for subjective organization and response monitoring correlated with list-learning performance in the LLD group. This study is the first to demonstrate neuroanatomical dissociations across types of verbal memory performance in individuals with LLD. Results provide structural evidence for the behavioral dissociations between list-learning and story-based recall in LLD when compared to healthy aging. More specifically, it points toward a network of predominantly anterior brain regions that may underlie the executive contribution to list-learning in older adults with depression. Copyright © 2012 Elsevier Ltd. All rights reserved.

  19. Breaking down hierarchies of decision-making in primates

    PubMed Central

    Hyafil, Alexandre; Moreno-Bote, Rubén

    2017-01-01

    Possible options in a decision often organize as a hierarchy of subdecisions. A recent study concluded that perceptual processes in primates mimic this hierarchical structure and perform subdecisions in parallel. We argue that a flat model that directly selects between final choices accounts more parsimoniously for the reported behavioral and neural data. Critically, a flat model is characterized by decision signals integrating evidence at different hierarchical levels, in agreement with neural recordings showing this integration in localized neural populations. Our results point to the role of experience for building integrated perceptual categories where sensory evidence is merged prior to decision. DOI: http://dx.doi.org/10.7554/eLife.16650.001 PMID:28648171

  20. Optimal Medical Equipment Maintenance Service Proposal Decision Support System combining Activity Based Costing (ABC) and the Analytic Hierarchy Process (AHP).

    PubMed

    da Rocha, Leticia; Sloane, Elliot; M Bassani, Jose

    2005-01-01

    This study describes a framework to support the choice of the maintenance service (in-house or third party contract) for each category of medical equipment based on: a) the real medical equipment maintenance management system currently used by the biomedical engineering group of the public health system of the Universidade Estadual de Campinas located in Brazil to control the medical equipment maintenance service, b) the Activity Based Costing (ABC) method, and c) the Analytic Hierarchy Process (AHP) method. Results show the cost and performance related to each type of maintenance service. Decision-makers can use these results to evaluate possible strategies for the categories of equipment.

Top