WorldWideScience

Sample records for providing external memory

  1. RAM-efficient external memory sorting

    DEFF Research Database (Denmark)

    Arge, Lars; Thorup, Mikkel

    2013-01-01

    In recent years a large number of problems have been considered in external memory models of computation, where the complexity measure is the number of blocks of data that are moved between slow external memory and fast internal memory (also called I/Os). In practice, however, internal memory time...... often dominates the total running time once I/O-efficiency has been obtained. In this paper we study algorithms for fundamental problems that are simultaneously I/O-efficient and internal memory efficient in the RAM model of computation....

  2. Multithreaded Asynchronous Graph Traversal for In-Memory and Semi-External Memory

    KAUST Repository

    Pearce, Roger

    2010-11-01

    Processing large graphs is becoming increasingly important for many domains such as social networks, bioinformatics, etc. Unfortunately, many algorithms and implementations do not scale with increasing graph sizes. As a result, researchers have attempted to meet the growing data demands using parallel and external memory techniques. We present a novel asynchronous approach to compute Breadth-First-Search (BFS), Single-Source-Shortest-Paths, and Connected Components for large graphs in shared memory. Our highly parallel asynchronous approach hides data latency due to both poor locality and delays in the underlying graph data storage. We present an experimental study applying our technique to both In-Memory and Semi-External Memory graphs utilizing multi-core processors and solid-state memory devices. Our experiments using synthetic and real-world datasets show that our asynchronous approach is able to overcome data latencies and provide significant speedup over alternative approaches. For example, on billion vertex graphs our asynchronous BFS scales up to 14x on 16-cores. © 2010 IEEE.

  3. Computing betweenness centrality in external memory

    DEFF Research Database (Denmark)

    Arge, Lars; Goodrich, Michael T.; Walderveen, Freek van

    2013-01-01

    Betweenness centrality is one of the most well-known measures of the importance of nodes in a social-network graph. In this paper we describe the first known external-memory and cache-oblivious algorithms for computing betweenness centrality. We present four different external-memory algorithms...

  4. Parallel External Memory Graph Algorithms

    DEFF Research Database (Denmark)

    Arge, Lars Allan; Goodrich, Michael T.; Sitchinava, Nodari

    2010-01-01

    In this paper, we study parallel I/O efficient graph algorithms in the Parallel External Memory (PEM) model, one o f the private-cache chip multiprocessor (CMP) models. We study the fundamental problem of list ranking which leads to efficient solutions to problems on trees, such as computing lowest...... an optimal speedup of ¿(P) in parallel I/O complexity and parallel computation time, compared to the single-processor external memory counterparts....

  5. External-Memory Algorithms and Data Structures

    DEFF Research Database (Denmark)

    Arge, Lars; Zeh, Norbert

    2010-01-01

    The data sets involved in many modern applications are often too massive to fit in main memory of even the most powerful computers and must therefore reside on disk. Thus communication between internal and external memory, and not actual computation time, becomes the bottleneck in the computation....... This is due to the huge difference in access time of fast internal memory and slower external memory such as disks. The goal of theoretical work in the area of external memory algorithms (also called I/O algorithms or out-of-core algorithms) has been to develop algorithms that minimize the Input...... in parallel and the use of parallel disks has received a lot of theoretical attention. See below for recent surveys of theoretical results in the area of I/O-efficient algorithms. TPIE is designed to bridge the gap between the theory and practice of parallel I/O systems. It is intended to demonstrate all...

  6. An exploration of the relations between external representations and working memory.

    Directory of Open Access Journals (Sweden)

    Jiajie Zhang

    Full Text Available It is commonly hypothesized that external representations serve as memory aids and improve task performance by means of expanding the limited capacity of working memory. However, very few studies have directly examined this memory aid hypothesis. By systematically manipulating how information is available externally versus internally in a sequential number comparison task, three experiments were designed to investigate the relation between external representations and working memory. The experimental results show that when the task requires information from both external representations and working memory, it is the interaction of information from the two sources that determines task performance. In particular, when information from the two sources does not match well, external representations hinder instead of enhance task performance. The study highlights the important role the coordination among different representations plays in distributed cognition. The general relations between external representations and working memory are discussed.

  7. Lower Bounds for External Memory Dictionaries

    DEFF Research Database (Denmark)

    Brodal, Gerth Stølting; Fagerberg, Rolf

    2003-01-01

    We study trade-offs between the update time and the query time for comparison based external memory dictionaries. The main contributions of this paper are two lower bound trade offs between the I/O complexity of member queries and insertions: If N < M insertions perform at most δ · N/B I/Os, then......We study trade-offs between the update time and the query time for comparison based external memory dictionaries. The main contributions of this paper are two lower bound trade offs between the I/O complexity of member queries and insertions: If N

  8. Multithreaded Asynchronous Graph Traversal for In-Memory and Semi-External Memory

    KAUST Repository

    Pearce, Roger; Gokhale, Maya; Amato, Nancy M.

    2010-01-01

    . Our highly parallel asynchronous approach hides data latency due to both poor locality and delays in the underlying graph data storage. We present an experimental study applying our technique to both In-Memory and Semi-External Memory graphs utilizing

  9. On (dynamic) range minimum queries in external memory

    DEFF Research Database (Denmark)

    Arge, L.; Fischer, Johannes; Sanders, Peter

    2013-01-01

    We study the one-dimensional range minimum query (RMQ) problem in the external memory model. We provide the first space-optimal solution to the batched static version of the problem. On an instance with N elements and Q queries, our solution takes Θ(sort(N + Q)) = Θ( N+QB log M /B N+QB ) I...

  10. External Memory Pipelining Made Easy With TPIE

    OpenAIRE

    Arge, Lars; Rav, Mathias; Svendsen, Svend C.; Truelsen, Jakob

    2017-01-01

    When handling large datasets that exceed the capacity of the main memory, movement of data between main memory and external memory (disk), rather than actual (CPU) computation time, is often the bottleneck in the computation. Since data is moved between disk and main memory in large contiguous blocks, this has led to the development of a large number of I/O-efficient algorithms that minimize the number of such block movements. TPIE is one of two major libraries that have been developed to sup...

  11. Optimal External-Memory Planar Point Enclosure

    DEFF Research Database (Denmark)

    Arge, Lars; Samoladas, Vasilis; Yi, Ke

    2007-01-01

    .g. spatial and temporal databases, and is dual to the important and well-studied orthogonal range searching problem. Surprisingly, despite the fact that the problem can be solved optimally in internal memory with linear space and O(log N+K) query time, we show that one cannot construct a linear sized......In this paper we study the external memory planar point enclosure problem: Given N axis-parallel rectangles in the plane, construct a data structure on disk (an index) such that all K rectangles containing a query point can be reported I/O-efficiently. This problem has important applications in e...... external memory point enclosure data structure that can be used to answer a query in O(log  B N+K/B) I/Os, where B is the disk block size. To obtain this bound, Ω(N/B 1−ε ) disk blocks are needed for some constant ε>0. With linear space, the best obtainable query bound is O(log 2 N+K/B) if a linear output...

  12. External Memory Planar Point Location with Logarithmic Updates

    DEFF Research Database (Denmark)

    Arge, Lars; Brodal, Gerth Stølting; Satti, Srinivasa Rao

    2008-01-01

    Point location is an extremely well-studied problem both in internal memory models and recently also in the external memory model. In this paper, we present an I/O-efficient dynamic data structure for point location in general planar subdivisions. Our structure uses linear space to store...

  13. Hänsel, Gretel and the slime mould—how an external spatial memory aids navigation in complex environments

    International Nuclear Information System (INIS)

    Smith-Ferguson, Jules; Latty, Tanya; Beekman, Madeleine; Reid, Chris R

    2017-01-01

    The ability to navigate through an environment is critical to most organisms’ ability to survive and reproduce. The presence of a memory system greatly enhances navigational success. Therefore, natural selection is likely to drive the creation of memory systems, even in non-neuronal organisms, if having such a system is adaptive. Here we examine if the external spatial memory system present in the acellular slime mould, Physarum polycephalum , provides an adaptive advantage for resource acquisition. P. polycephalum lays tracks of extracellular slime as it moves through its environment. Previous work has shown that the presence of extracellular slime allows the organism to escape from a trap in laboratory experiments simply by avoiding areas previously explored. Here we further investigate the benefits of using extracellular slime as an external spatial memory by testing the organism’s ability to navigate through environments of differing complexity with and without the ability to use its external memory. Our results suggest that the external memory has an adaptive advantage in ‘open’ and simple bounded environments. However, in a complex bounded environment, the extracellular slime provides no advantage, and may even negatively affect the organism’s navigational abilities. Our results indicate that the exact experimental set up matters if one wants to fully understand how the presence of extracellular slime affects the slime mould’s search behaviour. (paper)

  14. Hänsel, Gretel and the slime mould—how an external spatial memory aids navigation in complex environments

    Science.gov (United States)

    Smith-Ferguson, Jules; Reid, Chris R.; Latty, Tanya; Beekman, Madeleine

    2017-10-01

    The ability to navigate through an environment is critical to most organisms’ ability to survive and reproduce. The presence of a memory system greatly enhances navigational success. Therefore, natural selection is likely to drive the creation of memory systems, even in non-neuronal organisms, if having such a system is adaptive. Here we examine if the external spatial memory system present in the acellular slime mould, Physarum polycephalum, provides an adaptive advantage for resource acquisition. P. polycephalum lays tracks of extracellular slime as it moves through its environment. Previous work has shown that the presence of extracellular slime allows the organism to escape from a trap in laboratory experiments simply by avoiding areas previously explored. Here we further investigate the benefits of using extracellular slime as an external spatial memory by testing the organism’s ability to navigate through environments of differing complexity with and without the ability to use its external memory. Our results suggest that the external memory has an adaptive advantage in ‘open’ and simple bounded environments. However, in a complex bounded environment, the extracellular slime provides no advantage, and may even negatively affect the organism’s navigational abilities. Our results indicate that the exact experimental set up matters if one wants to fully understand how the presence of extracellular slime affects the slime mould’s search behaviour.

  15. Analogical Reasoning in Adolescents with Intellectual Disability: Effects of External Memories and Time Processing

    Science.gov (United States)

    Denaes, Caroline; Berger, Jean-Louis

    2014-01-01

    Analogical reasoning involves the comparison of pictures as well as the memorisation of relations. Young children (4-7 years old) and students with moderate intellectual disability have a short memory span, which hampers them in succeeding traditional analogical tests. In the present study, we investigated if, by providing external memory hints,…

  16. Lower Bounds in the Asymmetric External Memory Model

    DEFF Research Database (Denmark)

    Jacob, Riko; Sitchinava, Nodari

    2017-01-01

    Motivated by the asymmetric read and write costs of emerging non-volatile memory technologies, we study lower bounds for the problems of sorting, permuting and multiplying a sparse matrix by a dense vector in the asymmetric external memory model (AEM). Given an AEM with internal (symmetric) memory...... of size M, transfers between symmetric and asymmetric memory in blocks of size B and the ratio ω between write and read costs, we show Ω(min (N, ωN/B logω M/B N/B) lower bound for the cost of permuting N input elements. This lower bound also applies to the problem of sorting N elements. This proves...

  17. Effects of internal and external vividness on hippocampal connectivity during memory retrieval.

    Science.gov (United States)

    Ford, Jaclyn H; Kensinger, Elizabeth A

    2016-10-01

    Successful memory for an image can be supported by retrieval of one's personal reaction to the image (i.e., internal vividness), as well as retrieval of the specific details of the image itself (i.e., external vividness). Prior research suggests that memory vividness relies on regions within the medial temporal lobe, particularly the hippocampus, but it is unclear whether internal and external vividness are supported by the hippocampus in a similar way. To address this open question, the current study examined hippocampal connectivity associated with enhanced internal and external vividness ratings during retrieval. Participants encoded complex visual images paired with verbal titles. During a scanned retrieval session, they were presented with the titles and asked whether each had been seen with an image during encoding. Following retrieval of each image, participants were asked to rate internal and external vividness. Increased hippocampal activity was associated with higher vividness ratings for both scales, supporting prior evidence implicating the hippocampus in retrieval of memory detail. However, different patterns of hippocampal connectivity related to enhanced external and internal vividness. Further, hippocampal connectivity with medial prefrontal regions was associated with increased ratings of internal vividness, but with decreased ratings of external vividness. These findings suggest that the hippocampus may contribute to increased internal and external vividness via distinct mechanisms and that external and internal vividness of memories should be considered as separable measures. Copyright © 2016 Elsevier Inc. All rights reserved.

  18. Hybrid computing using a neural network with dynamic external memory.

    Science.gov (United States)

    Graves, Alex; Wayne, Greg; Reynolds, Malcolm; Harley, Tim; Danihelka, Ivo; Grabska-Barwińska, Agnieszka; Colmenarejo, Sergio Gómez; Grefenstette, Edward; Ramalho, Tiago; Agapiou, John; Badia, Adrià Puigdomènech; Hermann, Karl Moritz; Zwols, Yori; Ostrovski, Georg; Cain, Adam; King, Helen; Summerfield, Christopher; Blunsom, Phil; Kavukcuoglu, Koray; Hassabis, Demis

    2016-10-27

    Artificial neural networks are remarkably adept at sensory processing, sequence learning and reinforcement learning, but are limited in their ability to represent variables and data structures and to store data over long timescales, owing to the lack of an external memory. Here we introduce a machine learning model called a differentiable neural computer (DNC), which consists of a neural network that can read from and write to an external memory matrix, analogous to the random-access memory in a conventional computer. Like a conventional computer, it can use its memory to represent and manipulate complex data structures, but, like a neural network, it can learn to do so from data. When trained with supervised learning, we demonstrate that a DNC can successfully answer synthetic questions designed to emulate reasoning and inference problems in natural language. We show that it can learn tasks such as finding the shortest path between specified points and inferring the missing links in randomly generated graphs, and then generalize these tasks to specific graphs such as transport networks and family trees. When trained with reinforcement learning, a DNC can complete a moving blocks puzzle in which changing goals are specified by sequences of symbols. Taken together, our results demonstrate that DNCs have the capacity to solve complex, structured tasks that are inaccessible to neural networks without external read-write memory.

  19. Efficient external memory structures for range-aggregate queries

    DEFF Research Database (Denmark)

    Agarwal, P.K.; Yang, J.; Arge, L.

    2013-01-01

    We present external memory data structures for efficiently answering range-aggregate queries. The range-aggregate problem is defined as follows: Given a set of weighted points in Rd, compute the aggregate of the weights of the points that lie inside a d-dimensional orthogonal query rectangle. The...

  20. DecreaseKeys are Expensive for External Memory Priority Queues

    OpenAIRE

    Eenberg, Kasper; Larsen, Kasper Green; Yu, Huacheng

    2016-01-01

    One of the biggest open problems in external memory data structures is the priority queue problem with DecreaseKey operations. If only Insert and ExtractMin operations need to be supported, one can design a comparison-based priority queue performing $O((N/B)\\lg_{M/B} N)$ I/Os over a sequence of $N$ operations, where $B$ is the disk block size in number of words and $M$ is the main memory size in number of words. This matches the lower bound for comparison-based sorting and is hence optimal fo...

  1. Dynamic State Space Partitioning for External Memory Model Checking

    DEFF Research Database (Denmark)

    Evangelista, Sami; Kristensen, Lars Michael

    2009-01-01

    We describe a dynamic partitioning scheme usable by model checking techniques that divide the state space into partitions, such as most external memory and distributed model checking algorithms. The goal of the scheme is to reduce the number of transitions that link states belonging to different...

  2. Continual and One-Shot Learning Through Neural Networks with Dynamic External Memory

    DEFF Research Database (Denmark)

    Lüders, Benno; Schläger, Mikkel; Korach, Aleksandra

    2017-01-01

    it easier to find unused memory location and therefor facilitates the evolution of continual learning networks. Our results suggest that augmenting evolving networks with an external memory component is not only a viable mechanism for adaptive behaviors in neuroevolution but also allows these networks...... a new task is learned. This paper takes a step in overcoming this limitation by building on the recently proposed Evolving Neural Turing Machine (ENTM) approach. In the ENTM, neural networks are augmented with an external memory component that they can write to and read from, which allows them to store...... associations quickly and over long periods of time. The results in this paper demonstrate that the ENTM is able to perform one-shot learning in reinforcement learning tasks without catastrophic forgetting of previously stored associations. Additionally, we introduce a new ENTM default jump mechanism that makes...

  3. External details revisited - A new taxonomy for coding 'non-episodic' content during autobiographical memory retrieval.

    Science.gov (United States)

    Strikwerda-Brown, Cherie; Mothakunnel, Annu; Hodges, John R; Piguet, Olivier; Irish, Muireann

    2018-04-24

    Autobiographical memory (ABM) is typically held to comprise episodic and semantic elements, with the vast majority of studies to date focusing on profiles of episodic details in health and disease. In this context, 'non-episodic' elements are often considered to reflect semantic processing or are discounted from analyses entirely. Mounting evidence suggests that rather than reflecting one unitary entity, semantic autobiographical information may contain discrete subcomponents, which vary in their relative degree of semantic or episodic content. This study aimed to (1) review the existing literature to formally characterize the variability in analysis of 'non-episodic' content (i.e., external details) on the Autobiographical Interview and (2) use these findings to create a theoretically grounded framework for coding external details. Our review exposed discrepancies in the reporting and interpretation of external details across studies, reinforcing the need for a new, consistent approach. We validated our new external details scoring protocol (the 'NExt' taxonomy) in patients with Alzheimer's disease (n = 18) and semantic dementia (n = 13), and 20 healthy older Control participants and compared profiles of the NExt subcategories across groups and time periods. Our results revealed increased sensitivity of the NExt taxonomy in discriminating between ABM profiles of patient groups, when compared to traditionally used internal and external detail metrics. Further, remote and recent autobiographical memories displayed distinct compositions of the NExt detail types. This study is the first to provide a fine-grained and comprehensive taxonomy to parse external details into intuitive subcategories and to validate this protocol in neurodegenerative disorders. © 2018 The British Psychological Society.

  4. emMAW: computing minimal absent words in external memory.

    Science.gov (United States)

    Héliou, Alice; Pissis, Solon P; Puglisi, Simon J

    2017-09-01

    The biological significance of minimal absent words has been investigated in genomes of organisms from all domains of life. For instance, three minimal absent words of the human genome were found in Ebola virus genomes. There exists an O(n) -time and O(n) -space algorithm for computing all minimal absent words of a sequence of length n on a fixed-sized alphabet based on suffix arrays. A standard implementation of this algorithm, when applied to a large sequence of length n , requires more than 20 n  bytes of RAM. Such memory requirements are a significant hurdle to the computation of minimal absent words in large datasets. We present emMAW, the first external-memory algorithm for computing minimal absent words. A free open-source implementation of our algorithm is made available. This allows for computation of minimal absent words on far bigger data sets than was previously possible. Our implementation requires less than 3 h on a standard workstation to process the full human genome when as little as 1 GB of RAM is made available. We stress that our implementation, despite making use of external memory, is fast; indeed, even on relatively smaller datasets when enough RAM is available to hold all necessary data structures, it is less than two times slower than state-of-the-art internal-memory implementations. https://github.com/solonas13/maw (free software under the terms of the GNU GPL). alice.heliou@lix.polytechnique.fr or solon.pissis@kcl.ac.uk. Supplementary data are available at Bioinformatics online. © The Author (2017). Published by Oxford University Press. All rights reserved. For Permissions, please email: journals.permissions@oup.com

  5. Worst-case efficient external-memory priority queues

    DEFF Research Database (Denmark)

    Brodal, Gerth Stølting; Katajainen, Jyrki

    1998-01-01

    A priority queue Q is a data structure that maintains a collection of elements, each element having an associated priority drawn from a totally ordered universe, under the operations Insert, which inserts an element into Q, and DeleteMin, which deletes an element with the minimum priority from Q....... In this paper a priority-queue implementation is given which is efficient with respect to the number of block transfers or I/Os performed between the internal and external memories of a computer. Let B and M denote the respective capacity of a block and the internal memory measured in elements. The developed...... data structure handles any intermixed sequence of Insert and DeleteMin operations such that in every disjoint interval of B consecutive priorityqueue operations at most clogM/B N/M I/Os are performed, for some positive constant c. These I/Os are divided evenly among the operations: if B ≥ clogM/B N...

  6. Recovering Faces from Memory: The Distracting Influence of External Facial Features

    Science.gov (United States)

    Frowd, Charlie D.; Skelton, Faye; Atherton, Chris; Pitchford, Melanie; Hepton, Gemma; Holden, Laura; McIntyre, Alex H.; Hancock, Peter J. B.

    2012-01-01

    Recognition memory for unfamiliar faces is facilitated when contextual cues (e.g., head pose, background environment, hair and clothing) are consistent between study and test. By contrast, inconsistencies in external features, especially hair, promote errors in unfamiliar face-matching tasks. For the construction of facial composites, as carried…

  7. Configurable memory system and method for providing atomic counting operations in a memory device

    Science.gov (United States)

    Bellofatto, Ralph E.; Gara, Alan G.; Giampapa, Mark E.; Ohmacht, Martin

    2010-09-14

    A memory system and method for providing atomic memory-based counter operations to operating systems and applications that make most efficient use of counter-backing memory and virtual and physical address space, while simplifying operating system memory management, and enabling the counter-backing memory to be used for purposes other than counter-backing storage when desired. The encoding and address decoding enabled by the invention provides all this functionality through a combination of software and hardware.

  8. The working memory stroop effect: when internal representations clash with external stimuli.

    Science.gov (United States)

    Kiyonaga, Anastasia; Egner, Tobias

    2014-08-01

    Working memory (WM) has recently been described as internally directed attention, which implies that WM content should affect behavior exactly like an externally perceived and attended stimulus. We tested whether holding a color word in WM, rather than attending to it in the external environment, can produce interference in a color-discrimination task, which would mimic the classic Stroop effect. Over three experiments, the WM Stroop effect recapitulated core properties of the classic attentional Stroop effect, displaying equivalent congruency effects, additive contributions from stimulus- and response-level congruency, and susceptibility to modulation by the percentage of congruent and incongruent trials. Moreover, WM maintenance was inversely related to attentional demands during the WM delay between stimulus presentation and recall, with poorer memory performance following incongruent than congruent trials. Together, these results suggest that WM and attention rely on the same resources and operate over the same representations. © The Author(s) 2014.

  9. The impact of cognitive control, incentives, and working memory load on the P3 responses of externalizing prisoners.

    Science.gov (United States)

    Baskin-Sommers, Arielle R; Krusemark, Elizabeth A; Curtin, John J; Lee, Christopher; Vujnovich, Aleice; Newman, Joseph P

    2014-02-01

    The P3 amplitude reduction is one of the most common correlates of externalizing. However, few studies have used experimental manipulations designed to challenge different cognitive functions in order to clarify the processes that impact this reduction. To examine factors moderating P3 amplitude in trait externalizing, we administered an n-back task that manipulated cognitive control demands, working memory load, and incentives to a sample of male offenders. Offenders with high trait externalizing scores did not display a global reduction in P3 amplitude. Rather, the negative association between trait externalizing and P3 amplitude was specific to trials involving inhibition of a dominant response during infrequent stimuli, in the context of low working memory load, and incentives for performance. In addition, we discuss the potential implications of these findings for externalizing-related psychopathologies. The results complement and expand previous work on the process-level dysfunction contributing to externalizing-related deficits in P3. Copyright © 2013 Elsevier B.V. All rights reserved.

  10. A New Local Bipolar Autoassociative Memory Based on External Inputs of Discrete Recurrent Neural Networks With Time Delay.

    Science.gov (United States)

    Zhou, Caigen; Zeng, Xiaoqin; Luo, Chaomin; Zhang, Huaguang

    In this paper, local bipolar auto-associative memories are presented based on discrete recurrent neural networks with a class of gain type activation function. The weight parameters of neural networks are acquired by a set of inequalities without the learning procedure. The global exponential stability criteria are established to ensure the accuracy of the restored patterns by considering time delays and external inputs. The proposed methodology is capable of effectively overcoming spurious memory patterns and achieving memory capacity. The effectiveness, robustness, and fault-tolerant capability are validated by simulated experiments.In this paper, local bipolar auto-associative memories are presented based on discrete recurrent neural networks with a class of gain type activation function. The weight parameters of neural networks are acquired by a set of inequalities without the learning procedure. The global exponential stability criteria are established to ensure the accuracy of the restored patterns by considering time delays and external inputs. The proposed methodology is capable of effectively overcoming spurious memory patterns and achieving memory capacity. The effectiveness, robustness, and fault-tolerant capability are validated by simulated experiments.

  11. Maternal depression and trajectories of child internalizing and externalizing problems: the roles of child decision making and working memory.

    Science.gov (United States)

    Flouri, E; Ruddy, A; Midouhas, E

    2017-04-01

    Maternal depression may affect the emotional/behavioural outcomes of children with normal neurocognitive functioning less severely than it does those without. To guide prevention and intervention efforts, research must specify which aspects of a child's cognitive functioning both moderate the effect of maternal depression and are amenable to change. Working memory and decision making may be amenable to change and are so far unexplored as moderators of this effect. Our sample was 17 160 Millennium Cohort Study children. We analysed trajectories of externalizing (conduct and hyperactivity) and internalizing (emotional and peer) problems, measured with the Strengths and Difficulties Questionnaire at the ages 3, 5, 7 and 11 years, using growth curve models. We characterized maternal depression, also time-varying at these ages, by a high score on the K6. Working memory was measured with the Cambridge Neuropsychological Test Automated Battery Spatial Working Memory Task, and decision making (risk taking and quality of decision making) with the Cambridge Gambling Task, both at age 11 years. Maternal depression predicted both the level and the growth of problems. Risk taking and poor-quality decision making were related positively to externalizing and non-significantly to internalizing problems. Poor working memory was related to both problem types. Neither decision making nor working memory explained the effect of maternal depression on child internalizing/externalizing problems. Importantly, risk taking amplified the effect of maternal depression on internalizing problems, and poor working memory that on internalizing and conduct problems. Impaired decision making and working memory in children amplify the adverse effect of maternal depression on, particularly, internalizing problems.

  12. Fault Tolerant External Memory Algorithms

    DEFF Research Database (Denmark)

    Jørgensen, Allan Grønlund; Brodal, Gerth Stølting; Mølhave, Thomas

    2009-01-01

    Algorithms dealing with massive data sets are usually designed for I/O-efficiency, often captured by the I/O model by Aggarwal and Vitter. Another aspect of dealing with massive data is how to deal with memory faults, e.g. captured by the adversary based faulty memory RAM by Finocchi and Italiano....... However, current fault tolerant algorithms do not scale beyond the internal memory. In this paper we investigate for the first time the connection between I/O-efficiency in the I/O model and fault tolerance in the faulty memory RAM, and we assume that both memory and disk are unreliable. We show a lower...... bound on the number of I/Os required for any deterministic dictionary that is resilient to memory faults. We design a static and a dynamic deterministic dictionary with optimal query performance as well as an optimal sorting algorithm and an optimal priority queue. Finally, we consider scenarios where...

  13. External Memory Algorithms for Diameter and All-Pair Shortest-Paths on Sparse Graphs

    DEFF Research Database (Denmark)

    Arge, Lars; Meyer, Ulrich; Toma, Laura

    2004-01-01

    We present several new external-memory algorithms for finding all-pairs shortest paths in a V -node, Eedge undirected graph. For all-pairs shortest paths and diameter in unweighted undirected graphs we present cache-oblivious algorithms with O(V · E B logM B E B) I/Os, where B is the block-size a...

  14. Functional magnetic resonance imaging study of external source memory and its relation to cognitive insight in non-clinical subjects.

    Science.gov (United States)

    Buchy, Lisa; Hawco, Colin; Bodnar, Michael; Izadi, Sarah; Dell'Elce, Jennifer; Messina, Katrina; Lepage, Martin

    2014-09-01

    Previous research has linked cognitive insight (a measure of self-reflectiveness and self-certainty) in psychosis with neurocognitive and neuroanatomical disturbances in the fronto-hippocampal neural network. The authors' goal was to use functional magnetic resonance imaging (fMRI) to investigate the neural correlates of cognitive insight during an external source memory paradigm in non-clinical subjects. At encoding, 24 non-clinical subjects travelled through a virtual city where they came across 20 separate people, each paired with a unique object in a distinct location. fMRI data were then acquired while participants viewed images of the city, and completed source recognition memory judgments of where and with whom objects were seen, which is known to involve prefrontal cortex. Cognitive insight was assessed with the Beck Cognitive Insight Scale. External source memory was associated with neural activity in a widespread network consisting of frontal cortex, including ventrolateral prefrontal cortex (VLPFC), temporal and occipital cortices. Activation in VLPFC correlated with higher self-reflectiveness and activation in midbrain correlated with lower self-certainty during source memory attributions. Neither self-reflectiveness nor self-certainty significantly correlated with source memory accuracy. By means of virtual reality and in the context of an external source memory paradigm, the study identified a preliminary functional neural basis for cognitive insight in the VLPFC in healthy people that accords with our fronto-hippocampal theoretical model as well as recent neuroimaging data in people with psychosis. The results may facilitate the understanding of the role of neural mechanisms in psychotic disorders associated with cognitive insight distortions. © 2014 The Authors. Psychiatry and Clinical Neurosciences © 2014 Japanese Society of Psychiatry and Neurology.

  15. External locus of control contributes to racial disparities in memory and reasoning training gains in ACTIVE

    Science.gov (United States)

    Zahodne, Laura B.; Meyer, Oanh L.; Choi, Eunhee; Thomas, Michael L.; Willis, Sherry L.; Marsiske, Michael; Gross, Alden L.; Rebok, George W.; Parisi, Jeanine M.

    2015-01-01

    Racial disparities in cognitive outcomes may be partly explained by differences in locus of control. African Americans report more external locus of control than non-Hispanic Whites, and external locus of control is associated with poorer health and cognition. The aims of this study were to compare cognitive training gains between African American and non-Hispanic White participants in the Advanced Cognitive Training for Independent and Vital Elderly (ACTIVE) study and determine whether racial differences in training gains are mediated by locus of control. The sample comprised 2,062 (26% African American) adults aged 65 and older who participated in memory, reasoning, or speed training. Latent growth curve models evaluated predictors of 10-year cognitive trajectories separately by training group. Multiple group modeling examined associations between training gains and locus of control across racial groups. Compared to non-Hispanic Whites, African Americans evidenced less improvement in memory and reasoning performance after training. These effects were partially mediated by locus of control, controlling for age, sex, education, health, depression, testing site, and initial cognitive ability. African Americans reported more external locus of control, which was associated with smaller training gains. External locus of control also had a stronger negative association with reasoning training gain for African Americans than for Whites. No racial difference in training gain was identified for speed training. Future intervention research with African Americans should test whether explicitly targeting external locus of control leads to greater cognitive improvement following cognitive training. PMID:26237116

  16. External locus of control contributes to racial disparities in memory and reasoning training gains in ACTIVE.

    Science.gov (United States)

    Zahodne, Laura B; Meyer, Oanh L; Choi, Eunhee; Thomas, Michael L; Willis, Sherry L; Marsiske, Michael; Gross, Alden L; Rebok, George W; Parisi, Jeanine M

    2015-09-01

    Racial disparities in cognitive outcomes may be partly explained by differences in locus of control. African Americans report more external locus of control than non-Hispanic Whites, and external locus of control is associated with poorer health and cognition. The aims of this study were to compare cognitive training gains between African American and non-Hispanic White participants in the Advanced Cognitive Training for Independent and Vital Elderly (ACTIVE) study and determine whether racial differences in training gains are mediated by locus of control. The sample comprised 2,062 (26% African American) adults aged 65 and older who participated in memory, reasoning, or speed training. Latent growth curve models evaluated predictors of 10-year cognitive trajectories separately by training group. Multiple group modeling examined associations between training gains and locus of control across racial groups. Compared to non-Hispanic Whites, African Americans evidenced less improvement in memory and reasoning performance after training. These effects were partially mediated by locus of control, controlling for age, sex, education, health, depression, testing site, and initial cognitive ability. African Americans reported more external locus of control, which was associated with smaller training gains. External locus of control also had a stronger negative association with reasoning training gain for African Americans than for Whites. No racial difference in training gain was identified for speed training. Future intervention research with African Americans should test whether explicitly targeting external locus of control leads to greater cognitive improvement following cognitive training. (c) 2015 APA, all rights reserved).

  17. AIRGAMMA, External Gamma-Ray Exposure from Radioactive Cloud

    International Nuclear Information System (INIS)

    Hidaka, Akihide; Iijima, Tshinori

    1989-01-01

    1 - Description of program or function: AIRGAMMA calculates quickly the external exposure to gamma rays from a radioactive cloud. 2 - Method of solution: The external exposure is calculated by interpolating the normalized doses providing on the basis of the Gaussian plume model. 3 - Restrictions on the complexity of the problem: Memory requirement is 30 Kbytes

  18. Resource-sharing between internal maintenance and external selection modulates attentional capture by working memory content

    Directory of Open Access Journals (Sweden)

    Anastasia eKiyonaga

    2014-08-01

    Full Text Available It is unclear why and under what circumstances working memory (WM and attention interact. Here, we apply the logic of the time-based resource-sharing (TBRS model of WM (e.g., Barrouillet, Bernardin, & Camos, 2004 to explore the mixed findings of a separate, but related, literature that studies the guidance of visual attention by WM contents. Specifically, we hypothesize that the linkage between WM representations and visual attention is governed by a time-shared cognitive resource that alternately refreshes internal (WM and selects external (visual attention information. If this were the case, WM content should guide visual attention (involuntarily, but only when there is time for it to be refreshed in an internal focus of attention. To provide an initial test for this hypothesis, we examined whether the amount of unoccupied time during a WM delay could impact the magnitude of attentional capture by WM contents. Participants were presented with a series of visual search trials while they maintained a WM cue for a delayed-recognition test. WM cues could coincide with the search target, a distracter, or neither. We varied both the number of searches to be performed, and the amount of available time to perform them. Slowing of visual search by a WM matching distracter—and facilitation by a matching target—were curtailed when the delay was filled with fast-paced (refreshing-preventing search trials, as was subsequent memory probe accuracy. WM content may, therefore, only capture visual attention when it can be refreshed, suggesting that internal (WM and external attention demands reciprocally impact one another because they share a limited resource. The TBRS rationale can thus be applied in a novel context to explain why WM contents capture attention, and under what conditions that effect should be observed.

  19. Need for Cognition and False Memory: Can One's Natural Processing Style Be Manipulated by External Factors?

    Science.gov (United States)

    Wootan, Samantha S; Leding, Juliana K

    2015-01-01

    The purpose of this experiment was to provide an enhanced understanding of need for cognition (NFC) and its influence on one's memory accuracy. People who are high in NFC tend to put more cognitive effort into their mental processes than their low-NFC counterparts. To determine whether one's natural processing tendencies, as determined by NFC, can be influenced by external factors, manipulations to levels of processing were added. Participants viewed word lists from the Deese-Roediger-McDermott (DRM) paradigm and were instructed to process half of the DRM lists deeply and the other half shallowly. After all the lists were presented, participants completed 3 successive recall tests. The deep processing condition produced higher rates of false memories for both NFC groups than the shallow processing condition. In addition, the high-NFC group produced higher rates of target recall in both the deep and shallow conditions than the low-NFC group. However, the high-NFC group also produced higher rates of false recall for the shallowly processed lists. These data indicate that high-NFC people exhibit enhanced target recall for word lists, which may come at the expense of overall accuracy due to the increase of false recall.

  20. Method for refreshing a non-volatile memory

    Science.gov (United States)

    Riekels, James E.; Schlesinger, Samuel

    2008-11-04

    A non-volatile memory and a method of refreshing a memory are described. The method includes allowing an external system to control refreshing operations within the memory. The memory may generate a refresh request signal and transmit the refresh request signal to the external system. When the external system finds an available time to process the refresh request, the external system acknowledges the refresh request and transmits a refresh acknowledge signal to the memory. The memory may also comprise a page register for reading and rewriting a data state back to the memory. The page register may comprise latches in lieu of supplemental non-volatile storage elements, thereby conserving real estate within the memory.

  1. Cognitive rehabilitation of episodic memory disorders: from theory to practice

    OpenAIRE

    Radek Ptak; Radek Ptak; Martial Van Der Linden; Armin Schnider; Armin Schnider

    2010-01-01

    Memory disorders are among the most frequent and most debilitating cognitive impairments following acquired brain damage. Cognitive remediation strategies attempt to restore lost memory capacity, provide compensatory techniques or teach the use of external memory aids. Memory rehabilitation has strongly been influenced by memory theory, and the interaction between both has stimulated the development of techniques such as spaced retrieval, vanishing cues or errorless learning. These techniques...

  2. Cognitive Rehabilitation of Episodic Memory Disorders: From Theory to Practice

    OpenAIRE

    Ptak, Radek; der Linden, Martial Van; Schnider, Armin

    2010-01-01

    Memory disorders are among the most frequent and most debilitating cognitive impairments following acquired brain damage. Cognitive remediation strategies attempt to restore lost memory capacity, provide compensatory techniques or teach the use of external memory aids. Memory rehabilitation has strongly been influenced by memory theory, and the interaction between both has stimulated the development of techniques such as spaced retrieval, vanishing cues or errorless learning. These techniques...

  3. Accessing memory

    Science.gov (United States)

    Yoon, Doe Hyun; Muralimanohar, Naveen; Chang, Jichuan; Ranganthan, Parthasarathy

    2017-09-26

    A disclosed example method involves performing simultaneous data accesses on at least first and second independently selectable logical sub-ranks to access first data via a wide internal data bus in a memory device. The memory device includes a translation buffer chip, memory chips in independently selectable logical sub-ranks, a narrow external data bus to connect the translation buffer chip to a memory controller, and the wide internal data bus between the translation buffer chip and the memory chips. A data access is performed on only the first independently selectable logical sub-rank to access second data via the wide internal data bus. The example method also involves locating a first portion of the first data, a second portion of the first data, and the second data on the narrow external data bus during separate data transfers.

  4. Providing for organizational memory in computer supported meetings

    OpenAIRE

    Schwabe, Gerhard

    1994-01-01

    Meeting memory features are poorly integrated into current group support systems (GSS). In this article, I discuss how to introduce meeting memory functionality into a GSS. The article first introduces the benefits of effective meetings and organizational memory to an organization. Then, the following challenges to design are discussed: How to store semantically rich output, how to build up the meeting memory with a minimum of additional effort, how to integrate meeting memory into organizati...

  5. Investigation of fast initialization of spacecraft bubble memory systems

    Science.gov (United States)

    Looney, K. T.; Nichols, C. D.; Hayes, P. J.

    1984-01-01

    Bubble domain technology offers significant improvement in reliability and functionality for spacecraft onboard memory applications. In considering potential memory systems organizations, minimization of power in high capacity bubble memory systems necessitates the activation of only the desired portions of the memory. In power strobing arbitrary memory segments, a capability of fast turn on is required. Bubble device architectures, which provide redundant loop coding in the bubble devices, limit the initialization speed. Alternate initialization techniques are investigated to overcome this design limitation. An initialization technique using a small amount of external storage is demonstrated.

  6. Kinetic memory based on the enzyme-limited competition.

    Science.gov (United States)

    Hatakeyama, Tetsuhiro S; Kaneko, Kunihiko

    2014-08-01

    Cellular memory, which allows cells to retain information from their environment, is important for a variety of cellular functions, such as adaptation to external stimuli, cell differentiation, and synaptic plasticity. Although posttranslational modifications have received much attention as a source of cellular memory, the mechanisms directing such alterations have not been fully uncovered. It may be possible to embed memory in multiple stable states in dynamical systems governing modifications. However, several experiments on modifications of proteins suggest long-term relaxation depending on experienced external conditions, without explicit switches over multi-stable states. As an alternative to a multistability memory scheme, we propose "kinetic memory" for epigenetic cellular memory, in which memory is stored as a slow-relaxation process far from a stable fixed state. Information from previous environmental exposure is retained as the long-term maintenance of a cellular state, rather than switches over fixed states. To demonstrate this kinetic memory, we study several models in which multimeric proteins undergo catalytic modifications (e.g., phosphorylation and methylation), and find that a slow relaxation process of the modification state, logarithmic in time, appears when the concentration of a catalyst (enzyme) involved in the modification reactions is lower than that of the substrates. Sharp transitions from a normal fast-relaxation phase into this slow-relaxation phase are revealed, and explained by enzyme-limited competition among modification reactions. The slow-relaxation process is confirmed by simulations of several models of catalytic reactions of protein modifications, and it enables the memorization of external stimuli, as its time course depends crucially on the history of the stimuli. This kinetic memory provides novel insight into a broad class of cellular memory and functions. In particular, applications for long-term potentiation are discussed

  7. A Memory Hierarchy Model Based on Data Reuse for Full-Search Motion Estimation on High-Definition Digital Videos

    Directory of Open Access Journals (Sweden)

    Alba Sandyra Bezerra Lopes

    2012-01-01

    Full Text Available The motion estimation is the most complex module in a video encoder requiring a high processing throughput and high memory bandwidth, mainly when the focus is high-definition videos. The throughput problem can be solved increasing the parallelism in the internal operations. The external memory bandwidth may be reduced using a memory hierarchy. This work presents a memory hierarchy model for a full-search motion estimation core. The proposed memory hierarchy model is based on a data reuse scheme considering the full search algorithm features. The proposed memory hierarchy expressively reduces the external memory bandwidth required for the motion estimation process, and it provides a very high data throughput for the ME core. This throughput is necessary to achieve real time when processing high-definition videos. When considering the worst bandwidth scenario, this memory hierarchy is able to reduce the external memory bandwidth in 578 times. A case study for the proposed hierarchy, using 32×32 search window and 8×8 block size, was implemented and prototyped on a Virtex 4 FPGA. The results show that it is possible to reach 38 frames per second when processing full HD frames (1920×1080 pixels using nearly 299 Mbytes per second of external memory bandwidth.

  8. External Service Providers to the National Security Technology Incubator: Formalization of Relationships

    Energy Technology Data Exchange (ETDEWEB)

    None

    2008-04-30

    This report documents the formalization of relationships with external service providers in the development of the National Security Technology Incubator (NSTI). The technology incubator is being developed as part of the National Security Preparedness Project (NSPP), funded by a Department of Energy (DOE)/National Nuclear Security Administration (NNSA) grant. This report summarizes the process in developing and formalizing relationships with those service providers and includes a sample letter of cooperation executed with each provider.

  9. External parallel sorting with multiprocessor computers

    International Nuclear Information System (INIS)

    Comanceau, S.I.

    1984-01-01

    This article describes methods of external sorting in which the entire main computer memory is used for the internal sorting of entries, forming out of them sorted segments of the greatest possible size, and outputting them to external memories. The obtained segments are merged into larger segments until all entries form one ordered segment. The described methods are suitable for sequential files stored on magnetic tape. The needs of the sorting algorithm can be met by using the relatively slow peripheral storage devices (e.g., tapes, disks, drums). The efficiency of the external sorting methods is determined by calculating the total sorting time as a function of the number of entries to be sorted and the number of parallel processors participating in the sorting process

  10. System of common usage on the base of external memory devices and the SM-3 computer

    International Nuclear Information System (INIS)

    Baluka, G.; Vasin, A.Yu.; Ermakov, V.A.; Zhukov, G.P.; Zimin, G.N.; Namsraj, Yu.; Ostrovnoj, A.I.; Savvateev, A.S.; Salamatin, I.M.; Yanovskij, G.Ya.

    1980-01-01

    An easily modified system of common usage on the base of external memories and a SM-3 minicomputer replacing some pulse analysers is described. The system has merits of PA and is more advantageous with regard to effectiveness of equipment using, the possibility of changing configuration and functions, the data protection against losses due to user errors and some failures, price of one registration channel, place occupied. The system of common usage is intended for the IBR-2 pulse reactor computing centre. It is designed using the SANPO system means for SM-3 computer [ru

  11. Memory-guided attention: Control from multiple memory systems

    OpenAIRE

    Hutchinson, J. Benjamin; Turk-Browne, Nicholas B.

    2012-01-01

    Attention is strongly influenced by both external stimuli and internal goals. However, this useful dichotomy does not readily capture the ubiquitous and often automatic contribution of past experience stored in memory. We review recent evidence about how multiple memory systems control attention, consider how such interactions are manifested in the brain, and highlight how this framework for ‘memory-guided attention’ might help systematize previous findings and guide future research.

  12. Development and validation of the ExPRESS instrument for primary health care providers' evaluation of external supervision.

    Science.gov (United States)

    Schriver, Michael; Cubaka, Vincent Kalumire; Vedsted, Peter; Besigye, Innocent; Kallestrup, Per

    2018-01-01

    External supervision of primary health care facilities to monitor and improve services is common in low-income countries. Currently there are no tools to measure the quality of support in external supervision in these countries. To develop a provider-reported instrument to assess the support delivered through external supervision in Rwanda and other countries. "External supervision: Provider Evaluation of Supervisor Support" (ExPRESS) was developed in 18 steps, primarily in Rwanda. Content validity was optimised using systematic search for related instruments, interviews, translations, and relevance assessments by international supervision experts as well as local experts in Nigeria, Kenya, Uganda and Rwanda. Construct validity and reliability were examined in two separate field tests, the first using exploratory factor analysis and a test-retest design, the second for confirmatory factor analysis. We included 16 items in section A ('The most recent experience with an external supervisor'), and 13 items in section B ('The overall experience with external supervisors'). Item-content validity index was acceptable. In field test I, test-retest had acceptable kappa values and exploratory factor analysis suggested relevant factors in sections A and B used for model hypotheses. In field test II, models were tested by confirmatory factor analysis fitting a 4-factor model for section A, and a 3-factor model for section B. ExPRESS is a promising tool for evaluation of the quality of support of primary health care providers in external supervision of primary health care facilities in resource-constrained settings. ExPRESS may be used as specific feedback to external supervisors to help identify and address gaps in the supervision they provide. Further studies should determine optimal interpretation of scores and the number of respondents needed per supervisor to obtain precise results, as well as test the functionality of section B.

  13. A nanowire magnetic memory cell based on a periodic magnetic superlattice

    International Nuclear Information System (INIS)

    Song, J-F; Bird, J P; Ochiai, Y

    2005-01-01

    We analyse the operation of a semiconductor nanowire-based memory cell. Large changes in the nanowire conductance result when the magnetization of a periodic array of nanoscale magnetic gates, which comprise the other key component of the memory cell, is switched between distinct configurations by an external magnetic field. The resulting conductance change provides the basis for a robust memory effect, which can be implemented in a semiconductor structure compatible with conventional semiconductor integrated circuits

  14. Estimating location without external cues.

    Directory of Open Access Journals (Sweden)

    Allen Cheung

    2014-10-01

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

  15. Short-term memories with a stochastic perturbation

    International Nuclear Information System (INIS)

    Pontes, Jose C.A. de; Batista, Antonio M.; Viana, Ricardo L.; Lopes, Sergio R.

    2005-01-01

    We investigate short-term memories in linear and weakly nonlinear coupled map lattices with a periodic external input. We use locally coupled maps to present numerical results about short-term memory formation adding a stochastic perturbation in the maps and in the external input

  16. 3D Printed Photoresponsive Devices Based on Shape Memory Composites.

    Science.gov (United States)

    Yang, Hui; Leow, Wan Ru; Wang, Ting; Wang, Juan; Yu, Jiancan; He, Ke; Qi, Dianpeng; Wan, Changjin; Chen, Xiaodong

    2017-09-01

    Compared with traditional stimuli-responsive devices with simple planar or tubular geometries, 3D printed stimuli-responsive devices not only intimately meet the requirement of complicated shapes at macrolevel but also satisfy various conformation changes triggered by external stimuli at the microscopic scale. However, their development is limited by the lack of 3D printing functional materials. This paper demonstrates the 3D printing of photoresponsive shape memory devices through combining fused deposition modeling printing technology and photoresponsive shape memory composites based on shape memory polymers and carbon black with high photothermal conversion efficiency. External illumination triggers the shape recovery of 3D printed devices from the temporary shape to the original shape. The effect of materials thickness and light density on the shape memory behavior of 3D printed devices is quantified and calculated. Remarkably, sunlight also triggers the shape memory behavior of these 3D printed devices. This facile printing strategy would provide tremendous opportunities for the design and fabrication of biomimetic smart devices and soft robotics. © 2017 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  17. Externally induced frontoparietal synchronization modulates network dynamics and enhances working memory performance.

    Science.gov (United States)

    Violante, Ines R; Li, Lucia M; Carmichael, David W; Lorenz, Romy; Leech, Robert; Hampshire, Adam; Rothwell, John C; Sharp, David J

    2017-03-14

    Cognitive functions such as working memory (WM) are emergent properties of large-scale network interactions. Synchronisation of oscillatory activity might contribute to WM by enabling the coordination of long-range processes. However, causal evidence for the way oscillatory activity shapes network dynamics and behavior in humans is limited. Here we applied transcranial alternating current stimulation (tACS) to exogenously modulate oscillatory activity in a right frontoparietal network that supports WM. Externally induced synchronization improved performance when cognitive demands were high. Simultaneously collected fMRI data reveals tACS effects dependent on the relative phase of the stimulation and the internal cognitive processing state. Specifically, synchronous tACS during the verbal WM task increased parietal activity, which correlated with behavioral performance. Furthermore, functional connectivity results indicate that the relative phase of frontoparietal stimulation influences information flow within the WM network. Overall, our findings demonstrate a link between behavioral performance in a demanding WM task and large-scale brain synchronization.

  18. Reasons for withdrawing belief in vivid autobiographical memories.

    Science.gov (United States)

    Scoboria, Alan; Boucher, Chantal; Mazzoni, Giuliana

    2015-01-01

    Previous studies have shown that many people hold personal memories for events that they no longer believe occurred. This study examines the reasons that people provide for choosing to reduce autobiographical belief in vividly recollected autobiographical memories. A body of non-believed memories provided by 374 individuals was reviewed to develop a qualitatively derived categorisation system. The final scheme consisted of 8 major categories (in descending order of mention): social feedback, event plausibility, alternative attributions, general memory beliefs, internal event features, consistency with external evidence, views of self/others, personal motivation and numerous sub-categories. Independent raters coded the reports and judged the primary reason that each person provided for withdrawing belief. The nature of each category, frequency of category endorsement, category overlap and phenomenological ratings are presented, following which links to related literature and implications are discussed. This study documents that a wide variety of recollective and non-recollective sources of information influence decision-making about the occurrence of autobiographical events.

  19. Semantic graphs and associative memories

    Science.gov (United States)

    Pomi, Andrés; Mizraji, Eduardo

    2004-12-01

    Graphs have been increasingly utilized in the characterization of complex networks from diverse origins, including different kinds of semantic networks. Human memories are associative and are known to support complex semantic nets; these nets are represented by graphs. However, it is not known how the brain can sustain these semantic graphs. The vision of cognitive brain activities, shown by modern functional imaging techniques, assigns renewed value to classical distributed associative memory models. Here we show that these neural network models, also known as correlation matrix memories, naturally support a graph representation of the stored semantic structure. We demonstrate that the adjacency matrix of this graph of associations is just the memory coded with the standard basis of the concept vector space, and that the spectrum of the graph is a code invariant of the memory. As long as the assumptions of the model remain valid this result provides a practical method to predict and modify the evolution of the cognitive dynamics. Also, it could provide us with a way to comprehend how individual brains that map the external reality, almost surely with different particular vector representations, are nevertheless able to communicate and share a common knowledge of the world. We finish presenting adaptive association graphs, an extension of the model that makes use of the tensor product, which provides a solution to the known problem of branching in semantic nets.

  20. External Providers and Their Impact on Primary Physical Education in Aotearoa/New Zealand

    Science.gov (United States)

    Dyson, Ben; Gordon, Barrie; Cowan, Jackie; McKenzie, Allison

    2016-01-01

    Within Aotearoa/New Zealand primary schools, External Providers (EPs) have steadily increased their influence on physical education. The purpose of this study was to explore and interpret classroom teachers' perspectives of EPs in their primary school. The research team obtained questionnaire responses from 487 classroom teachers from 133…

  1. Working Memory as Internal Attention: Toward an Integrative Account of Internal and External Selection Processes

    Science.gov (United States)

    Kiyonaga, Anastasia; Egner, Tobias

    2012-01-01

    Working memory (WM) and attention have been studied as separate cognitive constructs, although it has long been acknowledged that attention plays an important role in controlling the activation, maintenance, and manipulation of representations in WM. WM has, conversely, been thought of as a means of maintaining representations to voluntarily guide perceptual selective attention. It has more recently been observed, however, that the contents of WM can capture visual attention, even when such internally maintained representations are irrelevant, and often disruptive, to the immediate external task. Thus the precise relationship between WM and attention remains unclear, but it appears that they may bi-directionally impact one another, whether or not internal representations are consistent with external perceptual goals. This reciprocal relationship seems, further, to be constrained by limited cognitive resources to handle demands in either maintenance or selection. We propose here that the close relationship between WM and attention may be best described as a give-and-take interdependence between attention directed toward actively maintained internal representations (traditionally considered WM) versus external perceptual stimuli (traditionally considered selective attention), underpinned by their shared reliance on a common cognitive resource. Put simply, we argue that WM and attention should no longer be considered as separate systems or concepts, but as competing and impacting one another because they rely on the same limited resource. This framework can offer an explanation for the capture of visual attention by irrelevant WM contents, as well as a straightforward account of the underspecified relationship between WM and attention. PMID:23233157

  2. Working memory as internal attention: toward an integrative account of internal and external selection processes.

    Science.gov (United States)

    Kiyonaga, Anastasia; Egner, Tobias

    2013-04-01

    Working memory (WM) and attention have been studied as separate cognitive constructs, although it has long been acknowledged that attention plays an important role in controlling the activation, maintenance, and manipulation of representations in WM. WM has, conversely, been thought of as a means of maintaining representations to voluntarily guide perceptual selective attention. It has more recently been observed, however, that the contents of WM can capture visual attention, even when such internally maintained representations are irrelevant, and often disruptive, to the immediate external task. Thus, the precise relationship between WM and attention remains unclear, but it appears that they may bidirectionally impact one another, whether or not internal representations are consistent with the external perceptual goals. This reciprocal relationship seems, further, to be constrained by limited cognitive resources to handle demands in either maintenance or selection. We propose here that the close relationship between WM and attention may be best described as a give-and-take interdependence between attention directed toward either actively maintained internal representations (traditionally considered WM) or external perceptual stimuli (traditionally considered selective attention), underpinned by their shared reliance on a common cognitive resource. Put simply, we argue that WM and attention should no longer be considered as separate systems or concepts, but as competing and influencing one another because they rely on the same limited resource. This framework can offer an explanation for the capture of visual attention by irrelevant WM contents, as well as a straightforward account of the underspecified relationship between WM and attention.

  3. Bi-periodicity evoked by periodic external inputs in delayed Cohen-Grossberg-type bidirectional associative memory networks

    Science.gov (United States)

    Cao, Jinde; Wang, Yanyan

    2010-05-01

    In this paper, the bi-periodicity issue is discussed for Cohen-Grossberg-type (CG-type) bidirectional associative memory (BAM) neural networks (NNs) with time-varying delays and standard activation functions. It is shown that the model considered in this paper has two periodic orbits located in saturation regions and they are locally exponentially stable. Meanwhile, some conditions are derived to ensure that, in any designated region, the model has a locally exponentially stable or globally exponentially attractive periodic orbit located in it. As a special case of bi-periodicity, some results are also presented for the system with constant external inputs. Finally, four examples are given to illustrate the effectiveness of the obtained results.

  4. Bi-periodicity evoked by periodic external inputs in delayed Cohen-Grossberg-type bidirectional associative memory networks

    International Nuclear Information System (INIS)

    Cao Jinde; Wang Yanyan

    2010-01-01

    In this paper, the bi-periodicity issue is discussed for Cohen-Grossberg-type (CG-type) bidirectional associative memory (BAM) neural networks (NNs) with time-varying delays and standard activation functions. It is shown that the model considered in this paper has two periodic orbits located in saturation regions and they are locally exponentially stable. Meanwhile, some conditions are derived to ensure that, in any designated region, the model has a locally exponentially stable or globally exponentially attractive periodic orbit located in it. As a special case of bi-periodicity, some results are also presented for the system with constant external inputs. Finally, four examples are given to illustrate the effectiveness of the obtained results.

  5. Stochastic memory: Memory enhancement due to noise

    Science.gov (United States)

    Stotland, Alexander; di Ventra, Massimiliano

    2012-01-01

    There are certain classes of resistors, capacitors, and inductors that, when subject to a periodic input of appropriate frequency, develop hysteresis loops in their characteristic response. Here we show that the hysteresis of such memory elements can also be induced by white noise of appropriate intensity even at very low frequencies of the external driving field. We illustrate this phenomenon using a physical model of memory resistor realized by TiO2 thin films sandwiched between metallic electrodes and discuss under which conditions this effect can be observed experimentally. We also discuss its implications on existing memory systems described in the literature and the role of colored noise.

  6. SUBJECTIVE MEMORY IN OLDER AFRICAN AMERICANS

    OpenAIRE

    Sims, Regina C.; Whitfield, Keith E.; Ayotte, Brian J.; Gamaldo, Alyssa A.; Edwards, Christopher L.; Allaire, Jason C.

    2011-01-01

    The current analysis examined (a) if measures of psychological well-being predict subjective memory, and (b) if subjective memory is consistent with actual memory. Five hundred seventy-nine older African Americans from the Baltimore Study of Black Aging completed measures assessing subjective memory, depressive symptomatology, perceived stress, locus of control, and verbal and working memory. Higher levels of perceived stress and greater externalized locus of control predicted poorer subjecti...

  7. Radiation-Tolerant Intelligent Memory Stack - RTIMS

    Science.gov (United States)

    Ng, Tak-kwong; Herath, Jeffrey A.

    2011-01-01

    This innovation provides reconfigurable circuitry and 2-Gb of error-corrected or 1-Gb of triple-redundant digital memory in a small package. RTIMS uses circuit stacking of heterogeneous components and radiation shielding technologies. A reprogrammable field-programmable gate array (FPGA), six synchronous dynamic random access memories, linear regulator, and the radiation mitigation circuits are stacked into a module of 42.7 42.7 13 mm. Triple module redundancy, current limiting, configuration scrubbing, and single- event function interrupt detection are employed to mitigate radiation effects. The novel self-scrubbing and single event functional interrupt (SEFI) detection allows a relatively soft FPGA to become radiation tolerant without external scrubbing and monitoring hardware

  8. Episodic and semantic components of autobiographical memories and imagined future events in post-traumatic stress disorder.

    Science.gov (United States)

    Brown, Adam D; Addis, Donna Rose; Romano, Tracy A; Marmar, Charles R; Bryant, Richard A; Hirst, William; Schacter, Daniel L

    2014-01-01

    Individuals with post-traumatic stress disorder (PTSD) tend to retrieve autobiographical memories with less episodic specificity, referred to as overgeneralised autobiographical memory. In line with evidence that autobiographical memory overlaps with one's capacity to imagine the future, recent work has also shown that individuals with PTSD also imagine themselves in the future with less episodic specificity. To date most studies quantify episodic specificity by the presence of a distinct event. However, this method does not distinguish between the numbers of internal (episodic) and external (semantic) details, which can provide additional insights into remembering the past and imagining the future. This study employed the Autobiographical Interview (AI) coding scheme to the autobiographical memory and imagined future event narratives generated by combat veterans with and without PTSD. Responses were coded for the number of internal and external details. Compared to combat veterans without PTSD, those with PTSD generated more external than internal details when recalling past or imagining future events, and fewer internal details were associated with greater symptom severity. The potential mechanisms underlying these bidirectional deficits and clinical implications are discussed.

  9. Providing Extrinsic Reward for Test Performance Undermines Long-Term Memory Acquisition

    Directory of Open Access Journals (Sweden)

    Christof eKuhbandner

    2016-02-01

    Full Text Available Based on numerous studies showing that testing studied material can improve long-term retention more than restudying the same material, it is often suggested that the number of tests in education should be increased to enhance knowledge acquisition. However, testing in real-life educational settings often entails a high degree of extrinsic motivation of learners due to the common practice of placing important consequences on the outcome of a test. Such an effect on the motivation of learners may undermine the beneficial effects of testing on long-term memory because it has been shown that extrinsic motivation can reduce the quality of learning. To examine this issue, participants learned foreign language vocabulary words, followed by an immediate test in which one third of the words were tested and one third restudied. To manipulate extrinsic motivation during immediate testing, participants received either monetary reward contingent on test performance or no reward. After one week, memory for all words was tested. In the immediate test, reward reduced correct recall and increased commission errors, indicating that reward reduced the number of items that can benefit from successful retrieval. The results in the delayed test revealed that reward additionally reduced the gain received from successful retrieval because memory for initially successfully retrieved words was lower in the reward condition. However, testing was still more effective than restudying under reward conditions because reward undermined long-term memory for concurrently restudied material as well. These findings indicate that providing performance-contingent reward in a test can undermine long-term knowledge acquisition.

  10. Providing Extrinsic Reward for Test Performance Undermines Long-Term Memory Acquisition.

    Science.gov (United States)

    Kuhbandner, Christof; Aslan, Alp; Emmerdinger, Kathrin; Murayama, Kou

    2016-01-01

    Based on numerous studies showing that testing studied material can improve long-term retention more than restudying the same material, it is often suggested that the number of tests in education should be increased to enhance knowledge acquisition. However, testing in real-life educational settings often entails a high degree of extrinsic motivation of learners due to the common practice of placing important consequences on the outcome of a test. Such an effect on the motivation of learners may undermine the beneficial effects of testing on long-term memory because it has been shown that extrinsic motivation can reduce the quality of learning. To examine this issue, participants learned foreign language vocabulary words, followed by an immediate test in which one-third of the words were tested and one-third restudied. To manipulate extrinsic motivation during immediate testing, participants received either monetary reward contingent on test performance or no reward. After 1 week, memory for all words was tested. In the immediate test, reward reduced correct recall and increased commission errors, indicating that reward reduced the number of items that can benefit from successful retrieval. The results in the delayed test revealed that reward additionally reduced the gain received from successful retrieval because memory for initially successfully retrieved words was lower in the reward condition. However, testing was still more effective than restudying under reward conditions because reward undermined long-term memory for concurrently restudied material as well. These findings indicate that providing performance-contingent reward in a test can undermine long-term knowledge acquisition.

  11. The effect of internal and external stress on two-way shape-memory behaviour in Co49Ni21.6Ga29.4 single crystals

    International Nuclear Information System (INIS)

    Liu, G D; Dai, X F; Luo, H Z; Liu, H Y; Meng, F B; Li, Y; Yu, X; Chen, J L; Wu, G H

    2011-01-01

    The effect of the internal stress on the two-way shape memory in Co 49 Ni 21.6 Ga 29.4 single crystals has been investigated. We found that the internal stress generated natively by the solidifying process works as a tensile force along the growth direction. Applying different compressive pre-stresses along the [0 0 1] direction, the shape-memory strain can be continuously changed from +1.0% to -2.3%. In the [1 1 0] direction, the strain monotonically increases from -2.0% to -4.0% due to a strong detwinning produced by the consistent effect of the external and internal stresses.

  12. A direct comparison of short-term audiomotor and visuomotor memory.

    Science.gov (United States)

    Ward, Amanda M; Loucks, Torrey M; Ofori, Edward; Sosnoff, Jacob J

    2014-04-01

    Audiomotor and visuomotor short-term memory are required for an important variety of skilled movements but have not been compared in a direct manner previously. Audiomotor memory capacity might be greater to accommodate auditory goals that are less directly related to movement outcome than for visually guided tasks. Subjects produced continuous isometric force with the right index finger under auditory and visual feedback. During the first 10 s of each trial, subjects received continuous auditory or visual feedback. For the following 15 s, feedback was removed but the force had to be maintained accurately. An internal effort condition was included to test memory capacity in the same manner but without external feedback. Similar decay times of ~5-6 s were found for vision and audition but the decay time for internal effort was ~4 s. External feedback thus provides an advantage in maintaining a force level after feedback removal, but may not exclude some contribution from a sense of effort. Short-term memory capacity appears longer than certain previous reports but there may not be strong distinctions in capacity across different sensory modalities, at least for isometric force.

  13. Evaluation of External Memory Access Performance on a High-End FPGA Hybrid Computer

    Directory of Open Access Journals (Sweden)

    Konstantinos Kalaitzis

    2016-10-01

    Full Text Available The motivation of this research was to evaluate the main memory performance of a hybrid super computer such as the Convey HC-x, and ascertain how the controller performs in several access scenarios, vis-à-vis hand-coded memory prefetches. Such memory patterns are very useful in stencil computations. The theoretical bandwidth of the memory of the Convey is compared with the results of our measurements. The accurate study of the memory subsystem is particularly useful for users when they are developing their application-specific personality. Experiments were performed to measure the bandwidth between the coprocessor and the memory subsystem. The experiments aimed mainly at measuring the reading access speed of the memory from Application Engines (FPGAs. Different ways of accessing data were used in order to find the most efficient way to access memory. This way was proposed for future work in the Convey HC-x. When performing a series of accesses to memory, non-uniform latencies occur. The Memory Controller of the Convey HC-x in the coprocessor attempts to cover this latency. We measure memory efficiency as a ratio of the number of memory accesses and the number of execution cycles. The result of this measurement converges to one in most cases. In addition, we performed experiments with hand-coded memory accesses. The analysis of the experimental results shows how the memory subsystem and Memory Controllers work. From this work we conclude that the memory controllers do an excellent job, largely because (transparently to the user they seem to cache large amounts of data, and hence hand-coding is not needed in most situations.

  14. Minimizing the disruptive effects of prospective memory in simulated air traffic control.

    Science.gov (United States)

    Loft, Shayne; Smith, Rebekah E; Remington, Roger W

    2013-09-01

    Prospective memory refers to remembering to perform an intended action in the future. Failures of prospective memory can occur in air traffic control. In two experiments, we examined the utility of external aids for facilitating air traffic management in a simulated air traffic control task with prospective memory requirements. Participants accepted and handed-off aircraft and detected aircraft conflicts. The prospective memory task involved remembering to deviate from a routine operating procedure when accepting target aircraft. External aids that contained details of the prospective memory task appeared and flashed when target aircraft needed acceptance. In Experiment 1, external aids presented either adjacent or nonadjacent to each of the 20 target aircraft presented over the 40-min test phase reduced prospective memory error by 11% compared with a condition without external aids. In Experiment 2, only a single target aircraft was presented a significant time (39-42 min) after presentation of the prospective memory instruction, and the external aids reduced prospective memory error by 34%. In both experiments, costs to the efficiency of nonprospective memory air traffic management (nontarget aircraft acceptance response time, conflict detection response time) were reduced by nonadjacent aids compared with no aids or adjacent aids. In contrast, in both experiments, the efficiency of the prospective memory air traffic management (target aircraft acceptance response time) was facilitated by adjacent aids compared with nonadjacent aids. Together, these findings have potential implications for the design of automated alerting systems to maximize multitask performance in work settings where operators monitor and control demanding perceptual displays. PsycINFO Database Record (c) 2013 APA, all rights reserved.

  15. Outsourcing Physical Education in Primary Schools: Evaluating the Impact of Externally Provided Programmes on Generalist Teachers

    Science.gov (United States)

    Whipp, Peter R.; Hutton, Heidi; Grove, J. Robert; Jackson, Ben

    2011-01-01

    In place of generalist delivery, externally provided physical activity programmes (EPPAPs) are potentially an effective method for offering primary school students specialist physical education (PE) instruction, as well as providing training for generalist classroom teachers. In the present study, a group of generalist teachers were interviewed…

  16. Memory effects for a stochastic fractional oscillator in a magnetic field

    Science.gov (United States)

    Mankin, Romi; Laas, Katrin; Laas, Tõnu; Paekivi, Sander

    2018-01-01

    The problem of random motion of harmonically trapped charged particles in a constant external magnetic field is studied. A generalized three-dimensional Langevin equation with a power-law memory kernel is used to model the interaction of Brownian particles with the complex structure of viscoelastic media (e.g., dusty plasmas). The influence of a fluctuating environment is modeled by an additive fractional Gaussian noise. In the long-time limit the exact expressions of the first-order and second-order moments of the fluctuating position for the Brownian particle subjected to an external periodic force in the plane perpendicular to the magnetic field have been calculated. Also, the particle's angular momentum is found. It is shown that an interplay of external periodic forcing, memory, and colored noise can generate a variety of cooperation effects, such as memory-induced sign reversals of the angular momentum, multiresonance versus Larmor frequency, and memory-induced particle confinement in the absence of an external trapping field. Particularly in the case without external trapping, if the memory exponent is lower than a critical value, we find a resonancelike behavior of the anisotropy in the particle position distribution versus the driving frequency, implying that it can be efficiently excited by an oscillating electric field. Similarities and differences between the behaviors of the models with internal and external noises are also discussed.

  17. The spectro-contextual encoding and retrieval theory of episodic memory.

    Science.gov (United States)

    Watrous, Andrew J; Ekstrom, Arne D

    2014-01-01

    The spectral fingerprint hypothesis, which posits that different frequencies of oscillations underlie different cognitive operations, provides one account for how interactions between brain regions support perceptual and attentive processes (Siegel etal., 2012). Here, we explore and extend this idea to the domain of human episodic memory encoding and retrieval. Incorporating findings from the synaptic to cognitive levels of organization, we argue that spectrally precise cross-frequency coupling and phase-synchronization promote the formation of hippocampal-neocortical cell assemblies that form the basis for episodic memory. We suggest that both cell assembly firing patterns as well as the global pattern of brain oscillatory activity within hippocampal-neocortical networks represents the contents of a particular memory. Drawing upon the ideas of context reinstatement and multiple trace theory, we argue that memory retrieval is driven by internal and/or external factors which recreate these frequency-specific oscillatory patterns which occur during episodic encoding. These ideas are synthesized into a novel model of episodic memory (the spectro-contextual encoding and retrieval theory, or "SCERT") that provides several testable predictions for future research.

  18. Implementation of client versus care-provider strategies to improve external cephalic version rates: a cluster randomized controlled trial.

    Science.gov (United States)

    Vlemmix, Floortje; Rosman, Ageeth N; Rijnders, Marlies E; Beuckens, Antje; Opmeer, Brent C; Mol, Ben W J; Kok, Marjolein; Fleuren, Margot A H

    2015-05-01

    To determine the effectiveness of a client or care-provider strategy to improve the implementation of external cephalic version. Cluster randomized controlled trial. Twenty-five clusters; hospitals and their referring midwifery practices randomly selected in the Netherlands. Singleton breech presentation from 32 weeks of gestation onwards. We randomized clusters to a client strategy (written information leaflets and decision aid), a care-provider strategy (1-day counseling course focused on knowledge and counseling skills), a combined client and care-provider strategy and care-as-usual strategy. We performed an intention-to-treat analysis. Rate of external cephalic version in various strategies. Secondary outcomes were the percentage of women counseled and opting for a version attempt. The overall implementation rate of external cephalic version was 72% (1169 of 1613 eligible clients) with a range between clusters of 8-95%. Neither the client strategy (OR 0.8, 95% CI 0.4-1.5) nor the care-provider strategy (OR 1.2, 95% CI 0.6-2.3) showed significant improvements. Results were comparable when we limited the analysis to those women who were actually offered intervention (OR 0.6, 95% CI 0.3-1.4 and OR 2.0, 95% CI 0.7-4.5). Neither a client nor a care-provider strategy improved the external cephalic version implementation rate for breech presentation, neither with regard to the number of version attempts offered nor the number of women accepting the procedure. © 2015 Nordic Federation of Societies of Obstetrics and Gynecology.

  19. Cognitive rehabilitation of episodic memory disorders: from theory to practice

    Directory of Open Access Journals (Sweden)

    Radek Ptak

    2010-07-01

    Full Text Available Memory disorders are among the most frequent and most debilitating cognitive impairments following acquired brain damage. Cognitive remediation strategies attempt to restore lost memory capacity, provide compensatory techniques or teach the use of external memory aids. Memory rehabilitation has strongly been influenced by memory theory, and the interaction between both has stimulated the development of techniques such as spaced retrieval, vanishing cues or errorless learning. These techniques partly rely on implicit memory and therefore enable even patients with dense amnesia to acquire new information. However, knowledge acquired in this way is often strongly domain-specific and inflexible. In addition, individual patients with amnesia respond differently to distinct interventions. The factors underlying these differences have not yet been identified. Behavioural management of memory failures therefore often relies on a careful description of environmental factors and measurement of associated behavioural disorders such as unawareness of memory failures. The current evidence suggests that patients with less severe disorders benefit from self-management techniques and mnemonics whereas rehabilitation of severely amnesic patients should focus on behaviour management, the transmission of domain-specific knowledge through implicit memory processes and the compensation for memory deficits with memory aids.

  20. Scaling Techniques for Massive Scale-Free Graphs in Distributed (External) Memory

    KAUST Repository

    Pearce, Roger; Gokhale, Maya; Amato, Nancy M.

    2013-01-01

    We present techniques to process large scale-free graphs in distributed memory. Our aim is to scale to trillions of edges, and our research is targeted at leadership class supercomputers and clusters with local non-volatile memory, e.g., NAND Flash

  1. Reconfigurable photonic crystals enabled by pressure-responsive shape-memory polymers

    Science.gov (United States)

    Fang, Yin; Ni, Yongliang; Leo, Sin-Yen; Taylor, Curtis; Basile, Vito; Jiang, Peng

    2015-01-01

    Smart shape-memory polymers can memorize and recover their permanent shape in response to an external stimulus (for example, heat). They have been extensively exploited for a wide spectrum of applications ranging from biomedical devices to aerospace morphing structures. However, most of the existing shape-memory polymers are thermoresponsive and their performance is hindered by heat-demanding programming and recovery steps. Although pressure is an easily adjustable process variable such as temperature, pressure-responsive shape-memory polymers are largely unexplored. Here we report a series of shape-memory polymers that enable unusual ‘cold' programming and instantaneous shape recovery triggered by applying a contact pressure at ambient conditions. Moreover, the interdisciplinary integration of scientific principles drawn from two disparate fields—the fast-growing photonic crystal and shape-memory polymer technologies—enables fabrication of reconfigurable photonic crystals and simultaneously provides a simple and sensitive optical technique for investigating the intriguing shape-memory effects at nanoscale. PMID:26074349

  2. Descriptive study of external employee assistance program providers (EAP) in Japan.

    Science.gov (United States)

    Muto, Takashi; Haruyama, Yasuo; Higashi, Toshiaki

    2012-01-01

    The mental health problems of employees have become a major occupational health issue in Japan. External employee assistance program providers (EAP) have become important in mental health care for workers, but their activities are poorly documented. This descriptive study was undertaken to clarify the status and future tasks of EAP in Japan. The subjects were all EAP (n=27) registered in the Japanese Chapter of Employee Assistance Professionals Association. The questionnaire survey was conducted in January 2007. We received 13 replies, a response rate of 54.2%. Most EAP provided seminars, stress checks, stress management, counseling, and support for a return to work. The number of EAP contracted with small-scale enterprises was small. EAP communicated infrequently with companies. To promote the use of EAP, their advertising, education and training of staff, accumulation of scientific evidence, development of an official certification system for staff, and improvement of contents of EAP services were cited.

  3. Enhancing Assisted Living Technology with Extended Visual Memory

    Directory of Open Access Journals (Sweden)

    Joo-Hwee Lim

    2011-05-01

    Full Text Available Human vision and memory are powerful cognitive faculties by which we understand the world. However, they are imperfect and further, subject to deterioration with age. We propose a cognitive-inspired computational model, Extended Visual Memory (EVM, within the Computer-Aided Vision (CAV framework, to assist human in vision-related tasks. We exploit wearable sensors such as cameras, GPS and ambient computing facilities to complement a user's vision and memory functions by answering four types of queries central to visual activities, namely, Retrieval, Understanding, Navigation and Search. Learning of EVM relies on both frequency-based and attention-driven mechanisms to store view-based visual fragments (VF, which are abstracted into high-level visual schemas (VS, both in the visual long-term memory. During inference, the visual short-term memory plays a key role in visual similarity computation between input (or its schematic representation and VF, exemplified from VS when necessary. We present an assisted living scenario, termed EViMAL (Extended Visual Memory for Assisted Living, targeted at mild dementia patients to provide novel functions such as hazard-warning, visual reminder, object look-up and event review. We envisage EVM having the potential benefits in alleviating memory loss, improving recall precision and enhancing memory capacity through external support.

  4. Shape memory materials

    Institute of Scientific and Technical Information of China (English)

    2001-01-01

    Compared with piezoelectric ceramics and magnetostrictive materials, the shape memory materials possess larger recoverable strain and recovery stress but slower response to external field. It is expected that the magneto-shape memory materials may develop considerable strain as well as rapid and precise shape control. Pseudoelasticity and shape memory effect (SME) resulted from martensitic transformation and its reverse transformation in shape memory materials were generally described. The requirements of appearing the shape memory effect in materials and the criteria for thermoelastic martensitic transformation were given. Some aspects concerning characteristics of martensitic transformation, and factors affecting SME in Ni-Ti, Cu-Zn-Al and Fe-Mn-Si based alloys as well as ZrO2 containing ceramics were briefly reviewed. Thermodynamic calculation of Ms temperature as function of grain size and parent ordering in Cu-Zn-Al was presented. The works on prediction of Ms in Fe-Mn-Si based alloys and in ZrO2-CeO2 were mentioned. Magnetic shape memory materials were briefly introduced.

  5. Non-Hebbian learning implementation in light-controlled resistive memory devices.

    Science.gov (United States)

    Ungureanu, Mariana; Stoliar, Pablo; Llopis, Roger; Casanova, Fèlix; Hueso, Luis E

    2012-01-01

    Non-Hebbian learning is often encountered in different bio-organisms. In these processes, the strength of a synapse connecting two neurons is controlled not only by the signals exchanged between the neurons, but also by an additional factor external to the synaptic structure. Here we show the implementation of non-Hebbian learning in a single solid-state resistive memory device. The output of our device is controlled not only by the applied voltages, but also by the illumination conditions under which it operates. We demonstrate that our metal/oxide/semiconductor device learns more efficiently at higher applied voltages but also when light, an external parameter, is present during the information writing steps. Conversely, memory erasing is more efficiently at higher applied voltages and in the dark. Translating neuronal activity into simple solid-state devices could provide a deeper understanding of complex brain processes and give insight into non-binary computing possibilities.

  6. Exploring the effect of sleep and reduced interference on different forms of declarative memory.

    Science.gov (United States)

    Schönauer, Monika; Pawlizki, Annedore; Köck, Corinna; Gais, Steffen

    2014-12-01

    Many studies have found that sleep benefits declarative memory consolidation. However, fundamental questions on the specifics of this effect remain topics of discussion. It is not clear which forms of memory are affected by sleep and whether this beneficial effect is partly mediated by passive protection against interference. Moreover, a putative correlation between the structure of sleep and its memory-enhancing effects is still being discussed. In three experiments, we tested whether sleep differentially affects various forms of declarative memory. We varied verbal content (verbal/nonverbal), item type (single/associate), and recall mode (recall/recognition, cued/free recall) to examine the effect of sleep on specific memory subtypes. We compared within-subject differences in memory consolidation between intervals including sleep, active wakefulness, or quiet meditation, which reduced external as well as internal interference and rehearsal. Forty healthy adults aged 18-30 y, and 17 healthy adults aged 24-55 y with extensive meditation experience participated in the experiments. All types of memory were enhanced by sleep if the sample size provided sufficient statistical power. Smaller sample sizes showed an effect of sleep if a combined measure of different declarative memory scales was used. In a condition with reduced external and internal interference, performance was equal to one with high interference. Here, memory consolidation was significantly lower than in a sleep condition. We found no correlation between sleep structure and memory consolidation. Sleep does not preferentially consolidate a specific kind of declarative memory, but consistently promotes overall declarative memory formation. This effect is not mediated by reduced interference. © 2014 Associated Professional Sleep Societies, LLC.

  7. Thermomechanical behavior of a two-way shape memory composite actuator

    International Nuclear Information System (INIS)

    Ge, Qi; Westbrook, Kristofer K; Dunn, Martin L; Jerry Qi, H; Mather, Patrick T

    2013-01-01

    Shape memory polymers (SMPs) are a class of smart materials that can fix a temporary shape and recover to their permanent (original) shape in response to an environmental stimulus such as heat, electricity, or irradiation, among others. Most SMPs developed in the past can only demonstrate the so-called one-way shape memory effect; i.e., one programming step can only yield one shape memory cycle. Recently, one of the authors (Mather) developed a SMP that exhibits both one-way shape memory (1W-SM) and two-way shape memory (2W-SM) effects (with the assistance of an external load). This SMP was further used to develop a free-standing composite actuator with a nonlinear reversible actuation under thermal cycling. In this paper, a theoretical model for the PCO SMP based composite actuator was developed to investigate its thermomechanical behavior and the mechanisms for the observed phenomena during the actuation cycles, and to provide insight into how to improve the design. (paper)

  8. Contralateral delay activity provides a neural measure of the number of representations in visual working memory.

    Science.gov (United States)

    Ikkai, Akiko; McCollough, Andrew W; Vogel, Edward K

    2010-04-01

    Visual working memory (VWM) helps to temporarily represent information from the visual environment and is severely limited in capacity. Recent work has linked various forms of neural activity to the ongoing representations in VWM. One piece of evidence comes from human event-related potential studies, which find a sustained contralateral negativity during the retention period of VWM tasks. This contralateral delay activity (CDA) has previously been shown to increase in amplitude as the number of memory items increases, up to the individual's working memory capacity limit. However, significant alternative hypotheses remain regarding the true nature of this activity. Here we test whether the CDA is modulated by the perceptual requirements of the memory items as well as whether it is determined by the number of locations that are being attended within the display. Our results provide evidence against these two alternative accounts and instead strongly support the interpretation that this activity reflects the current number of objects that are being represented in VWM.

  9. Organization of the two-level memory in the image processing system on scanning measuring projectors

    International Nuclear Information System (INIS)

    Sychev, A.Yu.

    1977-01-01

    Discussed are the problems of improving the efficiency of the system for processing pictures taken in bubble chambers with the use of scanning measuring projectors. The system comprises 20 to 30 pro ectors linked with the ICL-1903A computer provided with a mainframe memory, 64 kilobytes in size. Because of the insufficient size of a mainframe memory, a part of the programs and data is located in a second-level memory, i.e. in an external memory. The analytical model described herein is used to analyze the effect of the memory organization on the characteristics of the system. It is shown that organization of pure procedures and introduction of the centralized control of the tWo-leVel memory result in substantial improvement of the efficiency of the picture processing system

  10. Familiar real-world spatial cues provide memory benefits in older and younger adults.

    Science.gov (United States)

    Robin, Jessica; Moscovitch, Morris

    2017-05-01

    Episodic memory, future thinking, and memory for scenes have all been proposed to rely on the hippocampus, and evidence suggests that these all decline in healthy aging. Despite this age-related memory decline, studies examining the effects of context reinstatement on episodic memory have demonstrated that reinstating elements of the encoding context of an event leads to better memory retrieval in both younger and older adults. The current study was designed to test whether more familiar, real-world contexts, such as locations that participants visited often, would improve the detail richness and vividness of memory for scenes, autobiographical events, and imagination of future events in young and older adults. The predicted age-related decline in internal details across all 3 conditions was accompanied by persistent effects of contextual familiarity, in which a more familiar spatial context led to increased detail and vividness of remembered scenes, autobiographical events, and, to some extent, imagined future events. This study demonstrates that autobiographical memory, imagination of the future, and scene memory are similarly affected by aging, and all benefit from being associated with more familiar (real-world) contexts, illustrating the stability of contextual reinstatement effects on memory throughout the life span. (PsycINFO Database Record (c) 2017 APA, all rights reserved).

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

    Science.gov (United States)

    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.

  12. Age differences in perceptions of memory strategy effectiveness for recent and remote memory.

    Science.gov (United States)

    Lineweaver, Tara T; Horhota, Michelle; Crumley, Jessica; Geanon, Catherine T; Juett, Jacqueline J

    2018-03-01

    We examined whether young and older adults hold different beliefs about the effectiveness of memory strategies for specific types of memory tasks and whether memory strategies are perceived to be differentially effective for young, middle-aged, and older targets. Participants rated the effectiveness of five memory strategies for 10 memory tasks at three target ages (20, 50, and 80 years old). Older adults did not strongly differentiate strategy effectiveness, viewing most strategies as similarly effective across memory tasks. Young adults held strategy-specific beliefs, endorsing external aids and physical health as more effective than a positive attitude or internal strategies, without substantial differentiation based on task. We also found differences in anticipated strategy effectiveness for targets of different ages. Older adults described cognitive and physical health strategies as more effective for older than middle-aged targets, whereas young adults expected these strategies to be equally effective for middle-aged and older target adults.

  13. NPY2-receptor variation modulates iconic memory processes.

    Science.gov (United States)

    Arning, Larissa; Stock, Ann-Kathrin; Kloster, Eugen; Epplen, Jörg T; Beste, Christian

    2014-08-01

    Sensory memory systems are modality-specific buffers that comprise information about external stimuli, which represent the earliest stage of information processing. While these systems have been the subject of cognitive neuroscience research for decades, little is known about the neurobiological basis of sensory memory. However, accumulating evidence suggests that the glutamatergic system and systems influencing glutamatergic neural transmission are important. In the current study we examine if functional promoter variations in neuropeptide Y (NPY) and its receptor gene NPY2R affect iconic memory processes using a partial report paradigm. We found that iconic memory decayed much faster in individuals carrying the rare promoter NPY2R G allele which is associated with increased expression of the Y2 receptor. Possibly this effect is due to altered presynaptic inhibition of glutamate release, known to be modulated by Y2 receptors. Altogether, our results provide evidence that the functionally relevant single nucleotide polymorphism (SNP) in the NPY2R promoter gene affect circumscribed processes of early sensory processing, i.e. only the stability of information in sensory memory buffers. This leads us to suggest that especially the stability of information in sensory memory buffers depends on glutamatergic neural transmission and factors modulating glutamatergic turnover. Copyright © 2014 Elsevier B.V. and ECNP. All rights reserved.

  14. Autobiographical thinking interferes with episodic memory consolidation.

    Directory of Open Access Journals (Sweden)

    Michael Craig

    Full Text Available New episodic memories are retained better if learning is followed by a few minutes of wakeful rest than by the encoding of novel external information. Novel encoding is said to interfere with the consolidation of recently acquired episodic memories. Here we report four experiments in which we examined whether autobiographical thinking, i.e. an 'internal' memory activity, also interferes with episodic memory consolidation. Participants were presented with three wordlists consisting of common nouns; one list was followed by wakeful rest, one by novel picture encoding and one by autobiographical retrieval/future imagination, cued by concrete sounds. Both novel encoding and autobiographical retrieval/future imagination lowered wordlist retention significantly. Follow-up experiments demonstrated that the interference by our cued autobiographical retrieval/future imagination delay condition could not be accounted for by the sound cues alone or by executive retrieval processes. Moreover, our results demonstrated evidence of a temporal gradient of interference across experiments. Thus, we propose that rich autobiographical retrieval/future imagination hampers the consolidation of recently acquired episodic memories and that such interference is particularly likely in the presence of external concrete cues.

  15. ExternE: Externalities of energy Vol. 2. Methodology

    International Nuclear Information System (INIS)

    Berry, J.; Holland, M.; Watkiss, P.

    1995-01-01

    This report describes the methodology used by the ExternE Project of the European Commission (DGXII) JOULE Programme for assessment of the external costs of energy. It is one of a series of reports describing analysis of nuclear, fossil and renewable fuel cycles for assessment of the externalities associated with electricity generation. Part I of the report deals with analysis of impacts, and Part II with the economic valuation of those impacts. Analysis is conducted on a marginal basis, to allow the effect of an incremental investment in a given technology to be quantified. Attention has been paid to the specificity of results with respect to the location of fuel cycle activities, the precise technologies used, and the type and source of fuel. The main advantages of this detailed approach are as follows: It takes full and proper account of the variability of impacts that might result from different power projects; It is more transparent than analysis based on hypothetically 'representative' cases for each of the different fuel cycles; It provides a framework for consistent comparison between fuel cycles. A wide variety of impacts have been considered. These include the effects of air pollution on the natural and human environment, consequences of accidents in the workplace, impacts of noise and visual intrusion on amenity, and the effects of climate change arising from the release of greenhouse gases. Wherever possible we have used the 'impact pathway' or 'damage function' approach to follow the analysis from identification of burdens (e.g. emissions) through to impact assessment and then valuation in monetary terms. This has required a detailed knowledge of the technologies involved, pollutant dispersion, analysis of effects on human and environmental health, and economics. In view of this the project brought together a multi-disciplinary team with experts from many European countries and the USA. The spatial and temporal ranges considered in the analysis are

  16. Memory and Perfection in Ferroelastic Inclusion Compounds

    International Nuclear Information System (INIS)

    Hollingsworth, M.; Peterson, M.; Rush, J.; Brown, M.; Abel, M.; Black, A.; Dudley, M.; Raghothamachar, B.; Werner-Zwanziger, U.

    2005-01-01

    In a series of ferroelastic urea inclusion compounds (UICs), in which domain reorientation occurs upon application of an external anisotropic force, introduction of a relaxive impurity that disrupts a specific hydrogen-bonding network transforms a plastic (irreversible) domain-switching process into one that exhibits a striking memory effect and 'rubber-like behavior', a form of pseudoelasticity. As expected for a highly cooperative process, the ferroelastic response to the impurity concentration exhibits a critical threshold. Through synchrotron white-beam X-ray topography (SWBXT) of crystals under stress, videomicroscopy of spontaneous repair during crystal growth, acoustomechanical relaxation of daughter domains, kinetic measurements of spontaneous domain reversion, and solid-state 2 H NMR of labeled guests, this work shows how relaxive impurities lower the barrier to domain switching and how differences in perfection between mother and daughter domains provide the driving force for the memory effects. Although the interfacial effects implicated here are different from the volume effects that operate in certain shape memory materials, the twinning and defect phenomena responsible for the rubber-like behavior and memory effects should be generally applicable to domain switching in ferroelastic and ferroelectric crystals and to other solid-state processes

  17. The ethics of molecular memory modification.

    Science.gov (United States)

    Hui, Katrina; Fisher, Carl E

    2015-07-01

    Novel molecular interventions have recently shown the potential to erase, enhance and alter specific long-term memories. Unique features of this form of memory modification call for a close examination of its possible applications. While there have been discussions of the ethics of memory modification in the literature, molecular memory modification (MMM) can provide special insights. Previously raised ethical concerns regarding memory enhancement, such as safety issues, the 'duty to remember', selfhood and personal identity, require re-evaluation in light of MMM. As a technology that exploits the brain's updating processes, MMM helps correct the common misconception that memory is a static entity by demonstrating how memory is plastic and subject to revision even in the absence of external manipulation. Furthermore, while putatively safer than other speculative technologies because of its high specificity, MMM raises notable safety issues, including potential insidious effects on the agent's emotions and personal identity. Nonetheless, MMM possesses characteristics of a more permissible form of modification, not only because it is theoretically safer, but because its unique mechanism of action requires a heightened level of cooperation from the agent. Discussions of memory modification must consider the specific mechanisms of action, which can alter the weight and relevance of various ethical concerns. MMM also highlights the need for conceptual accuracy regarding the term 'enhancement'; this umbrella term will have to be differentiated as new technologies are applied to a widening array of purposes. Published by the BMJ Publishing Group Limited. For permission to use (where not already granted under a licence) please go to http://group.bmj.com/group/rights-licensing/permissions.

  18. Control of crack pattern using memory effect of paste

    International Nuclear Information System (INIS)

    Nakahara, Akio; Shinohara, Yuu; Matsuo, Yousuke

    2011-01-01

    A densely packed colloidal suspension, called as a paste, remembers the direction of external mechanical fields, such as flow and vibration. When the pastes are dried, memories in pastes are visualized as macroscopically anisotropic crack patterns, such as lamellar, radial, ring and spiral. Here, we experimentally investigate how pastes remember such experiences by using paste with different size distribution of colloidal particles. We find that a paste with smaller particles have a better memory, in the sense it remembers external mechanical fields at smaller solid volume fraction, which implies that interparticle forces between colloidal particles play an important role in memory effects, causing a quantitative change in the phase diagram for the same material. This result supports the hypothesis that memories in pastes are maintained as microscopically anisotropic network structure of colloidal particles, connected via interparticle forces between colloidal particles, such as van der Waals interaction.

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

    Science.gov (United States)

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

    2012-11-01

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

  20. Skin-Inspired Haptic Memory Arrays with an Electrically Reconfigurable Architecture.

    Science.gov (United States)

    Zhu, Bowen; Wang, Hong; Liu, Yaqing; Qi, Dianpeng; Liu, Zhiyuan; Wang, Hua; Yu, Jiancan; Sherburne, Matthew; Wang, Zhaohui; Chen, Xiaodong

    2016-02-24

    Skin-inspired haptic-memory devices, which can retain pressure information after the removel of external pressure by virtue of the nonvolatile nature of the memory devices, are achieved. The rise of haptic-memory devices will allow for mimicry of human sensory memory, opening new avenues for the design of next-generation high-performance sensing devices and systems. © 2015 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  1. Music evokes vivid autobiographical memories.

    Science.gov (United States)

    Belfi, Amy M; Karlan, Brett; Tranel, Daniel

    2016-08-01

    Music is strongly intertwined with memories-for example, hearing a song from the past can transport you back in time, triggering the sights, sounds, and feelings of a specific event. This association between music and vivid autobiographical memory is intuitively apparent, but the idea that music is intimately tied with memories, seemingly more so than other potent memory cues (e.g., familiar faces), has not been empirically tested. Here, we compared memories evoked by music to those evoked by famous faces, predicting that music-evoked autobiographical memories (MEAMs) would be more vivid. Participants listened to 30 songs, viewed 30 faces, and reported on memories that were evoked. Memories were transcribed and coded for vividness as in Levine, B., Svoboda, E., Hay, J. F., Winocur, G., & Moscovitch, M. [2002. Aging and autobiographical memory: Dissociating episodic from semantic retrieval. Psychology and Aging, 17, 677-689]. In support of our hypothesis, MEAMs were more vivid than autobiographical memories evoked by faces. MEAMs contained a greater proportion of internal details and a greater number of perceptual details, while face-evoked memories contained a greater number of external details. Additionally, we identified sex differences in memory vividness: for both stimulus categories, women retrieved more vivid memories than men. The results show that music not only effectively evokes autobiographical memories, but that these memories are more vivid than those evoked by famous faces.

  2. Synthetic vision and memory for autonomous virtual humans

    OpenAIRE

    PETERS, CHRISTOPHER; O'SULLIVAN, CAROL ANN

    2002-01-01

    PUBLISHED A memory model based on ?stage theory?, an influential concept of memory from the field of cognitive psychology, is presented for application to autonomous virtual humans. The virtual human senses external stimuli through a synthetic vision system. The vision system incorporates multiple modes of vision in order to accommodate a perceptual attention approach. The memory model is used to store perceived and attended object information at different stages in a filtering...

  3. Implementation of client versus care-provider strategies to improve external cephalic version rates: a cluster randomized controlled trial

    NARCIS (Netherlands)

    Vlemmix, Floortje; Rosman, Ageeth N.; Rijnders, Marlies E.; Beuckens, Antje; Opmeer, Brent C.; Mol, Ben W. J.; Kok, Marjolein; Fleuren, Margot A. H.

    2015-01-01

    To determine the effectiveness of a client or care-provider strategy to improve the implementation of external cephalic version. Cluster randomized controlled trial. Twenty-five clusters; hospitals and their referring midwifery practices randomly selected in the Netherlands. Singleton breech

  4. Implementation of client versus care-provider strategies to improve external cephalic version rates: a cluster randomized controlled trial

    NARCIS (Netherlands)

    Vlemmix, F.; Rosman, A.N.; Rijnders, M.E.; Beuckens, A.; Opmeer, B.C.; Mol, B.W.J.; Kok, M.; Fleuren, M.A.H.

    2015-01-01

    Onjective: To determine the effectiveness of a client or care-provider strategy to improve the implementation of external cephalic version. Design: Cluster randomized controlled trial.Setting: Twenty-five clusters; hospitals and their referring midwifery practices randomly selected in the

  5. Attending to auditory memory.

    Science.gov (United States)

    Zimmermann, Jacqueline F; Moscovitch, Morris; Alain, Claude

    2016-06-01

    Attention to memory describes the process of attending to memory traces when the object is no longer present. It has been studied primarily for representations of visual stimuli with only few studies examining attention to sound object representations in short-term memory. Here, we review the interplay of attention and auditory memory with an emphasis on 1) attending to auditory memory in the absence of related external stimuli (i.e., reflective attention) and 2) effects of existing memory on guiding attention. Attention to auditory memory is discussed in the context of change deafness, and we argue that failures to detect changes in our auditory environments are most likely the result of a faulty comparison system of incoming and stored information. Also, objects are the primary building blocks of auditory attention, but attention can also be directed to individual features (e.g., pitch). We review short-term and long-term memory guided modulation of attention based on characteristic features, location, and/or semantic properties of auditory objects, and propose that auditory attention to memory pathways emerge after sensory memory. A neural model for auditory attention to memory is developed, which comprises two separate pathways in the parietal cortex, one involved in attention to higher-order features and the other involved in attention to sensory information. This article is part of a Special Issue entitled SI: Auditory working memory. Copyright © 2015 Elsevier B.V. All rights reserved.

  6. External Providers' Sexuality Education Teaching and Pedagogies for Primary School Students in Grade 1 to Grade 7

    Science.gov (United States)

    Goldman, Juliette D. G.

    2011-01-01

    Many primary school teachers avoid teaching sexuality education. In light of the earlier maturing of both boys and girls, and the educationally and personally significant effects of their experience of puberty, this is unfair to children. In response to this avoidance, however, some schools employ external providers of sexuality education, who…

  7. Providing Memory Management Abstraction for Self-Reconfigurable Video Processing Platforms

    Directory of Open Access Journals (Sweden)

    Kurt Franz Ackermann

    2009-01-01

    Full Text Available This paper presents a concept for an SDRAM controller targeting video processing platforms with dynamically reconfigurable processing units (RPUs. A priority-arbitration algorithm provides the required QoS and supports high bit-rate data streaming of multiple clients. Conforming to common video data structures the controller organizes the memory in partitions, frames, lines, and pixels. The raised level of abstraction drastically reduces the complexity of clients' addressing logic. Its uniform interface structure facilitates instantiations in systems with various clients. In addition to SDRAM controllers for regular applications, special demands of reconfigurable platforms have to be satisfied. The aim of this work is to minimize the number of required bus macros leading to relaxed place and route constraints and reducing the number of critical design paths. A suitable interface protocol is presented, and fundamental implementation issues are outlined.

  8. Single Canonical Model of Reflexive Memory and Spatial Attention

    Science.gov (United States)

    Patel, Saumil S.; Red, Stuart; Lin, Eric; Sereno, Anne B.

    2015-01-01

    Many neurons in the dorsal and ventral visual stream have the property that after a brief visual stimulus presentation in their receptive field, the spiking activity in these neurons persists above their baseline levels for several seconds. This maintained activity is not always correlated with the monkey’s task and its origin is unknown. We have previously proposed a simple neural network model, based on shape selective neurons in monkey lateral intraparietal cortex, which predicts the valence and time course of reflexive (bottom-up) spatial attention. In the same simple model, we demonstrate here that passive maintained activity or short-term memory of specific visual events can result without need for an external or top-down modulatory signal. Mutual inhibition and neuronal adaptation play distinct roles in reflexive attention and memory. This modest 4-cell model provides the first simple and unified physiologically plausible mechanism of reflexive spatial attention and passive short-term memory processes. PMID:26493949

  9. Single Canonical Model of Reflexive Memory and Spatial Attention.

    Science.gov (United States)

    Patel, Saumil S; Red, Stuart; Lin, Eric; Sereno, Anne B

    2015-10-23

    Many neurons in the dorsal and ventral visual stream have the property that after a brief visual stimulus presentation in their receptive field, the spiking activity in these neurons persists above their baseline levels for several seconds. This maintained activity is not always correlated with the monkey's task and its origin is unknown. We have previously proposed a simple neural network model, based on shape selective neurons in monkey lateral intraparietal cortex, which predicts the valence and time course of reflexive (bottom-up) spatial attention. In the same simple model, we demonstrate here that passive maintained activity or short-term memory of specific visual events can result without need for an external or top-down modulatory signal. Mutual inhibition and neuronal adaptation play distinct roles in reflexive attention and memory. This modest 4-cell model provides the first simple and unified physiologically plausible mechanism of reflexive spatial attention and passive short-term memory processes.

  10. Prefrontal Cortex Networks Shift from External to Internal Modes during Learning

    Science.gov (United States)

    Brincat, Scott L.

    2016-01-01

    As we learn about items in our environment, their neural representations become increasingly enriched with our acquired knowledge. But there is little understanding of how network dynamics and neural processing related to external information changes as it becomes laden with “internal” memories. We sampled spiking and local field potential activity simultaneously from multiple sites in the lateral prefrontal cortex (PFC) and the hippocampus (HPC)—regions critical for sensory associations—of monkeys performing an object paired-associate learning task. We found that in the PFC, evoked potentials to, and neural information about, external sensory stimulation decreased while induced beta-band (∼11–27 Hz) oscillatory power and synchrony associated with “top-down” or internal processing increased. By contrast, the HPC showed little evidence of learning-related changes in either spiking activity or network dynamics. The results suggest that during associative learning, PFC networks shift their resources from external to internal processing. SIGNIFICANCE STATEMENT As we learn about items in our environment, their representations in our brain become increasingly enriched with our acquired “top-down” knowledge. We found that in the prefrontal cortex, but not the hippocampus, processing of external sensory inputs decreased while internal network dynamics related to top-down processing increased. The results suggest that during learning, prefrontal cortex networks shift their resources from external (sensory) to internal (memory) processing. PMID:27629722

  11. Destination memory in Alzheimer's Disease: when I imagine telling Ronald Reagan about Paris.

    Science.gov (United States)

    El Haj, Mohamad; Postal, Virginie; Allain, Philippe

    2013-01-01

    Destination memory refers to remembering the destination of information that people output. This present paper establishes a new distinction between external and internal processes within this memory system for both normal aging and Alzheimer's Disease (AD). Young adults, older adults, and mild AD patients were asked either to tell facts (i.e., external destination memory condition) or to imagine telling facts (i.e., internal destination memory condition) to pictures of famous people. The experiment established three major findings. First, the destination memory performance of the AD patients was significantly poorer than that of older adults, which in turn was poorer than that of the young adults. Furthermore, internal destination processes were more prone to being forgotten than external destination memory processes. In other words, participants had more difficulty in remembering whether they had previously imagined telling the facts to the pictures or not (i.e., imagined condition) than in remembering whether they had previously told the facts to the pictures or not (i.e., enacted condition). Second, significant correlations were detected between performances on destination memory and several executive measures such as the Stroop, the Plus-Minus and the Binding tasks. Third, among the executive measures, regression analyses showed that performance on the Stroop task was a main factor in explaining variance in destination memory performance. Our findings reflect the difficulty in remembering the destination of internally generated information. They also demonstrate the involvement of inhibitory processes in destination memory. Copyright © 2011 Elsevier Ltd. All rights reserved.

  12. External and Internal Impact on Soviet Memorial Landscape Development by THE World War II

    Directory of Open Access Journals (Sweden)

    Alexandra Cherkasski

    2012-11-01

    Full Text Available The World War II led to serious casualties and left deep scars / wounds of memory. As the victory over occupation regime was glorified, honored and starting from 1965 was widely celebrated at national level, there was a great gap between official and personal memory of war. Monuments are one of the forms of living examples of the past and thus are reliable sources for the study of different epochs and Zeitgeist / spirit of time and their changes. This article considers the development of Soviet memorial landscape by the World War II starting from the war termination to the Soviet Union collapse. Special attention is attached to internal political and international views / interpretations and development with respect to victims of war. In other words, the process of different groups of war victims exclusion and inclusion in Soviet collective memory under the influence of internal political and foreign political interests symbiosis. And, as a result, resultant attitude towards memorial places.

  13. External costs of energy - do the answers match the questions? Looking back at 10 years of ExternE

    International Nuclear Information System (INIS)

    Krewitt, W.

    2002-01-01

    While the claim for 'getting prices right' is quite popular in conceptual policy papers, the implementation of appropriate internalisation strategies is still hampered by a lack of reliable external cost data. Great expectations were set into the ExternE project, a major research programme launched by the European Commission at the beginning of the 1990s to provide a scientific basis for the quantification of energy related externalities and to give guidance supporting the design of internalisation measures. After more than a decade of research, the ExternE label became a well recognised standard source for external cost data. Looking back into the ExternE history, the paper pursues how emerging new scientific insights and changing background assumptions affected external cost estimates and related recommendations to policy over time. Based on ExternE results, the usefulness and inherent limitations of external cost estimates for impact categories like climate change or nuclear waste disposal is discussed. The paper also gives examples on how external costs in spite of remaining uncertainties are successfully used to support environmental policy. (Author)

  14. No deficits in nonverbal memory, metamemory and internal as well as external source memory in obsessive-compulsive disorder (OCD).

    Science.gov (United States)

    Moritz, Steffen; Ruhe, Claudia; Jelinek, Lena; Naber, Dieter

    2009-04-01

    A large body of literature suggests that some symptoms of obsessive-compulsive disorder (OCD) result from mnemonic dysfunctions. The present study tested various formulations of the memory deficit hypothesis considering important moderators, such as depression and response slowing. Thirty-two OCD patients and 32 healthy controls were presented verbal or nonverbal instructions for actions (e.g. simple gestures). These actions should either be performed or imagined. For recognition, previously presented as well as novel actions were displayed. Decisions had to be made whether an action was previously displayed (verbally vs. nonverbally) or not and whether an action was performed or imagined (internal source memory). Moreover, both judgments required confidence ratings. Groups did not differ in memory accuracy and metamemory for verbally presented material. Patients displayed some impairment for nonverbally presented material and imagined instructions, which, however, could be fully accounted for by response slowing and depressive symptoms. The study challenges the view that primary memory deficits underlie OCD or any of its subtypes. We claim that research should move forward from the mere study of objective impairment to the assessment of cognitive performance in conjunction with personality traits such as inflated responsibility.

  15. Focus of Attention in Children's Motor Learning: Examining the Role of Age and Working Memory.

    Science.gov (United States)

    Brocken, J E A; Kal, E C; van der Kamp, J

    2016-01-01

    The authors investigated the relative effectiveness of different attentional focus instructions on motor learning in primary school children. In addition, we explored whether the effect of attentional focus on motor learning was influenced by children's age and verbal working memory capacity. Novice 8-9-year old children (n = 30) and 11-12-year-old children (n = 30) practiced a golf putting task. For each age group, half the participants received instructions to focus (internally) on the swing of their arm, while the other half was instructed to focus (externally) on the swing of the club. Children's verbal working memory capacity was assessed with the Automated Working Memory Assessment. Consistent with many reports on adult's motor learning, children in the external groups demonstrated greater improvements in putting accuracy than children who practiced with an internal focus. This effect was similar across age groups. Verbal working memory capacity was not found to be predictive of motor learning, neither for children in the internal focus groups nor for children in the external focus groups. In conclusion, primary school children's motor learning is enhanced by external focus instructions compared to internal focus instructions. The purported modulatory roles of children's working memory, attentional capacity, or focus preferences require further investigation.

  16. Visual working memory as visual attention sustained internally over time.

    Science.gov (United States)

    Chun, Marvin M

    2011-05-01

    Visual working memory and visual attention are intimately related, such that working memory encoding and maintenance reflects actively sustained attention to a limited number of visual objects and events important for ongoing cognition and action. Although attention is typically considered to operate over perceptual input, a recent taxonomy proposes to additionally consider how attention can be directed to internal perceptual representations in the absence of sensory input, as well as other internal memories, choices, and thoughts (Chun, Golomb, & Turk-Browne, 2011). Such internal attention enables prolonged binding of features into integrated objects, along with enhancement of relevant sensory mechanisms. These processes are all limited in capacity, although different types of working memory and attention, such as spatial vs. object processing, operate independently with separate capacity. Overall, the success of maintenance depends on the ability to inhibit both external (perceptual) and internal (cognitive) distraction. Working memory is the interface by which attentional mechanisms select and actively maintain relevant perceptual information from the external world as internal representations within the mind. Copyright © 2011. Published by Elsevier Ltd.

  17. Shape Memory of Human Red Blood Cells

    OpenAIRE

    Fischer, Thomas M.

    2004-01-01

    The human red cell can be deformed by external forces but returns to the biconcave resting shape after removal of the forces. If after such shape excursions the rim is always formed by the same part of the membrane, the cell is said to have a memory of its biconcave shape. If the rim can form anywhere on the membrane, the cell would have no shape memory. The shape memory was probed by an experiment called go-and-stop. Locations on the membrane were marked by spontaneously adhering latex spher...

  18. Parietal EEG alpha suppression time of memory retrieval reflects memory load while the alpha power of memory maintenance is a composite of the visual process according to simultaneous and successive Sternberg memory tasks.

    Science.gov (United States)

    Okuhata, Shiho; Kusanagi, Takuya; Kobayashi, Tetsuo

    2013-10-25

    The present study investigated EEG alpha activity during visual Sternberg memory tasks using two different stimulus presentation modes to elucidate how the presentation mode affected parietal alpha activity. EEGs were recorded from 10 healthy adults during the Sternberg tasks in which memory items were presented simultaneously and successively. EEG power and suppression time (ST) in the alpha band (8-13Hz) were computed for the memory maintenance and retrieval phases. The alpha activity differed according to the presentation mode during the maintenance phase but not during the retrieval phase. Results indicated that parietal alpha power recorded during the maintenance phase did not reflect the memory load alone. In contrast, ST during the retrieval phase increased with the memory load for both presentation modes, indicating a serial memory scanning process, regardless of the presentation mode. These results indicate that there was a dynamic transition in the memory process from the maintenance phase, which was sensitive to external factors, toward the retrieval phase, during which the process converged on the sequential scanning process, the Sternberg task essentially required. Copyright © 2013 Elsevier Ireland Ltd. All rights reserved.

  19. Memory-induced sign reversals of the spatial cross-correlation for particles in viscoelastic shear flows

    International Nuclear Information System (INIS)

    Sauga, Ako; Laas, Katrin; Mankin, Romi

    2015-01-01

    Highlights: • Cross-correlation (CC) of coordinates of particles in viscoelastic shear flows is discussed. • Expressions for CC functions subjected to both internal and external noises are presented. • Impact of internal and external noises on CC functions are compared. • Memory-induced reentrant sign reversals of the spatial cross-moment are established. - Abstract: The behavior of shear-induced cross-correlation functions between particle fluctuations along orthogonal directions in the shear plane for harmonically trapped Brownian particles in a viscoelastic shear flow is studied. A generalized Langevin equation with a power-law-type memory kernel is used to model the complex structure of the viscoelastic media. Interaction with fluctuations of environmental parameters is modeled by a multiplicative white Gaussian noise, by an internal fractional Gaussian noise, and by an additive external white noise. It is shown that the presence of a memory has a profound effect on the behavior of the cross-correlation functions. Particularly, memory-induced reentrant sign reversals of the spatial cross-moment between orthogonal random displacements of a particle are established, i.e., an increase of the memory exponent can cause the sign reversal from positive to negative, but by a further increase of the memory exponent a reentrant transition from negative to positive values appears. Similarities and differences between the behavior of the models with additive internal and external noises are considered. It is shown that additive external and internal noises cause qualitatively different dependencies of the cross-correlation functions on the time lag. The occurrence of energetic instability due to the influence of multiplicative noise is also discussed.

  20. Synaptic Correlates of Working Memory Capacity.

    Science.gov (United States)

    Mi, Yuanyuan; Katkov, Mikhail; Tsodyks, Misha

    2017-01-18

    Psychological studies indicate that human ability to keep information in readily accessible working memory is limited to four items for most people. This extremely low capacity severely limits execution of many cognitive tasks, but its neuronal underpinnings remain unclear. Here we show that in the framework of synaptic theory of working memory, capacity can be analytically estimated to scale with characteristic time of short-term synaptic depression relative to synaptic current time constant. The number of items in working memory can be regulated by external excitation, enabling the system to be tuned to the desired load and to clear the working memory of currently held items to make room for new ones. Copyright © 2017 Elsevier Inc. All rights reserved.

  1. Real-time stereo matching architecture based on 2D MRF model: a memory-efficient systolic array

    Directory of Open Access Journals (Sweden)

    Park Sungchan

    2011-01-01

    Full Text Available Abstract There is a growing need in computer vision applications for stereopsis, requiring not only accurate distance but also fast and compact physical implementation. Global energy minimization techniques provide remarkably precise results. But they suffer from huge computational complexity. One of the main challenges is to parallelize the iterative computation, solving the memory access problem between the big external memory and the massive processors. Remarkable memory saving can be obtained with our memory reduction scheme, and our new architecture is a systolic array. If we expand it into N's multiple chips in a cascaded manner, we can cope with various ranges of image resolutions. We have realized it using the FPGA technology. Our architecture records 19 times smaller memory than the global minimization technique, which is a principal step toward real-time chip implementation of the various iterative image processing algorithms with tiny and distributed memory resources like optical flow, image restoration, etc.

  2. Liver-primed memory T cells generated under noninflammatory conditions provide anti-infectious immunity.

    Science.gov (United States)

    Böttcher, Jan P; Schanz, Oliver; Wohlleber, Dirk; Abdullah, Zeinab; Debey-Pascher, Svenja; Staratschek-Jox, Andrea; Höchst, Bastian; Hegenbarth, Silke; Grell, Jessica; Limmer, Andreas; Atreya, Imke; Neurath, Markus F; Busch, Dirk H; Schmitt, Edgar; van Endert, Peter; Kolanus, Waldemar; Kurts, Christian; Schultze, Joachim L; Diehl, Linda; Knolle, Percy A

    2013-03-28

    Development of CD8(+) T cell (CTL) immunity or tolerance is linked to the conditions during T cell priming. Dendritic cells (DCs) matured during inflammation generate effector/memory T cells, whereas immature DCs cause T cell deletion/anergy. We identify a third outcome of T cell priming in absence of inflammation enabled by cross-presenting liver sinusoidal endothelial cells. Such priming generated memory T cells that were spared from deletion by immature DCs. Similar to central memory T cells, liver-primed T cells differentiated into effector CTLs upon antigen re-encounter on matured DCs even after prolonged absence of antigen. Their reactivation required combinatorial signaling through the TCR, CD28, and IL-12R and controlled bacterial and viral infections. Gene expression profiling identified liver-primed T cells as a distinct Neuropilin-1(+) memory population. Generation of liver-primed memory T cells may prevent pathogens that avoid DC maturation by innate immune escape from also escaping adaptive immunity through attrition of the T cell repertoire. Copyright © 2013 The Authors. Published by Elsevier Inc. All rights reserved.

  3. Liver-Primed Memory T Cells Generated under Noninflammatory Conditions Provide Anti-infectious Immunity

    Directory of Open Access Journals (Sweden)

    Jan P. Böttcher

    2013-03-01

    Full Text Available Development of CD8+ T cell (CTL immunity or tolerance is linked to the conditions during T cell priming. Dendritic cells (DCs matured during inflammation generate effector/memory T cells, whereas immature DCs cause T cell deletion/anergy. We identify a third outcome of T cell priming in absence of inflammation enabled by cross-presenting liver sinusoidal endothelial cells. Such priming generated memory T cells that were spared from deletion by immature DCs. Similar to central memory T cells, liver-primed T cells differentiated into effector CTLs upon antigen re-encounter on matured DCs even after prolonged absence of antigen. Their reactivation required combinatorial signaling through the TCR, CD28, and IL-12R and controlled bacterial and viral infections. Gene expression profiling identified liver-primed T cells as a distinct Neuropilin-1+ memory population. Generation of liver-primed memory T cells may prevent pathogens that avoid DC maturation by innate immune escape from also escaping adaptive immunity through attrition of the T cell repertoire.

  4. Endogenous-cue prospective memory involving incremental updating of working memory: an fMRI study.

    Science.gov (United States)

    Halahalli, Harsha N; John, John P; Lukose, Ammu; Jain, Sanjeev; Kutty, Bindu M

    2015-11-01

    Prospective memory paradigms are conventionally classified on the basis of event-, time-, or activity-based intention retrieval. In the vast majority of such paradigms, intention retrieval is provoked by some kind of external event. However, prospective memory retrieval cues that prompt intention retrieval in everyday life are commonly endogenous, i.e., linked to a specific imagined retrieval context. We describe herein a novel prospective memory paradigm wherein the endogenous cue is generated by incremental updating of working memory, and investigated the hemodynamic correlates of this task. Eighteen healthy adult volunteers underwent functional magnetic resonance imaging while they performed a prospective memory task where the delayed intention was triggered by an endogenous cue generated by incremental updating of working memory. Working memory and ongoing task control conditions were also administered. The 'endogenous-cue prospective memory condition' with incremental working memory updating was associated with maximum activations in the right rostral prefrontal cortex, and additional activations in the brain regions that constitute the bilateral fronto-parietal network, central and dorsal salience networks as well as cerebellum. In the working memory control condition, maximal activations were noted in the left dorsal anterior insula. Activation of the bilateral dorsal anterior insula, a component of the central salience network, was found to be unique to this 'endogenous-cue prospective memory task' in comparison to previously reported exogenous- and endogenous-cue prospective memory tasks without incremental working memory updating. Thus, the findings of the present study highlight the important role played by the dorsal anterior insula in incremental working memory updating that is integral to our endogenous-cue prospective memory task.

  5. Susceptibility of memory consolidation during lapses in recall

    Science.gov (United States)

    Marra, Vincenzo; O’Shea, Michael; Benjamin, Paul R.; Kemenes, Ildikó

    2013-01-01

    Memories that can be recalled several hours after learning may paradoxically become inaccessible for brief periods after their formation. This raises major questions about the function of these early memory lapses in the structure of memory consolidation. These questions are difficult to investigate because of the lack of information on the precise timing of lapses. However, the use of a single-trial conditioning paradigm in Lymnaea solves this problem. Here we use electrophysiological and behavioural experiments to reveal lapses in memory recall at 30 min and 2 h post conditioning. We show that only during these lapses is consolidation of long-term memory susceptible to interruption by external disturbance. These shared time points of memory lapse and susceptibility correspond to transitions between different phases of memory that have different molecular requirements. We propose that during periods of molecular transition memory recall is weakened, allowing novel sensory cues to block the consolidation of long-term memory. PMID:23481386

  6. Susceptibility of memory consolidation during lapses in recall.

    Science.gov (United States)

    Marra, Vincenzo; O'Shea, Michael; Benjamin, Paul R; Kemenes, Ildikó

    2013-01-01

    Memories that can be recalled several hours after learning may paradoxically become inaccessible for brief periods after their formation. This raises major questions about the function of these early memory lapses in the structure of memory consolidation. These questions are difficult to investigate because of the lack of information on the precise timing of lapses. However, the use of a single-trial conditioning paradigm in Lymnaea solves this problem. Here we use electrophysiological and behavioural experiments to reveal lapses in memory recall at 30 min and 2 h post conditioning. We show that only during these lapses is consolidation of long-term memory susceptible to interruption by external disturbance. These shared time points of memory lapse and susceptibility correspond to transitions between different phases of memory that have different molecular requirements. We propose that during periods of molecular transition memory recall is weakened, allowing novel sensory cues to block the consolidation of long-term memory.

  7. The default mode network and the working memory network are not anti-correlated during all phases of a working memory task.

    Science.gov (United States)

    Piccoli, Tommaso; Valente, Giancarlo; Linden, David E J; Re, Marta; Esposito, Fabrizio; Sack, Alexander T; Di Salle, Francesco

    2015-01-01

    The default mode network and the working memory network are known to be anti-correlated during sustained cognitive processing, in a load-dependent manner. We hypothesized that functional connectivity among nodes of the two networks could be dynamically modulated by task phases across time. To address the dynamic links between default mode network and the working memory network, we used a delayed visuo-spatial working memory paradigm, which allowed us to separate three different phases of working memory (encoding, maintenance, and retrieval), and analyzed the functional connectivity during each phase within and between the default mode network and the working memory network networks. We found that the two networks are anti-correlated only during the maintenance phase of working memory, i.e. when attention is focused on a memorized stimulus in the absence of external input. Conversely, during the encoding and retrieval phases, when the external stimulation is present, the default mode network is positively coupled with the working memory network, suggesting the existence of a dynamically switching of functional connectivity between "task-positive" and "task-negative" brain networks. Our results demonstrate that the well-established dichotomy of the human brain (anti-correlated networks during rest and balanced activation-deactivation during cognition) has a more nuanced organization than previously thought and engages in different patterns of correlation and anti-correlation during specific sub-phases of a cognitive task. This nuanced organization reinforces the hypothesis of a direct involvement of the default mode network in cognitive functions, as represented by a dynamic rather than static interaction with specific task-positive networks, such as the working memory network.

  8. Time Frame Affects Vantage Point in Episodic and Semantic Autobiographical Memory: Evidence from Response Latencies

    Directory of Open Access Journals (Sweden)

    Jerzy J. Karylowski

    2017-04-01

    Full Text Available Previous research suggests that, with the passage of time, representations of self in episodic memory become less dependent on their initial (internal vantage point and shift toward an external perspective that is normally characteristic of how other people are represented. The present experiment examined this phenomenon in both episodic and semantic autobiographical memory using latency of self-judgments as a measure of accessibility of the internal vs. the external perspective. Results confirmed that in the case of representations of the self retrieved from recent autobiographical memories, trait-judgments regarding unobservable self-aspects (internal perspective were faster than trait judgments regarding observable self-aspects (external perspective. Yet, in the case of self-representations retrieved from memories of a more distant past, judgments regarding observable self-aspects were faster. Those results occurred for both self-representations retrieved from episodic memory and for representations retrieved from the semantic memory. In addition, regardless of the effect of time, greater accessibility of unobservable (vs. observable self-aspects was associated with the episodic rather than semantic autobiographical memory. Those results were modified by neither declared trait’s self-descriptiveness (yes vs. no responses nor by its desirability (highly desirable vs. moderately desirable traits. Implications for compatibility between how self and others are represented and for the role of self in social perception are discussed.

  9. Time Frame Affects Vantage Point in Episodic and Semantic Autobiographical Memory: Evidence from Response Latencies.

    Science.gov (United States)

    Karylowski, Jerzy J; Mrozinski, Blazej

    2017-01-01

    Previous research suggests that, with the passage of time, representations of self in episodic memory become less dependent on their initial (internal) vantage point and shift toward an external perspective that is normally characteristic of how other people are represented. The present experiment examined this phenomenon in both episodic and semantic autobiographical memory using latency of self-judgments as a measure of accessibility of the internal vs. the external perspective. Results confirmed that in the case of representations of the self retrieved from recent autobiographical memories, trait-judgments regarding unobservable self-aspects (internal perspective) were faster than trait judgments regarding observable self-aspects (external perspective). Yet, in the case of self-representations retrieved from memories of a more distant past, judgments regarding observable self-aspects were faster. Those results occurred for both self-representations retrieved from episodic memory and for representations retrieved from the semantic memory. In addition, regardless of the effect of time, greater accessibility of unobservable (vs. observable) self-aspects was associated with the episodic rather than semantic autobiographical memory. Those results were modified by neither declared trait's self-descriptiveness ( yes vs. no responses) nor by its desirability (highly desirable vs. moderately desirable traits). Implications for compatibility between how self and others are represented and for the role of self in social perception are discussed.

  10. Decision theory, motor planning, and visual memory: deciding where to reach when memory errors are costly.

    Science.gov (United States)

    Lerch, Rachel A; Sims, Chris R

    2016-06-01

    Limitations in visual working memory (VWM) have been extensively studied in psychophysical tasks, but not well understood in terms of how these memory limits translate to performance in more natural domains. For example, in reaching to grasp an object based on a spatial memory representation, overshooting the intended target may be more costly than undershooting, such as when reaching for a cup of hot coffee. The current body of literature lacks a detailed account of how the costs or consequences of memory error influence what we encode in visual memory and how we act on the basis of remembered information. Here, we study how externally imposed monetary costs influence behavior in a motor decision task that involves reach planning based on recalled information from VWM. We approach this from a decision theoretic perspective, viewing decisions of where to aim in relation to the utility of their outcomes given the uncertainty of memory representations. Our results indicate that subjects accounted for the uncertainty in their visual memory, showing a significant difference in their reach planning when monetary costs were imposed for memory errors. However, our findings indicate that subjects memory representations per se were not biased by the imposed costs, but rather subjects adopted a near-optimal post-mnemonic decision strategy in their motor planning.

  11. Neural bases of prospective memory: a meta-analysis and the "Attention to Delayed Intention" (AtoDI) model.

    Science.gov (United States)

    Cona, Giorgia; Scarpazza, Cristina; Sartori, Giuseppe; Moscovitch, Morris; Bisiacchi, Patrizia Silvia

    2015-05-01

    Remembering to realize delayed intentions is a multi-phase process, labelled as prospective memory (PM), and involves a plurality of neural networks. The present study utilized the activation likelihood estimation method of meta-analysis to provide a complete overview of the brain regions that are consistently activated in each PM phase. We formulated the 'Attention to Delayed Intention' (AtoDI) model to explain the neural dissociation found between intention maintenance and retrieval phases. The dorsal frontoparietal network is involved mainly in the maintenance phase and seems to mediate the strategic monitoring processes, such as the allocation of top-down attention both towards external stimuli, to monitor for the occurrence of the PM cues, and to internal memory contents, to maintain the intention active in memory. The ventral frontoparietal network is recruited in the retrieval phase and might subserve the bottom-up attention captured externally by the PM cues and, internally, by the intention stored in memory. Together with other brain regions (i.e., insula and posterior cingulate cortex), the ventral frontoparietal network would support the spontaneous retrieval processes. The functional contribution of the anterior prefrontal cortex is discussed extensively for each PM phase. Copyright © 2015 Elsevier Ltd. All rights reserved.

  12. Working Memory and Behavioural Problems in Relation to Malay Writing of Primary School Children

    Science.gov (United States)

    Ling, Teo-Sieak; Jiar, Yeo-Kee

    2017-01-01

    Deficit in working memory is common among young children across multiple abilities. Teachers have pointed to poor memory as one contributing factor to inattentiveness and short attention spans as well as some behavioural problems among students. This study aimed to explore the relationship among working memory, externalizing and internalizing…

  13. An Artificial Flexible Visual Memory System Based on an UV-Motivated Memristor.

    Science.gov (United States)

    Chen, Shuai; Lou, Zheng; Chen, Di; Shen, Guozhen

    2018-02-01

    For the mimicry of human visual memory, a prominent challenge is how to detect and store the image information by electronic devices, which demands a multifunctional integration to sense light like eyes and to memorize image information like the brain by transforming optical signals to electrical signals that can be recognized by electronic devices. Although current image sensors can perceive simple images in real time, the image information fades away when the external image stimuli are removed. The deficiency between the state-of-the-art image sensors and visual memory system inspires the logical integration of image sensors and memory devices to realize the sensing and memory process toward light information for the bionic design of human visual memory. Hence, a facile architecture is designed to construct artificial flexible visual memory system by employing an UV-motivated memristor. The visual memory arrays can realize the detection and memory process of UV light distribution with a patterned image for a long-term retention and the stored image information can be reset by a negative voltage sweep and reprogrammed to the same or an other image distribution, which proves the effective reusability. These results provide new opportunities for the mimicry of human visual memory and enable the flexible visual memory device to be applied in future wearable electronics, electronic eyes, multifunctional robotics, and auxiliary equipment for visual handicapped. © 2018 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  14. ASH External Web Portal (External Portal) -

    Data.gov (United States)

    Department of Transportation — The ASH External Web Portal is a web-based portal that provides single sign-on functionality, making the web portal a single location from which to be authenticated...

  15. The ExternE project: methodology, objectives and limitations

    International Nuclear Information System (INIS)

    Rabl, A.; Spadaro, J.V.

    2002-01-01

    This paper presents a summary of recent studies on external costs of energy systems, in particular the ExternE (External Costs of Energy) Project of the European Commission. To evaluate the impact and damage cost of a pollutant, one needs to carry out an impact pathway analysis; this involves the calculation of increased pollutant concentrations in all affected regions due to an incremental emission (e.g. μg/m 3 of particles, using models of atmospheric dispersion and chemistry), followed by the calculation of physical impacts (e.g. number of cases of asthma due to these particles, using a dose-response function). The entire so-called fuel chain (or fuel cycle) is evaluated and compared on the basis of delivered end use energy. Even though the uncertainties are large, the results provide substantial evidence that the classical air pollutants (particles, NO x and SO x ) from the combustion of fossil fuels impose a heavy toll, in addition to the cost of global warming. The external costs are especially large for coal; even for 'good current technology' they may be comparable to the price of electricity. For natural gas the external costs are about a third to a half of coal. The external costs of nuclear are small compared to the price of electricity (at most a few %), and so are the external costs of most renewable energy systems. (authors)

  16. Episodic memory, semantic memory, and amnesia.

    Science.gov (United States)

    Squire, L R; Zola, S M

    1998-01-01

    Episodic memory and semantic memory are two types of declarative memory. There have been two principal views about how this distinction might be reflected in the organization of memory functions in the brain. One view, that episodic memory and semantic memory are both dependent on the integrity of medial temporal lobe and midline diencephalic structures, predicts that amnesic patients with medial temporal lobe/diencephalic damage should be proportionately impaired in both episodic and semantic memory. An alternative view is that the capacity for semantic memory is spared, or partially spared, in amnesia relative to episodic memory ability. This article reviews two kinds of relevant data: 1) case studies where amnesia has occurred early in childhood, before much of an individual's semantic knowledge has been acquired, and 2) experimental studies with amnesic patients of fact and event learning, remembering and knowing, and remote memory. The data provide no compelling support for the view that episodic and semantic memory are affected differently in medial temporal lobe/diencephalic amnesia. However, episodic and semantic memory may be dissociable in those amnesic patients who additionally have severe frontal lobe damage.

  17. Relevance of quality of life assessment for multiple sclerosis patients with memory impairment.

    Directory of Open Access Journals (Sweden)

    Karine Baumstarck

    Full Text Available BACKGROUND: Memory disturbances, in particular episodic verbal memory dysfunction, are the most frequent cognitive impairment observed in multiple sclerosis (MS patients. The use of self-reported outcomes for evaluating treatment and managing care of these subjects has been questioned. The aim of this study was to provide new evidence about the suitability of self-reported outcomes for use in this impaired population by exploring the internal structure, reliability and external validity of a specific quality of life (QoL instrument, the Multiple Sclerosis International Quality of Life questionnaire (MusiQoL. METHODS: DESIGN: cross-sectional study. INCLUSION CRITERIA: MS patients of any disease subtype. DATA COLLECTION: sociodemographic (age, gender, marital status, education level, and occupational activity and clinical data (MS subtype, Expanded Disability Status Scale, disease duration; QoL (MusiQoL and SF36; and memory performance (Grober and Buschke test. In accordance with the French norms of the memory test, non-impaired and impaired populations were defined for short- and long-delay free composites and for short- and long-delay total composites. For the 8 populations, psychometric properties were compared to those reported from the reference population assessed in the validation study. PRINCIPAL FINDINGS: One hundred and twenty-four consecutive patients were enrolled. The analysis performed in the impaired populations showed that the questionnaire structure adequately matched the initial structure of the MusiQoL. The unidimensionality of the dimensions was preserved, and the internal/external validity indices were close to those of the reference population. CONCLUSIONS/SIGNIFICANCE: Our study suggests that memory dysfunction did not compromise the reliability or validity of the self-reported QoL questionnaires.

  18. High spatial resolution infrared camera as ISS external experiment

    Science.gov (United States)

    Eckehard, Lorenz; Frerker, Hap; Fitch, Robert Alan

    High spatial resolution infrared camera as ISS external experiment for monitoring global climate changes uses ISS internal and external resources (eg. data storage). The optical experiment will consist of an infrared camera for monitoring global climate changes from the ISS. This technology was evaluated by the German small satellite mission BIRD and further developed in different ESA projects. Compared to BIRD the presended instrument uses proven sensor advanced technologies (ISS external) and ISS on board processing and storage capabili-ties (internal). The instrument will be equipped with a serial interfaces for TM/TC and several relay commands for the power supply. For data processing and storage a mass memory is re-quired. The access to actual attitude data is highly desired to produce geo referenced maps-if possible by an on board processing.

  19. The external-internal loop of interference: two types of attention and their influence on the learning abilities of mice.

    Science.gov (United States)

    Sauce, Bruno; Wass, Christopher; Smith, Andrew; Kwan, Stephanie; Matzel, Louis D

    2014-12-01

    Attention is a component of the working memory system, and is responsible for protecting task-relevant information from interference. Cognitive performance (particularly outside of the laboratory) is often plagued by interference, and the source of this interference, either external or internal, might influence the expression of individual differences in attentional ability. By definition, external attention (also described as "selective attention") protects working memory against sensorial distractors of all kinds, while internal attention (also called "inhibition") protects working memory against emotional impulses, irrelevant information from memory, and automatically-generated responses. At present, it is unclear if these two types of attention are expressed independently in non-human animals, and how they might differentially impact performance on other cognitive processes, such as learning. By using a diverse battery of four attention tests (with varying levels of internal and external sources of interference), here we aimed both to explore this issue, and to obtain a robust and general (less task-specific) measure of attention in mice. Exploratory factor analyses revealed two factors (external and internal attention) that in total, accounted for 73% of the variance in attentional performance. Confirmatory factor analyses found an excellent fit with the data of the model of attention that assumed an external and internal distinction (with a resulting correlation of 0.43). In contrast, a model of attention that assumed one source of variance (i.e., "general attention") exhibited a poor fit with the data. Regarding the relationship between attention and learning, higher resistance against external sources of interference promoted better new learning, but tended to impair performance when cognitive flexibility was required, such as during the reversal of a previously instantiated response. The present results suggest that there can be (at least) two types of

  20. Storing information in-the-world: Metacognition and cognitive offloading in a short-term memory task.

    Science.gov (United States)

    Risko, Evan F; Dunn, Timothy L

    2015-11-01

    We often store to-be-remembered information externally (e.g., written down on a piece of paper) rather than internally. In the present investigation, we examine factors that influence the decision to store information in-the-world versus in-the-head using a variant of a traditional short term memory task. In Experiments 1a and 1b participants were presented with to-be-remembered items and either had to rely solely on internal memory or had the option to write down the presented information. In Experiments 2a and 2b participants were presented with the same stimuli but made metacognitive judgments about their predicted performance and effort expenditure. The spontaneous use of external storage was related both to the number of items to be remembered and an individual's actual and perceived short-term-memory capacity. Interestingly, individuals often used external storage despite its use affording no observable benefit. Implications for understanding how individuals integrate external resources in pursuing cognitive goals are discussed. Copyright © 2015 Elsevier Inc. All rights reserved.

  1. Reactivation in Working Memory : An Attractor Network Model of Free Recall

    OpenAIRE

    Lansner, Anders; Marklund, Petter; Sikström, Sverker; Nilsson, Lars-Göran

    2013-01-01

    The dynamic nature of human working memory, the general-purpose system for processing continuous input, while keeping no longer externally available information active in the background, is well captured in immediate free recall of supraspan word-lists. Free recall tasks produce several benchmark memory phenomena, like the U-shaped serial position curve, reflecting enhanced memory for early and late list items. To account for empirical data, including primacy and recency as well as contiguity...

  2. From Focused Thought to Reveries: A Memory System for a Conscious Robot

    Directory of Open Access Journals (Sweden)

    Christian Balkenius

    2018-04-01

    Full Text Available We introduce a memory model for robots that can account for many aspects of an inner world, ranging from object permanence, episodic memory, and planning to imagination and reveries. It is modeled after neurophysiological data and includes parts of the cerebral cortex together with models of arousal systems that are relevant for consciousness. The three central components are an identification network, a localization network, and a working memory network. Attention serves as the interface between the inner and the external world. It directs the flow of information from sensory organs to memory, as well as controlling top-down influences on perception. It also compares external sensations to internal top-down expectations. The model is tested in a number of computer simulations that illustrate how it can operate as a component in various cognitive tasks including perception, the A-not-B test, delayed matching to sample, episodic recall, and vicarious trial and error.

  3. Nanographene charge trapping memory with a large memory window

    International Nuclear Information System (INIS)

    Meng, Jianling; Yang, Rong; Zhao, Jing; He, Congli; Wang, Guole; Shi, Dongxia; Zhang, Guangyu

    2015-01-01

    Nanographene is a promising alternative to metal nanoparticles or semiconductor nanocrystals for charge trapping memory. In general, a high density of nanographene is required in order to achieve high charge trapping capacity. Here, we demonstrate a strategy of fabrication for a high density of nanographene for charge trapping memory with a large memory window. The fabrication includes two steps: (1) direct growth of continuous nanographene film; and (2) isolation of the as-grown film into high-density nanographene by plasma etching. Compared with directly grown isolated nanographene islands, abundant defects and edges are formed in nanographene under argon or oxygen plasma etching, i.e. more isolated nanographene islands are obtained, which provides more charge trapping sites. As-fabricated nanographene charge trapping memory shows outstanding memory properties with a memory window as wide as ∼9 V at a relative low sweep voltage of ±8 V, program/erase speed of ∼1 ms and robust endurance of >1000 cycles. The high-density nanographene charge trapping memory provides an outstanding alternative for downscaling technology beyond the current flash memory. (paper)

  4. Emerging non-volatile memories

    CERN Document Server

    Hong, Seungbum; Wouters, Dirk

    2014-01-01

    This book is an introduction to the fundamentals of emerging non-volatile memories and provides an overview of future trends in the field. Readers will find coverage of seven important memory technologies, including Ferroelectric Random Access Memory (FeRAM), Ferromagnetic RAM (FMRAM), Multiferroic RAM (MFRAM), Phase-Change Memories (PCM), Oxide-based Resistive RAM (RRAM), Probe Storage, and Polymer Memories. Chapters are structured to reflect diffusions and clashes between different topics. Emerging Non-Volatile Memories is an ideal book for graduate students, faculty, and professionals working in the area of non-volatile memory. This book also: Covers key memory technologies, including Ferroelectric Random Access Memory (FeRAM), Ferromagnetic RAM (FMRAM), and Multiferroic RAM (MFRAM), among others. Provides an overview of non-volatile memory fundamentals. Broadens readers' understanding of future trends in non-volatile memories.

  5. Study of self-compliance behaviors and internal filament characteristics in intrinsic SiOx-based resistive switching memory

    International Nuclear Information System (INIS)

    Chang, Yao-Feng; Zhou, Fei; Chen, Ying-Chen; Lee, Jack C.; Fowler, Burt

    2016-01-01

    Self-compliance characteristics and reliability optimization are investigated in intrinsic unipolar silicon oxide (SiO x )-based resistive switching (RS) memory using TiW/SiO x /TiW device structures. The program window (difference between SET voltage and RESET voltage) is dependent on external series resistance, demonstrating that the SET process is due to a voltage-triggered mechanism. The program window has been optimized for program/erase disturbance immunity and reliability for circuit-level applications. The SET and RESET transitions have also been characterized using a dynamic conductivity method, which distinguishes the self-compliance behavior due to an internal series resistance effect (filament) in SiO x -based RS memory. By using a conceptual “filament/resistive gap (GAP)” model of the conductive filament and a proton exchange model with appropriate assumptions, the internal filament resistance and GAP resistance can be estimated for high- and low-resistance states (HRS and LRS), and are found to be independent of external series resistance. Our experimental results not only provide insights into potential reliability issues but also help to clarify the switching mechanisms and device operating characteristics of SiO x -based RS memory

  6. Temporal Organization of Sound Information in Auditory Memory

    OpenAIRE

    Song, Kun; Luo, Huan

    2017-01-01

    Memory is a constructive and organizational process. Instead of being stored with all the fine details, external information is reorganized and structured at certain spatiotemporal scales. It is well acknowledged that time plays a central role in audition by segmenting sound inputs into temporal chunks of appropriate length. However, it remains largely unknown whether critical temporal structures exist to mediate sound representation in auditory memory. To address the issue, here we designed ...

  7. Individual differences in episodic memory abilities predict successful prospective memory output monitoring.

    Science.gov (United States)

    Hunter Ball, B; Pitães, Margarida; Brewer, Gene A

    2018-02-07

    Output monitoring refers to memory for one's previously completed actions. In the context of prospective memory (PM) (e.g., remembering to take medication), failures of output monitoring can result in repetitions and omissions of planned actions (e.g., over- or under-medication). To be successful in output monitoring paradigms, participants must flexibly control attention to detect PM cues as well as engage controlled retrieval of previous actions whenever a particular cue is encountered. The current study examined individual differences in output monitoring abilities in a group of younger adults differing in attention control (AC) and episodic memory (EM) abilities. The results showed that AC ability uniquely predicted successful cue detection on the first presentation, whereas EM ability uniquely predicted successful output monitoring on the second presentation. The current study highlights the importance of examining external correlates of PM abilities and contributes to the growing body of research on individual differences in PM.

  8. Scaling Techniques for Massive Scale-Free Graphs in Distributed (External) Memory

    KAUST Repository

    Pearce, Roger

    2013-05-01

    We present techniques to process large scale-free graphs in distributed memory. Our aim is to scale to trillions of edges, and our research is targeted at leadership class supercomputers and clusters with local non-volatile memory, e.g., NAND Flash. We apply an edge list partitioning technique, designed to accommodate high-degree vertices (hubs) that create scaling challenges when processing scale-free graphs. In addition to partitioning hubs, we use ghost vertices to represent the hubs to reduce communication hotspots. We present a scaling study with three important graph algorithms: Breadth-First Search (BFS), K-Core decomposition, and Triangle Counting. We also demonstrate scalability on BG/P Intrepid by comparing to best known Graph500 results. We show results on two clusters with local NVRAM storage that are capable of traversing trillion-edge scale-free graphs. By leveraging node-local NAND Flash, our approach can process thirty-two times larger datasets with only a 39% performance degradation in Traversed Edges Per Second (TEPS). © 2013 IEEE.

  9. Resting state EEG correlates of memory consolidation.

    Science.gov (United States)

    Brokaw, Kate; Tishler, Ward; Manceor, Stephanie; Hamilton, Kelly; Gaulden, Andrew; Parr, Elaine; Wamsley, Erin J

    2016-04-01

    Numerous studies demonstrate that post-training sleep benefits human memory. At the same time, emerging data suggest that other resting states may similarly facilitate consolidation. In order to identify the conditions under which non-sleep resting states benefit memory, we conducted an EEG (electroencephalographic) study of verbal memory retention across 15min of eyes-closed rest. Participants (n=26) listened to a short story and then either rested with their eyes closed, or else completed a distractor task for 15min. A delayed recall test was administered immediately following the rest period. We found, first, that quiet rest enhanced memory for the short story. Improved memory was associated with a particular EEG signature of increased slow oscillatory activity (rest can facilitate memory, and that this may occur via an active process of consolidation supported by slow oscillatory EEG activity and characterized by decreased attention to the external environment. Slow oscillatory EEG rhythms are proposed to facilitate memory consolidation during sleep by promoting hippocampal-cortical communication. Our findings suggest that EEG slow oscillations could play a significant role in memory consolidation during other resting states as well. Copyright © 2016 Elsevier Inc. All rights reserved.

  10. Exploring memory hierarchy design with emerging memory technologies

    CERN Document Server

    Sun, Guangyu

    2014-01-01

    This book equips readers with tools for computer architecture of high performance, low power, and high reliability memory hierarchy in computer systems based on emerging memory technologies, such as STTRAM, PCM, FBDRAM, etc.  The techniques described offer advantages of high density, near-zero static power, and immunity to soft errors, which have the potential of overcoming the “memory wall.”  The authors discuss memory design from various perspectives: emerging memory technologies are employed in the memory hierarchy with novel architecture modification;  hybrid memory structure is introduced to leverage advantages from multiple memory technologies; an analytical model named “Moguls” is introduced to explore quantitatively the optimization design of a memory hierarchy; finally, the vulnerability of the CMPs to radiation-based soft errors is improved by replacing different levels of on-chip memory with STT-RAMs.   ·         Provides a holistic study of using emerging memory technologies i...

  11. Externalising the autobiographical self: sharing personal memories online facilitated memory retention.

    Science.gov (United States)

    Wang, Qi; Lee, Dasom; Hou, Yubo

    2017-07-01

    Internet technology provides a new means of recalling and sharing personal memories in the digital age. What is the mnemonic consequence of posting personal memories online? Theories of transactive memory and autobiographical memory would make contrasting predictions. In the present study, college students completed a daily diary for a week, listing at the end of each day all the events that happened to them on that day. They also reported whether they posted any of the events online. Participants received a surprise memory test after the completion of the diary recording and then another test a week later. At both tests, events posted online were significantly more likely than those not posted online to be recalled. It appears that sharing memories online may provide unique opportunities for rehearsal and meaning-making that facilitate memory retention.

  12. Performance Targets and External Benchmarking

    DEFF Research Database (Denmark)

    Friis, Ivar; Hansen, Allan; Vámosi, Tamás S.

    Research on relative performance measures, transfer pricing, beyond budgeting initiatives, target costing, piece rates systems and value based management has for decades underlined the importance of external benchmarking in performance management. Research conceptualises external benchmarking...... as a market mechanism that can be brought inside the firm to provide incentives for continuous improvement and the development of competitive advances. However, whereas extant research primarily has focused on the importance and effects of using external benchmarks, less attention has been directed towards...... the conditions upon which the market mechanism is performing within organizations. This paper aims to contribute to research by providing more insight to the conditions for the use of external benchmarking as an element in performance management in organizations. Our study explores a particular type of external...

  13. Involuntary memory chaining versus event cueing: Which is a better indicator of autobiographical memory organisation?

    Science.gov (United States)

    Mace, John H; Clevinger, Amanda M; Martin, Cody

    2010-11-01

    Involuntary memory chains are spontaneous recollections of the past that occur in a sequence. Much like semantic memory priming, this memory phenomenon has provided some insights into the nature of associations in autobiographical memory. The event-cueing procedure (a laboratory-based memory sequencing task) has also provided some insights into the nature of autobiographical memory organisation. However, while both of these memory-sequencing phenomena have exhibited the same types of memory associations (conceptual associations and general-event or temporal associations), both have also produced discrepant results with respect to the relative proportions of such associations. This study investigated the possibility that the results from event cueing are artefacts of various memory production responses. Using a number of different approaches we demonstrated that these memory production responses cause overestimates of general-event association. We conclude that for this reason, the data from involuntary memory chains provide a better picture of the organisation of autobiographical memory.

  14. Quantum memory Quantum memory

    Science.gov (United States)

    Le Gouët, Jean-Louis; Moiseev, Sergey

    2012-06-01

    Interaction of quantum radiation with multi-particle ensembles has sparked off intense research efforts during the past decade. Emblematic of this field is the quantum memory scheme, where a quantum state of light is mapped onto an ensemble of atoms and then recovered in its original shape. While opening new access to the basics of light-atom interaction, quantum memory also appears as a key element for information processing applications, such as linear optics quantum computation and long-distance quantum communication via quantum repeaters. Not surprisingly, it is far from trivial to practically recover a stored quantum state of light and, although impressive progress has already been accomplished, researchers are still struggling to reach this ambitious objective. This special issue provides an account of the state-of-the-art in a fast-moving research area that makes physicists, engineers and chemists work together at the forefront of their discipline, involving quantum fields and atoms in different media, magnetic resonance techniques and material science. Various strategies have been considered to store and retrieve quantum light. The explored designs belong to three main—while still overlapping—classes. In architectures derived from photon echo, information is mapped over the spectral components of inhomogeneously broadened absorption bands, such as those encountered in rare earth ion doped crystals and atomic gases in external gradient magnetic field. Protocols based on electromagnetic induced transparency also rely on resonant excitation and are ideally suited to the homogeneous absorption lines offered by laser cooled atomic clouds or ion Coulomb crystals. Finally off-resonance approaches are illustrated by Faraday and Raman processes. Coupling with an optical cavity may enhance the storage process, even for negligibly small atom number. Multiple scattering is also proposed as a way to enlarge the quantum interaction distance of light with matter. The

  15. Ghrelin: A link between memory and ingestive behavior.

    Science.gov (United States)

    Hsu, Ted M; Suarez, Andrea N; Kanoski, Scott E

    2016-08-01

    Feeding is a highly complex behavior that is influenced by learned associations between external and internal cues. The type of excessive feeding behavior contributing to obesity onset and metabolic deficit may be based, in part, on conditioned appetitive and ingestive behaviors that occur in response to environmental and/or interoceptive cues associated with palatable food. Therefore, there is a critical need to understand the neurobiology underlying learned aspects of feeding behavior. The stomach-derived "hunger" hormone, ghrelin, stimulates appetite and food intake and may function as an important biological substrate linking mnemonic processes with feeding control. The current review highlights data supporting a role for ghrelin in mediating the cognitive and neurobiological mechanisms that underlie conditioned feeding behavior. We discuss the role of learning and memory on food intake control (with a particular focus on hippocampal-dependent memory processes) and provide an overview of conditioned cephalic endocrine responses. A neurobiological framework is provided through which conditioned cephalic ghrelin secretion signals in neurons in the hippocampus, which then engage orexigenic neural circuitry in the lateral hypothalamus to express learned feeding behavior. Copyright © 2016 Elsevier Inc. All rights reserved.

  16. Dopaminergic rules of engagement for memory in Drosophila.

    Science.gov (United States)

    Kaun, Karla R; Rothenfluh, Adrian

    2017-04-01

    Dopamine is associated with a variety of conserved responses across species including locomotion, sleep, food consumption, aggression, courtship, addiction and several forms of appetitive and aversive memory. Historically, dopamine has been most prominently associated with dynamics underlying reward, punishment, or salience. Recent emerging evidence from Drosophila supports a role in all of these functions, as well as additional roles in the interplay between external sensation and internal states and forgetting of the very memories dopamine helped encode. We discuss how cell-specific resolution and manipulation are elucidating the rules of dopamine's involvement in encoding valence and memory. Copyright © 2017 Elsevier Ltd. All rights reserved.

  17. ExternE: Externalities of energy Vol. 1. Summary

    International Nuclear Information System (INIS)

    Holland, M.; Berry, J.

    1995-01-01

    energy use in the transport and domestic sectors and a number of non-environmental externalities. Phase 3 of the project will be undertaken within the European Commission's 4th Framework Programme (1995-1998) and will concentrate on the application of the accounting framework in support of policy issues and decision making. A major result of this work is the methodology which has been developed. This is a significant advance on earlier studies of the external costs of energy. It provides a transparent basis on which different impacts, technologies and locations may be compared. It is suitable for evaluation of the health and environmental damages due to increments in electricity production, with or without monetary valuation of the impacts. This report reviews this methodology and presents the major results obtained in its application to seven important fuel cycles, namely the coal, lignite, oil, gas, nuclear, hydro and wind fuel cycles. Chapter 2 reviews the methodology developed for the quantification of impacts and discusses the associated issues. Chapter 3 discusses the methodological issues associated with the economic valuation of impacts. Chapters 4 and 5 report in detail on the assessment of the coal and nuclear fuel cycles. Chapter 6 summarises the progress that has been made to date on the ExternE Project and presents a comparison of the results obtained for the four fossil fuel cycles together with results from the nuclear and renewable fuel cycles. This project is at the forefront of work in this area. It has drawn together an extensive multidisciplinary team of environmental scientists, energy technologists, health and ecology experts, atmospheric modellers, economists and computer analysts. The results obtained are based on thorough review of scientific and economic studies. This does not mean that exact values have been established for external costs. Indeed, one of our most important conclusions is that the uncertainties are large. Previous analyses

  18. A simplified memory network model based on pattern formations

    Science.gov (United States)

    Xu, Kesheng; Zhang, Xiyun; Wang, Chaoqing; Liu, Zonghua

    2014-12-01

    Many experiments have evidenced the transition with different time scales from short-term memory (STM) to long-term memory (LTM) in mammalian brains, while its theoretical understanding is still under debate. To understand its underlying mechanism, it has recently been shown that it is possible to have a long-period rhythmic synchronous firing in a scale-free network, provided the existence of both the high-degree hubs and the loops formed by low-degree nodes. We here present a simplified memory network model to show that the self-sustained synchronous firing can be observed even without these two necessary conditions. This simplified network consists of two loops of coupled excitable neurons with different synaptic conductance and with one node being the sensory neuron to receive an external stimulus signal. This model can be further used to show how the diversity of firing patterns can be selectively formed by varying the signal frequency, duration of the stimulus and network topology, which corresponds to the patterns of STM and LTM with different time scales. A theoretical analysis is presented to explain the underlying mechanism of firing patterns.

  19. Nanoscale memory devices

    International Nuclear Information System (INIS)

    Chung, Andy; Deen, Jamal; Lee, Jeong-Soo; Meyyappan, M

    2010-01-01

    This article reviews the current status and future prospects for the use of nanomaterials and devices in memory technology. First, the status and continuing scaling trends of the flash memory are discussed. Then, a detailed discussion on technologies trying to replace flash in the near-term is provided. This includes phase change random access memory, Fe random access memory and magnetic random access memory. The long-term nanotechnology prospects for memory devices include carbon-nanotube-based memory, molecular electronics and memristors based on resistive materials such as TiO 2 . (topical review)

  20. Temporal Organization of Sound Information in Auditory Memory

    Directory of Open Access Journals (Sweden)

    Kun Song

    2017-06-01

    Full Text Available Memory is a constructive and organizational process. Instead of being stored with all the fine details, external information is reorganized and structured at certain spatiotemporal scales. It is well acknowledged that time plays a central role in audition by segmenting sound inputs into temporal chunks of appropriate length. However, it remains largely unknown whether critical temporal structures exist to mediate sound representation in auditory memory. To address the issue, here we designed an auditory memory transferring study, by combining a previously developed unsupervised white noise memory paradigm with a reversed sound manipulation method. Specifically, we systematically measured the memory transferring from a random white noise sound to its locally temporal reversed version on various temporal scales in seven experiments. We demonstrate a U-shape memory-transferring pattern with the minimum value around temporal scale of 200 ms. Furthermore, neither auditory perceptual similarity nor physical similarity as a function of the manipulating temporal scale can account for the memory-transferring results. Our results suggest that sounds are not stored with all the fine spectrotemporal details but are organized and structured at discrete temporal chunks in long-term auditory memory representation.

  1. Temporal Organization of Sound Information in Auditory Memory.

    Science.gov (United States)

    Song, Kun; Luo, Huan

    2017-01-01

    Memory is a constructive and organizational process. Instead of being stored with all the fine details, external information is reorganized and structured at certain spatiotemporal scales. It is well acknowledged that time plays a central role in audition by segmenting sound inputs into temporal chunks of appropriate length. However, it remains largely unknown whether critical temporal structures exist to mediate sound representation in auditory memory. To address the issue, here we designed an auditory memory transferring study, by combining a previously developed unsupervised white noise memory paradigm with a reversed sound manipulation method. Specifically, we systematically measured the memory transferring from a random white noise sound to its locally temporal reversed version on various temporal scales in seven experiments. We demonstrate a U-shape memory-transferring pattern with the minimum value around temporal scale of 200 ms. Furthermore, neither auditory perceptual similarity nor physical similarity as a function of the manipulating temporal scale can account for the memory-transferring results. Our results suggest that sounds are not stored with all the fine spectrotemporal details but are organized and structured at discrete temporal chunks in long-term auditory memory representation.

  2. Gauge subsystems, separability and robustness in autonomous quantum memories

    International Nuclear Information System (INIS)

    Sarma, Gopal; Mabuchi, Hideo

    2013-01-01

    Quantum error correction provides a fertile context for exploring the interplay of feedback control, microscopic physics and non-commutative probability. In this paper we deepen our understanding of this nexus through high-level analysis of a class of quantum memory models that we have previously proposed, which implement continuous-time versions of well-known stabilizer codes in autonomous nanophotonic circuits that require no external clocking or control. We demonstrate that the presence of the gauge subsystem in the nine-qubit Bacon–Shor code allows for a loss-tolerant layout of the corresponding nanophotonic circuit that substantially ameliorates the effects of optical propagation losses, argue that code separability allows for simplified restoration feedback protocols, and propose a modified fidelity metric for quantifying the performance of realistic quantum memories. Our treatment of these topics exploits the homogeneous modeling framework of autonomous nanophotonic circuits, but the key ideas translate to the traditional setting of discrete time, measurement-based quantum error correction. (paper)

  3. Memory effects on mechanically stimulated electric signal; diversification of stimuli impact on material memory and comments on the observed features

    Science.gov (United States)

    Kyriazis, Panagiotis; Stavrakas, Ilias; Anastasiadis, Cimon; Triantis, Dimos; Stonham, John

    2010-05-01

    Memory is defined as the ability of marble and generally of brittle geomaterials to retain 'imprints' from previous treatments and to reproduce information about these treatments under certain conditions, by analogy to the memory of human beings. Memory effects have been observed in the evolution of a variety of physical properties like the acoustic emissions of brittle materials during fracture. The existence of memory effects for the mechanically stimulated electric signal, either by Pressure (PSC) or by Bending (BSC), is examined in this work, alongside with an attempt to distinguish between the two different manifestations of 'memory' based on the electrification mechanism that is triggered at different levels of externally applied load on samples. Having identified two main mechanisms (i.e. the dynamic and the cracking) and following the human memory model, we suggest the separation of memory of a material specimen into two levels i.e. the short or temporary and long or permanent memory. For the observation and analysis of the short memory of brittle materials we have conducted experiments using the PSC technique in marble specimens. The materials are imposed to cyclic stepwise loading of the same level, scheme and direction (axial stress - unchanged position of material) in order to comply with the conditions that are proposed as suitable for memory effects study by other researchers. We have also conducted experimental tests of cyclic high level stepwise loading on amphibolite rock specimens in order to verify and study the existence of permanent memory effects. Modelling the signal recordings and studying the effects of memory on the signals, we have identified certain trends manifestation for the two types of memory that are summarised to the following points. (a) Both types of memory influence the PSC peaks evolution (exponential decrease) in cyclic loadings of the same level. (b) Permanent memory cannot be erased and affects PSC signal permanently and

  4. Influence of memory theme and posttraumatic stress disorder on memory specificity in British and Iranian trauma survivors.

    Science.gov (United States)

    Jobson, Laura; Cheraghi, Sepideh

    2016-09-01

    This study investigated the influence of culture, memory theme and posttraumatic stress disorder (PTSD) on autobiographical memory specificity in Iranian and British trauma survivors. Participants completed the Autobiographical Memory Test and PTSD Diagnostic Scale. The results indicated that the British group provided significantly more personal-themed memories than the Iranian group, while the Iranian group provided significantly more social-themed memories than the British group. The British group also provided a significantly greater proportion of specific personal-themed and social-themed memories than the Iranian group. Overall, in both cultural groups memory specificity was found to be significantly correlated with PTSD symptoms. These findings provide further evidence that regardless of memory theme, specificity of autobiographical memories function to differentiate the self from others and reaffirm the independent self. They also further highlight that pan-culturally an overgeneral retrieval style may be employed by those with PTSD symptoms.

  5. Externalities of fuel cycles 'ExternE' project. Summary report

    International Nuclear Information System (INIS)

    Holland, M.; Berry, J.

    1994-01-01

    energy use in the transport and domestic sectors and a number of non-environmental externalities. Phase 3 of the project will be undertaken within the European Commission's 4th Framework Programme (1995-1998) and will concentrate on the application of the accounting framework in support of policy issues and decision making. A major result of this work is the methodology which has been developed. This is a significant advance on earlier studies of the external costs of energy. It provides a transparent basis on which different impacts, technologies and locations may be compared. It is suitable for evaluation of the health and environmental damages due to increments in electricity production, with or without monetary valuation of the impacts. This report reviews this methodology and presents the major results obtained in its application to seven important fuel cycles, namely the coal, lignite, oil, gas, nuclear, hydro and wind fuel cycles. Chapter 2 reviews the methodology developed for the quantification of impacts and discusses the associated issues. Chapter 3 discusses the methodological issues associated with the economic valuation of impacts. Chapters 4 and 5 report in detail on the assessment of the coal and nuclear fuel cycles. Chapter 6 summarises the progress that has been made to date on the ExternE Project and presents a comparison of the results obtained for the four fossil fuel cycles together with results from the nuclear and renewable fuel cycles. This project is at the forefront of work in this area. It has drawn together an extensive multidisciplinary team of environmental scientists, energy technologists, health and ecology experts, atmospheric modellers, economists and computer analysts. The results obtained are based on thorough review of scientific and economic studies. This does not mean that exact values have been established for external costs. Indeed, one of our most important conclusions is that the uncertainties are large. Previous analyses

  6. Media multitasking and memory: Differences in working memory and long-term memory.

    Science.gov (United States)

    Uncapher, Melina R; K Thieu, Monica; Wagner, Anthony D

    2016-04-01

    Increasing access to media in the 21st century has led to a rapid rise in the prevalence of media multitasking (simultaneous use of multiple media streams). Such behavior is associated with various cognitive differences, such as difficulty filtering distracting information and increased trait impulsivity. Given the rise in media multitasking by children, adolescents, and adults, a full understanding of the cognitive profile of media multitaskers is imperative. Here we investigated the relationship between chronic media multitasking and working memory (WM) and long-term memory (LTM) performance. Four key findings are reported (1) heavy media multitaskers (HMMs) exhibited lower WM performance, regardless of whether external distraction was present or absent; (2) lower performance on multiple WM tasks predicted lower LTM performance; (3) media multitasking-related differences in memory reflected differences in discriminability rather than decision bias; and (4) attentional impulsivity correlated with media multitasking behavior and reduced WM performance. These findings suggest that chronic media multitasking is associated with a wider attentional scope/higher attentional impulsivity, which may allow goal-irrelevant information to compete with goal-relevant information. As a consequence, heavy media multitaskers are able to hold fewer or less precise goal-relevant representations in WM. HMMs' wider attentional scope, combined with their diminished WM performance, propagates forward to yield lower LTM performance. As such, chronic media multitasking is associated with a reduced ability to draw on the past--be it very recent or more remote--to inform present behavior.

  7. Memory: Enduring Traces of Perceptual and Reflective Attention

    Science.gov (United States)

    Chun, Marvin M.; Johnson, Marcia K.

    2011-01-01

    Attention and memory are typically studied as separate topics, but they are highly intertwined. Here we discuss the relation between memory and two fundamental types of attention: perceptual and reflective. Memory is the persisting consequence of cognitive activities initiated by and/or focused on external information from the environment (perceptual attention) and initiated by and/or focused on internal mental representations (reflective attention). We consider three key questions for advancing a cognitive neuroscience of attention and memory: To what extent do perception and reflection share representational areas? To what extent are the control processes that select, maintain, and manipulate perceptual and reflective information subserved by common areas and networks? During perception and reflection, to what extent are common areas responsible for binding features together to create complex, episodic memories and for reviving them later? Considering similarities and differences in perceptual and reflective attention helps integrate a broad range of findings and raises important unresolved issues. PMID:22099456

  8. Memory: enduring traces of perceptual and reflective attention.

    Science.gov (United States)

    Chun, Marvin M; Johnson, Marcia K

    2011-11-17

    Attention and memory are typically studied as separate topics, but they are highly intertwined. Here we discuss the relation between memory and two fundamental types of attention: perceptual and reflective. Memory is the persisting consequence of cognitive activities initiated by and/or focused on external information from the environment (perceptual attention) and initiated by and/or focused on internal mental representations (reflective attention). We consider three key questions for advancing a cognitive neuroscience of attention and memory: to what extent do perception and reflection share representational areas? To what extent are the control processes that select, maintain, and manipulate perceptual and reflective information subserved by common areas and networks? During perception and reflection, to what extent are common areas responsible for binding features together to create complex, episodic memories and for reviving them later? Considering similarities and differences in perceptual and reflective attention helps integrate a broad range of findings and raises important unresolved issues. Copyright © 2011 Elsevier Inc. All rights reserved.

  9. Studies on the Mental Processes in Translation Memory-assisted Translation – the State of the Art

    DEFF Research Database (Denmark)

    Christensen, Tina Paulsen

    2011-01-01

    This article reviews research on the mental translation processes involved in translation memory-assisted translation. First, based on recent developments in cognitive science the article provides a working definition of mental TM research. Next the article analyses a selection of mental TM studies...... with a view to discovering their aims, data, methods and results. In doing so, the paper attempts to find out what we know by now about the mental aspects of translation memory-assisted translation. The analysis suggests fruitful avenues for future research and concludes that particularly more research...... is needed which takes into account the recent developments within TM technology and looks into both internal and external translation processes....

  10. Memory Complaint Questionnaire performed poorly as screening tool : validation against psychometric tests and affective measures

    NARCIS (Netherlands)

    Reid, Meagan; Parkinson, Lynne; Gibson, Richard; Schofield, Peter; D'Este, Catherine; Attia, John; Tavener, Meredith; Byles, Julie

    Objective: This study examined the internal and external validity of the Memory Complaint Questionnaire (MAC-Q), a brief measure of subjective memory complaint in people with normal cognitive function. Study Design and Setting: The Study of Health Outcomes in Aircraft Maintenance Personnel was a

  11. Shape memory of human red blood cells.

    Science.gov (United States)

    Fischer, Thomas M

    2004-05-01

    The human red cell can be deformed by external forces but returns to the biconcave resting shape after removal of the forces. If after such shape excursions the rim is always formed by the same part of the membrane, the cell is said to have a memory of its biconcave shape. If the rim can form anywhere on the membrane, the cell would have no shape memory. The shape memory was probed by an experiment called go-and-stop. Locations on the membrane were marked by spontaneously adhering latex spheres. Shape excursions were induced by shear flow. In virtually all red cells, a shape memory was found. After stop of flow and during the return of the latex spheres to the original location, the red cell shape was biconcave. The return occurred by a tank-tread motion of the membrane. The memory could not be eliminated by deforming the red cells in shear flow up to 4 h at room temperature as well as at 37 degrees C. It is suggested that 1). the characteristic time of stress relaxation is >80 min and 2). red cells in vivo also have a shape memory.

  12. Memory in cultured cortical networks: experiment and modeling

    NARCIS (Netherlands)

    Witteveen, Tim; van Veenendaal, Tamar; le Feber, Jakob; Sergeev, A.

    The mechanism behind memory is one of the mysteries in neuroscience. Here we unravel part of the mechanism by showing that cultured neuronal networks develop an activity connectivity balance. External inputs disturb this balance and induce connectivity changes. The new connectivity is no longer

  13. Simulation of Dislocation and Transformation Plasticity in Shape Memory Alloys

    National Research Council Canada - National Science Library

    Volkov, Alexander

    1999-01-01

    A model of deformation of shape memory alloys has been developed. It takes into account deformation due to the phase transformation and plastic deformation, produced by an external stress or by inter-phase stresses...

  14. Fast, noise-free memory for photon synchronization at room temperature.

    Science.gov (United States)

    Finkelstein, Ran; Poem, Eilon; Michel, Ohad; Lahad, Ohr; Firstenberg, Ofer

    2018-01-01

    Future quantum photonic networks require coherent optical memories for synchronizing quantum sources and gates of probabilistic nature. We demonstrate a fast ladder memory (FLAME) mapping the optical field onto the superposition between electronic orbitals of rubidium vapor. Using a ladder-level system of orbital transitions with nearly degenerate frequencies simultaneously enables high bandwidth, low noise, and long memory lifetime. We store and retrieve 1.7-ns-long pulses, containing 0.5 photons on average, and observe short-time external efficiency of 25%, memory lifetime (1/ e ) of 86 ns, and below 10 -4 added noise photons. Consequently, coupling this memory to a probabilistic source would enhance the on-demand photon generation probability by a factor of 12, the highest number yet reported for a noise-free, room temperature memory. This paves the way toward the controlled production of large quantum states of light from probabilistic photon sources.

  15. A model of shape memory materials with hierarchical twinning: statics and dynamics

    International Nuclear Information System (INIS)

    Saxena, A.; Bishop, A.R.; Wu, Y.; Lookman, T.

    1995-01-01

    We consider a model of shape memory materials in which hierarchical twinning near the habit plane (austenite-martensite interface) is a new and crucial ingredient. The model includes (1) a triple-well potential (φ 6 model) in local shear strain, (2) strain gradient terms up to second order in strain and fourth order in gradient, and (3) all symmetry allowed compositional fluctuation-induced strain gradient terms. The last term favors hierarchy which enables communication between macroscopic (cm) and microscopic (A) regions essential for shape memory. Hierarchy also stabilizes tweed formation (criss-cross patterns of twins). External stress or pressure modulates (''patterns'') the spacing of domain walls. Therefore the ''pattern'' is encoded in the modulated hierarchical variation of the depth and width of the twins. This hierarchy of length scales provides a related hierarchy of time scales and thus the possibility of non-exponential decay. The four processes of the complete shape memory cycle-write, record, erase and recall-are explained within this model. Preliminary results based on 2D molecular dynamics are shown for tweed and hierarchy formation. (orig.)

  16. The Effect of External Representations on Compare Word Problems: Supporting Mental Model Construction

    Science.gov (United States)

    Munez, David; Orrantia, Josetxu; Rosales, Javier

    2013-01-01

    This study explored the effectiveness of external representations presented together with compare word problems, and whether such effectiveness was moderated by working memory. Participants were 49 secondary school students. Each participant solved 48 problems presented in 4 presentation types that included 2 difficulty treatments (number of steps…

  17. Family child care providers' self-perceived role in obesity prevention: working with children, parents, and external influences.

    Science.gov (United States)

    Rosenthal, Marjorie S; Crowley, Angela A; Curry, Leslie

    2013-01-01

    To describe the perspective and strategies of family child care providers (FCCPs) to reduce children's suboptimal weight trajectories. In-person, in-depth interviews with FCCPs. Family child care homes. Seventeen FCCPs caring for children 6 weeks to 9 years old; 94% caring for children paying with a state subsidy. Strategies of FCCP to reduce children's suboptimal weight trajectories. Constant comparative method of qualitative data analysis. Family child care providers described 3 core strategies: (1) improving children's behavior, (2) engaging and educating parents, and (3) leveraging influences external to their relationship with parents to effect positive change and to avoid parental conflict. These strategies were framed within their knowledge of child development, parental communication, and community services. The findings suggest that FCCPs' role in obesity prevention may be framed within knowledge that may be commonly expected of a child care provider. Partnerships between public health policy makers and FCCP may reduce obesigenic environments by employing training and resources that link obesity prevention and child care provider expertise. Copyright © 2013 Society for Nutrition Education and Behavior. Published by Elsevier Inc. All rights reserved.

  18. Two-way shape memory behavior of shape memory polyurethanes with a bias load

    International Nuclear Information System (INIS)

    Hong, Seok Jin; Yu, Woong-Ryeol; Youk, Ji Ho

    2010-01-01

    Thermo-responsive shape memory polyurethane (SMPU) is a smart material that can respond to external heat by changing its macroscopic shape from a temporary configuration to a memorized permanent one. The temporary shape can be processed using mechanical forces above a certain temperature (the transition temperature) and can be maintained until the material acquires a certain thermal energy. Thereafter, the material will recover its memorized permanent shape. However, it is unclear what will occur if the thermal energy is then dissipated, i.e., the material temperature decreases. There are two possibilities: the material will respond to the dissipated energy, resulting in another macroscopic shape change; or nothing will happen beyond the thermal contraction. The former is called two-way shape memory (TWSM) behavior and the latter is called one-way shape memory behavior. This paper reports novel findings showing that TWSM behavior can be imparted to SMPUs using a thermo-mechanical treatment, i.e., imposing a constant stress on them after their temporary shaping. A series of experiments were carried out to characterize the TWSM behavior of SMPUs and to explain its mechanism

  19. Working memory-driven attention improves spatial resolution: Support for perceptual enhancement.

    Science.gov (United States)

    Pan, Yi; Luo, Qianying; Cheng, Min

    2016-08-01

    Previous research has indicated that attention can be biased toward those stimuli matching the contents of working memory and thereby facilitates visual processing at the location of the memory-matching stimuli. However, whether this working memory-driven attentional modulation takes place on early perceptual processes remains unclear. Our present results showed that working memory-driven attention improved identification of a brief Landolt target presented alone in the visual field. Because the suprathreshold target appeared without any external noise added (i.e., no distractors or masks), the results suggest that working memory-driven attention enhances the target signal at early perceptual stages of visual processing. Furthermore, given that performance in the Landolt target identification task indexes spatial resolution, this attentional facilitation indicates that working memory-driven attention can boost early perceptual processing via enhancement of spatial resolution at the attended location.

  20. The Benefit of Attention-to-Memory Depends on the Interplay of Memory Capacity and Memory Load

    Science.gov (United States)

    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

  1. The Benefit of Attention-to-Memory Depends on the Interplay of Memory Capacity and Memory Load

    Directory of Open Access Journals (Sweden)

    Sung-Joo Lim

    2018-02-01

    Full Text Available 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.

  2. Natural memory beyond the storage model: Repression, trauma, and the construction of a personal past

    Directory of Open Access Journals (Sweden)

    Nikolai Axmacher

    2010-11-01

    Full Text Available Naturally occurring memory processes show features which are difficult to investigate by conventional cognitive neuroscience paradigms. Distortions of memory for problematic contents are described both by psychoanalysis (internal conflicts and research on post-traumatic stress disorder (external traumata. Typically, declarative memory for these contents is impaired – possibly due to repression in the case of internal conflicts or due to dissociation in the case of external traumata – but they continue to exert an unconscious pathological influence: neurotic symptoms or psychosomatic disorders after repression or flashbacks and intrusions in post-traumatic stress disorder after dissociation. Several experimental paradigms aim at investigating repression in healthy control subjects. We argue that these paradigms do not adequately operationalize the clinical process of repression, because they rely on an intentional inhibition of random stimuli (suppression. Furthermore, these paradigms ignore that memory distortions due to repression or dissociation are most accurately characterized by a lack of self-referential processing, resulting in an impaired integration of these contents into the self. This aspect of repression and dissociation cannot be captured by the concept of memory as a storage device which is usually employed in the cognitive neurosciences. It can only be assessed within the framework of a constructivist memory concept, according to which successful memory involves a reconstruction of experiences such that they fit into a representation of the self. We suggest several experimental paradigms that allow for the investigation of the neural correlates of repressed memories and trauma-induced memory distortions based on a constructivist memory concept.

  3. Close but no cigar: Spatial precision deficits following medial temporal lobe lesions provide novel insight into theoretical models of navigation and memory.

    Science.gov (United States)

    Kolarik, Branden S; Baer, Trevor; Shahlaie, Kiarash; Yonelinas, Andrew P; Ekstrom, Arne D

    2018-01-01

    Increasing evidence suggests that the human hippocampus contributes to a range of different behaviors, including episodic memory, language, short-term memory, and navigation. A novel theoretical framework, the Precision and Binding Model, accounts for these phenomenon by describing a role for the hippocampus in high-resolution, complex binding. Other theories like Cognitive Map Theory, in contrast, predict a specific role for the hippocampus in allocentric navigation, while Declarative Memory Theory predicts a specific role in delay-dependent conscious memory. Navigation provides a unique venue for testing these predictions, with past results from research with humans providing inconsistent findings regarding the role of the human hippocampus in spatial navigation. Here, we tested five patients with lesions primarily restricted to the hippocampus and those extending out into the surrounding medial temporal lobe cortex on a virtual water maze task. Consistent with the Precision and Binding Model, we found partially intact allocentric memory in all patients, with impairments in the spatial precision of their searches for a hidden target. We found similar impairments at both immediate and delayed testing. Our findings are consistent with the Precision and Binding Model of hippocampal function, arguing for its role across domains in high-resolution, complex binding. Remembering goal locations in one's environment is a critical skill for survival. How this information is represented in the brain is still not fully understood, but is believed to rely in some capacity on structures in the medial temporal lobe. Contradictory findings from studies of both humans and animals have been difficult to reconcile with regard to the role of the MTL, specifically the hippocampus. By assessing impairments observed during navigation to a goal in patients with medial temporal lobe damage we can better understand the role these structures play in such behavior. Utilizing virtual reality

  4. PIYAS-Proceeding to Intelligent Service Oriented Memory Allocation for Flash Based Data Centric Sensor Devices in Wireless Sensor Networks

    Directory of Open Access Journals (Sweden)

    Sanam Shahla Rizvi

    2009-12-01

    Full Text Available Flash memory has become a more widespread storage medium for modern wireless devices because of its effective characteristics like non-volatility, small size, light weight, fast access speed, shock resistance, high reliability and low power consumption. Sensor nodes are highly resource constrained in terms of limited processing speed, runtime memory, persistent storage, communication bandwidth and finite energy. Therefore, for wireless sensor networks supporting sense, store, merge and send schemes, an efficient and reliable file system is highly required with consideration of sensor node constraints. In this paper, we propose a novel log structured external NAND flash memory based file system, called Proceeding to Intelligent service oriented memorY Allocation for flash based data centric Sensor devices in wireless sensor networks (PIYAS. This is the extended version of our previously proposed PIYA [1]. The main goals of the PIYAS scheme are to achieve instant mounting and reduced SRAM space by keeping memory mapping information to a very low size of and to provide high query response throughput by allocation of memory to the sensor data by network business rules. The scheme intelligently samples and stores the raw data and provides high in-network data availability by keeping the aggregate data for a longer period of time than any other scheme has done before. We propose effective garbage collection and wear-leveling schemes as well. The experimental results show that PIYAS is an optimized memory management scheme allowing high performance for wireless sensor networks.

  5. PIYAS-proceeding to intelligent service oriented memory allocation for flash based data centric sensor devices in wireless sensor networks.

    Science.gov (United States)

    Rizvi, Sanam Shahla; Chung, Tae-Sun

    2010-01-01

    Flash memory has become a more widespread storage medium for modern wireless devices because of its effective characteristics like non-volatility, small size, light weight, fast access speed, shock resistance, high reliability and low power consumption. Sensor nodes are highly resource constrained in terms of limited processing speed, runtime memory, persistent storage, communication bandwidth and finite energy. Therefore, for wireless sensor networks supporting sense, store, merge and send schemes, an efficient and reliable file system is highly required with consideration of sensor node constraints. In this paper, we propose a novel log structured external NAND flash memory based file system, called Proceeding to Intelligent service oriented memorY Allocation for flash based data centric Sensor devices in wireless sensor networks (PIYAS). This is the extended version of our previously proposed PIYA [1]. The main goals of the PIYAS scheme are to achieve instant mounting and reduced SRAM space by keeping memory mapping information to a very low size of and to provide high query response throughput by allocation of memory to the sensor data by network business rules. The scheme intelligently samples and stores the raw data and provides high in-network data availability by keeping the aggregate data for a longer period of time than any other scheme has done before. We propose effective garbage collection and wear-leveling schemes as well. The experimental results show that PIYAS is an optimized memory management scheme allowing high performance for wireless sensor networks.

  6. Impact of Noise and Working Memory on Speech Processing in Adults with and without ADHD

    Science.gov (United States)

    Michalek, Anne M. P.

    2012-01-01

    Auditory processing of speech is influenced by internal (i.e., attention, working memory) and external factors (i.e., background noise, visual information). This study examined the interplay among these factors in individuals with and without ADHD. All participants completed a listening in noise task, two working memory capacity tasks, and two…

  7. Individual Differences Influencing Immediate Effects of Internal and External Focus Instructions on Children's Motor Performance.

    Science.gov (United States)

    van Abswoude, Femke; Nuijen, Nienke B; van der Kamp, John; Steenbergen, Bert

    2018-06-01

    A large pool of evidence supports the beneficial effect of an external focus of attention on motor skill performance in adults. In children, this effect has been studied less and results are inconclusive. Importantly, individual differences are often not taken into account. We investigated the role of working memory, conscious motor control, and task-specific focus preferences on performance with an internal and external focus of attention in children. Twenty-five children practiced a golf putting task in both an internal focus condition and external focus condition. Performance was defined as the average distance toward the hole in 3 blocks of 10 trials. Task-specific focus preference was determined by asking how much effort it took to apply the instruction in each condition. In addition, working memory capacity and conscious motor control were assessed. Children improved performance in both the internal focus condition and external focus condition (ŋ p 2  = .47), with no difference between conditions (ŋ p 2  = .01). Task-specific focus preference was the only factor moderately related to the difference between performance with an internal focus and performance with an external focus (r = .56), indicating better performance for the preferred instruction in Block 3. Children can benefit from instruction with both an internal and external focus of attention to improve short-term motor performance. Individual, task-specific focus preference influenced the effect of the instructions, with children performing better with their preferred focus. The results highlight that individual differences are a key factor in the effectiveness in children's motor performance. The precise mechanisms underpinning this effect warrant further research.

  8. Neural evidence for a distinction between short-term memory and the focus of attention

    OpenAIRE

    Lewis-Peacock, Jarrod A; Drysdale, Andrew T; Oberauer, Klaus; Postle, Bradley R

    2012-01-01

    It is widely assumed that the short-term retention of information is accomplished via maintenance of an active neural trace. However, we demonstrate that memory can be preserved across a brief delay despite the apparent loss of sustained representations. Delay-period activity may in fact reflect the focus of attention, rather than short-term memory. We unconfounded attention and memory by causing external and internal shifts of attention away from items that were being actively retained. Mult...

  9. The path to epigenetic treatment of memory disorders.

    Science.gov (United States)

    Mikaelsson, Mikael A; Miller, Courtney A

    2011-07-01

    A new line of neuroscience research suggests that epigenetics may be the site of nature and nurture integration by providing the environment with a mechanism to directly influence the read-out of our genome. Epigenetic mechanisms in the brain are a series of post-translational chromatin and DNA modifications driven by external input. Given the critical hub that epigenetics appears to be, neuroscientists have come to suspect its fundamental influence on how our minds change in response to our unique environment and, in turn, how these changes can then impact our future interactions with the environment. The field of learning and memory is becoming particularly interested in understanding the cognitive influence of epigenetics. With the majority of us working with an eye toward therapeutics, the question naturally arises: "Has neuroepigenetics gotten us closer to treating memory disorders and if so, where do we go from here?" This review will begin with a brief exploration of recent advances in our understanding of how epigenetic mechanisms contribute to learning and memory processes that are susceptible to failure. Next the implications for disorders of cognition, such as Alzheimer's disease, will be discussed. Finally, we will use parallels from the field of cancer to speculate on where we should consider heading from here in the pursuit of therapeutics. Published by Elsevier Inc.

  10. MOSFET analog memory circuit achieves long duration signal storage

    Science.gov (United States)

    1966-01-01

    Memory circuit maintains the signal voltage at the output of an analog signal amplifier when the input signal is interrupted or removed. The circuit uses MOSFET /Metal Oxide Semiconductor Field Effect Transistor/ devices as voltage-controlled switches, triggered by an external voltage-sensing device.

  11. SenseCam reminiscence and action recall in memory-unimpaired people.

    Science.gov (United States)

    Seamon, John G; Moskowitz, Tacie N; Swan, Ashley E; Zhong, Boyuan; Golembeski, Amy; Liong, Christopher; Narzikul, Alexa C; Sosan, Olumide A

    2014-01-01

    Case studies of memory-impaired individuals consistently show that reminiscing with SenseCam images enhances event recall. This exploratory study examined whether a similar benefit would occur for the consolidation of memories in memory-unimpaired people. We tested delayed recall for atypical actions observed on a lengthy walk. Participants used SenseCam, a diary, or no external memory aid while walking, followed by reminiscence with SenseCam images, diary entries, or no aid, either alone (self-reminiscence) or with the experimenter (social reminiscence). One week later, when tested without SenseCam images or diary entries, prior social reminiscence produced greater recall than self-reminiscence, but there were no differences between memory aid conditions for action free recall or action order recall. When methodological variables were controlled, there was no recall advantage for SenseCam reminiscence with memory-unimpaired participants. The case studies and present study differ in multiple ways, making direct comparisons problematic. SenseCam is a valuable aid to the memory impaired, but its mnemonic value for non-clinical populations remains to be determined.

  12. Multi-Voxel Decoding and the Topography of Maintained Information During Visual Working Memory.

    Science.gov (United States)

    Lee, Sue-Hyun; Baker, Chris I

    2016-01-01

    The ability to maintain representations in the absence of external sensory stimulation, such as in working memory, is critical for guiding human behavior. Human functional brain imaging studies suggest that visual working memory can recruit a network of brain regions from visual to parietal to prefrontal cortex. In this review, we focus on the maintenance of representations during visual working memory and discuss factors determining the topography of those representations. In particular, we review recent studies employing multi-voxel pattern analysis (MVPA) that demonstrate decoding of the maintained content in visual cortex, providing support for a "sensory recruitment" model of visual working memory. However, there is some evidence that maintained content can also be decoded in areas outside of visual cortex, including parietal and frontal cortex. We suggest that the ability to maintain representations during working memory is a general property of cortex, not restricted to specific areas, and argue that it is important to consider the nature of the information that must be maintained. Such information-content is critically determined by the task and the recruitment of specific regions during visual working memory will be both task- and stimulus-dependent. Thus, the common finding of maintained information in visual, but not parietal or prefrontal, cortex may be more of a reflection of the need to maintain specific types of visual information and not of a privileged role of visual cortex in maintenance.

  13. Multi-voxel decoding and the topography of maintained information during visual working memory

    Directory of Open Access Journals (Sweden)

    Sue-Hyun eLee

    2016-02-01

    Full Text Available The ability to maintain representations in the absence of external sensory stimulation, such as in working memory, is critical for guiding human behavior. Human functional brain imaging studies suggest that visual working memory can recruit a network of brain regions from visual to parietal to prefrontal cortex. In this review, we focus on the maintenance of representations during visual working memory and discuss factors determining the topography of those representations. In particular, we review recent studies employing multi-voxel pattern analysis that demonstrate decoding of the maintained content in visual cortex, providing support for a ‘sensory recruitment’ model of visual working memory. However, there is some evidence that maintained content can also be decoded in areas outside of visual cortex, including parietal and frontal cortex. We suggest that the ability to maintain representations during working memory is a general property of cortex, not restricted to specific areas, and argue that it is important to consider the nature of the information that must be maintained. Such information-content is critically determined by the task and the recruitment of specific regions during visual working memory will be both task- and stimulus-dependent. Thus, the common finding of maintained information in visual, but not parietal or prefrontal, cortex may be more of a reflection of the need to maintain specific types of visual information and not of a privileged role of visual cortex in maintenance.

  14. Multi-Voxel Decoding and the Topography of Maintained Information During Visual Working Memory

    Science.gov (United States)

    Lee, Sue-Hyun; Baker, Chris I.

    2016-01-01

    The ability to maintain representations in the absence of external sensory stimulation, such as in working memory, is critical for guiding human behavior. Human functional brain imaging studies suggest that visual working memory can recruit a network of brain regions from visual to parietal to prefrontal cortex. In this review, we focus on the maintenance of representations during visual working memory and discuss factors determining the topography of those representations. In particular, we review recent studies employing multi-voxel pattern analysis (MVPA) that demonstrate decoding of the maintained content in visual cortex, providing support for a “sensory recruitment” model of visual working memory. However, there is some evidence that maintained content can also be decoded in areas outside of visual cortex, including parietal and frontal cortex. We suggest that the ability to maintain representations during working memory is a general property of cortex, not restricted to specific areas, and argue that it is important to consider the nature of the information that must be maintained. Such information-content is critically determined by the task and the recruitment of specific regions during visual working memory will be both task- and stimulus-dependent. Thus, the common finding of maintained information in visual, but not parietal or prefrontal, cortex may be more of a reflection of the need to maintain specific types of visual information and not of a privileged role of visual cortex in maintenance. PMID:26912997

  15. Working memory predicts the rejection of false memories.

    Science.gov (United States)

    Leding, Juliana K

    2012-01-01

    The relationship between working memory capacity (WMC) and false memories in the memory conjunction paradigm was explored. Previous research using other paradigms has shown that individuals high in WMC are not as likely to experience false memories as low-WMC individuals, the explanation being that high-WMC individuals are better able to engage in source monitoring. In the memory conjunction paradigm participants are presented at study with parent words (e.g., eyeglasses, whiplash). At test, in addition to being presented with targets and foils, participants are presented with lures that are composed of previously studied features (e.g., eyelash). It was found that high-WMC individuals had lower levels of false recognition than low-WMC individuals. Furthermore, recall-to-reject responses were analysed (e.g., "I know I didn't see eyelash because I remember seeing eyeglasses") and it was found that high-WMC individuals were more likely to utilise this memory editing strategy, providing direct evidence that one reason that high-WMC individuals are not as prone to false memories is because they are better able to engage in source monitoring.

  16. Lack of color integration in visual short-term memory binding.

    Science.gov (United States)

    Parra, Mario A; Cubelli, Roberto; Della Sala, Sergio

    2011-10-01

    Bicolored objects are retained in visual short-term memory (VSTM) less efficiently than unicolored objects. This is unlike shape-color combinations, whose retention in VSTM does not differ from that observed for shapes only. It is debated whether this is due to a lack of color integration and whether this may reflect the function of separate memory mechanisms. Participants judged whether the colors of bicolored objects (each with an external and an internalcolor) were the same or different across two consecutive screens. Colors had to be remembered either individually or in combination. In Experiment 1, external colors in the combined colors condition were remembered better than the internal colors, and performance for both was worse than that in the individual colors condition. The lack of color integration observed in Experiment 1 was further supported by a reduced capacity of VSTM to retain color combinations, relative to individual colors (Experiment 2). An additional account was found in Experiment 3, which showed spared color-color binding in the presence of impaired shape-color binding in a brain-damaged patient, thus suggesting that these two memory mechanisms are different.

  17. Variable stiffness corrugated composite structure with shape memory polymer for morphing skin applications

    Science.gov (United States)

    Gong, Xiaobo; Liu, Liwu; Scarpa, Fabrizio; Leng, Jinsong; Liu, Yanju

    2017-03-01

    This work presents a variable stiffness corrugated structure based on a shape memory polymer (SMP) composite with corrugated laminates as reinforcement that shows smooth aerodynamic surface, extreme mechanical anisotropy and variable stiffness for potential morphing skin applications. The smart composite corrugated structure shows a low in-plane stiffness to minimize the actuation energy, but also possess high out-of-plane stiffness to transfer the aerodynamic pressure load. The skin provides an external smooth aerodynamic surface because of the one-sided filling with the SMP. Due to variable stiffness of the shape memory polymer the morphing skin exhibits a variable stiffness with a change of temperature, which can help the skin adjust its stiffness according different service environments and also lock the temporary shape without external force. Analytical models related to the transverse and bending stiffness are derived and validated using finite element techniques. The stiffness of the morphing skin is further investigated by performing a parametric analysis against the geometry of the corrugation and various sets of SMP fillers. The theoretical and numerical models show a good agreement and demonstrate the potential of this morphing skin concept for morphing aircraft applications. We also perform a feasibility study of the use of this morphing skin in a variable camber morphing wing baseline. The results show that the morphing skin concept exhibits sufficient bending stiffness to withstand the aerodynamic load at low speed (less than 0.3 Ma), while demonstrating a large transverse stiffness variation (up to 191 times) that helps to create a maximum mechanical efficiency of the structure under varying external conditions.

  18. Brain activation patterns during memory of cognitive agency.

    Science.gov (United States)

    Vinogradov, Sophia; Luks, Tracy L; Simpson, Gregory V; Schulman, Brian J; Glenn, Shenly; Wong, Amy E

    2006-06-01

    Agency is the awareness that one's own self is the agent or author of an action, a thought, or a feeling. The implicit memory that one's self was the originator of a cognitive event - the sense of cognitive agency - has not yet been fully explored in terms of relevant neural systems. In this functional magnetic resonance imaging (fMRI) study, we examined brain activation patterns differentiating memory for the source of previously self-generated vs. experimenter-presented word items from a sentence completion paradigm designed to be emotionally neutral and semantically constrained in content. Accurate memory for the source of self-generated vs. externally-presented word items resulted in activation of dorsal medial prefrontal cortex (mPFC) bilaterally, supporting an emerging body of work that indicates a key role for this region in self-referential processing. Our data extend the function of mPFC into the domain of memory and the accurate retrieval of the sense of cognitive agency under conditions where agency was encoded implicitly.

  19. A random utility model of delay discounting and its application to people with externalizing psychopathology.

    Science.gov (United States)

    Dai, Junyi; Gunn, Rachel L; Gerst, Kyle R; Busemeyer, Jerome R; Finn, Peter R

    2016-10-01

    Previous studies have demonstrated that working memory capacity plays a central role in delay discounting in people with externalizing psychopathology. These studies used a hyperbolic discounting model, and its single parameter-a measure of delay discounting-was estimated using the standard method of searching for indifference points between intertemporal options. However, there are several problems with this approach. First, the deterministic perspective on delay discounting underlying the indifference point method might be inappropriate. Second, the estimation procedure using the R2 measure often leads to poor model fit. Third, when parameters are estimated using indifference points only, much of the information collected in a delay discounting decision task is wasted. To overcome these problems, this article proposes a random utility model of delay discounting. The proposed model has 2 parameters, 1 for delay discounting and 1 for choice variability. It was fit to choice data obtained from a recently published data set using both maximum-likelihood and Bayesian parameter estimation. As in previous studies, the delay discounting parameter was significantly associated with both externalizing problems and working memory capacity. Furthermore, choice variability was also found to be significantly associated with both variables. This finding suggests that randomness in decisions may be a mechanism by which externalizing problems and low working memory capacity are associated with poor decision making. The random utility model thus has the advantage of disclosing the role of choice variability, which had been masked by the traditional deterministic model. (PsycINFO Database Record (c) 2016 APA, all rights reserved).

  20. Secure optionally passive RFID tag or sensor with external power source and data logging

    Science.gov (United States)

    Nekoogar, Faranak; Reynolds, Matthew; Lefton, Scott; Dowla, Farid; Twogood, Richard

    2016-05-31

    A secure optionally passive RFID tag or sensor system comprises a passive RFID tag having means for receiving radio signals from at least one base station and for transmitting radio signals to at least one base station, where the tag is capable of being powered exclusively by received radio energy, and an external power and data logging device having at least one battery and electronic circuitry including a digital memory configured for storing and recalling data. The external power and data logging device has a means for powering the tag, and also has a means.

  1. Maternal scaffolding in a disadvantaged global context: The influence of working memory and cognitive capacities.

    Science.gov (United States)

    Obradović, Jelena; Portilla, Ximena A; Tirado-Strayer, Nicole; Siyal, Saima; Rasheed, Muneera A; Yousafzai, Aisha K

    2017-03-01

    The current study focuses on maternal cognitive capacities as determinants of parenting in a highly disadvantaged global context, where children's experiences at home are often the 1st and only opportunity for learning and intellectual growth. In a large sample of 1,291 biological mothers of preschool-aged children in rural Pakistan, we examined the unique association of maternal working memory skills (independent of related cognitive capacities) with cognitively stimulating parenting behaviors. Path analysis revealed that directly assessed working memory, short-term memory, and verbal intelligence independently predicted greater levels of observed maternal scaffolding behaviors. Mothers from poorer families demonstrated lower levels of working memory, short-term memory, and verbal intelligence. However, mothers' participation in an early childhood parenting intervention that ended 2 years prior to this study contributed to greater levels of working memory skills and verbal intelligence. Further, all 3 domains of maternal cognitive capacity mediated the effect of family economic resources on maternal scaffolding, and verbal intelligence also mediated the effect of early parenting intervention exposure on maternal scaffolding. The study demonstrates the unique relevance of maternal working memory for scaffolding behaviors that required continuously monitoring the child's engagement, providing assistance, and minimizing external distractions. These results highlight the importance of directly targeting maternal cognitive capacities in poor women with little or no formal education, using a 2-generation intervention approach that includes activities known to promote parental executive functioning and literacy. (PsycINFO Database Record (c) 2017 APA, all rights reserved).

  2. Enhanced jump performance when providing augmented feedback compared to an external or internal focus of attention.

    Science.gov (United States)

    Keller, Martin; Lauber, Benedikt; Gottschalk, Marius; Taube, Wolfgang

    2015-01-01

    Factors such as an external focus of attention (EF) and augmented feedback (AF) have been shown to improve performance. However, the efficacy of providing AF to enhance motor performance has never been compared with the effects of an EF or an internal focus of attention (IF). Therefore, the aim of the present study was to identify which of the three conditions (AF, EF or IF) leads to the highest performance in a countermovement jump (CMJ). Nineteen volunteers performed 12 series of 8 maximum CMJs. Changes in jump height between conditions and within the series were analysed. Jump heights differed between conditions (P jump heights at the end of the series in AF (+1.60%) and lower jump heights at the end of the series in EF (-1.79%) and IF (-1.68%) were observed. Muscle activity did not differ between conditions. The differences between conditions and within the series provide evidence that AF leads to higher performance and better progression within one series than EF and IF. Consequently, AF seems to outperform EF and IF when maximising jump height.

  3. Accessing forgotten memory traces from long-term memory via visual movements

    Directory of Open Access Journals (Sweden)

    Estela eCamara

    2014-11-01

    Full Text Available Because memory retrieval often requires overt responses, it is difficult to determine to what extend forgetting occurs as a problem in explicit accessing of long-term memory traces. In this study, we used eye-tracking measures in combination with a behavioural task that favoured high forgetting rates to investigate the existence of memory traces from long-term memory in spite of failure in accessing them consciously. In 2 experiments, participants were encouraged to encode a large set of sound-picture-location associations. In a later test, sounds were presented and participants were instructed to visually scan, before a verbal memory report, for the correct location of the associated pictures in an empty screen. We found the reactivation of associated memories by sound cues at test biased oculomotor behaviour towards locations congruent with memory representations, even when participants failed to consciously provide a memory report of it. These findings reveal the emergence of a memory-guided behaviour that can be used to map internal representations of forgotten memories from long-term memory.

  4. Parental corporal punishment in relation to children's executive function and externalizing behavior problems in China.

    Science.gov (United States)

    Xing, Xiaopei; Wang, Meifang; Wang, Zhengyan

    2018-04-01

    The current study examined the relationship among paternal and maternal corporal punishment (CP), children's executive function (EF), and children's externalizing behavior problems. In total, 328 Chinese preschool-aged children and their parents and teachers participated. Paternal and maternal CP was assessed by father-reports and by mother-reports, respectively. Children's EF was assessed by the Executive Function Touch program. Children's externalizing behavior problems were assessed by mother-reports and by teacher-reports. The results of structural equation modeling generally supported working memory as a mediator linking paternal CP and children's externalizing behaviors and inhibitory control as a mediator linking maternal CP and children's externalizing behaviors. No differences by children's gender were found. The current findings highlight the importance of EF in behavioral outcomes of children who experience parental CP.

  5. ExternE transport methodology for external cost evaluation of air pollution

    DEFF Research Database (Denmark)

    Jensen, S. S.; Berkowicz, R.; Brandt, J.

    The report describes how the human exposure estimates based on NERI's human exposure modelling system (AirGIS) can improve the Danish data used for exposure factors in the ExternE Transport methodology. Initially, a brief description of the ExternE Tranport methodology is given and it is summarised...

  6. Reactivation in working memory: an attractor network model of free recall.

    Science.gov (United States)

    Lansner, Anders; Marklund, Petter; Sikström, Sverker; Nilsson, Lars-Göran

    2013-01-01

    The dynamic nature of human working memory, the general-purpose system for processing continuous input, while keeping no longer externally available information active in the background, is well captured in immediate free recall of supraspan word-lists. Free recall tasks produce several benchmark memory phenomena, like the U-shaped serial position curve, reflecting enhanced memory for early and late list items. To account for empirical data, including primacy and recency as well as contiguity effects, we propose here a neurobiologically based neural network model that unifies short- and long-term forms of memory and challenges both the standard view of working memory as persistent activity and dual-store accounts of free recall. Rapidly expressed and volatile synaptic plasticity, modulated intrinsic excitability, and spike-frequency adaptation are suggested as key cellular mechanisms underlying working memory encoding, reactivation and recall. Recent findings on the synaptic and molecular mechanisms behind early LTP and on spiking activity during delayed-match-to-sample tasks support this view.

  7. Reactivation in working memory: an attractor network model of free recall.

    Directory of Open Access Journals (Sweden)

    Anders Lansner

    Full Text Available The dynamic nature of human working memory, the general-purpose system for processing continuous input, while keeping no longer externally available information active in the background, is well captured in immediate free recall of supraspan word-lists. Free recall tasks produce several benchmark memory phenomena, like the U-shaped serial position curve, reflecting enhanced memory for early and late list items. To account for empirical data, including primacy and recency as well as contiguity effects, we propose here a neurobiologically based neural network model that unifies short- and long-term forms of memory and challenges both the standard view of working memory as persistent activity and dual-store accounts of free recall. Rapidly expressed and volatile synaptic plasticity, modulated intrinsic excitability, and spike-frequency adaptation are suggested as key cellular mechanisms underlying working memory encoding, reactivation and recall. Recent findings on the synaptic and molecular mechanisms behind early LTP and on spiking activity during delayed-match-to-sample tasks support this view.

  8. Reactivation in Working Memory: An Attractor Network Model of Free Recall

    Science.gov (United States)

    Lansner, Anders; Marklund, Petter; Sikström, Sverker; Nilsson, Lars-Göran

    2013-01-01

    The dynamic nature of human working memory, the general-purpose system for processing continuous input, while keeping no longer externally available information active in the background, is well captured in immediate free recall of supraspan word-lists. Free recall tasks produce several benchmark memory phenomena, like the U-shaped serial position curve, reflecting enhanced memory for early and late list items. To account for empirical data, including primacy and recency as well as contiguity effects, we propose here a neurobiologically based neural network model that unifies short- and long-term forms of memory and challenges both the standard view of working memory as persistent activity and dual-store accounts of free recall. Rapidly expressed and volatile synaptic plasticity, modulated intrinsic excitability, and spike-frequency adaptation are suggested as key cellular mechanisms underlying working memory encoding, reactivation and recall. Recent findings on the synaptic and molecular mechanisms behind early LTP and on spiking activity during delayed-match-to-sample tasks support this view. PMID:24023690

  9. Visual memory, the long and the short of it: A review of visual working memory and long-term memory.

    Science.gov (United States)

    Schurgin, Mark W

    2018-04-23

    The majority of research on visual memory has taken a compartmentalized approach, focusing exclusively on memory over shorter or longer durations, that is, visual working memory (VWM) or visual episodic long-term memory (VLTM), respectively. This tutorial provides a review spanning the two areas, with readers in mind who may only be familiar with one or the other. The review is divided into six sections. It starts by distinguishing VWM and VLTM from one another, in terms of how they are generally defined and their relative functions. This is followed by a review of the major theories and methods guiding VLTM and VWM research. The final section is devoted toward identifying points of overlap and distinction across the two literatures to provide a synthesis that will inform future research in both fields. By more intimately relating methods and theories from VWM and VLTM to one another, new advances can be made that may shed light on the kinds of representational content and structure supporting human visual memory.

  10. Forced to remember: when memory is biased by salient information.

    Science.gov (United States)

    Santangelo, Valerio

    2015-04-15

    The last decades have seen a rapid growing in the attempt to understand the key factors involved in the internal memory representation of the external world. Visual salience have been found to provide a major contribution in predicting the probability for an item/object embedded in a complex setting (i.e., a natural scene) to be encoded and then remembered later on. Here I review the existing literature highlighting the impact of perceptual- (based on low-level sensory features) and semantics-related salience (based on high-level knowledge) on short-term memory representation, along with the neural mechanisms underpinning the interplay between these factors. The available evidence reveal that both perceptual- and semantics-related factors affect attention selection mechanisms during the encoding of natural scenes. Biasing internal memory representation, both perceptual and semantics factors increase the probability to remember high- to the detriment of low-saliency items. The available evidence also highlight an interplay between these factors, with a reduced impact of perceptual-related salience in biasing memory representation as a function of the increasing availability of semantics-related salient information. The neural mechanisms underpinning this interplay involve the activation of different portions of the frontoparietal attention control network. Ventral regions support the assignment of selection/encoding priorities based on high-level semantics, while the involvement of dorsal regions reflects priorities assignment based on low-level sensory features. Copyright © 2015 Elsevier B.V. All rights reserved.

  11. Memory: sins and virtues

    OpenAIRE

    Schacter, Daniel L.

    2013-01-01

    Memory plays an important role in everyday life but does not provide an exact and unchanging record of experience: research has documented that memory is a constructive process that is subject to a variety of errors and distortions. Yet these memory “sins” also reflect the operation of adaptive aspects of memory. Memory can thus be characterized as an adaptive constructive process, which plays a functional role in cognition but produces distortions, errors, or illusions as a consequence of d...

  12. A chiral-based magnetic memory device without a permanent magnet.

    Science.gov (United States)

    Ben Dor, Oren; Yochelis, Shira; Mathew, Shinto P; Naaman, Ron; Paltiel, Yossi

    2013-01-01

    Several technologies are currently in use for computer memory devices. However, there is a need for a universal memory device that has high density, high speed and low power requirements. To this end, various types of magnetic-based technologies with a permanent magnet have been proposed. Recent charge-transfer studies indicate that chiral molecules act as an efficient spin filter. Here we utilize this effect to achieve a proof of concept for a new type of chiral-based magnetic-based Si-compatible universal memory device without a permanent magnet. More specifically, we use spin-selective charge transfer through a self-assembled monolayer of polyalanine to magnetize a Ni layer. This magnitude of magnetization corresponds to applying an external magnetic field of 0.4 T to the Ni layer. The readout is achieved using low currents. The presented technology has the potential to overcome the limitations of other magnetic-based memory technologies to allow fabricating inexpensive, high-density universal memory-on-chip devices.

  13. Prenatal complex rhythmic music sound stimulation facilitates postnatal spatial learning but transiently impairs memory in the domestic chick.

    Science.gov (United States)

    Kauser, H; Roy, S; Pal, A; Sreenivas, V; Mathur, R; Wadhwa, S; Jain, S

    2011-01-01

    Early experience has a profound influence on brain development, and the modulation of prenatal perceptual learning by external environmental stimuli has been shown in birds, rodents and mammals. In the present study, the effect of prenatal complex rhythmic music sound stimulation on postnatal spatial learning, memory and isolation stress was observed. Auditory stimulation with either music or species-specific sounds or no stimulation (control) was provided to separate sets of fertilized eggs from day 10 of incubation. Following hatching, the chicks at age 24, 72 and 120 h were tested on a T-maze for spatial learning and the memory of the learnt task was assessed 24 h after training. In the posthatch chicks at all ages, the plasma corticosterone levels were estimated following 10 min of isolation. The chicks of all ages in the three groups took less (p memory after 24 h of training, only the music-stimulated chicks at posthatch age 24 h took a significantly longer (p music sounds facilitates spatial learning, though the music stimulation transiently impairs postnatal memory. 2011 S. Karger AG, Basel.

  14. Memory vs memory-like: The different facets of CD8+ T-cell memory in HCV infection.

    Science.gov (United States)

    Hofmann, Maike; Wieland, Dominik; Pircher, Hanspeter; Thimme, Robert

    2018-05-01

    Memory CD8 + T cells are essential in orchestrating protection from re-infection. Hallmarks of virus-specific memory CD8 + T cells are the capacity to mount recall responses with rapid induction of effector cell function and antigen-independent survival. Growing evidence reveals that even chronic infection does not preclude virus-specific CD8 + T-cell memory formation. However, whether this kind of CD8 + T-cell memory that is established during chronic infection is indeed functional and provides protection from re-infection is still unclear. Human chronic hepatitis C virus infection represents a unique model system to study virus-specific CD8 + T-cell memory formation during and after cessation of persisting antigen stimulation. © 2018 John Wiley & Sons A/S. Published by John Wiley & Sons Ltd.

  15. Episodic Memories

    Science.gov (United States)

    Conway, Martin A.

    2009-01-01

    An account of episodic memories is developed that focuses on the types of knowledge they represent, their properties, and the functions they might serve. It is proposed that episodic memories consist of "episodic elements," summary records of experience often in the form of visual images, associated to a "conceptual frame" that provides a…

  16. Is a Responsive Default Mode Network Required for Successful Working Memory Task Performance?

    Science.gov (United States)

    Čeko, Marta; Gracely, John L.; Fitzcharles, Mary-Ann; Seminowicz, David A.; Schweinhardt, Petra

    2015-01-01

    In studies of cognitive processing using tasks with externally directed attention, regions showing increased (external-task-positive) and decreased or “negative” [default-mode network (DMN)] fMRI responses during task performance are dynamically responsive to increasing task difficulty. Responsiveness (modulation of fMRI signal by increasing load) has been linked directly to successful cognitive task performance in external-task-positive regions but not in DMN regions. To investigate whether a responsive DMN is required for successful cognitive performance, we compared healthy human subjects (n = 23) with individuals shown to have decreased DMN engagement (chronic pain patients, n = 28). Subjects performed a multilevel working-memory task (N-back) during fMRI. If a responsive DMN is required for successful performance, patients having reduced DMN responsiveness should show worsened performance; if performance is not reduced, their brains should show compensatory activation in external-task-positive regions or elsewhere. All subjects showed decreased accuracy and increased reaction times with increasing task level, with no significant group differences on either measure at any level. Patients had significantly reduced negative fMRI response (deactivation) of DMN regions (posterior cingulate/precuneus, medial prefrontal cortex). Controls showed expected modulation of DMN deactivation with increasing task difficulty. Patients showed significantly reduced modulation of DMN deactivation by task difficulty, despite their successful task performance. We found no evidence of compensatory neural recruitment in external-task-positive regions or elsewhere. Individual responsiveness of the external-task-positive ventrolateral prefrontal cortex, but not of DMN regions, correlated with task accuracy. These findings suggest that a responsive DMN may not be required for successful cognitive performance; a responsive external-task-positive network may be sufficient

  17. Induction of Associative Olfactory Memory by Targeted Activation of Single Olfactory Neurons in Drosophila Larvae

    OpenAIRE

    Honda, Takato; Lee, Chi-Yu; Yoshida-Kasikawa, Maki; Honjo, Ken; Furukubo-Tokunaga, Katsuo

    2014-01-01

    It has been postulated that associative memory is formed by at least two sets of external stimuli, CS and US, that are transmitted to the memory centers by distinctive conversing pathways. However, whether associative memory can be induced by the activation of only the olfactory CS and a biogenic amine-mediated US pathways remains to be elucidated. In this study, we substituted the reward signals with dTrpA1-mediated thermogenetic activation of octopaminergic neurons and the odor signals by C...

  18. Malignant external otitis: CT evaluation

    International Nuclear Information System (INIS)

    Curtin, H.D.; Wolfe, P.; May, M.

    1982-01-01

    Malignant external otitis is an aggressive infection caused by Pseudomonas aeruginosa that most often occurs in elderly diabetics. Malignant external otitis often spreads inferiorly from the external canal to involve the subtemporal area and progresses medially towards the petrous apex leading to multiple cranial nerve palsies. The computed tomographic (CT) findings in malignant external otitis include obliteration of the normal fat planes in the subtemporal area as well as patchy destruction of the bony cortex of the mastoid. The point of exit of the various cranial nerves can be identified on CT scans, and the extent of the inflammatory mass correlates well with the clinical findings. Four cases of malignant external otitis are presented. In each case CT provided a good demonstration of involvement of the soft tissues at the base of the skull

  19. Memory-induced resonancelike suppression of spike generation in a resonate-and-fire neuron model

    Science.gov (United States)

    Mankin, Romi; Paekivi, Sander

    2018-01-01

    The behavior of a stochastic resonate-and-fire neuron model based on a reduction of a fractional noise-driven generalized Langevin equation (GLE) with a power-law memory kernel is considered. The effect of temporally correlated random activity of synaptic inputs, which arise from other neurons forming local and distant networks, is modeled as an additive fractional Gaussian noise in the GLE. Using a first-passage-time formulation, in certain system parameter domains exact expressions for the output interspike interval (ISI) density and for the survival probability (the probability that a spike is not generated) are derived and their dependence on input parameters, especially on the memory exponent, is analyzed. In the case of external white noise, it is shown that at intermediate values of the memory exponent the survival probability is significantly enhanced in comparison with the cases of strong and weak memory, which causes a resonancelike suppression of the probability of spike generation as a function of the memory exponent. Moreover, an examination of the dependence of multimodality in the ISI distribution on input parameters shows that there exists a critical memory exponent αc≈0.402 , which marks a dynamical transition in the behavior of the system. That phenomenon is illustrated by a phase diagram describing the emergence of three qualitatively different structures of the ISI distribution. Similarities and differences between the behavior of the model at internal and external noises are also discussed.

  20. Do executive functions explain the covariance between internalizing and externalizing behaviors?

    Science.gov (United States)

    Hatoum, Alexander S; Rhee, Soo Hyun; Corley, Robin P; Hewitt, John K; Friedman, Naomi P

    2017-11-16

    This study examined whether executive functions (EFs) might be common features of internalizing and externalizing behavior problems across development. We examined relations between three EF latent variables (a common EF factor and factors specific to updating working memory and shifting sets), constructed from nine laboratory tasks administered at age 17, to latent growth intercept (capturing stability) and slope (capturing change) factors of teacher- and parent-reported internalizing and externalizing behaviors in 885 individual twins aged 7 to 16 years. We then estimated the proportion of intercept-intercept and slope-slope correlations predicted by EF as well as the association between EFs and a common psychopathology factor (P factor) estimated from all 9 years of internalizing and externalizing measures. Common EF was negatively associated with the intercepts of teacher-rated internalizing and externalizing behavior in males, and explained 32% of their covariance; in the P factor model, common EF was associated with the P factor in males. Shifting-specific was positively associated with the externalizing slope across sex. EFs did not explain covariation between parent-rated behaviors. These results suggest that EFs are associated with stable problem behavior variation, explain small proportions of covariance, and are a risk factor that that may depend on gender.

  1. Nano-memory-element applications of carbon nanocapsule encapsulating potassium ions: molecular dynamics study

    International Nuclear Information System (INIS)

    Kang, Jeong Won; Hwang, Ho Jung

    2004-01-01

    We investigated the internal dynamics of ionic fluidic shuttle memory elements consisting of potassium ions encapsulated in C 640 nanocapsules. The systems proposed were the encapsulated-ion shuttle memory devices such as (13 K + ) at C 640 , (3 K + -C 60 -2 K + ) at C 640 and (5 K + -C 60 ) at C 640 . The energetics and the operating responses of ionic fluidic shuttle memory devices, such as transitions between the two states of the C 640 capsule, were examined by using classical molecular dynamics simulations of the shuttle media in the C 640 capsule under external force fields. The operating force fields for stable operations of the shuttle memory device were investigated.

  2. Visual Memories Bypass Normalization.

    Science.gov (United States)

    Bloem, Ilona M; Watanabe, Yurika L; Kibbe, Melissa M; Ling, Sam

    2018-05-01

    How distinct are visual memory representations from visual perception? Although evidence suggests that briefly remembered stimuli are represented within early visual cortices, the degree to which these memory traces resemble true visual representations remains something of a mystery. Here, we tested whether both visual memory and perception succumb to a seemingly ubiquitous neural computation: normalization. Observers were asked to remember the contrast of visual stimuli, which were pitted against each other to promote normalization either in perception or in visual memory. Our results revealed robust normalization between visual representations in perception, yet no signature of normalization occurring between working memory stores-neither between representations in memory nor between memory representations and visual inputs. These results provide unique insight into the nature of visual memory representations, illustrating that visual memory representations follow a different set of computational rules, bypassing normalization, a canonical visual computation.

  3. Atomic crystals resistive switching memory

    International Nuclear Information System (INIS)

    Liu Chunsen; Zhang David Wei; Zhou Peng

    2017-01-01

    Facing the growing data storage and computing demands, a high accessing speed memory with low power and non-volatile character is urgently needed. Resistive access random memory with 4F 2 cell size, switching in sub-nanosecond, cycling endurances of over 10 12 cycles, and information retention exceeding 10 years, is considered as promising next-generation non-volatile memory. However, the energy per bit is still too high to compete against static random access memory and dynamic random access memory. The sneak leakage path and metal film sheet resistance issues hinder the further scaling down. The variation of resistance between different devices and even various cycles in the same device, hold resistive access random memory back from commercialization. The emerging of atomic crystals, possessing fine interface without dangling bonds in low dimension, can provide atomic level solutions for the obsessional issues. Moreover, the unique properties of atomic crystals also enable new type resistive switching memories, which provide a brand-new direction for the resistive access random memory. (topical reviews)

  4. Externalities of energy. Swedish implementation of the ExternE methodology

    International Nuclear Information System (INIS)

    Nilsson, Maans; Gullberg, M.

    1998-01-01

    The growing interest for developing economic instruments for efficient environmental policies has opened up a large area of multi-disciplinary research. ExternE is an example of this research, combining disciplines such as engineering, ecology, immunology and economics expertise to create new knowledge about how environmental pressures from energy production affect our nature and society. The ExternE Project aims to identify and, as far as possible quantify the externalities of energy production in Europe. The Stockholm Environment Institute has carried out a preliminary aggregation: -Coal Fuel Cycle: centred around Vaesteraas Kraftvaermeverk, Vaesteraas. This is the largest co-generation plant in Sweden, with four blocks and a maximum co-generation output of 520 MW electricity and 950 MW heat. The analysis is carried out on boiler B4. -Biomass Fuel Cycle: centred around Haendeloeverket, Norrkoeping. This plant predominately burns forestry residues, but a variety of fuels are combusted. Haendeloeverket has an installed capacity of 100 MW electricity and 375 MW heat, in a total of three boilers and two back-pressure turbines. The analysis is carried out on boiler P13. -Hydro Fuel Cycle: Klippens Kraftstation, Storuman. Built in 1990-1994, it is the youngest hydro power station in Sweden. It has been designed and built with significant efforts to account for and protect environmental values. Installed capacity is 28 MW. The environmental impact assessment from the construction of this plant is carried out, but the evaluation is still not finalized. The preliminary aggregation aimed to test whether ExternE results could be used to make estimates for the entire Swedish electricity production system. Hence, national results as well as results from other partner countries in ExternE has been applied

  5. Making Memories Matter

    OpenAIRE

    Gold, Paul E.; Korol, Donna L.

    2012-01-01

    This article reviews some of the neuroendocrine bases by which emotional events regulate brain mechanisms of learning and memory. In laboratory rodents, there is extensive evidence that epinephrine influences memory processing through an inverted-U relationship, at which moderate levels enhance and high levels impair memory. These effects are, in large part, mediated by increases in blood glucose levels subsequent to epinephrine release, which then provide support for the brain processes en...

  6. Gaze movements and spatial working memory in collision avoidance: a traffic intersection task

    Directory of Open Access Journals (Sweden)

    Gregor eHardiess

    2013-06-01

    Full Text Available Street crossing under traffic is an everyday activity including collision detection as well as avoidance of objects in the path of motion. Such tasks demand extraction and representation of spatio-temporal information about relevant obstacles in an optimized format. Relevant task information is extracted visually by the use of gaze movements and represented in spatial working memory. In a virtual reality traffic intersection task, subjects are confronted with a two-lane intersection where cars are appearing with different frequencies, corresponding to high and low traffic densities. Under free observation and exploration of the scenery (using unrestricted eye and head movements the overall task for the subjects was to predict the potential-of-collision (POC of the cars or to adjust an adequate driving speed in order to cross the intersection without collision (i.e., to find the free space for crossing. In a series of experiments, gaze movement parameters, task performance, and the representation of car positions within working memory at distinct time points were assessed in normal subjects as well as in neurological patients suffering from homonymous hemianopia. In the following, we review the findings of these experiments together with other studies and provide a new perspective of the role of gaze behavior and spatial memory in collision detection and avoidance, focusing on the following questions: (i which sensory variables can be identified supporting adequate collision detection? (ii How do gaze movements and working memory contribute to collision avoidance when multiple moving objects are present and (iii how do they correlate with task performance? (iv How do patients with homonymous visual field defects use gaze movements and working memory to compensate for visual field loss? In conclusion, we extend the theory of collision detection and avoidance in the case of multiple moving objects and provide a new perspective on the combined

  7. Shape memory polymers

    Energy Technology Data Exchange (ETDEWEB)

    Wilson, Thomas S.; Bearinger, Jane P.

    2017-08-29

    New shape memory polymer compositions, methods for synthesizing new shape memory polymers, and apparatus comprising an actuator and a shape memory polymer wherein the shape memory polymer comprises at least a portion of the actuator. A shape memory polymer comprising a polymer composition which physically forms a network structure wherein the polymer composition has shape-memory behavior and can be formed into a permanent primary shape, re-formed into a stable secondary shape, and controllably actuated to recover the permanent primary shape. Polymers have optimal aliphatic network structures due to minimization of dangling chains by using monomers that are symmetrical and that have matching amine and hydroxl groups providing polymers and polymer foams with clarity, tight (narrow temperature range) single transitions, and high shape recovery and recovery force that are especially useful for implanting in the human body.

  8. Shape memory polymers

    Science.gov (United States)

    Wilson, Thomas S.; Bearinger, Jane P.

    2015-06-09

    New shape memory polymer compositions, methods for synthesizing new shape memory polymers, and apparatus comprising an actuator and a shape memory polymer wherein the shape memory polymer comprises at least a portion of the actuator. A shape memory polymer comprising a polymer composition which physically forms a network structure wherein the polymer composition has shape-memory behavior and can be formed into a permanent primary shape, re-formed into a stable secondary shape, and controllably actuated to recover the permanent primary shape. Polymers have optimal aliphatic network structures due to minimization of dangling chains by using monomers that are symmetrical and that have matching amine and hydroxyl groups providing polymers and polymer foams with clarity, tight (narrow temperature range) single transitions, and high shape recovery and recovery force that are especially useful for implanting in the human body.

  9. Disruption of visual feature binding in working memory.

    Science.gov (United States)

    Ueno, Taiji; Allen, Richard J; Baddeley, Alan D; Hitch, Graham J; Saito, Satoru

    2011-01-01

    In a series of five experiments, we studied the effect of a visual suffix on the retention in short-term visual memory of both individual visual features and objects involving the binding of two features. Experiments 1A, 1B, and 2 involved suffixes consisting of features external to the to-be-remembered set and revealed a modest but equivalent disruption on individual and bound feature conditions. Experiments 3A and 3B involved suffixes comprising features that could potentially have formed part of the to-be-remembered set (but did not on that trial). Both experiments showed greater disruption of retention for objects comprising bound features than for their individual features. The results are interpreted as differentiating two components of suffix interference, one affecting memory for features and bindings equally, the other affecting memory for bindings. The general component is tentatively identified with the attentional cost of operating a filter to prevent the suffix from entering visual working memory, whereas the specific component is attributed to the particular fragility of bound representations when the filter fails.

  10. Graphene-ferroelectric metadevices for nonvolatile memory and reconfigurable logic-gate operations

    Science.gov (United States)

    Kim, Woo Young; Kim, Hyeon-Don; Kim, Teun-Teun; Park, Hyun-Sung; Lee, Kanghee; Choi, Hyun Joo; Lee, Seung Hoon; Son, Jaehyeon; Park, Namkyoo; Min, Bumki

    2016-01-01

    Memory metamaterials are artificial media that sustain transformed electromagnetic properties without persistent external stimuli. Previous memory metamaterials were realized with phase-change materials, such as vanadium dioxide or chalcogenide glasses, which exhibit memory behaviour with respect to electrically/optically induced thermal stimuli. However, they require a thermally isolated environment for longer retention or strong optical pump for phase-change. Here we demonstrate electrically programmable nonvolatile memory metadevices realised by the hybridization of graphene, a ferroelectric and meta-atoms/meta-molecules, and extend the concept further to establish reconfigurable logic-gate metadevices. For a memory metadevice having a single electrical input, amplitude, phase and even the polarization multi-states were clearly distinguishable with a retention time of over 10 years at room temperature. Furthermore, logic-gate functionalities were demonstrated with reconfigurable logic-gate metadevices having two electrical inputs, with each connected to separate ferroelectric layers that act as the multi-level controller for the doping level of the sandwiched graphene layer.

  11. External Monitoring and Dynamic Behavior in Mutual Funds

    Directory of Open Access Journals (Sweden)

    Jian Wang

    2016-01-01

    Full Text Available This paper studies the impact of external monitoring on the behavior in mutual funds. Specifically, we investigate how and why external monitoring can alleviate contracting inefficiency caused by information asymmetry between investors and the manager. It is shown that efficiency loss emerges when investors contract with the manager just relying on her investment return history. The establishment of external monitoring that provides investors more information about the manager’s ability can improve contracting efficiency, which converges to first-best as external monitoring strengthens. These results provide strong support for tightening supervision in mutual fund industry.

  12. Concurrent performance of two memory tasks: evidence for domain-specific working memory systems.

    Science.gov (United States)

    Cocchini, Gianna; Logie, Robert H; Della Sala, Sergio; MacPherson, Sarah E; Baddeley, Alan D

    2002-10-01

    Previous studies of dual-task coordination in working memory have shown a lack of dual-task interference when a verbal memory task is combined with concurrent perceptuomotor tracking. Two experiments are reported in which participants were required to perform pairwise combinations of (1) a verbal memory task, a visual memory task, and perceptuomotor tracking (Experiment 1), and (2) pairwise combinations of the two memory tasks and articulatory suppression (Experiment 2). Tracking resulted in no disruption of the verbal memory preload over and above the impact of a delay in recall and showed only minimal disruption of the retention of the visual memory load. Performing an ongoing verbal memory task had virtually no impact on retention of a visual memory preload or vice versa, indicating that performing two demanding memory tasks results in little mutual interference. Experiment 2 also showed minimal disruption when the two memory tasks were combined, although verbal memory (but not visual memory) was clearly disrupted by articulatory suppression interpolated between presentation and recall. These data suggest that a multiple-component working memory model provides a better account for performance in concurrent immediate memory tasks than do theories that assume a single processing and storage system or a limited-capacity attentional system coupled with activated memory traces.

  13. Transcranial magnetic stimulation of visual cortex in memory: cortical state, interference and reactivation of visual content in memory.

    Science.gov (United States)

    van de Ven, Vincent; Sack, Alexander T

    2013-01-01

    Memory for perceptual events includes the neural representation of the sensory information at short or longer time scales. Recent transcranial magnetic stimulation (TMS) studies of human visual cortex provided evidence that sensory cortex contributes to memory functions. In this review, we provide an exhaustive overview of these studies and ascertain how well the available evidence supports the idea of a causal role of sensory cortex in memory retention and retrieval. We discuss the validity and implications of the studies using a number of methodological and theoretical criteria that are relevant for brain stimulation of visual cortex. While most studies applied TMS to visual cortex to interfere with memory functions, a handful of pioneering studies used TMS to 'reactivate' memories in visual cortex. Interestingly, similar effects of TMS on memory were found in different memory tasks, which suggests that different memory systems share a neural mechanism of memory in visual cortex. At the same time, this neural mechanism likely interacts with higher order brain areas. Based on this overview and evaluation, we provide a first attempt to an integrative framework that describes how sensory processes contribute to memory in visual cortex, and how higher order areas contribute to this mechanism. Copyright © 2012 Elsevier B.V. All rights reserved.

  14. A Pilot Memory Café for People with Learning Disabilities and Memory Difficulties

    Science.gov (United States)

    Kiddle, Hannah; Drew, Neil; Crabbe, Paul; Wigmore, Jonathan

    2016-01-01

    Memory cafés have been found to normalise experiences of dementia and provide access to an accepting social network. People with learning disabilities are at increased risk of developing dementia, but the possible benefits of attending a memory café are not known. This study evaluates a 12-week pilot memory café for people with learning…

  15. Near-memory data reorganization engine

    Science.gov (United States)

    Gokhale, Maya; Lloyd, G. Scott

    2018-05-08

    A memory subsystem package is provided that has processing logic for data reorganization within the memory subsystem package. The processing logic is adapted to reorganize data stored within the memory subsystem package. In some embodiments, the memory subsystem package includes memory units, a memory interconnect, and a data reorganization engine ("DRE"). The data reorganization engine includes a stream interconnect and DRE units including a control processor and a load-store unit. The control processor is adapted to execute instructions to control a data reorganization. The load-store unit is adapted to process data move commands received from the control processor via the stream interconnect for loading data from a load memory address of a memory unit and storing data to a store memory address of a memory unit.

  16. Olfactory Memory

    Science.gov (United States)

    Eichenbaum, Howard; Robitsek, R. Jonathan

    2009-01-01

    Odor-recognition memory in rodents may provide a valuable model of cognitive aging. In a recent study we used signal detection analyses to distinguish odor recognition based on recollection versus that based on familiarity. Aged rats were selectively impaired in recollection, with relative sparing of familiarity, and the deficits in recollection were correlated with spatial memory impairments. These results complement electro-physiological findings indicating age-associated deficits in the ability of hippocampal neurons to differentiate contextual information, and this information-processing impairment may underlie the common age-associated decline in olfactory and spatial memory. PMID:19686208

  17. Environmental external effects from wind power based on the EU ExternE methodology

    DEFF Research Database (Denmark)

    Ibsen, Liselotte Schleisner; Nielsen, Per Sieverts

    1998-01-01

    of the Danish part of the project is to implement the framework for externality evaluation, for three different power plants located in Denmark. The paper will focus on the assessment of the impacts of the whole fuel cycles for wind, natural gas and biogas. Priority areas for environmental impact assessment......The European Commission has launched a major study project, ExternE, to develop a methodology to quantify externalities. A “National Implementation Phase”, was started under the Joule II programme with the purpose of implementing the ExternE methodology in all member states. The main objective...

  18. ExternE National Implementation Finland

    Energy Technology Data Exchange (ETDEWEB)

    Pingoud, K; Maelkki, H; Wihersaari, M; Pirilae, P [VTT Energy, Espoo (Finland); Hongisto, M [Imatran Voima Oy, Vantaa (Finland); Siitonen, S [Ekono Energy Ltd, Espoo (Finland); Johansson, M [Finnish Environment Institute, Helsinki (Finland)

    1999-07-01

    ExternE National Implementation is a continuation of the ExternE Project, funded in part by the European Commission's Joule III Programme. This study is the result of the ExternE National Implementation Project for Finland. Three fuel cycles were selected for the Finnish study: coal, peat and wood-derived biomass, which together are responsible for about 40% of total electricity generation in Finland and about 75% of the non-nuclear fuel based generation. The estimated external costs or damages were dominated by the global warming (GW) impacts in the coal and peat fuel cycles, but knowledge of the true GW impacts is still uncertain. From among other impacts that were valued in monetary terms the human health damages due to airborne emissions dominated in all the three fuel cycles. Monetary valuation for ecosystem impacts is not possible using the ExternE methodology at present. The Meri-Pori power station representing the coal fuel cycle is one of the world's cleanest and most efficient coal-fired power plants with a condensing turbine. The coal is imported mainly from Poland. The estimated health damages were about 4 mECU/kWh, crop damages an order of magnitude lower and damages caused to building materials two orders of magnitude lower. The power stations of the peat and biomass fuel cycles are of CHP type, generating electricity and heat for the district heating systems of two cities. Their fuels are of domestic origin. The estimated health damages allocated to electricity generation were about 5 and 6 mECU/kWh, respectively. The estimates were case-specific and thus an generalisation of the results to the whole electricity generation in Finland is unrealistic. Despite the uncertainties and limitations of the methodology, it is a promising tool in the comparison of similar kinds of fuel cycles, new power plants and pollution abatement technologies and different plant locations with each other. (orig.)

  19. ExternE National Implementation Finland

    Energy Technology Data Exchange (ETDEWEB)

    Pingoud, K.; Maelkki, H.; Wihersaari, M.; Pirilae, P. [VTT Energy, Espoo (Finland); Hongisto, M. [Imatran Voima Oy, Vantaa (Finland); Siitonen, S. [Ekono Energy Ltd, Espoo (Finland); Johansson, M. [Finnish Environment Institute, Helsinki (Finland)

    1999-07-01

    ExternE National Implementation is a continuation of the ExternE Project, funded in part by the European Commission's Joule III Programme. This study is the result of the ExternE National Implementation Project for Finland. Three fuel cycles were selected for the Finnish study: coal, peat and wood-derived biomass, which together are responsible for about 40% of total electricity generation in Finland and about 75% of the non-nuclear fuel based generation. The estimated external costs or damages were dominated by the global warming (GW) impacts in the coal and peat fuel cycles, but knowledge of the true GW impacts is still uncertain. From among other impacts that were valued in monetary terms the human health damages due to airborne emissions dominated in all the three fuel cycles. Monetary valuation for ecosystem impacts is not possible using the ExternE methodology at present. The Meri-Pori power station representing the coal fuel cycle is one of the world's cleanest and most efficient coal-fired power plants with a condensing turbine. The coal is imported mainly from Poland. The estimated health damages were about 4 mECU/kWh, crop damages an order of magnitude lower and damages caused to building materials two orders of magnitude lower. The power stations of the peat and biomass fuel cycles are of CHP type, generating electricity and heat for the district heating systems of two cities. Their fuels are of domestic origin. The estimated health damages allocated to electricity generation were about 5 and 6 mECU/kWh, respectively. The estimates were case-specific and thus an generalisation of the results to the whole electricity generation in Finland is unrealistic. Despite the uncertainties and limitations of the methodology, it is a promising tool in the comparison of similar kinds of fuel cycles, new power plants and pollution abatement technologies and different plant locations with each other. (orig.)

  20. ExternE National Implementation Finland

    International Nuclear Information System (INIS)

    Pingoud, K.; Maelkki, H.; Wihersaari, M.; Pirilae, P.; Hongisto, M.; Siitonen, S.; Johansson, M.

    1999-01-01

    ExternE National Implementation is a continuation of the ExternE Project, funded in part by the European Commission's Joule III Programme. This study is the result of the ExternE National Implementation Project for Finland. Three fuel cycles were selected for the Finnish study: coal, peat and wood-derived biomass, which together are responsible for about 40% of total electricity generation in Finland and about 75% of the non-nuclear fuel based generation. The estimated external costs or damages were dominated by the global warming (GW) impacts in the coal and peat fuel cycles, but knowledge of the true GW impacts is still uncertain. From among other impacts that were valued in monetary terms the human health damages due to airborne emissions dominated in all the three fuel cycles. Monetary valuation for ecosystem impacts is not possible using the ExternE methodology at present. The Meri-Pori power station representing the coal fuel cycle is one of the world's cleanest and most efficient coal-fired power plants with a condensing turbine. The coal is imported mainly from Poland. The estimated health damages were about 4 mECU/kWh, crop damages an order of magnitude lower and damages caused to building materials two orders of magnitude lower. The power stations of the peat and biomass fuel cycles are of CHP type, generating electricity and heat for the district heating systems of two cities. Their fuels are of domestic origin. The estimated health damages allocated to electricity generation were about 5 and 6 mECU/kWh, respectively. The estimates were case-specific and thus an generalisation of the results to the whole electricity generation in Finland is unrealistic. Despite the uncertainties and limitations of the methodology, it is a promising tool in the comparison of similar kinds of fuel cycles, new power plants and pollution abatement technologies and different plant locations with each other. (orig.)

  1. Memory for speech and speech for memory.

    Science.gov (United States)

    Locke, J L; Kutz, K J

    1975-03-01

    Thirty kindergarteners, 15 who substituted /w/ for /r/ and 15 with correct articulation, received two perception tests and a memory test that included /w/ and /r/ in minimally contrastive syllables. Although both groups had nearly perfect perception of the experimenter's productions of /w/ and /r/, misarticulating subjects perceived their own tape-recorded w/r productions as /w/. In the memory task these same misarticulating subjects committed significantly more /w/-/r/ confusions in unspoken recall. The discussion considers why people subvocally rehearse; a developmental period in which children do not rehearse; ways subvocalization may aid recall, including motor and acoustic encoding; an echoic store that provides additional recall support if subjects rehearse vocally, and perception of self- and other- produced phonemes by misarticulating children-including its relevance to a motor theory of perception. Evidence is presented that speech for memory can be sufficiently impaired to cause memory disorder. Conceptions that restrict speech disorder to an impairment of communication are challenged.

  2. Nano-Ionic Solid State Resistive Memories (Re-RAM): A Review.

    Science.gov (United States)

    Sahoo, Satyajeet; Prabaharan, S R S

    2017-01-01

    Nano-ionic devices based on modest to fast ion conductors as active materials intrigued a revolution in the field of nano solid state resistive memories (the so-called Re-RAM) ever since HP labs unveiled the first solid state memristor device based on titanium dioxide (TiO2). This has brought impetus to the practical implementation of fourth missing element called “Memristor” correlating charge (q) and flux (φ) based on the conceptual thought by Chua in 1971 completing a missing gap between the passive electronic components (R, C and L). It depicts various functional features as memory element in terms of ionic charge transport in solid state by virtue of external electric flux variations. Consequently, a new avenue has been found by manipulating the ionic charge carriers creating a fast switching resistive random access memory (Re-RAM) or the so-called Memristors. The recent research has led to low power, faster switching speed, high endurance and high retention time devices that can be scaled down the order of few nanometers dimension and the 3D stacking is employed that significantly reduces the die area. This review is organized to provide the progress hitherto accomplished in the materials arena to make memristor devices with respect to current research attempts, different stack structures of ReRAM cells using various materials as well as the application of memristive system. Different synthesis approaches to make nano-ionic conducting metal oxides, the fabrication methods for ReRAM cells and its memory performance are reviewed comprehensively.

  3. Modulation of network excitability by persistent activity: how working memory affects the response to incoming stimuli.

    Directory of Open Access Journals (Sweden)

    Elisa M Tartaglia

    2015-02-01

    Full Text Available Persistent activity and match effects are widely regarded as neuronal correlates of short-term storage and manipulation of information, with the first serving active maintenance and the latter supporting the comparison between memory contents and incoming sensory information. The mechanistic and functional relationship between these two basic neurophysiological signatures of working memory remains elusive. We propose that match signals are generated as a result of transient changes in local network excitability brought about by persistent activity. Neurons more active will be more excitable, and thus more responsive to external inputs. Accordingly, network responses are jointly determined by the incoming stimulus and the ongoing pattern of persistent activity. Using a spiking model network, we show that this mechanism is able to reproduce most of the experimental phenomenology of match effects as exposed by single-cell recordings during delayed-response tasks. The model provides a unified, parsimonious mechanistic account of the main neuronal correlates of working memory, makes several experimentally testable predictions, and demonstrates a new functional role for persistent activity.

  4. Memory systems, computation, and the second law of thermodynamics

    International Nuclear Information System (INIS)

    Wolpert, D.H.

    1992-01-01

    A memory is a physical system for transferring information form one moment in time to another, where that information concerns something external to the system itself. This paper argues on information-theoretic and statistical mechanical grounds that useful memories must be of one of two types, exemplified by memory in abstract computer programs and by memory in photographs. Photograph-type memories work by exploring a collapse of state space flow to an attractor state. (This attractor state is the open-quotes initializedclose quotes state of the memory.) The central assumption of the theory of reversible computation tells us that in any such collapsing, regardless of whether the collapsing must increase in entropy of the system. In concert with the second law, this establishes the logical necessity of the empirical observation that photograph-type memories are temporally asymmetric (they can tell us about the past but not about the future). Under the assumption that human memory is a photograph-type memory, this result also explains why we humans can remember only our past and not our future. In contrast to photo-graph-type memories, computer-type memories do not require any initialization, and therefore are not directly affected by the second law. As a result, computer memories can be of the future as easily as of the past, even if the program running on the computer is logically irreversible. This is entirely in accord with the well-known temporal reversibility of the process of computation. This paper ends by arguing that the asymmetry of the psychological arrow of time is a direct consequence of the asymmetry of human memory. With the rest of this paper, this explains, explicitly and rigorously, why the psychological and thermodynamic arrows of time are correlated with one another. 24 refs

  5. Regional Externalities

    NARCIS (Netherlands)

    Heijman, W.J.M.

    2007-01-01

    The book offers practical and theoretical insights in regional externalities. Regional externalities are a specific subset of externalities that can be defined as externalities where space plays a dominant role. This class of externalities can be divided into three categories: (1) externalities

  6. Recent life stress exposure is associated with poorer long-term memory, working memory, and self-reported memory.

    Science.gov (United States)

    Shields, Grant S; Doty, Dominique; Shields, Rebecca H; Gower, Garrett; Slavich, George M; Yonelinas, Andrew P

    2017-11-01

    Although substantial research has examined the effects of stress on cognition, much of this research has focused on acute stress (e.g. manipulated in the laboratory) or chronic stress (e.g. persistent interpersonal or financial difficulties). In contrast, the effects of recent life stress on cognition have been relatively understudied. To address this issue, we examined how recent life stress is associated with long-term, working memory, and self-reported memory in a sample of 142 healthy young adults who were assessed at two time points over a two-week period. Recent life stress was measured using the newly-developed Stress and Adversity Inventory for Daily Stress (Daily STRAIN), which assesses the frequency of relatively common stressful life events and difficulties over the preceding two weeks. To assess memory performance, participants completed both long-term and working memory tasks. Participants also provided self-reports of memory problems. As hypothesized, greater recent life stress exposure was associated with worse performance on measures of long-term and working memory, as well as more self-reported memory problems. These associations were largely robust while controlling for possible confounds, including participants' age, sex, and negative affect. The findings indicate that recent life stress exposure is broadly associated with worse memory. Future studies should thus consider assessing recent life stress as a potential predictor, moderator, or covariate of memory performance.

  7. Addiction memory as a specific, individually learned memory imprint.

    Science.gov (United States)

    Böning, J

    2009-05-01

    The construct of "addiction memory" (AM) and its importance for relapse occurrence has been the subject of discussion for the past 30 years. Neurobiological findings from "social neuroscience" and biopsychological learning theory, in conjunction with construct-valid behavioral pharmacological animal models, can now also provide general confirmation of addiction memory as a pathomorphological correlate of addiction disorders. Under multifactorial influences, experience-driven neuronal learning and memory processes of emotional and cognitive processing patterns in the specific individual "set" and "setting" play an especially pivotal role in this connection. From a neuropsychological perspective, the episodic (biographical) memory, located at the highest hierarchical level, is of central importance for the formation of the AM in certain structural and functional areas of the brain and neuronal networks. Within this context, neuronal learning and conditioning processes take place more or less unconsciously and automatically in the preceding long-term-memory systems (in particular priming and perceptual memory). They then regulate the individually programmed addiction behavior implicitly and thus subsequently stand for facilitated recollection of corresponding, previously stored cues or context situations. This explains why it is so difficult to treat an addiction memory, which is embedded above all in the episodic memory, from the molecular carrier level via the neuronal pattern level through to the psychological meaning level, and has thus meanwhile become a component of personality.

  8. The influence of Markov decision process structure on the possible strategic use of working memory and episodic memory.

    Science.gov (United States)

    Zilli, Eric A; Hasselmo, Michael E

    2008-07-23

    Researchers use a variety of behavioral tasks to analyze the effect of biological manipulations on memory function. This research will benefit from a systematic mathematical method for analyzing memory demands in behavioral tasks. In the framework of reinforcement learning theory, these tasks can be mathematically described as partially-observable Markov decision processes. While a wealth of evidence collected over the past 15 years relates the basal ganglia to the reinforcement learning framework, only recently has much attention been paid to including psychological concepts such as working memory or episodic memory in these models. This paper presents an analysis that provides a quantitative description of memory states sufficient for correct choices at specific decision points. Using information from the mathematical structure of the task descriptions, we derive measures that indicate whether working memory (for one or more cues) or episodic memory can provide strategically useful information to an agent. In particular, the analysis determines which observed states must be maintained in or retrieved from memory to perform these specific tasks. We demonstrate the analysis on three simplified tasks as well as eight more complex memory tasks drawn from the animal and human literature (two alternation tasks, two sequence disambiguation tasks, two non-matching tasks, the 2-back task, and the 1-2-AX task). The results of these analyses agree with results from quantitative simulations of the task reported in previous publications and provide simple indications of the memory demands of the tasks which can require far less computation than a full simulation of the task. This may provide a basis for a quantitative behavioral stoichiometry of memory tasks.

  9. The influence of Markov decision process structure on the possible strategic use of working memory and episodic memory.

    Directory of Open Access Journals (Sweden)

    Eric A Zilli

    2008-07-01

    Full Text Available Researchers use a variety of behavioral tasks to analyze the effect of biological manipulations on memory function. This research will benefit from a systematic mathematical method for analyzing memory demands in behavioral tasks. In the framework of reinforcement learning theory, these tasks can be mathematically described as partially-observable Markov decision processes. While a wealth of evidence collected over the past 15 years relates the basal ganglia to the reinforcement learning framework, only recently has much attention been paid to including psychological concepts such as working memory or episodic memory in these models. This paper presents an analysis that provides a quantitative description of memory states sufficient for correct choices at specific decision points. Using information from the mathematical structure of the task descriptions, we derive measures that indicate whether working memory (for one or more cues or episodic memory can provide strategically useful information to an agent. In particular, the analysis determines which observed states must be maintained in or retrieved from memory to perform these specific tasks. We demonstrate the analysis on three simplified tasks as well as eight more complex memory tasks drawn from the animal and human literature (two alternation tasks, two sequence disambiguation tasks, two non-matching tasks, the 2-back task, and the 1-2-AX task. The results of these analyses agree with results from quantitative simulations of the task reported in previous publications and provide simple indications of the memory demands of the tasks which can require far less computation than a full simulation of the task. This may provide a basis for a quantitative behavioral stoichiometry of memory tasks.

  10. Experimental Effects of Acute Exercise on Prospective Memory and False Memory.

    Science.gov (United States)

    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.

  11. Is a Responsive Default Mode Network Required for Successful Working Memory Task Performance?

    Science.gov (United States)

    Čeko, Marta; Gracely, John L; Fitzcharles, Mary-Ann; Seminowicz, David A; Schweinhardt, Petra; Bushnell, M Catherine

    2015-08-19

    In studies of cognitive processing using tasks with externally directed attention, regions showing increased (external-task-positive) and decreased or "negative" [default-mode network (DMN)] fMRI responses during task performance are dynamically responsive to increasing task difficulty. Responsiveness (modulation of fMRI signal by increasing load) has been linked directly to successful cognitive task performance in external-task-positive regions but not in DMN regions. To investigate whether a responsive DMN is required for successful cognitive performance, we compared healthy human subjects (n = 23) with individuals shown to have decreased DMN engagement (chronic pain patients, n = 28). Subjects performed a multilevel working-memory task (N-back) during fMRI. If a responsive DMN is required for successful performance, patients having reduced DMN responsiveness should show worsened performance; if performance is not reduced, their brains should show compensatory activation in external-task-positive regions or elsewhere. All subjects showed decreased accuracy and increased reaction times with increasing task level, with no significant group differences on either measure at any level. Patients had significantly reduced negative fMRI response (deactivation) of DMN regions (posterior cingulate/precuneus, medial prefrontal cortex). Controls showed expected modulation of DMN deactivation with increasing task difficulty. Patients showed significantly reduced modulation of DMN deactivation by task difficulty, despite their successful task performance. We found no evidence of compensatory neural recruitment in external-task-positive regions or elsewhere. Individual responsiveness of the external-task-positive ventrolateral prefrontal cortex, but not of DMN regions, correlated with task accuracy. These findings suggest that a responsive DMN may not be required for successful cognitive performance; a responsive external-task-positive network may be sufficient. We studied the

  12. Externalities - an analysis using the EU ExternE-results

    International Nuclear Information System (INIS)

    2003-10-01

    The EU project ExternE quantified the externalities for the different energy technologies. In this work, the ExternE results are used in a MARKAL-analysis for the Nordic countries. The analysis does not go into detail, but gives some interesting indications: The external costs are not fully covered in the Nordic energy systems, the present taxes and charges are not high enough. The emissions from the energy systems would be strongly reduced, if taxes/environmental charges were set at the level ExternE calculate. The emissions from power production would be reduced most. Renewable energy sources and natural gas dominate the energy systems in the ExternE case

  13. Does overgeneral autobiographical memory result from poor memory for task instructions?

    Science.gov (United States)

    Yanes, Paula K; Roberts, John E; Carlos, Erica L

    2008-10-01

    Considerable previous research has shown that retrieval of overgeneral autobiographical memories (OGM) is elevated among individuals suffering from various emotional disorders and those with a history of trauma. Although previous theories suggest that OGM serves the function of regulating acute negative affect, it is also possible that OGM results from difficulties in keeping the instruction set for the Autobiographical Memory Test (AMT) in working memory, or what has been coined "secondary goal neglect" (Dalgleish, 2004). The present study tested whether OGM is associated with poor memory for the task's instruction set, and whether an instruction set reminder would improve memory specificity over repeated trials. Multilevel modelling data-analytic techniques demonstrated a significant relationship between poor recall of instruction set and probability of retrieving OGMs. Providing an instruction set reminder for the AMT relative to a control task's instruction set improved memory specificity immediately afterward.

  14. Attention to memory: orienting attention to sound object representations.

    Science.gov (United States)

    Backer, Kristina C; Alain, Claude

    2014-01-01

    Despite a growing acceptance that attention and memory interact, and that attention can be focused on an active internal mental representation (i.e., reflective attention), there has been a paucity of work focusing on reflective attention to 'sound objects' (i.e., mental representations of actual sound sources in the environment). Further research on the dynamic interactions between auditory attention and memory, as well as its degree of neuroplasticity, is important for understanding how sound objects are represented, maintained, and accessed in the brain. This knowledge can then guide the development of training programs to help individuals with attention and memory problems. This review article focuses on attention to memory with an emphasis on behavioral and neuroimaging studies that have begun to explore the mechanisms that mediate reflective attentional orienting in vision and more recently, in audition. Reflective attention refers to situations in which attention is oriented toward internal representations rather than focused on external stimuli. We propose four general principles underlying attention to short-term memory. Furthermore, we suggest that mechanisms involved in orienting attention to visual object representations may also apply for orienting attention to sound object representations.

  15. Cooperation in memory-based prisoner's dilemma game on interdependent networks

    Science.gov (United States)

    Luo, Chao; Zhang, Xiaolin; Liu, Hong; Shao, Rui

    2016-05-01

    Memory or so-called experience normally plays the important role to guide the human behaviors in real world, that is essential for rational decisions made by individuals. Hence, when the evolutionary behaviors of players with bounded rationality are investigated, it is reasonable to make an assumption that players in system are with limited memory. Besides, in order to unravel the intricate variability of complex systems in real world and make a highly integrative understanding of their dynamics, in recent years, interdependent networks as a comprehensive network structure have obtained more attention in this community. In this article, the evolution of cooperation in memory-based prisoner's dilemma game (PDG) on interdependent networks composed by two coupled square lattices is studied. Herein, all or part of players are endowed with finite memory ability, and we focus on the mutual influence of memory effect and interdependent network reciprocity on cooperation of spatial PDG. We show that the density of cooperation can be significantly promoted within an optimal region of memory length and interdependent strength. Furthermore, distinguished by whether having memory ability/external links or not, each kind of players on networks would have distinct evolutionary behaviors. Our work could be helpful to understand the emergence and maintenance of cooperation under the evolution of memory-based players on interdependent networks.

  16. High-bandwidth memory interface

    CERN Document Server

    Kim, Chulwoo; Song, Junyoung

    2014-01-01

    This book provides an overview of recent advances in memory interface design at both the architecture and circuit levels. Coverage includes signal integrity and testing, TSV interface, high-speed serial interface including equalization, ODT, pre-emphasis, wide I/O interface including crosstalk, skew cancellation, and clock generation and distribution. Trends for further bandwidth enhancement are also covered.   • Enables readers with minimal background in memory design to understand the basics of high-bandwidth memory interface design; • Presents state-of-the-art techniques for memory interface design; • Covers memory interface design at both the circuit level and system architecture level.

  17. Transcriptional 'memory' of a stress: transient chromatin and memory (epigenetic) marks at stress-response genes.

    Science.gov (United States)

    Avramova, Zoya

    2015-07-01

    Drought, salinity, extreme temperature variations, pathogen and herbivory attacks are recurring environmental stresses experienced by plants throughout their life. To survive repeated stresses, plants provide responses that may be different from their response during the first encounter with the stress. A different response to a similar stress represents the concept of 'stress memory'. A coordinated reaction at the organismal, cellular and gene/genome levels is thought to increase survival chances by improving the plant's tolerance/avoidance abilities. Ultimately, stress memory may provide a mechanism for acclimation and adaptation. At the molecular level, the concept of stress memory indicates that the mechanisms responsible for memory-type transcription during repeated stresses are not based on repetitive activation of the same response pathways activated by the first stress. Some recent advances in the search for transcription 'memory factors' are discussed with an emphasis on super-induced dehydration stress memory response genes in Arabidopsis. © 2015 The Author The Plant Journal © 2015 John Wiley & Sons Ltd.

  18. Episodic memory and organizational strategy in free recall in unipolar depression: the role of cognitive support and executive functions.

    Science.gov (United States)

    Taconnat, Laurence; Baudouin, Alexia; Fay, Severine; Raz, Naftali; Bouazzaoui, Badiaa; El-Hage, Wissam; Isingrini, Michel; Ergis, Anne-Marie

    2010-08-01

    Executive functioning and memory impairment have been demonstrated in adults with depression. Executive functions and memory are related, mainly when the memory tasks require controlled processes (attentional resource demanding processes)--that is, when a low cognitive support (external aid) is provided. A cross-sectional study was carried out on 45 participants: 21 with depression, and 24 healthy controls matched for age, verbal ability, education level, and anxiety score. Cognitive support was manipulated by providing a categorized word list at encoding, presented either clustered (high cognitive support) or randomized (low cognitive support) to both depressed and healthy adults. The number of words recalled was calculated, and an index of clustering was computed to assess organizational strategies. Participants were also administered cognitive tests (executive functions, cognitive speed, and categorical fluency) to explore the mediators of organizational strategies. Depressed participants had greater difficulty recalling and organizing the words, but the differences between the two groups were reduced for both measures when high cognitive support was provided at encoding. Healthy adults performed better on all cognitive tests. Statistical analyses revealed that in the depressed group, executive functions were the only variable associated with clustering and only when low cognitive support was provided. These findings support the view that the decrement in executive function due to depression may lead to impairment in organization when this mnemonic strategy has to be self-initiated.

  19. Novel memory architecture for video signal processor

    Science.gov (United States)

    Hung, Jen-Sheng; Lin, Chia-Hsing; Jen, Chein-Wei

    1993-11-01

    An on-chip memory architecture for video signal processor (VSP) is proposed. This memory structure is a two-level design for the different data locality in video applications. The upper level--Memory A provides enough storage capacity to reduce the impact on the limitation of chip I/O bandwidth, and the lower level--Memory B provides enough data parallelism and flexibility to meet the requirements of multiple reconfigurable pipeline function units in a single VSP chip. The needed memory size is decided by the memory usage analysis for video algorithms and the number of function units. Both levels of memory adopted a dual-port memory scheme to sustain the simultaneous read and write operations. Especially, Memory B uses multiple one-read-one-write memory banks to emulate the real multiport memory. Therefore, one can change the configuration of Memory B to several sets of memories with variable read/write ports by adjusting the bus switches. Then the numbers of read ports and write ports in proposed memory can meet requirement of data flow patterns in different video coding algorithms. We have finished the design of a prototype memory design using 1.2- micrometers SPDM SRAM technology and will fabricated it through TSMC, in Taiwan.

  20. Rapid prototyping prosthetic hand acting by a low-cost shape-memory-alloy actuator.

    Science.gov (United States)

    Soriano-Heras, Enrique; Blaya-Haro, Fernando; Molino, Carlos; de Agustín Del Burgo, José María

    2018-06-01

    The purpose of this article is to develop a new concept of modular and operative prosthetic hand based on rapid prototyping and a novel shape-memory-alloy (SMA) actuator, thus minimizing the manufacturing costs. An underactuated mechanism was needed for the design of the prosthesis to use only one input source. Taking into account the state of the art, an underactuated mechanism prosthetic hand was chosen so as to implement the modifications required for including the external SMA actuator. A modular design of a new prosthesis was developed which incorporated a novel SMA actuator for the index finger movement. The primary objective of the prosthesis is achieved, obtaining a modular and functional low-cost prosthesis based on additive manufacturing executed by a novel SMA actuator. The external SMA actuator provides a modular system which allows implementing it in different systems. This paper combines rapid prototyping and a novel SMA actuator to develop a new concept of modular and operative low-cost prosthetic hand.

  1. Evaluation of soft errors rate in a commercial memory EEPROM

    International Nuclear Information System (INIS)

    Claro, Luiz H.; Silva, A.A.; Santos, Jose A.

    2011-01-01

    Soft errors are transient circuit errors caused by external radiation. When an ion intercepts a p-n region in an electronic component, the ionization produces excess charges along the track. These charges when collected can flip internal values, especially in memory cells. The problem affects not only space application but also terrestrial ones. Neutrons induced by cosmic rays and alpha particles, emitted from traces of radioactive contaminants contained in packaging and chip materials, are the predominant sources of radiation. The soft error susceptibility is different for different memory technology hence the experimental study are very important for Soft Error Rate (SER) evaluation. In this work, the methodology for accelerated tests is presented with the results for SER in a commercial electrically erasable and programmable read-only memory (EEPROM). (author)

  2. Episodic Memory: A Comparative Approach

    Science.gov (United States)

    Martin-Ordas, Gema; Call, Josep

    2013-01-01

    Historically, episodic memory has been described as autonoetic, personally relevant, complex, context-rich, and allowing mental time travel. In contrast, semantic memory, which is theorized to be free of context and personal relevance, is noetic and consists of general knowledge of facts about the world. The field of comparative psychology has adopted this distinction in order to study episodic memory in non-human animals. Our aim in this article is not only to reflect on the concept of episodic memory and the experimental approaches used in comparative psychology to study this phenomenon, but also to provide a critical analysis of these paradigms. We conclude the article by providing new avenues for future research. PMID:23781179

  3. The Anterior Thalamus Provides A Subcortical Circuit Supporting Memory And Spatial Navigation

    Directory of Open Access Journals (Sweden)

    Shane M O‘Mara

    2013-08-01

    Full Text Available The anterior thalamic nuclei, a central component of Papez’ circuit, are generally assumed to be key constituents of the neural circuits responsible for certain categories of learning and memory. Supporting evidence for this contention is that damage to either of two brain regions, the medial temporal lobe and the medial diencephalon, is most consistently associated with anterograde amnesia. Within these respective regions, the hippocampal formation and the anterior thalamic nuclei (anteromedial, anteroventral, anterodorsal are the particular structures of interest. The extensive direct and indirect hippocampal-anterior thalamic interconnections and the presence of theta-modulated cells in both sites further support the hypothesis that these structures constitute a neuronal network crucial for memory and cognition. The major tool in understanding how the brain processes information is the analysis of neuronal output at each hierarchical level along the pathway of signal propagation coupled with neuroanatomical studies. Here, we discuss the electrophysiological properties of cells in the anterior thalamic nuclei with an emphasis on their role in spatial navigation. In addition, we describe neuroanatomical and functional relationships between the anterior thalamic nuclei and hippocampal formation.

  4. The Benefits of Targeted Memory Reactivation for Consolidation in Sleep are Contingent on Memory Accuracy and Direct Cue-Memory Associations.

    Science.gov (United States)

    Cairney, Scott A; Lindsay, Shane; Sobczak, Justyna M; Paller, Ken A; Gaskell, M Gareth

    2016-05-01

    To investigate how the effects of targeted memory reactivation (TMR) are influenced by memory accuracy prior to sleep and the presence or absence of direct cue-memory associations. 30 participants associated each of 50 pictures with an unrelated word and then with a screen location in two separate tasks. During picture-location training, each picture was also presented with a semantically related sound. The sounds were therefore directly associated with the picture locations but indirectly associated with the words. During a subsequent nap, half of the sounds were replayed in slow wave sleep (SWS). The effect of TMR on memory for the picture locations (direct cue-memory associations) and picture-word pairs (indirect cue-memory associations) was then examined. TMR reduced overall memory decay for recall of picture locations. Further analyses revealed a benefit of TMR for picture locations recalled with a low degree of accuracy prior to sleep, but not those recalled with a high degree of accuracy. The benefit of TMR for low accuracy memories was predicted by time spent in SWS. There was no benefit of TMR for memory of the picture-word pairs, irrespective of memory accuracy prior to sleep. TMR provides the greatest benefit to memories recalled with a low degree of accuracy prior to sleep. The memory benefits of TMR may also be contingent on direct cue-memory associations. © 2016 Associated Professional Sleep Societies, LLC.

  5. Modeling the Role of Working Memory and Episodic Memory in Behavioral Tasks

    OpenAIRE

    Zilli, Eric A.; Hasselmo, Michael E.

    2008-01-01

    The mechanisms of goal-directed behavior have been studied using reinforcement learning theory, but these theoretical techniques have not often been used to address the role of memory systems in performing behavioral tasks. The present work addresses this shortcoming by providing a way in which working memory and episodic memory may be included in the reinforcement learning framework, then simulating the successful acquisition and performance of six behavioral tasks, drawn from or inspired by...

  6. Episodic and semantic content of memory and imagination: A multilevel analysis.

    Science.gov (United States)

    Devitt, Aleea L; Addis, Donna Rose; Schacter, Daniel L

    2017-10-01

    Autobiographical memories of past events and imaginations of future scenarios comprise both episodic and semantic content. Correlating the amount of "internal" (episodic) and "external" (semantic) details generated when describing autobiographical events can illuminate the relationship between the processes supporting these constructs. Yet previous studies performing such correlations were limited by aggregating data across all events generated by an individual, potentially obscuring the underlying relationship within the events themselves. In the current article, we reanalyzed datasets from eight studies using a multilevel approach, allowing us to explore the relationship between internal and external details within events. We also examined whether this relationship changes with healthy aging. Our reanalyses demonstrated a largely negative relationship between the internal and external details produced when describing autobiographical memories and future imaginations. This negative relationship was stronger and more consistent for older adults and was evident both in direct and indirect measures of semantic content. Moreover, this relationship appears to be specific to episodic tasks, as no relationship was observed for a nonepisodic picture description task. This negative association suggests that people do not generate semantic information indiscriminately, but do so in a compensatory manner, to embellish episodically impoverished events. Our reanalysis further lends support for dissociable processes underpinning episodic and semantic information generation when remembering and imagining autobiographical events.

  7. External costs related to power production technologies. ExternE national implementation for Denmark

    Energy Technology Data Exchange (ETDEWEB)

    Schleisner, L; Sieverts Nielsen, P [eds.

    1997-12-01

    The objective of the ExternE National Implementation project has been to establish a comprehensive and comparable set of data on externalities of power generation for all EU member states and Norway. The tasks include the application of the ExternE methodology to the most important fuel cycles for each country as well as to update the already existing results, to aggregate these site- and technology-specific results to more general figures. The current report covers the detailed information concerning the ExternE methodology. Importance is attached to the computer system used in the project and the assessment of air pollution effects on health, materials and ecological effects. Also the assessment of global warming damages are described. Finally the report covers the detailed information concerning the national implementation for Denmark for an offshore wind farm and a wind farm on land, a decentralised CHP plant based on natural gas and a decentralised CHP plant base on biogas. (au) EU-JOULE 3. 79 tabs., 11 ills., 201 refs.

  8. External costs related to power production technologies. ExternE national implementation for Denmark

    International Nuclear Information System (INIS)

    Schleisner, L.; Sieverts Nielsen, P.

    1997-12-01

    The objective of the ExternE National Implementation project has been to establish a comprehensive and comparable set of data on externalities of power generation for all EU member states and Norway. The tasks include the application of the ExternE methodology to the most important fuel cycles for each country as well as to update the already existing results, to aggregate these site- and technology-specific results to more general figures. The current report covers the detailed information concerning the ExternE methodology. Importance is attached to the computer system used in the project and the assessment of air pollution effects on health, materials and ecological effects. Also the assessment of global warming damages are described. Finally the report covers the detailed information concerning the national implementation for Denmark for an offshore wind farm and a wind farm on land, a decentralised CHP plant based on natural gas and a decentralised CHP plant base on biogas. (au) EU-JOULE 3. 79 tabs., 11 ills., 201 refs

  9. High-Temperature Shape Memory Polymers

    Science.gov (United States)

    Yoonessi, Mitra; Weiss, Robert A.

    2012-01-01

    physical conformation changes when exposed to an external stimulus, such as a change in temperature. Such materials have a permanent shape, but can be reshaped above a critical temperature and fixed into a temporary shape when cooled under stress to below the critical temperature. When reheated above the critical temperature (Tc, also sometimes called the triggering or switching temperature), the materials revert to the permanent shape. The current innovation involves a chemically treated (sulfonated, carboxylated, phosphonated, or other polar function group), high-temperature, semicrystalline thermoplastic poly(ether ether ketone) (Tg .140 C, Tm = 340 C) mix containing organometallic complexes (Zn++, Li+, or other metal, ammonium, or phosphonium salts), or high-temperature ionic liquids (e.g. hexafluorosilicate salt with 1-propyl-3- methyl imidazolium, Tm = 210 C) to form a network where dipolar or ionic interactions between the polymer and the low-molecular-weight or inorganic compound forms a complex that provides a physical crosslink. Hereafter, these compounds will be referred to as "additives". The polymer is semicrystalline, and the high-melt-point crystals provide a temporary crosslink that acts as a permanent crosslink just so long as the melting temperature is not exceeded. In this example case, the melting point is .340 C, and the shape memory critical temperature is between 150 and 250 C. PEEK is an engineering thermoplastic with a high Young fs modulus, nominally 3.6 GPa. An important aspect of the invention is the control of the PEEK functionalization (in this example, the sulfonation degree), and the thermal properties (i.e. melting point) of the additive, which determines the switching temperature. Because the compound is thermoplastic, it can be formed into the "permanent" shape by conventional plastics processing operations. In addition, the compound may be covalently cross - linked after forming the permanent shape by S-PEEK by applying ionizing

  10. Autobiographical memory and hyperassociativity in the dreaming brain: Implications for memory consolidation in sleep

    Directory of Open Access Journals (Sweden)

    Caroline L Horton

    2015-07-01

    Full Text Available In this paper we argue that autobiographical memory activity across sleep and wake can provide insight into the nature of dreaming, and vice versa. Activated memories within the sleeping brain reflect one’s personal life history (autobiography. They can appear in largely fragmentary forms and differ from conventional manifestations of episodic memory. Autobiographical memories in dreams can be sampled from non-REM as well as REM periods, which contain fewer episodic references and become more bizarre across the night. Salient fragmented memory features are activated in sleep and re-bound with fragments not necessarily emerging from the same memory, thus de-contextualising those memories and manifesting as experiences that differ from waking conceptions. The constructive nature of autobiographical recall further encourages synthesis of these hyper-associated images into an episode via recalling and reporting dreams. We use a model of autobiographical memory to account for the activation of memories in dreams as a reflection of sleep-dependent memory consolidation processes. We focus in particular on the hyperassociative nature of autobiographical memory during sleep.

  11. Analysis of intelligent hinged shell structures: deployable deformation and shape memory effect

    Science.gov (United States)

    Shi, Guang-Hui; Yang, Qing-Sheng; He, X. Q.

    2013-12-01

    Shape memory polymers (SMPs) are a class of intelligent materials with the ability to recover their initial shape from a temporarily fixable state when subjected to external stimuli. In this work, the thermo-mechanical behavior of a deployable SMP-based hinged structure is modeled by the finite element method using a 3D constitutive model with shape memory effect. The influences of hinge structure parameters on the nonlinear loading process are investigated. The total shape memory of the processes the hinged structure goes through, including loading at high temperature, decreasing temperature with load carrying, unloading at low temperature and recovering the initial shape with increasing temperature, are illustrated. Numerical results show that the present constitutive theory and the finite element method can effectively predict the complicated thermo-mechanical deformation behavior and shape memory effect of SMP-based hinged shell structures.

  12. Analysis of intelligent hinged shell structures: deployable deformation and shape memory effect

    International Nuclear Information System (INIS)

    Shi, Guang-Hui; Yang, Qing-Sheng; He, X Q

    2013-01-01

    Shape memory polymers (SMPs) are a class of intelligent materials with the ability to recover their initial shape from a temporarily fixable state when subjected to external stimuli. In this work, the thermo-mechanical behavior of a deployable SMP-based hinged structure is modeled by the finite element method using a 3D constitutive model with shape memory effect. The influences of hinge structure parameters on the nonlinear loading process are investigated. The total shape memory of the processes the hinged structure goes through, including loading at high temperature, decreasing temperature with load carrying, unloading at low temperature and recovering the initial shape with increasing temperature, are illustrated. Numerical results show that the present constitutive theory and the finite element method can effectively predict the complicated thermo-mechanical deformation behavior and shape memory effect of SMP-based hinged shell structures. (paper)

  13. Modularity in Sensory Auditory Memory

    OpenAIRE

    Clement, Sylvain; Moroni, Christine; Samson, Séverine

    2004-01-01

    The goal of this paper was to review various experimental and neuropsychological studies that support the modular conception of auditory sensory memory or auditory short-term memory. Based on initial findings demonstrating that verbal sensory memory system can be dissociated from a general auditory memory store at the functional and anatomical levels. we reported a series of studies that provided evidence in favor of multiple auditory sensory stores specialized in retaining eit...

  14. Internalizing versus Externalizing Control: Different Ways to Perform a Time-Based Prospective Memory Task

    Science.gov (United States)

    Huang, Tracy; Loft, Shayne; Humphreys, Michael S.

    2014-01-01

    "Time-based prospective memory" (PM) refers to performing intended actions at a future time. Participants with time-based PM tasks can be slower to perform ongoing tasks (costs) than participants without PM tasks because internal control is required to maintain the PM intention or to make prospective-timing estimates. However, external…

  15. PKA increases in the olfactory bulb act as unconditioned stimuli and provide evidence for parallel memory systems: pairing odor with increased PKA creates intermediate- and long-term, but not short-term, memories.

    Science.gov (United States)

    Grimes, Matthew T; Harley, Carolyn W; Darby-King, Andrea; McLean, John H

    2012-02-21

    Neonatal odor-preference memory in rat pups is a well-defined associative mammalian memory model dependent on cAMP. Previous work from this laboratory demonstrates three phases of neonatal odor-preference memory: short-term (translation-independent), intermediate-term (translation-dependent), and long-term (transcription- and translation-dependent). Here, we use neonatal odor-preference learning to explore the role of olfactory bulb PKA in these three phases of mammalian memory. PKA activity increased normally in learning animals 10 min after a single training trial. Inhibition of PKA by Rp-cAMPs blocked intermediate-term and long-term memory, with no effect on short-term memory. PKA inhibition also prevented learning-associated CREB phosphorylation, a transcription factor implicated in long-term memory. When long-term memory was rescued through increased β-adrenoceptor activation, CREB phosphorylation was restored. Intermediate-term and long-term, but not short-term odor-preference memories were generated by pairing odor with direct PKA activation using intrabulbar Sp-cAMPs, which bypasses β-adrenoceptor activation. Higher levels of Sp-cAMPs enhanced memory by extending normal 24-h retention to 48-72 h. These results suggest that increased bulbar PKA is necessary and sufficient for the induction of intermediate-term and long-term odor-preference memory, and suggest that PKA activation levels also modulate memory duration. However, short-term memory appears to use molecular mechanisms other than the PKA/CREB pathway. These mechanisms, which are also recruited by β-adrenoceptor activation, must operate in parallel with PKA activation.

  16. Cortical mechanisms of cognitive control for shifting attention in vision and working memory.

    Science.gov (United States)

    Tamber-Rosenau, Benjamin J; Esterman, Michael; Chiu, Yu-Chin; Yantis, Steven

    2011-10-01

    Organisms operate within both a perceptual domain of objects and events, and a mnemonic domain of past experiences and future goals. Each domain requires a deliberate selection of task-relevant information, through deployments of external (perceptual) and internal (mnemonic) attention, respectively. Little is known about the control of attention shifts in working memory, or whether voluntary control of attention in these two domains is subserved by a common or by distinct functional networks. We used human fMRI to examine the neural basis of cognitive control while participants shifted attention in vision and in working memory. We found that these acts of control recruit in common a subset of the dorsal fronto-parietal attentional control network, including the medial superior parietal lobule, intraparietal sulcus, and superior frontal sulcus/gyrus. Event-related multivoxel pattern classification reveals, however, that these regions exhibit distinct spatio-temporal patterns of neural activity during internal and external shifts of attention, respectively. These findings constrain theoretical accounts of selection in working memory and perception by showing that populations of neurons in dorsal fronto-parietal network regions exhibit selective tuning for acts of cognitive control in different cognitive domains.

  17. Making lasting memories: Remembering the significant

    Science.gov (United States)

    McGaugh, James L.

    2013-01-01

    Although forgetting is the common fate of most of our experiences, much evidence indicates that emotional arousal enhances the storage of memories, thus serving to create, selectively, lasting memories of our more important experiences. The neurobiological systems mediating emotional arousal and memory are very closely linked. The adrenal stress hormones epinephrine and corticosterone released by emotional arousal regulate the consolidation of long-term memory. The amygdala plays a critical role in mediating these stress hormone influences. The release of norepinephrine in the amygdala and the activation of noradrenergic receptors are essential for stress hormone-induced memory enhancement. The findings of both animal and human studies provide compelling evidence that stress-induced activation of the amygdala and its interactions with other brain regions involved in processing memory play a critical role in ensuring that emotionally significant experiences are well-remembered. Recent research has determined that some human subjects have highly superior autobiographic memory of their daily experiences and that there are structural differences in the brains of these subjects compared with the brains of subjects who do not have such memory. Understanding of neurobiological bases of such exceptional memory may provide additional insights into the processes underlying the selectivity of memory. PMID:23754441

  18. Models Provide Specificity: Testing a Proposed Mechanism of Visual Working Memory Capacity Development

    Science.gov (United States)

    Simmering, Vanessa R.; Patterson, Rebecca

    2012-01-01

    Numerous studies have established that visual working memory has a limited capacity that increases during childhood. However, debate continues over the source of capacity limits and its developmental increase. Simmering (2008) adapted a computational model of spatial cognitive development, the Dynamic Field Theory, to explain not only the source…

  19. Relaxed memory models: an operational approach

    OpenAIRE

    Boudol , Gérard; Petri , Gustavo

    2009-01-01

    International audience; Memory models define an interface between programs written in some language and their implementation, determining which behaviour the memory (and thus a program) is allowed to have in a given model. A minimal guarantee memory models should provide to the programmer is that well-synchronized, that is, data-race free code has a standard semantics. Traditionally, memory models are defined axiomatically, setting constraints on the order in which memory operations are allow...

  20. Beneficial effects of semantic memory support on older adults' episodic memory: Differential patterns of support of item and associative information.

    Science.gov (United States)

    Mohanty, Praggyan Pam; Naveh-Benjamin, Moshe; Ratneshwar, Srinivasan

    2016-02-01

    The effects of two types of semantic memory support-meaningfulness of an item and relatedness between items-in mitigating age-related deficits in item and associative, memory are examined in a marketing context. In Experiment 1, participants studied less (vs. more) meaningful brand logo graphics (pictures) paired with meaningful brand names (words) and later were assessed by item (old/new) and associative (intact/recombined) memory recognition tests. Results showed that meaningfulness of items eliminated age deficits in item memory, while equivalently boosting associative memory for older and younger adults. Experiment 2, in which related and unrelated brand logo graphics and brand name pairs served as stimuli, revealed that relatedness between items eliminated age deficits in associative memory, while improving to the same degree item memory in older and younger adults. Experiment 2 also provided evidence for a probable boundary condition that could reconcile seemingly contradictory extant results. Overall, these experiments provided evidence that although the two types of semantic memory support can improve both item and associative memory in older and younger adults, older adults' memory deficits can be eliminated when the type of support provided is compatible with the type of information required to perform well on the test. (c) 2016 APA, all rights reserved).

  1. Alpha-band rhythm suppression during memory recall reflecting memory performance.

    Science.gov (United States)

    Yokosawa, Koichi; Kimura, Keisuke; Chitose, Ryota; Momiki, Takuya; Kuriki, Shinya

    2016-08-01

    Alpha-band rhythm is thought to be involved in memory processes, similarly to other spontaneous brain rhythms. Ten right-handed healthy volunteers participated in our proposed sequential short-term memory task that provides a serial position effect in accuracy rate. We recorded alpha-band rhythms by magnetoencephalography during performance of the task and observed that the amplitude of the rhythm was suppressed dramatically in the memory recall period. The suppressed region was estimated to be in the occipital lobe, suggesting that alpha-band rhythm is suppressed by activation of the occipital attentional network. Additionally, the alpha-band suppression reflected accuracy rate, that is, the amplitude was suppressed more when recalling items with higher accuracy rate. The sensors with a significant correlation between alpha-band amplitude and accuracy rate were located widely from the frontal to occipital regions mainly in the right hemisphere. The results suggests that alpha-band rhythm is involved in memory recall and can be index of memory performance.

  2. Flash memory management system and method utilizing multiple block list windows

    Science.gov (United States)

    Chow, James (Inventor); Gender, Thomas K. (Inventor)

    2005-01-01

    The present invention provides a flash memory management system and method with increased performance. The flash memory management system provides the ability to efficiently manage and allocate flash memory use in a way that improves reliability and longevity, while maintaining good performance levels. The flash memory management system includes a free block mechanism, a disk maintenance mechanism, and a bad block detection mechanism. The free block mechanism provides efficient sorting of free blocks to facilitate selecting low use blocks for writing. The disk maintenance mechanism provides for the ability to efficiently clean flash memory blocks during processor idle times. The bad block detection mechanism provides the ability to better detect when a block of flash memory is likely to go bad. The flash status mechanism stores information in fast access memory that describes the content and status of the data in the flash disk. The new bank detection mechanism provides the ability to automatically detect when new banks of flash memory are added to the system. Together, these mechanisms provide a flash memory management system that can improve the operational efficiency of systems that utilize flash memory.

  3. Finding the breech: Influence of breech presentation on mode of delivery based on timing of diagnosis, attempt at external cephalic version, and provider success with version.

    Science.gov (United States)

    Andrews, Suzanne; Leeman, Lawrence; Yonke, Nicole

    2017-09-01

    Breech presentation affects 3-4% of pregnancies at term and malpresentation is the primary indication for 10-15% of cesarean deliveries. External cephalic version is an effective intervention that can decrease the need for cesarean delivery; however, timely identification of breech presentation is required. We hypothesized that women with a fetus in a breech presentation that is diagnosed after 38 weeks' estimated gestational age have a decreased likelihood of external cephalic version attempted and an increased likelihood of cesarean delivery. This was a retrospective cohort study. A chart review was performed for 251 women with breech presentation at term presenting to our tertiary referral university hospital for external cephalic version, cesarean for breech presentation, or vaginal breech delivery. Vaginal delivery was significantly more likely (31.1% vs 12.5%; Pexternal cephalic version was offered, and subsequently attempted in a greater proportion of women diagnosed before 38 weeks. External cephalic version was more successful when performed by physicians with greater procedural volume during the 3.5 year period of the study (59.1% for providers performing at least 10 procedures vs 31.3% if performing fewer than 10 procedures, Pexternal cephalic version. © 2017 Wiley Periodicals, Inc.

  4. Memory T Cell Migration

    OpenAIRE

    Qianqian eZhang; Qianqian eZhang; Fadi G. Lakkis

    2015-01-01

    Immunological memory is a key feature of adaptive immunity. It provides the organism with long-lived and robust protection against infection. In organ transplantation, memory T cells pose a significant threat by causing allograft rejection that is generally resistant to immunosuppressive therapy. Therefore, a more thorough understanding of memory T cell biology is needed to improve the survival of transplanted organs without compromising the host’s ability to fight infections. This review...

  5. Data systems and computer science space data systems: Onboard memory and storage

    Science.gov (United States)

    Shull, Tom

    1991-01-01

    The topics are presented in viewgraph form and include the following: technical objectives; technology challenges; state-of-the-art assessment; mass storage comparison; SODR drive and system concepts; program description; vertical Bloch line (VBL) device concept; relationship to external programs; and backup charts for memory and storage.

  6. Internal and External Readings of Same

    DEFF Research Database (Denmark)

    Hardt, Daniel

    2016-01-01

    Same is an anaphoric element that performs a comparison, which can either be external or internal to a sentence. Hardt and Mikkelsen (2015) show that same, unlike other anaphoric expressions, imposes a parallelism constraint, and they present three types of examples showing that same...... is infelicitous in the absence of parallelism. Hardt and Mikkelsen propose an account that applies uniformly to internal and external readings; however, the evidence they present largely targets external readings – they don’t offer empirical evidence that clearly supports the uniform approach. Furthermore, Barker...... (2007) argues that internal readings must be treated differently than external readings. In this paper, I show that the parallelism effects observed by Hardt and Mikkelsen in fact apply to internal readings as well. This provides support for a uniform treatment of internal and external readings of same...

  7. Increasing Memory Self-Efficacy and Strategy Use in Hispanic Elders.

    Science.gov (United States)

    McDougall, Graham J

    1998-01-01

    This study tested the effects of a 4-week, nine-session group intervention taught in Spanish to Hispanic older adults entitled "Quieres Mejorar Tu Memoria" (Do you wish to improve your memory?). The program was based on Bandura's self-efficacy theory and was designed to increase memory self-efficacy and strategy use. A total of 33 older adults attending a senior center (mean--age = 69 years; education = 5 years; MMSE = 25) participated in the study. A booster session and a post-test were given at 3 months to the intervention group (n=22). At posttest the intervention reported greater confidence in preventing decline in their memories, and in particular greater use of the internal strategy of elaboration (2.99 vs. 3.41), and the external strategies of list (2.55 vs. 3.38) and note (3.27 vs. 3.75).

  8. To nostalgize: mixing memory with affect and desire

    OpenAIRE

    Sedikides, Constantine; Wildschut, Tim; Routledge, Clay; Arndt, Jamie; Hepper, Erica G.; Zhou, Xinyue

    2015-01-01

    Nostalgia is a self-conscious, bittersweet but predominantly positive and fundamentally social emotion. It arises from fond memories mixed with yearning about one's childhood, close relationships, or atypically positive events, and it entails a redemption trajectory. It is triggered by a variety of external stimuli or internal states, is prevalent, is universal, and is experienced across ages. Nostalgia serves a self-oriented function (by raising self-positivity and facilitating perceptions o...

  9. A Working Memory Test Battery: Java-Based Collection of Seven Working Memory Tasks

    Directory of Open Access Journals (Sweden)

    James M Stone

    2015-06-01

    Full Text Available Working memory is a key construct within cognitive science. It is an important theory in its own right, but the influence of working memory is enriched due to the widespread evidence that measures of its capacity are linked to a variety of functions in wider cognition. To facilitate the active research environment into this topic, we describe seven computer-based tasks that provide estimates of short-term and working memory incorporating both visuospatial and verbal material. The memory span tasks provided are; digit span, matrix span, arrow span, reading span, operation span, rotation span, and symmetry span. These tasks are built to be simple to use, flexible to adapt to the specific needs of the research design, and are open source. All files can be downloaded from the project website http://www.cognitivetools.uk and the source code is available via Github.

  10. Single memory with multiple shift register functionality

    NARCIS (Netherlands)

    2010-01-01

    The present invention relates to a memory device comprising a memory (EM) having at least two predetermined register memory sections addressable by respective address ranges AS1-ASz) and at least one access port (P1-PZ) for providing access to said memory (EM). Furthermore, access control means (A)

  11. Self-imagining enhances recognition memory in memory-impaired individuals with neurological damage.

    Science.gov (United States)

    Grilli, Matthew D; Glisky, Elizabeth L

    2010-11-01

    The ability to imagine an elaborative event from a personal perspective relies on several cognitive processes that may potentially enhance subsequent memory for the event, including visual imagery, semantic elaboration, emotional processing, and self-referential processing. In an effort to find a novel strategy for enhancing memory in memory-impaired individuals with neurological damage, we investigated the mnemonic benefit of a method we refer to as self-imagining-the imagining of an event from a realistic, personal perspective. Fourteen individuals with neurologically based memory deficits and 14 healthy control participants intentionally encoded neutral and emotional sentences under three instructions: structural-baseline processing, semantic processing, and self-imagining. Findings revealed a robust "self-imagination effect (SIE)," as self-imagination enhanced recognition memory relative to deep semantic elaboration in both memory-impaired individuals, F(1, 13) = 32.11, p memory disorder nor were they related to self-reported vividness of visual imagery, semantic processing, or emotional content of the materials. The findings suggest that the SIE may depend on unique mnemonic mechanisms possibly related to self-referential processing and that imagining an event from a personal perspective makes that event particularly memorable even for those individuals with severe memory deficits. Self-imagining may thus provide an effective rehabilitation strategy for individuals with memory impairment.

  12. Auditory recognition memory is inferior to visual recognition memory.

    Science.gov (United States)

    Cohen, Michael A; Horowitz, Todd S; Wolfe, Jeremy M

    2009-04-07

    Visual memory for scenes is surprisingly robust. We wished to examine whether an analogous ability exists in the auditory domain. Participants listened to a variety of sound clips and were tested on their ability to distinguish old from new clips. Stimuli ranged from complex auditory scenes (e.g., talking in a pool hall) to isolated auditory objects (e.g., a dog barking) to music. In some conditions, additional information was provided to help participants with encoding. In every situation, however, auditory memory proved to be systematically inferior to visual memory. This suggests that there exists either a fundamental difference between auditory and visual stimuli, or, more plausibly, an asymmetry between auditory and visual processing.

  13. Internalizing Externalities through Payments for Environmental Services

    Directory of Open Access Journals (Sweden)

    Sudarsono Soedomo

    2012-08-01

    Full Text Available Forest ecosystems, including plantation forests, provide goods and services that are marketable and non-marketable. Positive externalities produced by forest ecosystems are rarely considered in pricing of marketable products that result in economic inefficiencies. Internalizing externalities is required to improve the economic efficiency. The traditional way to internalize an externality is by providing subsidies or imposing taxes. Recently, payments for environmental services  are receiving more attention as an instrument for internalizing externalities provided by forest ecosystems. This promising alternative to improve our environment needs to be studied more extensively. In this paper, it can be indicated theoretically that the Pigovian tax, as a traditional way of addressing environmental problems, is able to mimic the result derived from the employment of environmental services payment. The difference is that environmental services payment improves the welfare of environmental service producers, whereas the Pigovian tax reduces it. A positive Pigovian tax increases the optimal rotation, which is positively associated with environmental improvement, but certainly reduces forest owner's welfare. This difference should be taken into account in the public policymaking so that perverse incentive may be avoided. Payment for environmental services  as an additional income to forest growers, not as alternative source of income, is a potential tool to address simultaneously issues of environment and poverty that are frequently contested.Keywords: externalities, payments for environmental services, tax, perverse incentive, social welfare

  14. True photographs and false memories.

    Science.gov (United States)

    Lindsay, D Stephen; Hagen, Lisa; Read, J Don; Wade, Kimberley A; Garry, Maryanne

    2004-03-01

    Some trauma-memory-oriented psychotherapists advise clients to review old family photo albums to cue suspected "repressed" memories of childhood sexual abuse. Old photos might cue long-forgotten memories, but when combined with other suggestive influences they might also contribute to false memories. We asked 45 undergraduates to work at remembering three school-related childhood events (two true events provided by parents and one pseudoevent). By random assignment, 23 subjects were also given their school classes' group photos from the years of the to-be-recalled events as memory cues. As predicted, the rate of false-memory reports was dramatically higher in the photo condition than in the no-photo condition. Indeed, the rate of false-memory reports in the photo condition was substantially higher than the rate in any previously published study.

  15. Memory CD8 T cell inflation vs tissue-resident memory T cells: Same patrollers, same controllers?

    Science.gov (United States)

    Welten, Suzanne P M; Sandu, Ioana; Baumann, Nicolas S; Oxenius, Annette

    2018-05-01

    The induction of long-lived populations of memory T cells residing in peripheral tissues is of considerable interest for T cell-based vaccines, as they can execute immediate effector functions and thus provide protection in case of pathogen encounter at mucosal and barrier sites. Cytomegalovirus (CMV)-based vaccines support the induction and accumulation of a large population of effector memory CD8 T cells in peripheral tissues, in a process called memory inflation. Tissue-resident memory (T RM ) T cells, induced by various infections and vaccination regimens, constitute another subset of memory cells that take long-term residence in peripheral tissues. Both memory T cell subsets have evoked substantial interest in exploitation for vaccine purposes. However, a direct comparison between these two peripheral tissue-localizing memory T cell subsets with respect to their short- and long-term ability to provide protection against heterologous challenge is pending. Here, we discuss communalities and differences between T RM and inflationary CD8 T cells with respect to their development, maintenance, function, and protective capacity. In addition, we discuss differences and similarities between the transcriptional profiles of T RM and inflationary T cells, supporting the notion that they are distinct memory T cell populations. © 2018 John Wiley & Sons A/S. Published by John Wiley & Sons Ltd.

  16. Emerging memory technologies design, architecture, and applications

    CERN Document Server

    2014-01-01

    This book explores the design implications of emerging, non-volatile memory (NVM) technologies on future computer memory hierarchy architecture designs. Since NVM technologies combine the speed of SRAM, the density of DRAM, and the non-volatility of Flash memory, they are very attractive as the basis for future universal memories. This book provides a holistic perspective on the topic, covering modeling, design, architecture and applications. The practical information included in this book will enable designers to exploit emerging memory technologies to improve significantly the performance/power/reliability of future, mainstream integrated circuits. • Provides a comprehensive reference on designing modern circuits with emerging, non-volatile memory technologies, such as MRAM and PCRAM; • Explores new design opportunities offered by emerging memory technologies, from a holistic perspective; • Describes topics in technology, modeling, architecture and applications; • Enables circuit designers to ex...

  17. Measuring Memory Reactivation With Functional MRI: Implications for Psychological Theory.

    Science.gov (United States)

    Levy, Benjamin J; Wagner, Anthony D

    2013-01-01

    Environmental cues often remind us of earlier experiences by triggering the reactivation of memories of events past. Recent evidence suggests that memory reactivation can be observed using functional MRI and that distributed pattern analyses can even provide evidence of reactivation on individual trials. The ability to measure memory reactivation offers unique and powerful leverage on theoretical issues of long-standing interest in cognitive psychology, providing a means to address questions that have proven difficult to answer with behavioral data alone. In this article, we consider three instances. First, reactivation measures can indicate whether memory-based inferences (i.e., generalization) arise through the encoding of integrated cross-event representations or through the flexible expression of separable event memories. Second, online measures of memory reactivation may inform theories of forgetting by providing information about when competing memories are reactivated during competitive retrieval situations. Finally, neural reactivation may provide a window onto the role of replay in memory consolidation. The ability to track memory reactivation, including at the individual trial level, provides unique leverage that is not afforded by behavioral measures and thus promises to shed light on such varied topics as generalization, integration, forgetting, and consolidation. © The Author(s) 2013.

  18. Learning and memory.

    Science.gov (United States)

    Brem, Anna-Katharine; Ran, Kathy; Pascual-Leone, Alvaro

    2013-01-01

    Learning and memory functions are crucial in the interaction of an individual with the environment and involve the interplay of large, distributed brain networks. Recent advances in technologies to explore neurobiological correlates of neuropsychological paradigms have increased our knowledge about human learning and memory. In this chapter we first review and define memory and learning processes from a neuropsychological perspective. Then we provide some illustrations of how noninvasive brain stimulation can play a major role in the investigation of memory functions, as it can be used to identify cause-effect relationships and chronometric properties of neural processes underlying cognitive steps. In clinical medicine, transcranial magnetic stimulation may be used as a diagnostic tool to understand memory and learning deficits in various patient populations. Furthermore, noninvasive brain stimulation is also being applied to enhance cognitive functions, offering exciting translational therapeutic opportunities in neurology and psychiatry. © 2013 Elsevier B.V. All rights reserved.

  19. Making memories matter

    Directory of Open Access Journals (Sweden)

    Paul E. Gold

    2012-12-01

    Full Text Available This article reviews some of the neuroendocrine bases by which emotional events regulate brain mechanisms of learning and memory. In laboratory rodents, there is extensive evidence that epinephrine influences memory processing through an inverted-U relationship, at which moderate levels enhance and high levels impair memory. These effects are, in large part, mediated by increases in blood glucose levels subsequent to epinephrine release, which then provide support for the brain processes engaged by learning and memory. These brain processes include augmentation of neurotransmitter release and of energy metabolism, the latter apparently including a key role for astrocytic glycogen. In addition to up- and down-regulation of learning and memory in general, physiological concomitants of emotion and arousal can also switch the neural system that controls learning at a particular time, at once improving some attributes of learning and impairing others in a manner that results in a change in the strategy used to solve a problem.

  20. Making Memories Matter

    Science.gov (United States)

    Gold, Paul E.; Korol, Donna L.

    2012-01-01

    This article reviews some of the neuroendocrine bases by which emotional events regulate brain mechanisms of learning and memory. In laboratory rodents, there is extensive evidence that epinephrine influences memory processing through an inverted-U relationship, at which moderate levels enhance and high levels impair memory. These effects are, in large part, mediated by increases in blood glucose levels subsequent to epinephrine release, which then provide support for the brain processes engaged by learning and memory. These brain processes include augmentation of neurotransmitter release and of energy metabolism, the latter apparently including a key role for astrocytic glycogen. In addition to up- and down-regulation of learning and memory in general, physiological concomitants of emotion and arousal can also switch the neural system that controls learning at a particular time, at once improving some attributes of learning and impairing others in a manner that results in a change in the strategy used to solve a problem. PMID:23264764

  1. Oscillatory Reinstatement Enhances Declarative Memory.

    Science.gov (United States)

    Javadi, Amir-Homayoun; Glen, James C; Halkiopoulos, Sara; Schulz, Mei; Spiers, Hugo J

    2017-10-11

    Declarative memory recall is thought to involve the reinstatement of neural activity patterns that occurred previously during encoding. Consistent with this view, greater similarity between patterns of activity recorded during encoding and retrieval has been found to predict better memory performance in a number of studies. Recent models have argued that neural oscillations may be crucial to reinstatement for successful memory retrieval. However, to date, no causal evidence has been provided to support this theory, nor has the impact of oscillatory electrical brain stimulation during encoding and retrieval been assessed. To explore this we used transcranial alternating current stimulation over the left dorsolateral prefrontal cortex of human participants [ n = 70, 45 females; age mean (SD) = 22.12 (2.16)] during a declarative memory task. Participants received either the same frequency during encoding and retrieval (60-60 or 90-90 Hz) or different frequencies (60-90 or 90-60 Hz). When frequencies matched there was a significant memory improvement (at both 60 and 90 Hz) relative to sham stimulation. No improvement occurred when frequencies mismatched. Our results provide support for the role of oscillatory reinstatement in memory retrieval. SIGNIFICANCE STATEMENT Recent neurobiological models of memory have argued that large-scale neural oscillations are reinstated to support successful memory retrieval. Here we used transcranial alternating current stimulation (tACS) to test these models. tACS has recently been shown to induce neural oscillations at the frequency stimulated. We stimulated over the left dorsolateral prefrontal cortex during a declarative memory task involving learning a set of words. We found that tACS applied at the same frequency during encoding and retrieval enhances memory. We also find no difference between the two applied frequencies. Thus our results are consistent with the proposal that reinstatement of neural oscillations during retrieval

  2. When do anterior external or internal fixators provide additional stability in an unstable (Tile C) pelvic fracture? A biomechanical study.

    Science.gov (United States)

    Mcdonald, E; Theologis, A A; Horst, P; Kandemir, U; Pekmezci, M

    2015-12-01

    This study aimed at evaluating the additional stability that is provided by anterior external and internal fixators in an unstable pelvic fracture model (OTA 61-C). An unstable pelvic fracture (OTA 61-C) was created in 27 synthetic pelves by making a 5-mm gap through the sacral foramina (posterior injury) and an ipsilateral pubic rami fracture (anterior injury). The posterior injury was fixed with either a single iliosacral (IS) screw, a single trans-iliac, trans-sacral (TS) screw, or two iliosacral screws (S1S2). Two anterior fixation techniques were utilized: external fixation (Ex-Fix) and supra-acetabular external fixation and internal fixation (In-Fix); supra-acetabular pedicle screws connected with a single subcutaneous spinal rod. The specimens were tested using a nondestructive single-leg stance model. Peak-to-peak (P2P) displacement and rotation and conditioning displacement (CD) were calculated. The Ex-Fix group failed in 83.3 % of specimens with concomitant single-level posterior fixation (Total: 15/18-7 of 9 IS fixation, 8 of 9 TS fixation), and 0 % (0/9) of specimens with concomitant two-level (S1S2) posterior fixation. All specimens with the In-Fix survived testing except for two specimens treated with In-Fix combined with IS fixation. Trans-sacral fixation had higher pubic rotation and greater sacral and pubic displacement than S1S2 (p < 0.05). Rotation of the pubis and sacrum was not different between In-Fix constructs combined with single-level IS and TS fixation. In this model of an unstable pelvic fracture (OTA 61-C), anterior fixation with an In-Fix was biomechanically superior to an anterior Ex-Fix in the setting of single-level posterior fixation. There was no biomechanical difference between the In-Fix and Ex-Fix when each was combined with two levels of posterior sacral fixation.

  3. Induction of associative olfactory memory by targeted activation of single olfactory neurons in Drosophila larvae.

    Science.gov (United States)

    Honda, Takato; Lee, Chi-Yu; Yoshida-Kasikawa, Maki; Honjo, Ken; Furukubo-Tokunaga, Katsuo

    2014-04-25

    It has been postulated that associative memory is formed by at least two sets of external stimuli, CS and US, that are transmitted to the memory centers by distinctive conversing pathways. However, whether associative memory can be induced by the activation of only the olfactory CS and a biogenic amine-mediated US pathways remains to be elucidated. In this study, we substituted the reward signals with dTrpA1-mediated thermogenetic activation of octopaminergic neurons and the odor signals by ChR2-mediated optical activation of a specific class of olfactory neurons. We show that targeted activation of the olfactory receptor and the octopaminergic neurons is indeed sufficient for the formation of associative olfactory memory in the larval brain. We also show that targeted stimulation of only a single type of olfactory receptor neurons is sufficient to induce olfactory memory that is indistinguishable from natural memory induced by the activation of multiple olfactory receptor neurons.

  4. Self-Testing Static Random-Access Memory

    Science.gov (United States)

    Chau, Savio; Rennels, David

    1991-01-01

    Proposed static random-access memory for computer features improved error-detecting and -correcting capabilities. New self-testing scheme provides for detection and correction of errors at any time during normal operation - even while data being written into memory. Faults in equipment causing errors in output data detected by repeatedly testing every memory cell to determine whether it can still store both "one" and "zero", without destroying data stored in memory.

  5. Prospective memory, working memory, retrospective memory and self-rated memory performance in persons with intellectual disability

    OpenAIRE

    Levén, Anna; Lyxell, Björn; Andersson, Jan; Danielsson, Henrik; Rönnberg, Jerker

    2008-01-01

    The purpose of the present study was to examine the relationship between prospective memory, working memory, retrospective memory and self-rated memory capacity in adults with and without intellectual disability. Prospective memory was investigated by means of a picture-based task. Working memory was measured as performance on span tasks. Retrospective memory was scored as recall of subject performed tasks. Self-ratings of memory performance were based on the prospective and retrospective mem...

  6. Dental hygiene student experiences in external placements in Australia.

    Science.gov (United States)

    Taylor, Jane A; Hayes, Melanie J; Wallace, Linda

    2012-05-01

    While placements in external locations are being increasingly used in dental education globally, few studies have explored the student learning experience at such placements. The purpose of this study was to investigate student experiences while on external placement in a baccalaureate dental hygiene program. A self-reporting questionnaire was distributed to final-year dental hygiene students (n=77) at the University of Newcastle, Australia, in 2010. The questionnaire included questions regarding the type of placement, experiences offered, supervision, resources available, and lasting impressions. Responding students were generally positive about their external placement experience and indicated that the majority of facilities provided them with the opportunity to provide direct patient care and perform clinical tasks typical of a practicing hygienist. However, there was a statistically significant difference in their opinions about discipline-focused and community placements. Students indicated that their external placement experience provided opportunities to learn more about time and patient management, including hands-on experience with specific clinical tasks. Ongoing evaluations are necessary to ensure that external placements meet both student needs and intended learning outcomes within dental hygiene programs.

  7. Glucocorticoids in the prefrontal cortex enhance memory consolidation and impair working memory by a common neural mechanism

    Science.gov (United States)

    Barsegyan, Areg; Mackenzie, Scott M.; Kurose, Brian D.; McGaugh, James L.; Roozendaal, Benno

    2010-01-01

    It is well established that acute administration of adrenocortical hormones enhances the consolidation of memories of emotional experiences and, concurrently, impairs working memory. These different glucocorticoid effects on these two memory functions have generally been considered to be independently regulated processes. Here we report that a glucocorticoid receptor agonist administered into the medial prefrontal cortex (mPFC) of male Sprague-Dawley rats both enhances memory consolidation and impairs working memory. Both memory effects are mediated by activation of a membrane-bound steroid receptor and depend on noradrenergic activity within the mPFC to increase levels of cAMP-dependent protein kinase. These findings provide direct evidence that glucocorticoid effects on both memory consolidation and working memory share a common neural influence within the mPFC. PMID:20810923

  8. Characterization of origami shape memory metamaterials (SMMM) made of bio-polymer blends

    Science.gov (United States)

    Kshad, Mohamed Ali E.; Naguib, Hani E.

    2016-04-01

    Shape memory materials (SMMs) are materials that can return to their virgin state and release mechanically induced strains by external stimuli. Shape memory polymers (SMPs) are a class of SMMs that show a high shape recoverability and which have attractive potential for structural applications. In this paper, we experimentally study the shape memory effect of origami based metamaterials. The main focus is on the Muira origami metamaterials. The fabrication technique used to produce origami structure is direct molding where all the geometrical features are molded from thermally virgin polymers without post folding of flat sheets. The study shows experimental investigations of shape memory metamaterials (SMMMs) made of SMPs that can be used in different applications such as medicine, robotics, and lightweight structures. The origami structure made from SMP blends, activated with uniform heating. The effect of blend composition on the shape memory behavior was studied. Also the influence of the thermomechanical and the viscoelastic properties of origami unit cell on the activation process have been discussed, and stress relaxation and shape recovery were investigated. Activation process of the unit cell has been demonstrated.

  9. The memory of volatility

    Directory of Open Access Journals (Sweden)

    Kai R. Wenger

    2018-03-01

    Full Text Available The focus of the volatility literature on forecasting and the predominance of theconceptually simpler HAR model over long memory stochastic volatility models has led to the factthat the actual degree of memory estimates has rarely been considered. Estimates in the literaturerange roughly between 0.4 and 0.6 - that is from the higher stationary to the lower non-stationaryregion. This difference, however, has important practical implications - such as the existence or nonexistenceof the fourth moment of the return distribution. Inference on the memory order is complicatedby the presence of measurement error in realized volatility and the potential of spurious long memory.In this paper we provide a comprehensive analysis of the memory in variances of international stockindices and exchange rates. On the one hand, we find that the variance of exchange rates is subject tospurious long memory and the true memory parameter is in the higher stationary range. Stock indexvariances, on the other hand, are free of low frequency contaminations and the memory is in the lowernon-stationary range. These results are obtained using state of the art local Whittle methods that allowconsistent estimation in presence of perturbations or low frequency contaminations.

  10. Medical applications of accelerators at Tata Memorial Centre

    International Nuclear Information System (INIS)

    Dinshaw, K.A.

    2003-01-01

    The Tata Memorial Centre constitutes the national comprehensive cancer centre for the prevention, diagnosis, treatment and research on cancer. It is well equipped with sophisticated state-of-the-art equipment capable of delivering External Beam Radiotherapy (Ebert) and Brachytherapy. Nearly 400 patients receive Ebert daily at the institute from a team of highly skilled and dedicated radiation oncologists, medical physicists and technologists, making it one of the busiest centres in the country

  11. Resistively heated shape memory polymer device

    Energy Technology Data Exchange (ETDEWEB)

    Marion, III, John E.; Bearinger, Jane P.; Wilson, Thomas S.; Maitland, Duncan J.

    2017-09-05

    A resistively heated shape memory polymer device is made by providing a rod, sheet or substrate that includes a resistive medium. The rod, sheet or substrate is coated with a first shape memory polymer providing a coated intermediate unit. The coated intermediate unit is in turn coated with a conductive material providing a second intermediate unit. The second coated intermediate unit is in turn coated with an outer shape memory polymer. The rod, sheet or substrate is exposed and an electrical lead is attached to the rod, sheet or substrate. The conductive material is exposed and an electrical lead is attached to the conductive material.

  12. Resistively heated shape memory polymer device

    Energy Technology Data Exchange (ETDEWEB)

    Marion, III, John E.; Bearinger, Jane P.; Wilson, Thomas S.; Maitland, Duncan J.

    2016-10-25

    A resistively heated shape memory polymer device is made by providing a rod, sheet or substrate that includes a resistive medium. The rod, sheet or substrate is coated with a first shape memory polymer providing a coated intermediate unit. The coated intermediate unit is in turn coated with a conductive material providing a second intermediate unit. The second coated intermediate unit is in turn coated with an outer shape memory polymer. The rod, sheet or substrate is exposed and an electrical lead is attached to the rod, sheet or substrate. The conductive material is exposed and an electrical lead is attached to the conductive material.

  13. Iconic Memories Die a Sudden Death.

    Science.gov (United States)

    Pratte, Michael S

    2018-06-01

    Iconic memory is characterized by its large storage capacity and brief storage duration, whereas visual working memory is characterized by its small storage capacity. The limited information stored in working memory is often modeled as an all-or-none process in which studied information is either successfully stored or lost completely. This view raises a simple question: If almost all viewed information is stored in iconic memory, yet one second later most of it is completely absent from working memory, what happened to it? Here, I characterized how the precision and capacity of iconic memory changed over time and observed a clear dissociation: Iconic memory suffered from a complete loss of visual items, while the precision of items retained in memory was only marginally affected by the passage of time. These results provide new evidence for the discrete-capacity view of working memory and a new characterization of iconic memory decay.

  14. Resistive content addressable memory based in-memory computation architecture

    KAUST Repository

    Salama, Khaled N.; Zidan, Mohammed A.; Kurdahi, Fadi; Eltawil, Ahmed M.

    2016-01-01

    Various examples are provided examples related to resistive content addressable memory (RCAM) based in-memory computation architectures. In one example, a system includes a content addressable memory (CAM) including an array of cells having a memristor based crossbar and an interconnection switch matrix having a gateless memristor array, which is coupled to an output of the CAM. In another example, a method, includes comparing activated bit values stored a key register with corresponding bit values in a row of a CAM, setting a tag bit value to indicate that the activated bit values match the corresponding bit values, and writing masked key bit values to corresponding bit locations in the row of the CAM based on the tag bit value.

  15. Resistive content addressable memory based in-memory computation architecture

    KAUST Repository

    Salama, Khaled N.

    2016-12-08

    Various examples are provided examples related to resistive content addressable memory (RCAM) based in-memory computation architectures. In one example, a system includes a content addressable memory (CAM) including an array of cells having a memristor based crossbar and an interconnection switch matrix having a gateless memristor array, which is coupled to an output of the CAM. In another example, a method, includes comparing activated bit values stored a key register with corresponding bit values in a row of a CAM, setting a tag bit value to indicate that the activated bit values match the corresponding bit values, and writing masked key bit values to corresponding bit locations in the row of the CAM based on the tag bit value.

  16. Random photonic crystal optical memory

    International Nuclear Information System (INIS)

    Wirth Lima Jr, A; Sombra, A S B

    2012-01-01

    Currently, optical cross-connects working on wavelength division multiplexing systems are based on optical fiber delay lines buffering. We designed and analyzed a novel photonic crystal optical memory, which replaces the fiber delay lines of the current optical cross-connect buffer. Optical buffering systems based on random photonic crystal optical memory have similar behavior to the electronic buffering systems based on electronic RAM memory. In this paper, we show that OXCs working with optical buffering based on random photonic crystal optical memories provides better performance than the current optical cross-connects. (paper)

  17. Mechanisms of Memory Enhancement

    Science.gov (United States)

    Stern, Sarah A.

    2012-01-01

    The ongoing quest for memory enhancement is one that grows necessary as the global population increasingly ages. The extraordinary progress that has been made in the past few decades elucidating the underlying mechanisms of how long-term memories are formed has provided insight into how memories might also be enhanced. Capitalizing on this knowledge, it has been postulated that targeting many of the same mechanisms, including CREB activation, AMPA/NMDA receptor trafficking, neuromodulation (e.g. via dopamine, adrenaline, cortisol or acetylcholine) and metabolic processes (e.g. via glucose and insulin) may all lead to the enhancement of memory. These and other mechanisms and/or approaches have been tested via genetic or pharmacological methods in animal models, and several have been investigated in humans as well. In addition, a number of behavioral methods, including exercise and reconsolidation, may also serve to strengthen and enhance memories. By capitalizing on this knowledge and continuing to investigate these promising avenues, memory enhancement may indeed be achieved in the future. PMID:23151999

  18. Magnetic vortex racetrack memory

    Energy Technology Data Exchange (ETDEWEB)

    Geng, Liwei D.; Jin, Yongmei M., E-mail: ymjin@mtu.edu

    2017-02-01

    We report a new type of racetrack memory based on current-controlled movement of magnetic vortices in magnetic nanowires with rectangular cross-section and weak perpendicular anisotropy. Data are stored through the core polarity of vortices and each vortex carries a data bit. Besides high density, non-volatility, fast data access, and low power as offered by domain wall racetrack memory, magnetic vortex racetrack memory has additional advantages of no need for constrictions to define data bits, changeable information density, adjustable current magnitude for data propagation, and versatile means of ultrafast vortex core switching. By using micromagnetic simulations, current-controlled motion of magnetic vortices in cobalt nanowire is demonstrated for racetrack memory applications. - Highlights: • Advance fundamental knowledge of current-driven magnetic vortex phenomena. • Report appealing new magnetic racetrack memory based on current-controlled magnetic vortices in nanowires. • Provide a novel approach to adjust current magnitude for data propagation. • Overcome the limitations of domain wall racetrack memory.

  19. Lviv and Chernivtsi: Two Memory Cultures at the Western Ukrainian Borderland

    Directory of Open Access Journals (Sweden)

    Eleonora Narvselius

    2014-08-01

    Full Text Available Despite geographical proximity and comparable historical development since the fall of the Soviet Union, Lviv and Chernivtsi betray different approaches to commemorating the past. This might point to the existence of different cultures of memory that sustain a narrative about acceptance or rejection of ethnic diversity. But the cultures of memory in the cities also have common characteristic, namely, contemporary urbanites form their attitudes towards the past not through personal experience and family transmission of past memories but through prosthetic memory, which relies on hearsay, media, literature, popular culture and the arts. When deliberate choice comes to the fore in building various identity projects, the work of stitching together contradictory historical representations is guided not so much by path-dependent logic of collective memory as by present-day expediency and power games of different mnemonic actors. Therefore, this paper argues that the most observable trend in the cultures of memory in Lviv and Chernivtsi is pillarization, i.e., an agreement among external and internal memory entrepreneurs and marketeers that each population group is the custodian of its “own” heritage. Nevertheless, ultimately the condition of heritage envisioned in the two cities seems to be an assimilationist “incorporation-to-the-core” model, where the core consists of various versions of the Ukrainian national heritage.

  20. Mental Imagery and Visual Working Memory

    OpenAIRE

    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 ...

  1. Fast Initialization of Bubble-Memory Systems

    Science.gov (United States)

    Looney, K. T.; Nichols, C. D.; Hayes, P. J.

    1986-01-01

    Improved scheme several orders of magnitude faster than normal initialization scheme. State-of-the-art commercial bubble-memory device used. Hardware interface designed connects controlling microprocessor to bubblememory circuitry. System software written to exercise various functions of bubble-memory system in comparison made between normal and fast techniques. Future implementations of approach utilize E2PROM (electrically-erasable programable read-only memory) to provide greater system flexibility. Fastinitialization technique applicable to all bubble-memory devices.

  2. Conceptual challenges for internalising externalities

    DEFF Research Database (Denmark)

    Miguel, Brandão; Weidema, Bo Pedersen

    2013-01-01

    We analyse a number of different externalities to identify conceptual challenges for the practical implementation of their internalisation. Three issues were identified: i) The balance between compensation and technology change and the respective effects on the nominal and real GDP; ii...... geographical and especially temporal distance between the benefitting actor and the victim of the external cost, the involvement of a non-governmental intermediate actor becomes increasingly necessary to provide the short-term capital required to ensure a successful implementation....

  3. Memory Indexing: A Novel Method for Tracing Memory Processes in Complex Cognitive Tasks

    Science.gov (United States)

    Renkewitz, Frank; Jahn, Georg

    2012-01-01

    We validate an eye-tracking method applicable for studying memory processes in complex cognitive tasks. The method is tested with a task on probabilistic inferences from memory. It provides valuable data on the time course of processing, thus clarifying previous results on heuristic probabilistic inference. Participants learned cue values of…

  4. External event analysis methods for NUREG-1150

    International Nuclear Information System (INIS)

    Bohn, M.P.; Lambright, J.A.

    1989-01-01

    The US Nuclear Regulatory Commission is sponsoring probabilistic risk assessments of six operating commercial nuclear power plants as part of a major update of the understanding of risk as provided by the original WASH-1400 risk assessments. In contrast to the WASH-1400 studies, at least two of the NUREG-1150 risk assessments will include an analysis of risks due to earthquakes, fires, floods, etc., which are collectively known as eternal events. This paper summarizes the methods to be used in the external event analysis for NUREG-1150 and the results obtained to date. The two plants for which external events are being considered are Surry and Peach Bottom, a PWR and BWR respectively. The external event analyses (through core damage frequency calculations) were completed in June 1989, with final documentation available in September. In contrast to most past external event analyses, wherein rudimentary systems models were developed reflecting each external event under consideration, the simplified NUREG-1150 analyses are based on the availability of the full internal event PRA systems models (event trees and fault trees) and make use of extensive computer-aided screening to reduce them to sequence cut sets important to each external event. This provides two major advantages in that consistency and scrutability with respect to the internal event analysis is achieved, and the full gamut of random and test/maintenance unavailabilities are automatically included, while only those probabilistically important survive the screening process. Thus, full benefit of the internal event analysis is obtained by performing the internal and external event analyses sequentially

  5. Shape memory system with integrated actuation using embedded particles

    Science.gov (United States)

    Buckley, Patrick R [New York, NY; Maitland, Duncan J [Pleasant Hill, CA

    2009-09-22

    A shape memory material with integrated actuation using embedded particles. One embodiment provides a shape memory material apparatus comprising a shape memory material body and magnetic pieces in the shape memory material body. Another embodiment provides a method of actuating a device to perform an activity on a subject comprising the steps of positioning a shape memory material body in a desired position with regard to the subject, the shape memory material body capable of being formed in a specific primary shape, reformed into a secondary stable shape, and controllably actuated to recover the specific primary shape; including pieces in the shape memory material body; and actuating the shape memory material body using the pieces causing the shape memory material body to be controllably actuated to recover the specific primary shape and perform the activity on the subject.

  6. A performance evaluation of in-memory databases

    Directory of Open Access Journals (Sweden)

    Abdullah Talha Kabakus

    2017-10-01

    Full Text Available The popularity of NoSQL databases has increased due to the need of (1 processing vast amount of data faster than the relational database management systems by taking the advantage of highly scalable architecture, (2 flexible (schema-free data structure, and, (3 low latency and high performance. Despite that memory usage is not major criteria to evaluate performance of algorithms, since these databases serve the data from memory, their memory usages are also experimented alongside the time taken to complete each operation in the paper to reveal which one uses the memory most efficiently. Currently there exists over 225 NoSQL databases that provide different features and characteristics. So it is necessary to reveal which one provides better performance for different data operations. In this paper, we experiment the widely used in-memory databases to measure their performance in terms of (1 the time taken to complete operations, and (2 how efficiently they use memory during operations. As per the results reported in this paper, there is no database that provides the best performance for all data operations. It is also proved that even though a RDMS stores its data in memory, its overall performance is worse than NoSQL databases.

  7. Real-time tumor motion estimation using respiratory surrogate via memory-based learning

    International Nuclear Information System (INIS)

    Li Ruijiang; Xing Lei; Lewis, John H; Berbeco, Ross I

    2012-01-01

    Respiratory tumor motion is a major challenge in radiation therapy for thoracic and abdominal cancers. Effective motion management requires an accurate knowledge of the real-time tumor motion. External respiration monitoring devices (optical, etc) provide a noninvasive, non-ionizing, low-cost and practical approach to obtain the respiratory signal. Due to the highly complex and nonlinear relations between tumor and surrogate motion, its ultimate success hinges on the ability to accurately infer the tumor motion from respiratory surrogates. Given their widespread use in the clinic, such a method is critically needed. We propose to use a powerful memory-based learning method to find the complex relations between tumor motion and respiratory surrogates. The method first stores the training data in memory and then finds relevant data to answer a particular query. Nearby data points are assigned high relevance (or weights) and conversely distant data are assigned low relevance. By fitting relatively simple models to local patches instead of fitting one single global model, it is able to capture highly nonlinear and complex relations between the internal tumor motion and external surrogates accurately. Due to the local nature of weighting functions, the method is inherently robust to outliers in the training data. Moreover, both training and adapting to new data are performed almost instantaneously with memory-based learning, making it suitable for dynamically following variable internal/external relations. We evaluated the method using respiratory motion data from 11 patients. The data set consists of simultaneous measurement of 3D tumor motion and 1D abdominal surface (used as the surrogate signal in this study). There are a total of 171 respiratory traces, with an average peak-to-peak amplitude of ∼15 mm and average duration of ∼115 s per trace. Given only 5 s (roughly one breath) pretreatment training data, the method achieved an average 3D error of 1.5 mm and 95

  8. Real-time tumor motion estimation using respiratory surrogate via memory-based learning

    Science.gov (United States)

    Li, Ruijiang; Lewis, John H.; Berbeco, Ross I.; Xing, Lei

    2012-08-01

    Respiratory tumor motion is a major challenge in radiation therapy for thoracic and abdominal cancers. Effective motion management requires an accurate knowledge of the real-time tumor motion. External respiration monitoring devices (optical, etc) provide a noninvasive, non-ionizing, low-cost and practical approach to obtain the respiratory signal. Due to the highly complex and nonlinear relations between tumor and surrogate motion, its ultimate success hinges on the ability to accurately infer the tumor motion from respiratory surrogates. Given their widespread use in the clinic, such a method is critically needed. We propose to use a powerful memory-based learning method to find the complex relations between tumor motion and respiratory surrogates. The method first stores the training data in memory and then finds relevant data to answer a particular query. Nearby data points are assigned high relevance (or weights) and conversely distant data are assigned low relevance. By fitting relatively simple models to local patches instead of fitting one single global model, it is able to capture highly nonlinear and complex relations between the internal tumor motion and external surrogates accurately. Due to the local nature of weighting functions, the method is inherently robust to outliers in the training data. Moreover, both training and adapting to new data are performed almost instantaneously with memory-based learning, making it suitable for dynamically following variable internal/external relations. We evaluated the method using respiratory motion data from 11 patients. The data set consists of simultaneous measurement of 3D tumor motion and 1D abdominal surface (used as the surrogate signal in this study). There are a total of 171 respiratory traces, with an average peak-to-peak amplitude of ∼15 mm and average duration of ∼115 s per trace. Given only 5 s (roughly one breath) pretreatment training data, the method achieved an average 3D error of 1.5 mm and 95

  9. Google Calendar Enhances Prospective Memory in Alzheimer's Disease: A Case Report.

    Science.gov (United States)

    El Haj, Mohamad; Gallouj, Karim; Antoine, Pascal

    2017-01-01

    We investigated whether an external memory aid (i.e., Google Calendar) would alleviate prospective memory compromise in a patient with mild Alzheimer's disease. The patient was asked in the baseline phase to perform three prospective targeted events (e.g., attending her weekly bridge game at the community club) and three prospective control events (e.g., buying her weekly magazine). The same six prospective events were assessed in the intervention phase but the targeted-events were cued by Google Calendar while the control-events were not. Results showed less omission of the targeted events in the training phase than in the baseline phase, suggesting a positive effect of Google Calendar. This case report offers a unique view into how smartphone calendars may alleviate prospective memory compromise in patients with mild Alzheimer's disease.

  10. A mega-analysis of memory reports from eight peer-reviewed false memory implantation studies.

    Science.gov (United States)

    Scoboria, Alan; Wade, Kimberley A; Lindsay, D Stephen; Azad, Tanjeem; Strange, Deryn; Ost, James; Hyman, Ira E

    2017-02-01

    Understanding that suggestive practices can promote false beliefs and false memories for childhood events is important in many settings (e.g., psychotherapeutic, medical, and legal). The generalisability of findings from memory implantation studies has been questioned due to variability in estimates across studies. Such variability is partly due to false memories having been operationalised differently across studies and to differences in memory induction techniques. We explored ways of defining false memory based on memory science and developed a reliable coding system that we applied to reports from eight published implantation studies (N = 423). Independent raters coded transcripts using seven criteria: accepting the suggestion, elaboration beyond the suggestion, imagery, coherence, emotion, memory statements, and not rejecting the suggestion. Using this scheme, 30.4% of cases were classified as false memories and another 23% were classified as having accepted the event to some degree. When the suggestion included self-relevant information, an imagination procedure, and was not accompanied by a photo depicting the event, the memory formation rate was 46.1%. Our research demonstrates a useful procedure for systematically combining data that are not amenable to meta-analysis, and provides the most valid estimate of false memory formation and associated moderating factors within the implantation literature to date.

  11. The neurobiology of the human memory.

    Science.gov (United States)

    Fietta, Pierluigi; Fietta, Pieranna

    2011-01-01

    Memory can be defined as the ability to acquire, process, store, and retrieve information. Memory is indispensable for learning, adaptation, and survival of every living organism. In humans, the remembering process has acquired great flexibility and complexity, reaching close links with other mental functions, such as thinking and emotions. Changes in synaptic connectivity and interactions among multiple neural networks provide the neurobiological substrates for memory encoding, retention, and consolidation. Memory may be categorized as short-term and long-term memory (according to the storage temporal duration), as implicit and explicit memory (with respect to the consciousness of remembering), as declarative (knowing that [fact]) and procedural (knowing how [skill]) memory, or as sensory (echoic, iconic and haptil), semantic, and episodic memory (according to the various remembering domains). Significant advances have been obtained in understanding memory neurobiology, but much remains to be learned in its cognitive, psychological, and phenomenological aspects.

  12. About sleep's role in memory.

    Science.gov (United States)

    Rasch, Björn; Born, Jan

    2013-04-01

    Over more than a century of research has established the fact that sleep benefits the retention of memory. In this review we aim to comprehensively cover the field of "sleep and memory" research by providing a historical perspective on concepts and a discussion of more recent key findings. Whereas initial theories posed a passive role for sleep enhancing memories by protecting them from interfering stimuli, current theories highlight an active role for sleep in which memories undergo a process of system consolidation during sleep. Whereas older research concentrated on the role of rapid-eye-movement (REM) sleep, recent work has revealed the importance of slow-wave sleep (SWS) for memory consolidation and also enlightened some of the underlying electrophysiological, neurochemical, and genetic mechanisms, as well as developmental aspects in these processes. Specifically, newer findings characterize sleep as a brain state optimizing memory consolidation, in opposition to the waking brain being optimized for encoding of memories. Consolidation originates from reactivation of recently encoded neuronal memory representations, which occur during SWS and transform respective representations for integration into long-term memory. Ensuing REM sleep may stabilize transformed memories. While elaborated with respect to hippocampus-dependent memories, the concept of an active redistribution of memory representations from networks serving as temporary store into long-term stores might hold also for non-hippocampus-dependent memory, and even for nonneuronal, i.e., immunological memories, giving rise to the idea that the offline consolidation of memory during sleep represents a principle of long-term memory formation established in quite different physiological systems.

  13. Two measures of bilingualism in the memories of immigrants and indigenous minorities: crossover memories and codeswitching.

    Science.gov (United States)

    Altman, Carmit

    2015-04-01

    Two indices of bilingualism, crossover memories and codeswitching (CS), were explored in five groups of immigrant (English-Hebrew, Georgian-Hebrew Russian-Hebrew) and indigenous bilinguals (Arabic-Hebrew, Hebrew-English). Participants recalled memories in response to cue words and then were asked to report the language of retrieval and provide a more elaborate narrative. More memories were 'same language' memories, recalled in the language of the experimental session/cue word, but as many as 48 % of the memories were crossovers, i.e. memories reported in a language other than the language of the session/cue word. In an effort to examine the ecological validity of the self-reported language of the memories, the frequency of CS in the elaborated narratives was investigated. For the entire sample, more CS was found for self-reported crossover memories in L2 sessions. In a further analysis of CS in crossover memories, collapsed across L1 and L2 sessions, significant differences emerged between immigrants and indigenous bilinguals. Differences between immigrant and non-immigrant bilinguals are discussed in terms of the role of activation in crossover memories.

  14. Bidirectional Frontoparietal Oscillatory Systems Support Working Memory.

    Science.gov (United States)

    Johnson, Elizabeth L; Dewar, Callum D; Solbakk, Anne-Kristin; Endestad, Tor; Meling, Torstein R; Knight, Robert T

    2017-06-19

    The ability to represent and select information in working memory provides the neurobiological infrastructure for human cognition. For 80 years, dominant views of working memory have focused on the key role of prefrontal cortex (PFC) [1-8]. However, more recent work has implicated posterior cortical regions [9-12], suggesting that PFC engagement during working memory is dependent on the degree of executive demand. We provide evidence from neurological patients with discrete PFC damage that challenges the dominant models attributing working memory to PFC-dependent systems. We show that neural oscillations, which provide a mechanism for PFC to communicate with posterior cortical regions [13], independently subserve communications both to and from PFC-uncovering parallel oscillatory mechanisms for working memory. Fourteen PFC patients and 20 healthy, age-matched controls performed a working memory task where they encoded, maintained, and actively processed information about pairs of common shapes. In controls, the electroencephalogram (EEG) exhibited oscillatory activity in the low-theta range over PFC and directional connectivity from PFC to parieto-occipital regions commensurate with executive processing demands. Concurrent alpha-beta oscillations were observed over parieto-occipital regions, with directional connectivity from parieto-occipital regions to PFC, regardless of processing demands. Accuracy, PFC low-theta activity, and PFC → parieto-occipital connectivity were attenuated in patients, revealing a PFC-independent, alpha-beta system. The PFC patients still demonstrated task proficiency, which indicates that the posterior alpha-beta system provides sufficient resources for working memory. Taken together, our findings reveal neurologically dissociable PFC and parieto-occipital systems and suggest that parallel, bidirectional oscillatory systems form the basis of working memory. Copyright © 2017 The Authors. Published by Elsevier Ltd.. All rights reserved.

  15. Generation and memory for contextual detail.

    Science.gov (United States)

    Mulligan, Neil W

    2004-07-01

    Generation enhances item memory but may not enhance other aspects of memory. In 12 experiments, the author investigated the effect of generation on context memory, motivated in part by the hypothesis that generation produces a trade-off in encoding item and contextual information. Participants generated some study words (e.g., hot-c__) and read others (e.g., hot-cold). Generation consistently enhanced item memory but did not enhance context memory. More specifically, generation disrupted context memory for the color of the target word but did not affect context memory for location, background color, and cue-word color. The specificity of the negative generation effect in context memory argues against a general item-context trade-off. A processing account of generation meets greater success. In addition, the results provide no evidence that generation enhances recollection of contextual details. Copyright 2004 APA, all rights reserved

  16. External costs related to power production technologies. ExternE national implementation for Denmark

    International Nuclear Information System (INIS)

    Schleisner, L.; Sieverts Nielsen, P.

    1997-12-01

    The objective of the ExternE National Implementation project has been to establish a comprehensive and comparable set of data on externalities of power generation for all EU member states and Norway. The tasks include the application of the ExternE methodology to the most important fuel cycles for each country as well as to update the already existing results; to aggregate these site- and technology-specific results to more general figures. The current report covers the results of the national implementation for Denmark. Three different fuel cycles have been chosen as case studies. These are fuel cycles for an offshore wind farm and a wind farm on land, a decentralised CHP plant based on natural gas and a decentralised CHP plant based on biogas. The report covers all the details of the application of the methodology to these fuel cycles aggregation to a national level. (au) EU-JOULE 3. 59 tabs., 25 ills., 61 refs

  17. External costs related to power production technologies. ExternE national implementation for Denmark

    Energy Technology Data Exchange (ETDEWEB)

    Schleisner, L; Sieverts Nielsen, P

    1997-12-01

    The objective of the ExternE National Implementation project has been to establish a comprehensive and comparable set of data on externalities of power generation for all EU member states and Norway. The tasks include the application of the ExternE methodology to the most important fuel cycles for each country as well as to update the already existing results; to aggregate these site- and technology-specific results to more general figures. The current report covers the results of the national implementation for Denmark. Three different fuel cycles have been chosen as case studies. These are fuel cycles for an offshore wind farm and a wind farm on land, a decentralised CHP plant based on natural gas and a decentralised CHP plant based on biogas. The report covers all the details of the application of the methodology to these fuel cycles aggregation to a national level. (au) EU-JOULE 3. 59 tabs., 25 ills., 61 refs.

  18. Environmental externalities related to power production on biogas and natural gas based on the EU ExternE methodology

    DEFF Research Database (Denmark)

    Nielsen, Per Sieverts; Ibsen, Liselotte Schleisner

    1998-01-01

    This paper assesses the environmental impacts and external costs from selected electricity generation systems in Denmark. The assessment is carried out as part of the ExternE National Implementation, which is the second phase of the ExternE project and involves case studies from all Western...... European countries. The project use a “bottom-up” methodology to evaluate the external costs associated with a wide range of different fuel cycles. The project has identified priority impacts, where most are impacts from air emissions. Externalities due to atmospheric emissions are calculated through...

  19. Reality of near-death-experience memories: Evidence from a psychodynamic and electrophysiological integrated study

    Directory of Open Access Journals (Sweden)

    Arianna ePalmieri

    2014-06-01

    Full Text Available The nature of near-death experiences (NDEs is largely unknown but recent evidence suggests the intriguing possibility that NDEs may refer to actually perceived, and stored, experiences (although not necessarily in relation to the external physical world. We adopted an integrated approach involving a hypnosis-based clinical protocol to improve recall and decrease memory inaccuracy together with Electroencephalography (EEG recording in order to investigate the characteristics of NDE memories and their neural markers compared to memories of both real and imagined events. We included 10 participants with NDEs, defined by the Greyson NDE scale, and 10 control subjects without NDE. Memories were assessed using the Memory Characteristics Questionnaire.Our hypnosis-based protocol increased the amount of details in the recall of all kind of memories considered (NDE, real, and imagined events. Findings showed that NDE memories were similar to real memories in terms of detail richness, self-referential, and emotional information. Moreover, NDE memories were significantly different from memories of imagined events. The pattern of EEG results indicated that real memories recall was positively associated with two memory-related frequency bands, i.e., high alpha and gamma. NDE memories were linked with theta band, a well-known marker of episodic memory. The recall of NDE memories was also related to delta band, which indexes processes such as the recollection of the past, as well as trance states, hallucinations, and other related portals to transpersonal experience. It is notable that the EEG pattern of correlations for NDE memories recall differed from the pattern for memories of imagined events. In conclusion, our findings suggest that, at a phenomenological level, NDE memories cannot be considered equivalent to imagined memories, and at a neural level, NDE memories are stored as episodic memories of events experienced in a peculiar state of consciousness.

  20. Disorder-induced microscopic magnetic memory

    International Nuclear Information System (INIS)

    Pierce, M.S.; Buechler, C.R.; Sorensen, L.B.; Turner, J.J.; Kevan, S.D.; Jagla, E.A.; Deutsch, J.M.; Mai, T.; Narayan, O.; Davies, J.E.; Liu, K.; Dunn, J. Hunter; Chesnel, K.M.; Kortright, J.B.; Hellwig, O.; Fullerton, E.E.

    2005-01-01

    Using coherent x-ray speckle metrology, we have measured the influence of disorder on major loop return point memory (RPM) and complementary point memory (CPM) for a series of perpendicular anisotropy Co/Pt multilayer films. In the low disorder limit, the domain structures show no memory with field cycling - no RPM and no CPM. With increasing disorder, we observe the onset and the saturation of both the RPM and the CPM. These results provide the first direct ensemble-sensitive experimental study of the effects of varying disorder on microscopic magnetic memory and are compared against the predictions of existing theories

  1. Dreaming and offline memory consolidation.

    Science.gov (United States)

    Wamsley, Erin J

    2014-03-01

    Converging evidence suggests that dreaming is influenced by the consolidation of memory during sleep. Following encoding, recently formed memory traces are gradually stabilized and reorganized into a more permanent form of long-term storage. Sleep provides an optimal neurophysiological state to facilitate this process, allowing memory networks to be repeatedly reactivated in the absence of new sensory input. The process of memory reactivation and consolidation in the sleeping brain appears to influence conscious experience during sleep, contributing to dream content recalled on awakening. This article outlines several lines of evidence in support of this hypothesis, and responds to some common objections.

  2. Laser memory (hologram) and coincident redundant multiplex memory (CRM-memory)

    International Nuclear Information System (INIS)

    Ostojic, Branko

    1975-01-01

    It is shown that besides the memory which remembers the object by memorising of the phases of the interferenting waves of the light (i.e. hologram) it is possible to construct the memory which remembers the object by memorising of the phases of the interferenting impulses (CFM-memory). It is given the mathematical description of the memory, based on the experimental model. Although in the paper only the technical aspect of CRM memory is given. It is mentioned the possibility that the human memory has the same principle and that the invention of CRM memory is due to cybernetical analysis of the system human eye-visual cortex

  3. Doors for memory: A searchable database.

    Science.gov (United States)

    Baddeley, Alan D; Hitch, Graham J; Quinlan, Philip T; Bowes, Lindsey; Stone, Rob

    2016-11-01

    The study of human long-term memory has for over 50 years been dominated by research on words. This is partly due to lack of suitable nonverbal materials. Experience in developing a clinical test suggested that door scenes can provide an ecologically relevant and sensitive alternative to the faces and geometrical figures traditionally used to study visual memory. In pursuing this line of research, we have accumulated over 2000 door scenes providing a database that is categorized on a range of variables including building type, colour, age, condition, glazing, and a range of other physical characteristics. We describe an illustrative study of recognition memory for 100 doors tested by yes/no, two-alternative, or four-alternative forced-choice paradigms. These stimuli, together with the full categorized database, are available through a dedicated website. We suggest that door scenes provide an ecologically relevant and participant-friendly source of material for studying the comparatively neglected field of visual long-term memory.

  4. About Sleep's Role in Memory

    Science.gov (United States)

    2013-01-01

    Over more than a century of research has established the fact that sleep benefits the retention of memory. In this review we aim to comprehensively cover the field of “sleep and memory” research by providing a historical perspective on concepts and a discussion of more recent key findings. Whereas initial theories posed a passive role for sleep enhancing memories by protecting them from interfering stimuli, current theories highlight an active role for sleep in which memories undergo a process of system consolidation during sleep. Whereas older research concentrated on the role of rapid-eye-movement (REM) sleep, recent work has revealed the importance of slow-wave sleep (SWS) for memory consolidation and also enlightened some of the underlying electrophysiological, neurochemical, and genetic mechanisms, as well as developmental aspects in these processes. Specifically, newer findings characterize sleep as a brain state optimizing memory consolidation, in opposition to the waking brain being optimized for encoding of memories. Consolidation originates from reactivation of recently encoded neuronal memory representations, which occur during SWS and transform respective representations for integration into long-term memory. Ensuing REM sleep may stabilize transformed memories. While elaborated with respect to hippocampus-dependent memories, the concept of an active redistribution of memory representations from networks serving as temporary store into long-term stores might hold also for non-hippocampus-dependent memory, and even for nonneuronal, i.e., immunological memories, giving rise to the idea that the offline consolidation of memory during sleep represents a principle of long-term memory formation established in quite different physiological systems. PMID:23589831

  5. Technical basis for external dosimetry at the Waste Isolation Pilot Plant (WIPP)

    International Nuclear Information System (INIS)

    Bradley, E.W.; Wu, C.F.; Goff, T.E.

    1993-01-01

    The WIPP External Dosimetry Program, administered by Westinghouse Electric Corporation, Waste Isolation Division, for the US Department of Energy (DOE), provides external dosimetry support services for operations at the Waste Isolation Pilot Plant (WIPP) Site. These operations include the receipt, experimentation with, storage, and disposal of transuranic (TRU) wastes. This document describes the technical basis for the WIPP External Radiation Dosimetry Program. The purposes of this document are to: (1) provide assurance that the WIPP External Radiation Dosimetry Program is in compliance with all regulatory requirements, (2) provide assurance that the WIPP External Radiation Dosimetry Program is derived from a sound technical base, (3) serve as a technical reference for radiation protection personnel, and (4) aid in identifying and planning for future needs. The external radiation exposure fields are those that are documented in the WIPP Final Safety Analysis Report

  6. Altered Effective Connectivity of Hippocampus-Dependent Episodic Memory Network in mTBI Survivors

    Directory of Open Access Journals (Sweden)

    Hao Yan

    2016-01-01

    Full Text Available Traumatic brain injuries (TBIs are generally recognized to affect episodic memory. However, less is known regarding how external force altered the way functionally connected brain structures of the episodic memory system interact. To address this issue, we adopted an effective connectivity based analysis, namely, multivariate Granger causality approach, to explore causal interactions within the brain network of interest. Results presented that TBI induced increased bilateral and decreased ipsilateral effective connectivity in the episodic memory network in comparison with that of normal controls. Moreover, the left anterior superior temporal gyrus (aSTG, the concept forming hub, left hippocampus (the personal experience binding hub, and left parahippocampal gyrus (the contextual association hub were no longer network hubs in TBI survivors, who compensated for hippocampal deficits by relying more on the right hippocampus (underlying perceptual memory and the right medial frontal gyrus (MeFG in the anterior prefrontal cortex (PFC. We postulated that the overrecruitment of the right anterior PFC caused dysfunction of the strategic component of episodic memory, which caused deteriorating episodic memory in mTBI survivors. Our findings also suggested that the pattern of brain network changes in TBI survivors presented similar functional consequences to normal aging.

  7. Modeling Implicit and Explicit Memory.

    NARCIS (Netherlands)

    Raaijmakers, J.G.W.; Ohta, N.; Izawa, C.

    2005-01-01

    Mathematical models of memory are useful for describing basic processes of memory in a way that enables generalization across a number of experimental paradigms. Models that have these characteristics do not just engage in empirical curve-fitting, but may also provide explanations for puzzling

  8. PKA Increases in the Olfactory Bulb Act as Unconditioned Stimuli and Provide Evidence for Parallel Memory Systems: Pairing Odor with Increased PKA Creates Intermediate- and Long-Term, but Not Short-Term, Memories

    Science.gov (United States)

    Grimes, Matthew T.; Harley, Carolyn W.; Darby-King, Andrea; McLean, John H.

    2012-01-01

    Neonatal odor-preference memory in rat pups is a well-defined associative mammalian memory model dependent on cAMP. Previous work from this laboratory demonstrates three phases of neonatal odor-preference memory: short-term (translation-independent), intermediate-term (translation-dependent), and long-term (transcription- and…

  9. All-printed paper memory

    KAUST Repository

    He, Jr-Hau

    2016-08-11

    All-printed paper-based substrate memory devices are described. In an embodiment, a paper-based memory device is prepared by coating one or more areas of a paper substrate with a conductor material such as a carbon paste, to form a first electrode of a memory, depositing a layer of insulator material, such as titanium dioxide, over one or more areas of the conductor material, and depositing a layer of metal over one or more areas of the insulator material to form a second electrode of the memory. In an embodiment, the device can further include diodes printed between the insulator material and the second electrode, and the first electrode and the second electrodes can be formed as a crossbar structure to provide a WORM memory. The various layers and the diodes can be printed onto the paper substrate by, for example, an ink jet printer.

  10. Prospective Memory in an Air Traffic Control Simulation: External Aids that Signal when to Act

    Science.gov (United States)

    Loft, Shayne; Smith, Rebekah E.; Bhaskara, Adella

    2011-01-01

    At work and in our personal life we often need to remember to perform intended actions at some point in the future, referred to as Prospective Memory. Individuals sometimes forget to perform intentions in safety-critical work contexts. Holding intentions can also interfere with ongoing tasks. We applied theories and methods from the experimental…

  11. Social influence and mental routes to the production of authentic false memories and inauthentic false memories.

    Science.gov (United States)

    Wagner, Michael F; Skowronski, John J

    2017-05-01

    Two studies assessed the extent to which people incorporated false facts provided by bogus others into their own recognition memory reports, and how these false memory reports were affected by: (a) truth of the information in others' summaries supporting the false facts, (b) motivation to process stories and summaries, (c) source credibility, and (d) ease of remembering original facts. False memory report frequency increased when false facts in a summary were supported by true information and varied inversely with the ease with which original facts could be remembered. Results from a measure probing participants' memory perceptions suggest that some false memories are authentic: People sometimes lack awareness of both the incorporation of false facts into their memory reports and where the false facts came from. However, many false memories are inauthentic: Despite reporting a false memory, people sometimes retain knowledge of the original stimulus and/or the origin of false facts. Copyright © 2017. Published by Elsevier Inc.

  12. Working Memory: A Selective Review.

    Science.gov (United States)

    Kent, Phillip L

    2016-01-01

    The purpose of this paper is to provide a selective overview of the evolution of the concept and assessment of working memory, and how its assessment has been confused with the assessment of some components of attention. A literature search using PsychNet Gold was conducted using the terms working memory. In addition, the writer reviewed recommendations from a sampling of recent neuropsychology texts in regard to the assessment of attention and working memory, as well as the two most recent editions of the Wechsler Memory Scale. It is argued that many clinicians have an incomplete understanding of the relationship between attention and working memory, and often conflate the two in assessment and treatment. Suggestions were made for assessing these abilities.

  13. The role of rehearsal and generation in false memory creation.

    Science.gov (United States)

    Marsh, Elizabeth J; Bower, Gordon H

    2004-11-01

    The current research investigated one possible mechanism underlying false memories in the Deese-Roediger-McDermott (DRM) paradigm. In the DRM paradigm, participants who study lists of related words (e.g., "table, sitting, bench ...") frequently report detailed memories for the centrally related but non-presented critical lure (e.g., "chair"). One possibility is that participants covertly call to mind the critical non-presented lure during the study phase, and later misattribute memory for this internally generated event to its external presentation. To investigate this, the DRM paradigm was modified to allow collection of on-line thoughts during the study phase. False recognition increased following generation during study. False recognition also increased following study of longer lists; this effect was partially explained by the fact that longer lists were more likely to elicit generations of the critical lure during study. Generation of the lure during study contributes to later false recognition, although it does not explain the entire effect.

  14. The chemotherapeutic agent paclitaxel selectively impairs learning while sparing source memory and spatial memory.

    Science.gov (United States)

    Smith, Alexandra E; Slivicki, Richard A; Hohmann, Andrea G; Crystal, Jonathon D

    2017-03-01

    Chemotherapeutic agents are widely used to treat patients with systemic cancer. The efficacy of these therapies is undermined by their adverse side-effect profiles such as cognitive deficits that have a negative impact on the quality of life of cancer survivors. Cognitive side effects occur across a variety of domains, including memory, executive function, and processing speed. Such impairments are exacerbated under cognitive challenges and a subgroup of patients experience long-term impairments. Episodic memory in rats can be examined using a source memory task. In the current study, rats received paclitaxel, a taxane-derived chemotherapeutic agent, and learning and memory functioning was examined using the source memory task. Treatment with paclitaxel did not impair spatial and episodic memory, and paclitaxel treated rats were not more susceptible to cognitive challenges. Under conditions in which memory was not impaired, paclitaxel treatment impaired learning of new rules, documenting a decreased sensitivity to changes in experimental contingencies. These findings provide new information on the nature of cancer chemotherapy-induced cognitive impairments, particularly regarding the incongruent vulnerability of episodic memory and new learning following treatment with paclitaxel. Copyright © 2016 Elsevier B.V. All rights reserved.

  15. On the persuadability of memory: Is changing people's memories no more than changing their minds?

    Science.gov (United States)

    Nash, Robert A; Wheeler, Rebecca L; Hope, Lorraine

    2015-05-01

    The observation of parallels between the memory distortion and persuasion literatures leads, quite logically, to the appealing notion that people can be 'persuaded' to change their memories. Indeed, numerous studies show that memory can be influenced and distorted by a variety of persuasive tactics, and the theoretical accounts commonly used by researchers to explain episodic and autobiographical memory distortion phenomena can generally predict and explain these persuasion effects. Yet, despite these empirical and theoretical overlaps, explicit reference to persuasion and attitude-change research in the memory distortion literature is surprisingly rare. In this paper, we argue that stronger theoretical foundations are needed to draw the memory distortion and persuasion literatures together in a productive direction. We reason that theoretical approaches to remembering that distinguish (false) beliefs in the occurrence of events from (false) memories of those events - compatible with a source monitoring approach - would be beneficial to this end. Such approaches, we argue, would provide a stronger platform to use persuasion findings to enhance the psychological understanding of memory distortion. © 2014 The British Psychological Society.

  16. Sleep loss produces false memories.

    Directory of Open Access Journals (Sweden)

    Susanne Diekelmann

    Full Text Available People sometimes claim with high confidence to remember events that in fact never happened, typically due to strong semantic associations with actually encoded events. Sleep is known to provide optimal neurobiological conditions for consolidation of memories for long-term storage, whereas sleep deprivation acutely impairs retrieval of stored memories. Here, focusing on the role of sleep-related memory processes, we tested whether false memories can be created (a as enduring memory representations due to a consolidation-associated reorganization of new memory representations during post-learning sleep and/or (b as an acute retrieval-related phenomenon induced by sleep deprivation at memory testing. According to the Deese, Roediger, McDermott (DRM false memory paradigm, subjects learned lists of semantically associated words (e.g., "night", "dark", "coal",..., lacking the strongest common associate or theme word (here: "black". Subjects either slept or stayed awake immediately after learning, and they were either sleep deprived or not at recognition testing 9, 33, or 44 hours after learning. Sleep deprivation at retrieval, but not sleep following learning, critically enhanced false memories of theme words. This effect was abolished by caffeine administration prior to retrieval, indicating that adenosinergic mechanisms can contribute to the generation of false memories associated with sleep loss.

  17. High estradiol levels improve false memory rates and meta-memory in highly schizotypal women.

    Science.gov (United States)

    Hodgetts, Sophie; Hausmann, Markus; Weis, Susanne

    2015-10-30

    Overconfidence in false memories is often found in patients with schizophrenia and healthy participants with high levels of schizotypy, indicating an impairment of meta-cognition within the memory domain. In general, cognitive control is suggested to be modulated by natural fluctuations in oestrogen. However, whether oestrogen exerts beneficial effects on meta-memory has not yet been investigated. The present study sought to provide evidence that high levels of schizotypy are associated with increased false memory rates and overconfidence in false memories, and that these processes may be modulated by natural differences in estradiol levels. Using the Deese-Roediger-McDermott paradigm, it was found that highly schizotypal participants with high estradiol produced significantly fewer false memories than those with low estradiol. No such difference was found within the low schizotypy participants. Highly schizotypal participants with high estradiol were also less confident in their false memories than those with low estradiol; low schizotypy participants with high estradiol were more confident. However, these differences only approached significance. These findings suggest that the beneficial effect of estradiol on memory and meta-memory observed in healthy participants is specific to highly schizotypal individuals and might be related to individual differences in baseline dopaminergic activity. Copyright © 2015 Elsevier Ireland Ltd. All rights reserved.

  18. When your face describes your memories: facial expressions during retrieval of autobiographical memories.

    Science.gov (United States)

    El Haj, Mohamad; Daoudi, Mohamed; Gallouj, Karim; Moustafa, Ahmed A; Nandrino, Jean-Louis

    2018-05-11

    Thanks to the current advances in the software analysis of facial expressions, there is a burgeoning interest in understanding emotional facial expressions observed during the retrieval of autobiographical memories. This review describes the research on facial expressions during autobiographical retrieval showing distinct emotional facial expressions according to the characteristics of retrieved memoires. More specifically, this research demonstrates that the retrieval of emotional memories can trigger corresponding emotional facial expressions (e.g. positive memories may trigger positive facial expressions). Also, this study demonstrates the variations of facial expressions according to specificity, self-relevance, or past versus future direction of memory construction. Besides linking research on facial expressions during autobiographical retrieval to cognitive and affective characteristics of autobiographical memory in general, this review positions this research within the broader context research on the physiologic characteristics of autobiographical retrieval. We also provide several perspectives for clinical studies to investigate facial expressions in populations with deficits in autobiographical memory (e.g. whether autobiographical overgenerality in neurologic and psychiatric populations may trigger few emotional facial expressions). In sum, this review paper demonstrates how the evaluation of facial expressions during autobiographical retrieval may help understand the functioning and dysfunctioning of autobiographical memory.

  19. Immune memory in invertebrates.

    Science.gov (United States)

    Milutinović, Barbara; Kurtz, Joachim

    2016-08-01

    Evidence for innate immune memory (or 'priming') in invertebrates has been accumulating over the last years. We here provide an in-depth review of the current state of evidence for immune memory in invertebrates, and in particular take a phylogenetic viewpoint. Invertebrates are a very heterogeneous group of animals and accordingly, evidence for the phenomenon of immune memory as well as the hypothesized molecular underpinnings differ largely for the diverse invertebrate taxa. The majority of research currently focuses on Arthropods, while evidence from many other groups of invertebrates is fragmentary or even lacking. We here concentrate on immune memory that is induced by pathogenic challenges, but also extent our view to a non-pathogenic context, i.e. allograft rejection, which can also show forms of memory and can inform us about general principles of specific self-nonself recognition. We discuss definitions of immune memory and a number of relevant aspects such as the type of antigens used, the route of exposure, and the kinetics of reactions following priming. Copyright © 2016 Elsevier Ltd. All rights reserved.

  20. Deciphering Neural Codes of Memory during Sleep

    Science.gov (United States)

    Chen, Zhe; Wilson, Matthew A.

    2017-01-01

    Memories of experiences are stored in the cerebral cortex. Sleep is critical for consolidating hippocampal memory of wake experiences into the neocortex. Understanding representations of neural codes of hippocampal-neocortical networks during sleep would reveal important circuit mechanisms on memory consolidation, and provide novel insights into memory and dreams. Although sleep-associated ensemble spike activity has been investigated, identifying the content of memory in sleep remains challenging. Here, we revisit important experimental findings on sleep-associated memory (i.e., neural activity patterns in sleep that reflect memory processing) and review computational approaches for analyzing sleep-associated neural codes (SANC). We focus on two analysis paradigms for sleep-associated memory, and propose a new unsupervised learning framework (“memory first, meaning later”) for unbiased assessment of SANC. PMID:28390699

  1. Common mechanisms of spatial attention in memory and perception: a tactile dual-task study.

    Science.gov (United States)

    Katus, Tobias; Andersen, Søren K; Müller, Matthias M

    2014-03-01

    Orienting attention to locations in mnemonic representations engages processes that functionally and anatomically overlap the neural circuitry guiding prospective shifts of spatial attention. The attention-based rehearsal account predicts that the requirement to withdraw attention from a memorized location impairs memory accuracy. In a dual-task study, we simultaneously presented retro-cues and pre-cues to guide spatial attention in short-term memory (STM) and perception, respectively. The spatial direction of each cue was independent of the other. The locations indicated by the combined cues could be compatible (same hand) or incompatible (opposite hands). Incompatible directional cues decreased lateralized activity in brain potentials evoked by visual cues, indicating interference in the generation of prospective attention shifts. The detection of external stimuli at the prospectively cued location was impaired when the memorized location was part of the perceptually ignored hand. The disruption of attention-based rehearsal by means of incompatible pre-cues reduced memory accuracy and affected encoding of tactile test stimuli at the retrospectively cued hand. These findings highlight the functional significance of spatial attention for spatial STM. The bidirectional interactions between both tasks demonstrate that spatial attention is a shared neural resource of a capacity-limited system that regulates information processing in internal and external stimulus representations.

  2. A Role for the Left Angular Gyrus in Episodic Simulation and Memory.

    Science.gov (United States)

    Thakral, Preston P; Madore, Kevin P; Schacter, Daniel L

    2017-08-23

    Functional magnetic resonance imaging (fMRI) studies indicate that episodic simulation (i.e., imagining specific future experiences) and episodic memory (i.e., remembering specific past experiences) are associated with enhanced activity in a common set of neural regions referred to as the core network. This network comprises the hippocampus, medial prefrontal cortex, and left angular gyrus, among other regions. Because fMRI data are correlational, it is unknown whether activity increases in core network regions are critical for episodic simulation and episodic memory. In the current study, we used MRI-guided transcranial magnetic stimulation (TMS) to assess whether temporary disruption of the left angular gyrus would impair both episodic simulation and memory (16 participants, 10 females). Relative to TMS to a control site (vertex), disruption of the left angular gyrus significantly reduced the number of internal (i.e., episodic) details produced during the simulation and memory tasks, with a concomitant increase in external detail production (i.e., semantic, repetitive, or off-topic information), reflected by a significant detail by TMS site interaction. Difficulty in the simulation and memory tasks also increased after TMS to the left angular gyrus relative to the vertex. In contrast, performance in a nonepisodic control task did not differ statistically as a function of TMS site (i.e., number of free associates produced or difficulty in performing the free associate task). Together, these results are the first to demonstrate that the left angular gyrus is critical for both episodic simulation and episodic memory. SIGNIFICANCE STATEMENT Humans have the ability to imagine future episodes (i.e., episodic simulation) and remember episodes from the past (i.e., episodic memory). A wealth of neuroimaging studies have revealed that these abilities are associated with enhanced activity in a core network of neural regions, including the hippocampus, medial prefrontal

  3. [Evaluation of memory in acquired brain injury: a comparison between the Wechsler Memory Scale and the Rivermead Behaviour Memory Test].

    Science.gov (United States)

    Guinea-Hidalgo, A; Luna-Lario, P; Tirapu-Ustárroz, J

    Learning processes and memory are frequently compromised in acquired brain injury (ABI), while at the same time such involvement is often heterogeneous and a source of deficits in other cognitive capacities and significant functional limitations. A good neuropsychological evaluation of memory is designed to study not only the type, intensity and nature of the problems, but also the way they manifest in daily life. This study examines the correlation between a traditional memory test, the Wechsler Memory Scale-III (WMS-III), and a memory test that is considered to be functional, the Rivermead Behavioural Memory Test (RBMT), in a sample of 60 patients with ABI. All the correlations that were observed were moderate. Greater correlations were found among the verbal memory subtests than among the visual memory tests. An important number of subjects with below-normal scalar scores on the WMS-III correctly performed (either fully or partially) the corresponding test in the RBMT. The joint use of the WMS-III and RBMT in evaluation can provide a more comprehensive analysis of the memory deficits and their rehabilitation. The lower scores obtained in the WMS-III compared to those of the RBMT indicate greater sensitivity of the former. Nevertheless, further testing needs to be carried out in the future to compare the performance in the tests after the patients and those around them have subjectively assessed their functional limitations. This would make it possible to determine which of the two tests offers the best balance between sensitivity and specificity, as well as a higher predictive value.

  4. Dual Coding and Bilingual Memory.

    Science.gov (United States)

    Paivio, Allan; Lambert, Wallace

    1981-01-01

    Describes study which tested a dual coding approach to bilingual memory using tasks that permit comparison of the effects of bilingual encoding with verbal-nonverbal dual encoding items. Results provide strong support for a version of the independent or separate stories view of bilingual memory. (Author/BK)

  5. Working memory and simultaneous interpreting

    OpenAIRE

    Timarova, Sarka

    2009-01-01

    Working memory is a cognitive construct underlying a number of abilities, and it has been hypothesised for many years that it is crucial for interpreting. A number of studies have been conducted with the aim to support this hypothesis, but research has not yielded convincing results. Most researchers focused on studying working memory differences between interpreters and non-interpreters with the rationale that differences in working memory between the two groups would provide evidence of wor...

  6. A light writable microfluidic "flash memory": optically addressed actuator array with latched operation for microfluidic applications.

    Science.gov (United States)

    Hua, Zhishan; Pal, Rohit; Srivannavit, Onnop; Burns, Mark A; Gulari, Erdogan

    2008-03-01

    This paper presents a novel optically addressed microactuator array (microfluidic "flash memory") with latched operation. Analogous to the address-data bus mediated memory address protocol in electronics, the microactuator array consists of individual phase-change based actuators addressed by localized heating through focused light patterns (address bus), which can be provided by a modified projector or high power laser pointer. A common pressure manifold (data bus) for the entire array is used to generate large deflections of the phase change actuators in the molten phase. The use of phase change material as the working media enables latched operation of the actuator array. After the initial light "writing" during which the phase is temporarily changed to molten, the actuated status is self-maintained by the solid phase of the actuator without power and pressure inputs. The microfluidic flash memory can be re-configured by a new light illumination pattern and common pressure signal. The proposed approach can achieve actuation of arbitrary units in a large-scale array without the need for complex external equipment such as solenoid valves and electrical modules, which leads to significantly simplified system implementation and compact system size. The proposed work therefore provides a flexible, energy-efficient, and low cost multiplexing solution for microfluidic applications based on physical displacements. As an example, the use of the latched microactuator array as "normally closed" or "normally open" microvalves is demonstrated. The phase-change wax is fully encapsulated and thus immune from contamination issues in fluidic environments.

  7. Topological Schemas of Memory Spaces

    Science.gov (United States)

    Babichev, Andrey; Dabaghian, Yuri A.

    2018-01-01

    Hippocampal cognitive map—a neuronal representation of the spatial environment—is widely discussed in the computational neuroscience literature for decades. However, more recent studies point out that hippocampus plays a major role in producing yet another cognitive framework—the memory space—that incorporates not only spatial, but also non-spatial memories. Unlike the cognitive maps, the memory spaces, broadly understood as “networks of interconnections among the representations of events,” have not yet been studied from a theoretical perspective. Here we propose a mathematical approach that allows modeling memory spaces constructively, as epiphenomena of neuronal spiking activity and thus to interlink several important notions of cognitive neurophysiology. First, we suggest that memory spaces have a topological nature—a hypothesis that allows treating both spatial and non-spatial aspects of hippocampal function on equal footing. We then model the hippocampal memory spaces in different environments and demonstrate that the resulting constructions naturally incorporate the corresponding cognitive maps and provide a wider context for interpreting spatial information. Lastly, we propose a formal description of the memory consolidation process that connects memory spaces to the Morris' cognitive schemas-heuristic representations of the acquired memories, used to explain the dynamics of learning and memory consolidation in a given environment. The proposed approach allows evaluating these constructs as the most compact representations of the memory space's structure. PMID:29740306

  8. Topological Schemas of Memory Spaces

    Directory of Open Access Journals (Sweden)

    Andrey Babichev

    2018-04-01

    Full Text Available Hippocampal cognitive map—a neuronal representation of the spatial environment—is widely discussed in the computational neuroscience literature for decades. However, more recent studies point out that hippocampus plays a major role in producing yet another cognitive framework—the memory space—that incorporates not only spatial, but also non-spatial memories. Unlike the cognitive maps, the memory spaces, broadly understood as “networks of interconnections among the representations of events,” have not yet been studied from a theoretical perspective. Here we propose a mathematical approach that allows modeling memory spaces constructively, as epiphenomena of neuronal spiking activity and thus to interlink several important notions of cognitive neurophysiology. First, we suggest that memory spaces have a topological nature—a hypothesis that allows treating both spatial and non-spatial aspects of hippocampal function on equal footing. We then model the hippocampal memory spaces in different environments and demonstrate that the resulting constructions naturally incorporate the corresponding cognitive maps and provide a wider context for interpreting spatial information. Lastly, we propose a formal description of the memory consolidation process that connects memory spaces to the Morris' cognitive schemas-heuristic representations of the acquired memories, used to explain the dynamics of learning and memory consolidation in a given environment. The proposed approach allows evaluating these constructs as the most compact representations of the memory space's structure.

  9. Physical principles and current status of emerging non-volatile solid state memories

    Science.gov (United States)

    Wang, L.; Yang, C.-H.; Wen, J.

    2015-07-01

    Today the influence of non-volatile solid-state memories on persons' lives has become more prominent because of their non-volatility, low data latency, and high robustness. As a pioneering technology that is representative of non-volatile solidstate memories, flash memory has recently seen widespread application in many areas ranging from electronic appliances, such as cell phones and digital cameras, to external storage devices such as universal serial bus (USB) memory. Moreover, owing to its large storage capacity, it is expected that in the near future, flash memory will replace hard-disk drives as a dominant technology in the mass storage market, especially because of recently emerging solid-state drives. However, the rapid growth of the global digital data has led to the need for flash memories to have larger storage capacity, thus requiring a further downscaling of the cell size. Such a miniaturization is expected to be extremely difficult because of the well-known scaling limit of flash memories. It is therefore necessary to either explore innovative technologies that can extend the areal density of flash memories beyond the scaling limits, or to vigorously develop alternative non-volatile solid-state memories including ferroelectric random-access memory, magnetoresistive random-access memory, phase-change random-access memory, and resistive random-access memory. In this paper, we review the physical principles of flash memories and their technical challenges that affect our ability to enhance the storage capacity. We then present a detailed discussion of novel technologies that can extend the storage density of flash memories beyond the commonly accepted limits. In each case, we subsequently discuss the physical principles of these new types of non-volatile solid-state memories as well as their respective merits and weakness when utilized for data storage applications. Finally, we predict the future prospects for the aforementioned solid-state memories for

  10. NMDA receptors are not required for pattern completion during associative memory recall.

    Directory of Open Access Journals (Sweden)

    Bing Mei

    2011-04-01

    Full Text Available Pattern completion, the ability to retrieve complete memories initiated by subsets of external cues, has been a major focus of many computation models. A previously study reports that such pattern completion requires NMDA receptors in the hippocampus. However, such a claim was derived from a non-inducible gene knockout experiment in which the NMDA receptors were absent throughout all stages of memory processes as well as animal's adult life. This raises the critical question regarding whether the previously described results were truly resulting from the requirement of the NMDA receptors in retrieval. Here, we have examined the role of the NMDA receptors in pattern completion via inducible knockout of NMDA receptors limited to the memory retrieval stage. By using two independent mouse lines, we found that inducible knockout mice, lacking NMDA receptor in either forebrain or hippocampus CA1 region at the time of memory retrieval, exhibited normal recall of associative spatial reference memory regardless of whether retrievals took place under full-cue or partial-cue conditions. Moreover, systemic antagonism of NMDA receptor during retention tests also had no effect on full-cue or partial-cue recall of spatial water maze memories. Thus, both genetic and pharmacological experiments collectively demonstrate that pattern completion during spatial associative memory recall does not require the NMDA receptor in the hippocampus or forebrain.

  11. Vortical structures for nanomagnetic memory induced by dipole-dipole interaction in monolayer disks

    Science.gov (United States)

    Liu, Zhaosen; Ciftja, Orion; Zhang, Xichao; Zhou, Yan; Ian, Hou

    2018-05-01

    It is well known that magnetic domains in nanodisks can be used as storage units for computer memory. Using two quantum simulation approaches, we show here that spin vortices on magnetic monolayer nanodisks, which are chirality-free, can be induced by dipole-dipole interaction (DDI) on the disk-plane. When DDI is sufficiently strong, vortical and anti-vortical multi-domain textures can be generated simultaneously. Especially, a spin vortex can be easily created and deleted through either external magnetic or electrical signals, making them ideal to be used in nanomagnetic memory and logical devices. We demonstrate these properties in our simulations.

  12. Rectal necrosis following external radiation therapy for carcinoma of the prostate: report of a case

    International Nuclear Information System (INIS)

    Quan, S.H.Q.; O'Kelly, P.J.

    1975-01-01

    Increasing attention is being paid to the use of radiation therapy in the management of primary carcinoma of the prostate. Since 1965, radical radiation therapy has been used at Memorial Hospital to treat primary carcinoma of the prostate. Small primary tumors are treated by implantation with radioactive iodine ( 125 I) seeds and larger tumors considered unsuitable for implantation are treated by external supervoltage beam therapy. Fifty patients had been treated by implantation and 30 by external beam therapy at the time of this report. None of the patients treated by implantation developed rectal symptoms. Proctitis developed in all patients treated by external radiation therapy and in half the patients chronic proctitis ensued, accompanied by the passage of mucus. The constant leaking of mucus through the anal sphincter produces irritation of the skin and intermittent attacks of pruritus ani, a discomfiting sequel. Apart from the proctitis, most patients tolerated treatment well, with one notable exception, in whom rectal necrosis developed. This case is described

  13. Memory-Focused Cognitive Therapy for Cocaine Use Disorder: Theory, Procedures and Preliminary Evidence From an External Pilot Randomised Controlled Trial

    Directory of Open Access Journals (Sweden)

    John Marsden

    2018-03-01

    Full Text Available Background: Cocaine use disorder (CUD is a debilitating condition with no NICE-recommended medication or specific psychosocial interventions. In the United Kingdom (UK, general counselling (treatment-as-usual; TAU is widely delivered, but has limited effectiveness. We tested the feasibility, safety and preliminary efficacy of a novel, adjunctive psychosocial intervention for CUD, called ‘memory-focused cognitive therapy’ (MFCT. Methods: We did a two-arm, external pilot randomised controlled trial at a specialist community National Health Service addictions clinic in London, UK. 30 adults (≥18 years, voluntarily seeking treatment for CUD (enrolled ≥14 days; all with moderate-to-severe DSM5 CUD, were individually randomised (1:1 to a control group (ongoing TAU; 3 × 90 min CUD cognitive conceptualisation assessments; 2 × 30 min cocaine-related cue-induction procedures; and 3 × 30 min research follow-ups; or to an intervention group (ongoing TAU; 3 × 90 min cognitive conceptualisation assessments; 2 × 30 min cocaine-related cue-induction procedures; 5 × 120 min, one-to-one, MFCT sessions [in 1 week]; and 3 × 60 min research follow-ups and MFCT-relapse prevention.The primary outcome was the total percentage score on the frequency version of the Craving Experiences Questionnaire (CEQ-F at 1-month follow-up after the intensive intervention week (clinical endpoint; recall period past 2 weeks; higher score indicating greater craving. Secondary outcomes at the 1-month follow-up were percentage days abstinent (PDA from cocaine, and longest period (days of continuous abstinence (LPA in the prior 28 days.Outcomes were analysed as an unadjusted group mean difference (with Hedge's g effect size [ES] and a 95% Confidence Interval [CI] for the primary outcome and a 90% CI for the secondary outcomes. Exploratory, multivariable linear (primary outcome and Poisson regression models (secondary outcomes, with sex, age, months

  14. Neurostimulation for Memory Enhancement in Epilepsy.

    Science.gov (United States)

    Meisenhelter, Stephen; Jobst, Barbara C

    2018-04-19

    Memory is one of the top concerns of epilepsy patients, but there are no known treatments to directly alleviate the memory deficits associated with epilepsy. Neurostimulation may provide new therapeutic tools to enhance memory in epilepsy patients. Here, we critically review recent investigations of memory enhancement using transcranial electrical stimulation (tES), transcranial magnetic stimulation (TMS), vagus nerve stimulation (VNS), chronic intracranial stimulation, and acute intracranial stimulation. Existing literature suggests that transcranial direct current stimulation (tDCS) produces a small enhancement in memory in neuropsychological patients, but transcranial alternating current stimulation (tACS) and transcranial random noise stimulation (tRNS) have not been found to have an effect on memory. Most studies of transcranial magnetic stimulation (TMS) have found that TMS has no positive effect on memory. Vagus nerve stimulation can acutely enhance memory, while chronic therapy does not appear to alter memory performance. We found that there is the most evidence for significant memory enhancement using intracranial stimulation techniques, especially chronic stimulation of the fornix and task-responsive stimulation of the lateral temporal lobe. Presently, there are no existing therapeutic options for directly treating epilepy-related memory deficits. While neurostimulation technologies for memory enhancement are largely still in the experimental phase, neurostimulation appears promising as a future technique for treating epilepsy-related memory deficits.

  15. The Sensory Nature of Episodic Memory: Sensory Priming Effects Due to Memory Trace Activation

    Science.gov (United States)

    Brunel, Lionel; Labeye, Elodie; Lesourd, Mathieu; Versace, Remy

    2009-01-01

    The aim of this study was to provide evidence that memory and perceptual processing are underpinned by the same mechanisms. Specifically, the authors conducted 3 experiments that emphasized the sensory aspect of memory traces. They examined their predictions with a short-term priming paradigm based on 2 distinct phases: a learning phase consisting…

  16. The Structure of Human Memory. Technical Report No. 321.

    Science.gov (United States)

    Brewer, William F.; Pani, John R.

    The four sections of this paper provide an analysis of the structure of human memory. The first section, intended to provide a clear example of personal memory, examines a hypothetical episode in the life of an undergraduate student, and shows how one episode can give rise to three different forms of memory: personal, semantic, and rote…

  17. EPS Mid-Career Award 2011. Are there multiple memory systems? Tests of models of implicit and explicit memory.

    Science.gov (United States)

    Shanks, David R; Berry, Christopher J

    2012-01-01

    This article reviews recent work aimed at developing a new framework, based on signal detection theory, for understanding the relationship between explicit (e.g., recognition) and implicit (e.g., priming) memory. Within this framework, different assumptions about sources of memorial evidence can be framed. Application to experimental results provides robust evidence for a single-system model in preference to multiple-systems models. This evidence comes from several sources including studies of the effects of amnesia and ageing on explicit and implicit memory. The framework allows a range of concepts in current memory research, such as familiarity, recollection, fluency, and source memory, to be linked to implicit memory. More generally, this work emphasizes the value of modern computational modelling techniques in the study of learning and memory.

  18. Remapping high-capacity, pre-attentive, fragile sensory memory.

    Science.gov (United States)

    Zerr, Paul; Gayet, Surya; Mulder, Kees; Pinto, Yaïr; Sligte, Ilja; Van der Stigchel, Stefan

    2017-11-21

    Humans typically make several saccades per second. This provides a challenge for the visual system as locations are largely coded in retinotopic (eye-centered) coordinates. Spatial remapping, the updating of retinotopic location coordinates of items in visuospatial memory, is typically assumed to be limited to robust, capacity-limited and attention-demanding working memory (WM). Are pre-attentive, maskable, sensory memory representations (e.g. fragile memory, FM) also remapped? We directly compared trans-saccadic WM (tWM) and trans-saccadic FM (tFM) in a retro-cue change-detection paradigm. Participants memorized oriented rectangles, made a saccade and reported whether they saw a change in a subsequent display. On some trials a retro-cue indicated the to-be-tested item prior to probe onset. This allowed sensory memory items to be included in the memory capacity estimate. The observed retro-cue benefit demonstrates a tFM capacity considerably above tWM. This provides evidence that some, if not all sensory memory was remapped to spatiotopic (world-centered, task-relevant) coordinates. In a second experiment, we show backward masks to be effective in retinotopic as well as spatiotopic coordinates, demonstrating that FM was indeed remapped to world-centered coordinates. Together this provides conclusive evidence that trans-saccadic spatial remapping is not limited to higher-level WM processes but also occurs for sensory memory representations.

  19. How does the sparse memory "engram" neurons encode the memory of a spatial-temporal event?

    Directory of Open Access Journals (Sweden)

    Ji-Song Guan

    2016-08-01

    Full Text Available Episodic memory in human brain is not a fixed 2-D picture but a highly dynamic movie serial, integrating information at both the temporal and the spatial domains. Recent studies in neuroscience reveal that memory storage and recall are closely related to the activities in discrete memory engram (trace neurons within the dentate gyrus region of hippocampus and the layer 2/3 of neocortex. More strikingly, optogenetic reactivation of those memory trace neurons is able to trigger the recall of naturally encoded memory. It is still unknown how the discrete memory traces encode and reactivate the memory. Considering a particular memory normally represents a natural event, which consists of information at both the temporal and spatial domains, it is unknown how the discrete trace neurons could reconstitute such enriched information in the brain. Furthermore, as the optogenetic-stimuli induced recall of memory did not depend on firing pattern of the memory traces, it is most likely that the spatial activation pattern, but not the temporal activation pattern of the discrete memory trace neurons encodes the memory in the brain. How does the neural circuit convert the activities in the spatial domain into the temporal domain to reconstitute memory of a natural event? By reviewing the literature, here we present how the memory engram (trace neurons are selected and consolidated in the brain. Then, we will discuss the main challenges in the memory trace theory. In the end, we will provide a plausible model of memory trace cell network, underlying the conversion of neural activities between the spatial domain and the temporal domain. We will also discuss on how the activation of sparse memory trace neurons might trigger the replay of neural activities in specific temporal patterns.

  20. The impact of early shame memories in Binge Eating Disorder: The mediator effect of current body image shame and cognitive fusion.

    Science.gov (United States)

    Duarte, Cristiana; Pinto-Gouveia, José

    2017-12-01

    This study examined the phenomenology of shame experiences from childhood and adolescence in a sample of women with Binge Eating Disorder. Moreover, a path analysis was investigated testing whether the association between shame-related memories which are traumatic and central to identity, and binge eating symptoms' severity, is mediated by current external shame, body image shame and body image cognitive fusion. Participants in this study were 114 patients, who were assessed through the Eating Disorder Examination and the Shame Experiences Interview, and through self-report measures of external shame, body image shame, body image cognitive fusion and binge eating symptoms. Shame experiences where physical appearance was negatively commented or criticized by others were the most frequently recalled. A path analysis showed a good fit between the hypothesised mediational model and the data. The traumatic and centrality qualities of shame-related memories predicted current external shame, especially body image shame. Current shame feelings were associated with body image cognitive fusion, which, in turn, predicted levels of binge eating symptomatology. Findings support the relevance of addressing early shame-related memories and negative affective and self-evaluative experiences, namely related to body image, in the understanding and management of binge eating. Copyright © 2017 Elsevier B.V. All rights reserved.

  1. Skin effector memory T cells do not recirculate and provide immune protection in alemtuzumab-treated CTCL patients.

    Science.gov (United States)

    Clark, Rachael A; Watanabe, Rei; Teague, Jessica E; Schlapbach, Christoph; Tawa, Marianne C; Adams, Natalie; Dorosario, Andrew A; Chaney, Keri S; Cutler, Corey S; Leboeuf, Nicole R; Carter, Joi B; Fisher, David C; Kupper, Thomas S

    2012-01-18

    Cutaneous T cell lymphoma (CTCL) is a cancer of skin-homing T cells with variants that include leukemic CTCL (L-CTCL), a malignancy of central memory T cells (T(CM)), and mycosis fungoides (MF), a malignancy of skin resident effector memory T cells (T(EM)). We report that low-dose alemtuzumab (αCD52) effectively treated patients with refractory L-CTCL but not MF. Alemtuzumab depleted all T cells in blood and depleted both benign and malignant T(CM) from skin, but a diverse population of skin resident T(EM) remained in skin after therapy. T cell depletion with alemtuzumab required the presence of neutrophils, a cell type frequent in blood but rare in normal skin. These data suggest that T(CM) were depleted because they recirculate between the blood and the skin, whereas skin resident T(EM) were spared because they are sessile and non-recirculating. After alemtuzumab treatment, skin T cells produced lower amounts of interleukin-4 and higher amounts of interferon-γ. Moreover, there was a marked lack of infections in alemtuzumab-treated L-CTCL patients despite the complete absence of T cells in the blood, suggesting that skin resident T(EM) can protect the skin from pathogens even in the absence of T cell recruitment from the circulation. Together, these data suggest that alemtuzumab may treat refractory L-CTCL without severely compromising the immune response to infection by depleting circulating T(CM) but sparing the skin resident T(EM) that provide local immune protection of the skin.

  2. Controlled transport of solitons and bubbles using external perturbations

    International Nuclear Information System (INIS)

    Gonzalez, J.A.; Marcano, A.; Mello, B.A.; Trujillo, L.

    2006-01-01

    We investigate generalized soliton-bearing systems in the presence of external perturbations. We show the possibility of the transport of solitons using external waves, provided the waveform and its velocity satisfy certain conditions. We also investigate the stabilization and transport of bubbles using external perturbations in 3D-systems. We also present the results of real experiments with laser-induced vapor bubbles in liquids

  3. Paging memory from random access memory to backing storage in a parallel computer

    Science.gov (United States)

    Archer, Charles J; Blocksome, Michael A; Inglett, Todd A; Ratterman, Joseph D; Smith, Brian E

    2013-05-21

    Paging memory from random access memory (`RAM`) to backing storage in a parallel computer that includes a plurality of compute nodes, including: executing a data processing application on a virtual machine operating system in a virtual machine on a first compute node; providing, by a second compute node, backing storage for the contents of RAM on the first compute node; and swapping, by the virtual machine operating system in the virtual machine on the first compute node, a page of memory from RAM on the first compute node to the backing storage on the second compute node.

  4. Brain substrates of implicit and explicit memory: the importance of concurrently acquired neural signals of both memory types.

    Science.gov (United States)

    Voss, Joel L; Paller, Ken A

    2008-11-01

    A comprehensive understanding of human memory requires cognitive and neural descriptions of memory processes along with a conception of how memory processing drives behavioral responses and subjective experiences. One serious challenge to this endeavor is that an individual memory process is typically operative within a mix of other contemporaneous memory processes. This challenge is particularly disquieting in the context of implicit memory, which, unlike explicit memory, transpires without the subject necessarily being aware of memory retrieval. Neural correlates of implicit memory and neural correlates of explicit memory are often investigated in different experiments using very different memory tests and procedures. This strategy poses difficulties for elucidating the interactions between the two types of memory process that may result in explicit remembering, and for determining the extent to which certain neural processing events uniquely contribute to only one type of memory. We review recent studies that have succeeded in separately assessing neural correlates of both implicit memory and explicit memory within the same paradigm using event-related brain potentials (ERPs) and functional magnetic resonance imaging (fMRI), with an emphasis on studies from our laboratory. The strategies we describe provide a methodological framework for achieving valid assessments of memory processing, and the findings support an emerging conceptualization of the distinct neurocognitive events responsible for implicit and explicit memory.

  5. Mental Imagery and Visual Working Memory

    Science.gov (United States)

    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

  6. Mental imagery and visual working memory.

    Directory of Open Access Journals (Sweden)

    Rebecca Keogh

    Full Text Available 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.

  7. Mental imagery and visual working memory.

    Science.gov (United States)

    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.

  8. An excitable cortex and memory model successfully predicts new pseudopod dynamics.

    Directory of Open Access Journals (Sweden)

    Robert M Cooper

    Full Text Available Motile eukaryotic cells migrate with directional persistence by alternating left and right turns, even in the absence of external cues. For example, Dictyostelium discoideum cells crawl by extending distinct pseudopods in an alternating right-left pattern. The mechanisms underlying this zig-zag behavior, however, remain unknown. Here we propose a new Excitable Cortex and Memory (EC&M model for understanding the alternating, zig-zag extension of pseudopods. Incorporating elements of previous models, we consider the cell cortex as an excitable system and include global inhibition of new pseudopods while a pseudopod is active. With the novel hypothesis that pseudopod activity makes the local cortex temporarily more excitable--thus creating a memory of previous pseudopod locations--the model reproduces experimentally observed zig-zag behavior. Furthermore, the EC&M model makes four new predictions concerning pseudopod dynamics. To test these predictions we develop an algorithm that detects pseudopods via hierarchical clustering of individual membrane extensions. Data from cell-tracking experiments agrees with all four predictions of the model, revealing that pseudopod placement is a non-Markovian process affected by the dynamics of previous pseudopods. The model is also compatible with known limits of chemotactic sensitivity. In addition to providing a predictive approach to studying eukaryotic cell motion, the EC&M model provides a general framework for future models, and suggests directions for new research regarding the molecular mechanisms underlying directional persistence.

  9. Suppressing Unwanted Autobiographical Memories Reduces Their Automatic Influences: Evidence From Electrophysiology and an Implicit Autobiographical Memory Test.

    Science.gov (United States)

    Hu, Xiaoqing; Bergström, Zara M; Bodenhausen, Galen V; Rosenfeld, J Peter

    2015-07-01

    The present study investigated the extent to which people can suppress unwanted autobiographical memories in a memory-detection context involving a mock crime. Participants encoded sensorimotor-rich memories by enacting a lab-based crime (stealing a ring) and received instructions to suppress memory of the crime in order to evade guilt detection in a brain-wave-based concealed-information test. Aftereffects of suppression on automatic memory processes were measured in an autobiographical Implicit Association Test. Results showed that suppression attenuated brain-wave activity (the P300) associated with crime-relevant memory retrieval, which rendered waveforms from innocent and guilty participants indistinguishable. However, the two groups could nevertheless be discriminated via the late-posterior-negative slow wave, which may reflect the need to monitor response conflict arising between voluntary suppression and automatic recognition processes. Finally, extending recent findings that suppression can impair implicit memory processes, we provide novel evidence that suppression reduces automatic cognitive biases often associated with actual autobiographical memories. © The Author(s) 2015.

  10. Towards self-correcting quantum memories

    Science.gov (United States)

    Michnicki, Kamil

    This thesis presents a model of self-correcting quantum memories where quantum states are encoded using topological stabilizer codes and error correction is done using local measurements and local dynamics. Quantum noise poses a practical barrier to developing quantum memories. This thesis explores two types of models for suppressing noise. One model suppresses thermalizing noise energetically by engineering a Hamiltonian with a high energy barrier between code states. Thermalizing dynamics are modeled phenomenologically as a Markovian quantum master equation with only local generators. The second model suppresses stochastic noise with a cellular automaton that performs error correction using syndrome measurements and a local update rule. Several ways of visualizing and thinking about stabilizer codes are presented in order to design ones that have a high energy barrier: the non-local Ising model, the quasi-particle graph and the theory of welded stabilizer codes. I develop the theory of welded stabilizer codes and use it to construct a code with the highest known energy barrier in 3-d for spin Hamiltonians: the welded solid code. Although the welded solid code is not fully self correcting, it has some self correcting properties. It has an increased memory lifetime for an increased system size up to a temperature dependent maximum. One strategy for increasing the energy barrier is by mediating an interaction with an external system. I prove a no-go theorem for a class of Hamiltonians where the interaction terms are local, of bounded strength and commute with the stabilizer group. Under these conditions the energy barrier can only be increased by a multiplicative constant. I develop cellular automaton to do error correction on a state encoded using the toric code. The numerical evidence indicates that while there is no threshold, the model can extend the memory lifetime significantly. While of less theoretical importance, this could be practical for real

  11. MEMORY EFFICIENT SEMI-GLOBAL MATCHING

    Directory of Open Access Journals (Sweden)

    H. Hirschmüller

    2012-07-01

    Full Text Available Semi-GlobalMatching (SGM is a robust stereo method that has proven its usefulness in various applications ranging from aerial image matching to driver assistance systems. It supports pixelwise matching for maintaining sharp object boundaries and fine structures and can be implemented efficiently on different computation hardware. Furthermore, the method is not sensitive to the choice of parameters. The structure of the matching algorithm is well suited to be processed by highly paralleling hardware e.g. FPGAs and GPUs. The drawback of SGM is the temporary memory requirement that depends on the number of pixels and the disparity range. On the one hand this results in long idle times due to the bandwidth limitations of the external memory and on the other hand the capacity bounds are quickly reached. A full HD image with a size of 1920 × 1080 pixels and a disparity range of 512 pixels requires already 1 billion elements, which is at least several GB of RAM, depending on the element size, wich are not available at standard FPGA- and GPUboards. The novel memory efficient (eSGM method is an advancement in which the amount of temporary memory only depends on the number of pixels and not on the disparity range. This permits matching of huge images in one piece and reduces the requirements of the memory bandwidth for real-time mobile robotics. The feature comes at the cost of 50% more compute operations as compared to SGM. This overhead is compensated by the previously idle compute logic within the FPGA and the GPU and therefore results in an overall performance increase. We show that eSGM produces the same high quality disparity images as SGM and demonstrate its performance both on an aerial image pair with 142 MPixel and within a real-time mobile robotic application. We have implemented the new method on the CPU, GPU and FPGA.We conclude that eSGM is advantageous for a GPU implementation and essential for an implementation on our FPGA.

  12. Inhibitory Control in the Cortico-Basal Ganglia-Thalamocortical Loop: Complex Regulation and Interplay with Memory and Decision Processes.

    Science.gov (United States)

    Wei, Wei; Wang, Xiao-Jing

    2016-12-07

    We developed a circuit model of spiking neurons that includes multiple pathways in the basal ganglia (BG) and is endowed with feedback mechanisms at three levels: cortical microcircuit, corticothalamic loop, and cortico-BG-thalamocortical system. We focused on executive control in a stop signal task, which is known to depend on BG across species. The model reproduces a range of experimental observations and shows that the newly discovered feedback projection from external globus pallidus to striatum is crucial for inhibitory control. Moreover, stopping process is enhanced by the cortico-subcortical reverberatory dynamics underlying persistent activity, establishing interdependence between working memory and inhibitory control. Surprisingly, the stop signal reaction time (SSRT) can be adjusted by weights of certain connections but is insensitive to other connections in this complex circuit, suggesting novel circuit-based intervention for inhibitory control deficits associated with mental illness. Our model provides a unified framework for inhibitory control, decision making, and working memory. Copyright © 2016 Elsevier Inc. All rights reserved.

  13. Working memory, short-term memory and reading proficiency in school-age children with cochlear implants.

    Science.gov (United States)

    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

  14. Memory blindness: Altered memory reports lead to distortion in eyewitness memory.

    Science.gov (United States)

    Cochran, Kevin J; Greenspan, Rachel L; Bogart, Daniel F; Loftus, Elizabeth F

    2016-07-01

    Choice blindness refers to the finding that people can often be misled about their own self-reported choices. However, little research has investigated the more long-term effects of choice blindness. We examined whether people would detect alterations to their own memory reports, and whether such alterations could influence participants' memories. Participants viewed slideshows depicting crimes, and then either reported their memories for episodic details of the event (Exp. 1) or identified a suspect from a lineup (Exp. 2). Then we exposed participants to manipulated versions of their memory reports, and later tested their memories a second time. The results indicated that the majority of participants failed to detect the misinformation, and that exposing witnesses to misleading versions of their own memory reports caused their memories to change to be consistent with those reports. These experiments have implications for eyewitness memory.

  15. Regulating multiple externalities

    DEFF Research Database (Denmark)

    Waldo, Staffan; Jensen, Frank; Nielsen, Max

    2016-01-01

    Open access is a well-known externality problem in fisheries causing excess capacity and overfishing. Due to global warming, externality problems from CO2 emissions have gained increased interest. With two externality problems, a first-best optimum can be achieved by using two regulatory instrume......Open access is a well-known externality problem in fisheries causing excess capacity and overfishing. Due to global warming, externality problems from CO2 emissions have gained increased interest. With two externality problems, a first-best optimum can be achieved by using two regulatory...

  16. Neural activity reveals perceptual grouping in working memory.

    Science.gov (United States)

    Rabbitt, Laura R; Roberts, Daniel M; McDonald, Craig G; Peterson, Matthew S

    2017-03-01

    There is extensive evidence that the contralateral delay activity (CDA), a scalp recorded event-related brain potential, provides a reliable index of the number of objects held in visual working memory. Here we present evidence that the CDA not only indexes visual object working memory, but also the number of locations held in spatial working memory. In addition, we demonstrate that the CDA can be predictably modulated by the type of encoding strategy employed. When individual locations were held in working memory, the pattern of CDA modulation mimicked previous findings for visual object working memory. Specifically, CDA amplitude increased monotonically until working memory capacity was reached. However, when participants were instructed to group individual locations to form a constellation, the CDA was prolonged and reached an asymptote at two locations. This result provides neural evidence for the formation of a unitary representation of multiple spatial locations. Published by Elsevier B.V.

  17. Distributed learning enhances relational memory consolidation.

    Science.gov (United States)

    Litman, Leib; Davachi, Lila

    2008-09-01

    It has long been known that distributed learning (DL) provides a mnemonic advantage over massed learning (ML). However, the underlying mechanisms that drive this robust mnemonic effect remain largely unknown. In two experiments, we show that DL across a 24 hr interval does not enhance immediate memory performance but instead slows the rate of forgetting relative to ML. Furthermore, we demonstrate that this savings in forgetting is specific to relational, but not item, memory. In the context of extant theories and knowledge of memory consolidation, these results suggest that an important mechanism underlying the mnemonic benefit of DL is enhanced memory consolidation. We speculate that synaptic strengthening mechanisms supporting long-term memory consolidation may be differentially mediated by the spacing of memory reactivation. These findings have broad implications for the scientific study of episodic memory consolidation and, more generally, for educational curriculum development and policy.

  18. The Role of Emotional Landmarks on Topographical Memory.

    Science.gov (United States)

    Palmiero, Massimiliano; Piccardi, Laura

    2017-01-01

    The investigation of the role of emotional landmarks on human navigation has been almost totally neglected in psychological research. Therefore, the extent to which positive and negative emotional landmarks affect topographical memory as compared to neutral emotional landmark was explored. Positive, negative and neutral affect-laden images were selected as landmarks from the International Affective Picture System (IAPS) Inventory. The Walking Corsi test (WalCT) was used in order to test the landmark-based topographical memory. Participants were instructed to learn and retain an eight-square path encompassing positive, negative or neutral emotional landmarks. Both egocentric and allocentric frames of references were considered. Egocentric representation encompasses the object's relation to the self and it is generated from sensory data. Allocentric representation expresses a location with respect to an external frame regardless of the self and it is the basis for long-term storage of complex layouts. In particular, three measures of egocentric and allocentric topographical memory were taken into account: (1) the ability to learn the path; (2) the ability to recall by walking the path five minutes later; (3) the ability to reproduce the path on the outline of the WalCT. Results showed that both positive and negative emotional landmarks equally enhanced the learning of the path as compared to neutral emotional landmarks. In addition, positive emotional landmarks improved the reproduction of the path on the map as compared to negative and neutral emotional landmarks. These results generally show that emotional landmarks enhance egocentric-based topographical memory, whereas positive emotional landmarks seem to be more effective for allocentric-based topographical memory.

  19. Low intensity magnetic field influences short-term memory: A study in a group of healthy students.

    Science.gov (United States)

    Navarro, Enrique A; Gomez-Perretta, Claudio; Montes, Francisco

    2016-01-01

    This study analyzes if an external magnetic stimulus (2 kHz and approximately 0.1 μT applied near frontal cortex) influences working memory, perception, binary decision, motor execution, and sustained attention in humans. A magnetic stimulus and a sham stimulus were applied to both sides of the head (frontal cortex close to temporal-parietal area) in young and healthy male test subjects (n = 65) while performing Sternberg's memory scanning task. There was a significant change in reaction time. Times recorded for perception, sustained attention, and motor execution were lower in exposed subjects (P short-term working memory, as well as perception, binary decision, motor execution, and sustained attention. © 2015 Wiley Periodicals, Inc.

  20. The effects of a subpsychotic dose of ketamine on recognition and source memory for agency: implications for pharmacological modelling of core symptoms of schizophrenia.

    Science.gov (United States)

    Honey, Garry D; O'loughlin, Chris; Turner, Danielle C; Pomarol-Clotet, Edith; Corlett, Philip R; Fletcher, Paul C

    2006-02-01

    Ketamine is increasingly used to model the cognitive deficits and symptoms of schizophrenia. We investigated the extent to which ketamine administration in healthy volunteers reproduces the deficits in episodic recognition memory and agency source monitoring reported in schizophrenia. Intravenous infusions of placebo or 100 ng/ml ketamine were administered to 12 healthy volunteers in a double-blind, placebo-controlled, randomized, within-subjects study. In response to presented words, the subject or experimenter performed a deep or shallow encoding task, providing a 2(drug) x 2(depth of processing) x 2(agency) factorial design. At test, subjects discriminated old/new words, and recalled the sources (task and agent). Data were analyzed using multinomial modelling to identify item recognition, source memory for agency and task, and guessing biases. Under ketamine, item recognition and cued recall of deeply encoded items were impaired, replicating previous findings. In contrast to schizophrenia, there was a reduced tendency to externalize agency source guessing biases under ketamine. While the recognition memory deficit observed with ketamine is consistent with previous work and with schizophrenia, the changes in source memory differ from those reported in schizophrenic patients. This difference may account for the pattern of psychopathology induced by ketamine.

  1. External costs of nuclear-generated electricity

    International Nuclear Information System (INIS)

    Rotaru, I.; Glodeanu, F.; Popescu, D.; Andrei, V.

    2004-01-01

    External costs of nuclear power include: future financial liabilities arising from decommissioning and dismantling of nuclear facilities, health and environmental impacts of radioactivity releases in routine operation, radioactive waste disposal and effects of severe accidents. The nuclear energy industry operates under regulations that impose stringent limits to atmospheric emissions and liquid effluents from nuclear facilities as well as requiring the containment and confinement of solid radioactive waste to ensure its isolation from the biosphere as long as it may be harmful for human health and the environment. The capital and operating costs of nuclear power plants and fuel cycle facilities already internalize a major portion of the above-mentioned potential external costs, and these are reflected in the prices paid by consumers of nuclear-generated electricity. The externality related to potential health and environmental impacts of radioactive releases during routine operations have been assessed in a large number of comprehensive studies, in particular the ExternE project that was created in the framework of the European Commission. With regard to effects of severe nuclear accidents, a special legal regime, the third-party liability system, has been implemented to provide limited third party liability coverage in the event of a nuclear accident. The nuclear plant owners are held liable for some specified first substantial part of damages to third parties, and must secure insurance coverage adequate to cover this part. The Government provides coverage for some specified substantial second part of the damages, with any remaining damages to be considered by the national legislation. Thus, the costs of an incident or accident are fully internalized in the costs borne by the nuclear plant owners. Externalities of energy are not limited to environmental and health related impacts, but may result also from macro-economic, policy or strategic factors not reflected

  2. Improving everyday memory performance after acquired brain injury: An RCT on recollection and working memory training.

    Science.gov (United States)

    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).

  3. ExternE: Externalities of energy Vol. 3. Coal and lignite

    International Nuclear Information System (INIS)

    Berry, J.; Holland, M.; Lee, D.

    1995-01-01

    methodological issues was reached on both sides of the Atlantic. Since 1993 the study has continued in Europe as the ExternE-Project, and now involves an international team of more than 30 organisations. The current study has three main objectives: 1. to design a unified methodology for quantifying the various social costs associated with the production and consumption of energy; 2. to use the methodology to evaluate the external costs of incremental use of different fuel cycles in different locations in the European Union; 3. to identify critical methodological issues and research requirements. At the same time as the publication of the present report, further reports are being published on the other major fuel cycles for electricity generation, including uranium, oil, gas, wind and hydro. A further volume, providing greater detail on the methodology used for assessment of the impacts of the fossil fuel cycles and their valuation is also being published. Additional reports on other fuel cycles, and implementation of the methodology in different countries will follow shortly. This document assesses the progress made in quantifying environmental and health damages associated with the coal and lignite fuel cycles. Estimates of impacts have been made following critical review of existing data and models rather than from original basic research. This review has been performed by a multi-disciplinary team including specialists in the fields of health, forestry, ecology, materials science, atmospheric chemistry and physics, energy technology, computer science and economics. Wherever possible we have used exactly the same methodology to quantify the same form of damage for each fuel cycle and for each location. However, some differences will be observed in the assessment of the fuel cycles considered in this report. These arise largely through the status of development of the methodology when certain parts of the work were completed. Wherever possible these differences have been

  4. Flexible and twistable non-volatile memory cell array with all-organic one diode-one resistor architecture.

    Science.gov (United States)

    Ji, Yongsung; Zeigler, David F; Lee, Dong Su; Choi, Hyejung; Jen, Alex K-Y; Ko, Heung Cho; Kim, Tae-Wook

    2013-01-01

    Flexible organic memory devices are one of the integral components for future flexible organic electronics. However, high-density all-organic memory cell arrays on malleable substrates without cross-talk have not been demonstrated because of difficulties in their fabrication and relatively poor performances to date. Here we demonstrate the first flexible all-organic 64-bit memory cell array possessing one diode-one resistor architectures. Our all-organic one diode-one resistor cell exhibits excellent rewritable switching characteristics, even during and after harsh physical stresses. The write-read-erase-read output sequence of the cells perfectly correspond to the external pulse signal regardless of substrate deformation. The one diode-one resistor cell array is clearly addressed at the specified cells and encoded letters based on the standard ASCII character code. Our study on integrated organic memory cell arrays suggests that the all-organic one diode-one resistor cell architecture is suitable for high-density flexible organic memory applications in the future.

  5. Neural bases of orthographic long-term memory and working memory in dysgraphia.

    Science.gov (United States)

    Rapp, Brenda; Purcell, Jeremy; Hillis, Argye E; Capasso, Rita; Miceli, Gabriele

    2016-02-01

    Spelling a word involves the retrieval of information about the word's letters and their order from long-term memory as well as the maintenance and processing of this information by working memory in preparation for serial production by the motor system. While it is known that brain lesions may selectively affect orthographic long-term memory and working memory processes, relatively little is known about the neurotopographic distribution of the substrates that support these cognitive processes, or the lesions that give rise to the distinct forms of dysgraphia that affect these cognitive processes. To examine these issues, this study uses a voxel-based mapping approach to analyse the lesion distribution of 27 individuals with dysgraphia subsequent to stroke, who were identified on the basis of their behavioural profiles alone, as suffering from deficits only affecting either orthographic long-term or working memory, as well as six other individuals with deficits affecting both sets of processes. The findings provide, for the first time, clear evidence of substrates that selectively support orthographic long-term and working memory processes, with orthographic long-term memory deficits centred in either the left posterior inferior frontal region or left ventral temporal cortex, and orthographic working memory deficits primarily arising from lesions of the left parietal cortex centred on the intraparietal sulcus. These findings also contribute to our understanding of the relationship between the neural instantiation of written language processes and spoken language, working memory and other cognitive skills. © The Author (2015). Published by Oxford University Press on behalf of the Guarantors of Brain. All rights reserved. For Permissions, please email: journals.permissions@oup.com.

  6. Assessing Working Memory in Children: The Comprehensive Assessment Battery for Children - Working Memory (CABC-WM).

    Science.gov (United States)

    Cabbage, Kathryn; Brinkley, Shara; Gray, Shelley; Alt, Mary; Cowan, Nelson; Green, Samuel; Kuo, Trudy; Hogan, Tiffany P

    2017-06-12

    The Comprehensive Assessment Battery for Children - Working Memory (CABC-WM) is a computer-based battery designed to assess different components of working memory in young school-age children. Working memory deficits have been identified in children with language-based learning disabilities, including dyslexia 1 , 2 and language impairment 3 , 4 , but it is not clear whether these children exhibit deficits in subcomponents of working memory, such as visuospatial or phonological working memory. The CABC-WM is administered on a desktop computer with a touchscreen interface and was specifically developed to be engaging and motivating for children. Although the long-term goal of the CABC-WM is to provide individualized working memory profiles in children, the present study focuses on the initial success and utility of the CABC-WM for measuring central executive, visuospatial, phonological loop, and binding constructs in children with typical development. Immediate next steps are to administer the CABC-WM to children with specific language impairment, dyslexia, and comorbid specific language impairment and dyslexia.

  7. Approaches in estimation of external cost for fuel cycles in the ExternE project

    International Nuclear Information System (INIS)

    Afanas'ev, A.A.; Maksimenko, B.N.

    1998-01-01

    The purposes, content and main results of studies realized within the frameworks of the International Project ExternE which is the first comprehensive attempt to develop general approach to estimation of external cost for different fuel cycles based on utilization of nuclear and fossil fuels, as well as on renewable power sources are discussed. The external cost of a fuel cycle is treated as social and environmental expenditures which are not taken into account by energy producers and consumers, i.e. these are expenditures not included into commercial cost nowadays. The conclusion on applicability of the approach suggested for estimation of population health hazards and environmental impacts connected with electric power generation growth (expressed in money or some other form) is made

  8. Lactate produced by glycogenolysis in astrocytes regulates memory processing.

    Science.gov (United States)

    Newman, Lori A; Korol, Donna L; Gold, Paul E

    2011-01-01

    When administered either systemically or centrally, glucose is a potent enhancer of memory processes. Measures of glucose levels in extracellular fluid in the rat hippocampus during memory tests reveal that these levels are dynamic, decreasing in response to memory tasks and loads; exogenous glucose blocks these decreases and enhances memory. The present experiments test the hypothesis that glucose enhancement of memory is mediated by glycogen storage and then metabolism to lactate in astrocytes, which provide lactate to neurons as an energy substrate. Sensitive bioprobes were used to measure brain glucose and lactate levels in 1-sec samples. Extracellular glucose decreased and lactate increased while rats performed a spatial working memory task. Intrahippocampal infusions of lactate enhanced memory in this task. In addition, pharmacological inhibition of astrocytic glycogenolysis impaired memory and this impairment was reversed by administration of lactate or glucose, both of which can provide lactate to neurons in the absence of glycogenolysis. Pharmacological block of the monocarboxylate transporter responsible for lactate uptake into neurons also impaired memory and this impairment was not reversed by either glucose or lactate. These findings support the view that astrocytes regulate memory formation by controlling the provision of lactate to support neuronal functions.

  9. Structural health monitoring for DOT using magnetic shape memory alloy cables in concrete

    Science.gov (United States)

    Davis, Allen; Mirsayar, Mirmilad; Sheahan, Emery; Hartl, Darren

    2018-03-01

    Embedding shape memory alloy (SMA) wires in concrete components offers the potential to monitor their structural health via external magnetic field sensing. Currently, structural health monitoring (SHM) is dominated by acoustic emission and vibration-based methods. Thus, it is attractive to pursue alternative damage sensing techniques that may lower the cost or increase the accuracy of SHM. In this work, SHM via magnetic field detection applied to embedded magnetic shape memory alloy (MSMA) is demonstrated both experimentally and using computational models. A concrete beam containing iron-based MSMA wire is subjected to a 3-point bend test where structural damage is induced, thereby resulting in a localized phase change of the MSMA wire. Magnetic field lines passing through the embedded MSMA domain are altered by this phase change and can thus be used to detect damage within the structure. A good correlation is observed between the computational and experimental results. Additionally, the implementation of stranded MSMA cables in place of the MSMA wire is assessed through similar computational models. The combination of these computational models and their subsequent experimental validation provide sufficient support for the feasibility of SHM using magnetic field sensing via MSMA embedded components.

  10. Partitioned key-value store with atomic memory operations

    Energy Technology Data Exchange (ETDEWEB)

    Bent, John M.; Faibish, Sorin; Grider, Gary

    2017-02-07

    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 the 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.

  11. Sensory memory for ambiguous vision.

    Science.gov (United States)

    Pearson, Joel; Brascamp, Jan

    2008-09-01

    In recent years the overlap between visual perception and memory has shed light on our understanding of both. When ambiguous images that normally cause perception to waver unpredictably are presented briefly with intervening blank periods, perception tends to freeze, locking into one interpretation. This indicates that there is a form of memory storage across the blank interval. This memory trace codes low-level characteristics of the stored stimulus. Although a trace is evident after a single perceptual instance, the trace builds over many separate stimulus presentations, indicating a flexible, variable-length time-course. This memory shares important characteristics with priming by non-ambiguous stimuli. Computational models now provide a framework to interpret many empirical observations.

  12. Memory Effects on Movement Behavior in Animal Foraging.

    Science.gov (United States)

    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.

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

    Science.gov (United States)

    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.

  14. The gravitational-wave memory from eccentric binaries

    International Nuclear Information System (INIS)

    Favata, Marc

    2011-01-01

    The nonlinear gravitational-wave memory causes a time-varying but nonoscillatory correction to the gravitational-wave polarizations. It arises from gravitational-waves that are sourced by gravitational-waves. Previous considerations of the nonlinear memory effect have focused on quasicircular binaries. Here I consider the nonlinear memory from Newtonian orbits with arbitrary eccentricity. Expressions for the waveform polarizations and spin-weighted spherical-harmonic modes are derived for elliptic, hyperbolic, parabolic, and radial orbits. In the hyperbolic, parabolic, and radial cases the nonlinear memory provides a 2.5 post-Newtonian (PN) correction to the leading-order waveforms. This is in contrast to the elliptical and quasicircular cases, where the nonlinear memory corrects the waveform at leading (0PN) order. This difference in PN order arises from the fact that the memory builds up over a short ''scattering'' time scale in the hyperbolic case, as opposed to a much longer radiation-reaction time scale in the elliptical case. The nonlinear memory corrections presented here complete our knowledge of the leading-order (Peters-Mathews) waveforms for elliptical orbits. These calculations are also relevant for binaries with quasicircular orbits in the present epoch which had, in the past, large eccentricities. Because the nonlinear memory depends sensitively on the past evolution of a binary, I discuss the effect of this early-time eccentricity on the value of the late-time memory in nearly circularized binaries. I also discuss the observability of large ''memory jumps'' in a binary's past that could arise from its formation in a capture process. Lastly, I provide estimates of the signal-to-noise ratio of the linear and nonlinear memories from hyperbolic and parabolic binaries.

  15. FPGA Based Intelligent Co-operative Processor in Memory Architecture

    DEFF Research Database (Denmark)

    Ahmed, Zaki; Sotudeh, Reza; Hussain, Dil Muhammad Akbar

    2011-01-01

    benefits of PIM, a concept of Co-operative Intelligent Memory (CIM) was developed by the intelligent system group of University of Hertfordshire, based on the previously developed Co-operative Pseudo Intelligent Memory (CPIM). This paper provides an overview on previous works (CPIM, CIM) and realization......In a continuing effort to improve computer system performance, Processor-In-Memory (PIM) architecture has emerged as an alternative solution. PIM architecture incorporates computational units and control logic directly on the memory to provide immediate access to the data. To exploit the potential...

  16. A new external microbeam system in Fudan University

    International Nuclear Information System (INIS)

    Zheng, Y.; Shen, H.; Li, Y.Q.; Li, X.Y.; Yang, M.J.; Mi, Y.

    2013-01-01

    A cost-effective and removable external beam system is set up based on the Oxford Microbeam system in Fudan University. In our external beam system, 7.5-μm-thick Kapton film is used as exit window with a diameter of 3.5 mm. The spatial resolution is about 18 μm full width at half maximum (FWHM) on a copper grid. As an example, calcium distribution in otolith is present by the external micro-PIXE. In addition, little change can be done to the external system mentioned above for radiobiology experiments. The exit window can be changed from the focal plane to the observation window of vacuum chamber. By calculation, the beam spot size can reach less than 30 μm. Since the Oxford type octagonal target chamber is popular among the nuclear microprobe facilities, this method can be provided to easily replace the in-vacuum system with the external system, extending the in-vacuum analysis to external beam analysis

  17. A new external microbeam system in Fudan University

    Energy Technology Data Exchange (ETDEWEB)

    Zheng, Y.; Shen, H., E-mail: haoshen@fudan.edu.cn; Li, Y.Q.; Li, X.Y.; Yang, M.J.; Mi, Y.

    2013-07-01

    A cost-effective and removable external beam system is set up based on the Oxford Microbeam system in Fudan University. In our external beam system, 7.5-μm-thick Kapton film is used as exit window with a diameter of 3.5 mm. The spatial resolution is about 18 μm full width at half maximum (FWHM) on a copper grid. As an example, calcium distribution in otolith is present by the external micro-PIXE. In addition, little change can be done to the external system mentioned above for radiobiology experiments. The exit window can be changed from the focal plane to the observation window of vacuum chamber. By calculation, the beam spot size can reach less than 30 μm. Since the Oxford type octagonal target chamber is popular among the nuclear microprobe facilities, this method can be provided to easily replace the in-vacuum system with the external system, extending the in-vacuum analysis to external beam analysis.

  18. A new external microbeam system in Fudan University

    Energy Technology Data Exchange (ETDEWEB)

    Zheng, Y. [Applied Ion Beam Physics Laboratory, Institute of Modern Physics, Fudan University, Shanghai 200433 (China); Shen, H., E-mail: haoshen@fudan.edu.cn [Applied Ion Beam Physics Laboratory, Institute of Modern Physics, Fudan University, Shanghai 200433 (China); Li, Y.Q.; Li, X.Y.; Yang, M.J.; Mi, Y. [Applied Ion Beam Physics Laboratory, Institute of Modern Physics, Fudan University, Shanghai 200433 (China)

    2013-02-01

    A cost-effective and removable external beam system is set up based on the Oxford Microbeam system in Fudan University. In our external beam system, 7.5-μm-thick Kapton film is used as exit window with a diameter of 3.5 mm. The spatial resolution is about 18 μm full width at half maximum (FWHM) on a copper grid. As an example, calcium distribution in otolith is present by the external micro-PIXE. In addition, little change can be done to the external system mentioned above for radiobiology experiments. The exit window can be changed from the focal plane to the observation window of vacuum chamber. By calculation, the beam spot size can reach less than 30 μm. Since the Oxford type octagonal target chamber is popular among the nuclear microprobe facilities, this method can be provided to easily replace the in-vacuum system with the external system, extending the in-vacuum analysis to external beam analysis.

  19. Realization of the revival of silenced echo (ROSE) quantum memory scheme in orthogonal geometry

    Science.gov (United States)

    Minnegaliev, M. M.; Gerasimov, K. I.; Urmancheev, R. V.; Moiseev, S. A.; Chanelière, T.; Louchet-Chauvet, A.

    2018-02-01

    We demonstrated quantum memory scheme on revival of silenced echo in orthogonal geometry in Tm3+: Y3Al5O12 crystal. The retrieval efficiency of ˜14% was demonstrated with the 36 µs storage time. In this scheme for the first time we also implemented a suppression of the revived echo signal by applying an external electric field and the echo signal has been recovered on demand if we then applied a second electric pulse with opposite polarity. This technique opens the possibilities for realizing addressing in multi-qubit quantum memory in Tm3+: Y3Al5O12 crystal.

  20. Accessing external innovation in drug discovery and development.

    Science.gov (United States)

    Tufféry, Pierre

    2015-06-01

    A decline in the productivity of the pharmaceutical industry research and development (R&D) pipeline has highlighted the need to reconsider the classical strategies of drug discovery and development, which are based on internal resources, and to identify new means to improve the drug discovery process. Accepting that the combination of internal and external ideas can improve innovation, ways to access external innovation, that is, opening projects to external contributions, have recently been sought. In this review, the authors look at a number of external innovation opportunities. These include increased interactions with academia via academic centers of excellence/innovation centers, better communication on projects using crowdsourcing or social media and new models centered on external providers such as built-to-buy startups or virtual pharmaceutical companies. The buzz for accessing external innovation relies on the pharmaceutical industry's major challenge to improve R&D productivity, a conjuncture favorable to increase interactions with academia and new business models supporting access to external innovation. So far, access to external innovation has mostly been considered during early stages of drug development, and there is room for enhancement. First outcomes suggest that external innovation should become part of drug development in the long term. However, the balance between internal and external developments in drug discovery can vary largely depending on the company strategies.

  1. Multiprocessor shared-memory information exchange

    International Nuclear Information System (INIS)

    Santoline, L.L.; Bowers, M.D.; Crew, A.W.; Roslund, C.J.; Ghrist, W.D. III

    1989-01-01

    In distributed microprocessor-based instrumentation and control systems, the inter-and intra-subsystem communication requirements ultimately form the basis for the overall system architecture. This paper describes a software protocol which addresses the intra-subsystem communications problem. Specifically the protocol allows for multiple processors to exchange information via a shared-memory interface. The authors primary goal is to provide a reliable means for information to be exchanged between central application processor boards (masters) and dedicated function processor boards (slaves) in a single computer chassis. The resultant Multiprocessor Shared-Memory Information Exchange (MSMIE) protocol, a standard master-slave shared-memory interface suitable for use in nuclear safety systems, is designed to pass unidirectional buffers of information between the processors while providing a minimum, deterministic cycle time for this data exchange

  2. Event Memory: A Theory of Memory for Laboratory, Autobiographical, and Fictional Events

    Science.gov (United States)

    Rubin, David C.; Umanath, Sharda

    2015-01-01

    An event memory is a mental construction of a scene recalled as a single occurrence. It therefore requires the hippocampus and ventral visual stream needed for all scene construction. The construction need not come with a sense of reliving or be made by a participant in the event, and it can be a summary of occurrences from more than one encoding. The mental construction, or physical rendering, of any scene must be done from a specific location and time; this introduces a ‘self’ located in space and time, which is a necessary, but need not be a sufficient, condition for a sense of reliving. We base our theory on scene construction rather than reliving because this allows the integration of many literatures and because there is more accumulated knowledge about scene construction’s phenomenology, behavior, and neural basis. Event memory differs from episodic memory in that it does not conflate the independent dimensions of whether or not a memory is relived, is about the self, is recalled voluntarily, or is based on a single encoding with whether it is recalled as a single occurrence of a scene. Thus, we argue that event memory provides a clearer contrast to semantic memory, which also can be about the self, be recalled voluntarily, and be from a unique encoding; allows for a more comprehensive dimensional account of the structure of explicit memory; and better accounts for laboratory and real world behavioral and neural results, including those from neuropsychology and neuroimaging, than does episodic memory. PMID:25330330

  3. Confabulation and memory impairments following frontal lobe lesions

    OpenAIRE

    Turner, Martha

    2005-01-01

    Neuroimaging studies have provided considerable evidence for frontal lobe involvement in memory processing. Memory impairments arc also frequently reported in patients with frontal lobe lesions. However detailed anatomical localisation is rare, making integration of lesion and imaging findings difficult. An investigation of the functional and anatomical contributions of the frontal lobes to memory was conducted in 42 patients with frontal lobe lesions, examining memory processes identified in...

  4. People, clothing, music, and arousal as contextual retrieval cues in verbal memory.

    Science.gov (United States)

    Standing, Lionel G; Bobbitt, Kristin E; Boisvert, Kathryn L; Dayholos, Kathy N; Gagnon, Anne M

    2008-10-01

    Four experiments (N = 164) on context-dependent memory were performed to explore the effects on verbal memory of incidental cues during the test session which replicated specific features of the learning session. These features involved (1) bystanders, (2) the clothing of the experimenter, (3) background music, and (4) the arousal level of the subject. Social contextual cues (bystanders or experimenter clothing) improved verbal recall or recognition. However, recall decreased when the contextual cue was a different stimulus taken from the same conceptual category (piano music by Chopin) that was heard during learning. Memory was unaffected by congruent internal cues, produced by the same physiological arousal level (low, moderate, or high heart rate) during the learning and test sessions. However, recall increased with the level of arousal across the three congruent conditions. The results emphasize the effectiveness as retrieval cues of stimuli which are socially salient, concrete, and external.

  5. Rehabilitation in severe memory deficit: A case study.

    Science.gov (United States)

    Sousa, Nariana Mattos Figueiredo

    2017-01-01

    The term amnesia refers to a pathological state of mind in which memory and learning are affected to a greater extent than other cognitive functions in a patient without altered level of consciousness. The aim of the current study was to describe a case of severe amnesia in a patient during neurological rehabilitation and to report the importance of preserved cognitive functions to compensate for the mnemonic deficit. VJA presented a clinical condition suggestive of encephalopathy due to caloric-protein malnutrition following several abdominal surgical procedures for complicated choledocholithiasis. A descriptive analysis of the results was carried out to outline the goals attained and the factors limiting implementation of memory aids. After the intervention program, consisting of individual and group activities, VJA showed improvement in level of recall with repetition of tasks, but still required constant external monitoring. Longitudinal follow-up is necessary to obtain more consistent results.

  6. Examining the Relative Contribution of Memory Updating, Attention Focus Switching, and Sustained Attention to Children’s Verbal Working Memory Span

    Directory of Open Access Journals (Sweden)

    Beula M. Magimairaj

    2013-01-01

    Full Text Available Whereas considerable developmental memory research has examined the contributions of short-term memory, processing efficiency, retention duration, and scope of attention to complex memory span, little is known about the influence of controlled attention. The present study investigated the relative influence of three understudied attention mechanisms on the verbal working memory span of school-age children: memory updating; attention focus switching; and sustained attention. Results of general linear modeling revealed that, after controlling for age, only updating accuracy emerged as a significant predictor of verbal working memory span. Memory updating speed (that subsumed attention focus switching speed also contributed but was mediated by age. The results extend the developmental memory literature by implicating the mechanism of memory updating and developmental improvement in speed of attention focus switching and updating as critical contributors to children’s verbal working memory. Theoretically, the results provide substantively new information about the role of domain-general executive attention in children’s verbal working memory.

  7. Flashbulb memories of Paris attacks: Recall of these events and subjective reliving of these memories in a case with Alzheimer disease.

    Science.gov (United States)

    El Haj, Mohamad; Gandolphe, Marie-Charlotte; Wawrziczny, Emilie; Antoine, Pascal

    2016-11-01

    Flashbulb memories are detailed and vivid memories of attributes of the reception context of surprising and emotionally arousing public events. This paper offers a fine-grained view of flashbulb memories in a patient with mild Alzheimer's disease (AD). The patient underwent a directed interview about the 13 November 2015 attacks in Paris. Unlike her memory about the date and month of the attacks, the patient provided accurate information about the year, time and places they occurred. The patient also provided accurate information about how she first became aware of the attacks, where she was, with whom, what she was doing, and what time it was when she learned about them. As for the affective characteristics of these memories, she tended to have high ratings of vividness and rehearsal. Negative emotional states and great surprise and novelty were also reported. By assessing the impact of flashbulb memories in this patient with AD, this paper offers a unique view into how such memories may trigger a considerable recall of context as well much subjective reliving.

  8. Quantum memory for Rindler supertranslations

    Science.gov (United States)

    Kolekar, Sanved; Louko, Jorma

    2018-04-01

    The Rindler horizon in Minkowski spacetime can be implanted with supertranslation hair by a matter shock wave without planar symmetry, and the hair is observable as a supertranslation memory on the Rindler family of uniformly linearly accelerated observers. We show that this classical memory is accompanied by a supertranslation quantum memory that modulates the entanglement between the opposing Rindler wedges in quantum field theory. A corresponding phenomenon across a black hole horizon may play a role in Hawking, Perry, and Strominger's proposal for supertranslations to provide a solution to the black hole information paradox.

  9. Analysis of External Treatment Methods and Technical Characteristics of External Treatment

    Science.gov (United States)

    Zhang, Rui; Miao, Mingsan; Bai, Ming

    2018-01-01

    Chinese medicine external therapy is a treatment method of Chinese medicine with Chinese characteristics. The effect of traditional Chinese medicine external treatment, convenient operation, external treatment and technology has great prospects for development. The traditional Chinese medicine external treatment method and technical characteristics were analyzed.

  10. Frameworking memory and serotonergic markers.

    Science.gov (United States)

    Meneses, Alfredo

    2017-07-26

    The evidence for neural markers and memory is continuously being revised, and as evidence continues to accumulate, herein, we frame earlier and new evidence. Hence, in this work, the aim is to provide an appropriate conceptual framework of serotonergic markers associated with neural activity and memory. Serotonin (5-hydroxytryptamine [5-HT]) has multiple pharmacological tools, well-characterized downstream signaling in mammals' species, and established 5-HT neural markers showing new insights about memory functions and dysfunctions, including receptors (5-HT1A/1B/1D, 5-HT2A/2B/2C, and 5-HT3-7), transporter (serotonin transporter [SERT]) and volume transmission present in brain areas involved in memory. Bidirectional influence occurs between 5-HT markers and memory/amnesia. A growing number of researchers report that memory, amnesia, or forgetting modifies neural markers. Diverse approaches support the translatability of using neural markers and cerebral functions/dysfunctions, including memory formation and amnesia. At least, 5-HT1A, 5-HT4, 5-HT6, and 5-HT7 receptors and SERT seem to be useful neural markers and therapeutic targets. Hence, several mechanisms cooperate to achieve synaptic plasticity or memory, including changes in the expression of neurotransmitter receptors and transporters.

  11. Histone modifier, the gatekeeper of good memory

    Institute of Scientific and Technical Information of China (English)

    Zilong Qiu

    2009-01-01

    @@ How do we learn and how do we remember? Learning and memory has long been one of the most fascinating questions in biology. In the 1970s, Squire LR et aL provided evidence that gene expression processes are critical for memory by showing that memory consolidation is disrupted when gene transcription or translation is blocked during the learning process [1].

  12. Mood-Congruent Memory and Natural Mood: New Evidence.

    Science.gov (United States)

    Mayer, John D.; And Others

    1995-01-01

    Presents new evidence that everyday mood does bring about a hypothesized effect on memory, termed mood-congruent memory (MCM). Results of three studies provided evidence for MCM among normal individuals (n=614). Findings support prior studies and bolster notions that mood and memory constantly covary in everyday experience. (RJM)

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

    Science.gov (United States)

    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.

  14. With sadness comes accuracy; with happiness, false memory: mood and the false memory effect.

    Science.gov (United States)

    Storbeck, Justin; Clore, Gerald L

    2005-10-01

    The Deese-Roediger-McDermott paradigm lures people to produce false memories. Two experiments examined whether induced positive or negative moods would influence this false memory effect. The affect-as-information hypothesis predicts that, on the one hand, positive affective cues experienced as task-relevant feedback encourage relational processing during encoding, which should enhance false memory effects. On the other hand, negative affective cues are hypothesized to encourage item-specific processing at encoding, which should discourage such effects. The results of Experiment 1 are consistent with these predictions: Individuals in negative moods were significantly less likely to show false memory effects than those in positive moods or those whose mood was not manipulated. Experiment 2 introduced inclusion instructions to investigate whether moods had their effects at encoding or retrieval. The results replicated the false memory finding of Experiment 1 and provide evidence that moods influence the accessibility of lures at encoding, rather than influencing monitoring at retrieval of whether lures were actually presented.

  15. Conversational assessment in memory clinic encounters: interactional profiling for differentiating dementia from functional memory disorders.

    Science.gov (United States)

    Jones, Danielle; Drew, Paul; Elsey, Christopher; Blackburn, Daniel; Wakefield, Sarah; Harkness, Kirsty; Reuber, Markus

    2016-01-01

    In the UK dementia is under-diagnosed, there is limited access to specialist memory clinics, and many of the patients referred to such clinics are ultimately found to have functional (non-progressive) memory disorders (FMD), rather than a neurodegenerative disorder. Government initiatives on 'timely diagnosis' aim to improve the rate and quality of diagnosis for those with dementia. This study seeks to improve the screening and diagnostic process by analysing communication between clinicians and patients during initial specialist clinic visits. Establishing differential conversational profiles could help the timely differential diagnosis of memory complaints. This study is based on video- and audio recordings of 25 initial consultations between neurologists and patients referred to a UK memory clinic. Conversation analysis was used to explore recurrent communicative practices associated with each diagnostic group. Two discrete conversational profiles began to emerge, to help differentiate between patients with dementia and functional memory complaints, based on (1) whether the patient is able to answer questions about personal information; (2) whether they can display working memory in interaction; (3) whether they are able to respond to compound questions; (4) the time taken to respond to questions; and (5) the level of detail they offer when providing an account of their memory failure experiences. The distinctive conversational profiles observed in patients with functional memory complaints on the one hand and neurodegenerative memory conditions on the other suggest that conversational profiling can support the differential diagnosis of functional and neurodegenerative memory disorders.

  16. External hazards in reliability and risk assessment of nuclear power plants

    International Nuclear Information System (INIS)

    Stevenson, J.D.

    1977-01-01

    It is current practice in the design of nuclear power generating stations to protect against the effects of significant natural and man-made external hazards which can occur at the plant site in excess of those hazards normally considered for conventional facilities. This paper is meant to identify those postulated external hazards typically considered in nuclear facility design. The paper also attempts to fulfill the following four objectives: (1) Define the current state of the art in applying reliability and risk analysis to determine external hazard design requirements. (2) Provide a ready source of literature references applicable to probabilistic design for extreme loads. (3) Provide some quantitative probability assessment estimates of external hazards. (4) Develop exclusion criteria by which postulated external hazards can be eliminated as a design basis. Rigorous evaluation of the design requirements for nuclear power plant facilities based on principles of probability and risk analysis is just beginning. It is hoped these techniques will be used more extensively in the future to provide a more rational basis for developing design requirements. (orig.) [de

  17. A Positive Generation Effect on Memory for Auditory Context.

    Science.gov (United States)

    Overman, Amy A; Richard, Alison G; Stephens, Joseph D W

    2017-06-01

    Self-generation of information during memory encoding has large positive effects on subsequent memory for items, but mixed effects on memory for contextual information associated with items. A processing account of generation effects on context memory (Mulligan in Journal of Experimental Psychology: Learning, Memory, and Cognition, 30(4), 838-855, 2004; Mulligan, Lozito, & Rosner in Journal of Experimental Psychology: Learning, Memory, and Cognition, 32(4), 836-846, 2006) proposes that these effects depend on whether the generation task causes any shift in processing of the type of context features for which memory is being tested. Mulligan and colleagues have used this account to predict various negative effects of generation on context memory, but the account also predicts positive generation effects under certain circumstances. The present experiment provided a critical test of the processing account by examining how generation affected memory for auditory rather than visual context. Based on the processing account, we predicted that generation of rhyme words should enhance processing of auditory information associated with the words (i.e., voice gender), whereas generation of antonym words should have no effect. These predictions were confirmed, providing support to the processing account.

  18. The Episodicity of Verbal Reports of Personally Significant Autobiographical Memories: Vividness Correlates with Narrative Text Quality More than with Detailedness or Memory Specificity

    Science.gov (United States)

    Habermas, Tilmann; Diel, Verena

    2013-01-01

    How can we tell from a memory report whether a memory is episodic or not? Vividness is required by many definitions, whereas detailedness, memory specificity, and narrative text type are competing definitions of episodicity used in research. We explored their correlations with vividness in personally significant autobiographical memories to provide evidence to support their relative claim to define episodic memories. In addition, we explored differences between different memory types and text types as well as between memories with different valences. We asked a lifespan sample (N = 168) of 8-, 12-, 16-, 20-, 40-, and 65-year-olds of both genders (N = 27, 29, 27, 27, 28, 30) to provide brief oral life narratives. These were segmented into thematic memory units. Detailedness of person, place, and time did not correlate with each other or either vividness, memory specificity, or narrative text type. Narrative text type, in contrast, correlated both with vividness and memory specificity, suggesting narrative text type as a good criterion of episodicity. Emotionality turned out to be an even better predictor of vividness. Also, differences between narrative, chronicle, and argument text types and between specific versus more extended and atemporal memories were explored as well as differences between positive, negative, ambivalent, neutral, contamination, and redemption memory reports. It is concluded that temporal sequentiality is a central characteristic of episodic autobiographical memories. Furthermore, it is suggested that the textual quality of memory reports should be taken more seriously, and that evaluation and interpretation are inherent aspects of personally significant memories. PMID:23966918

  19. The episodicity of verbal reports of personally significant autobiographical memories: vividness correlates with narrative text quality more than with detailedness or memory specificity.

    Science.gov (United States)

    Habermas, Tilmann; Diel, Verena

    2013-01-01

    How can we tell from a memory report whether a memory is episodic or not? Vividness is required by many definitions, whereas detailedness, memory specificity, and narrative text type are competing definitions of episodicity used in research. We explored their correlations with vividness in personally significant autobiographical memories to provide evidence to support their relative claim to define episodic memories. In addition, we explored differences between different memory types and text types as well as between memories with different valences. We asked a lifespan sample (N = 168) of 8-, 12-, 16-, 20-, 40-, and 65-year-olds of both genders (N = 27, 29, 27, 27, 28, 30) to provide brief oral life narratives. These were segmented into thematic memory units. Detailedness of person, place, and time did not correlate with each other or either vividness, memory specificity, or narrative text type. Narrative text type, in contrast, correlated both with vividness and memory specificity, suggesting narrative text type as a good criterion of episodicity. Emotionality turned out to be an even better predictor of vividness. Also, differences between narrative, chronicle, and argument text types and between specific versus more extended and atemporal memories were explored as well as differences between positive, negative, ambivalent, neutral, contamination, and redemption memory reports. It is concluded that temporal sequentiality is a central characteristic of episodic autobiographical memories. Furthermore, it is suggested that the textual quality of memory reports should be taken more seriously, and that evaluation and interpretation are inherent aspects of personally significant memories.

  20. The episodicity of verbal reports of personally significant autobiographical memories: Vividness correlates with narrative text quality more than with detailedness or memory specificity

    Directory of Open Access Journals (Sweden)

    Tilmann eHabermas

    2013-08-01

    Full Text Available How can we tell from a memory report whether a memory is episodic or not? Vividness is required by many definitions, whereas detailedness, memory specificity, and narrative text type are competing definitions of episodicity used in research. We explored their correlations with vividness in personally significant autobiographical memories to provide evidence to support their relative claim to define episodic memories. In addition, we explored differences between different memory types and text types as well as between memories with different valences. We asked a lifespan sample (N = 168 of 8-, 12-, 16-, 20-, 40-, and 65-year-olds of both genders (N = 27, 29, 27, 27, 28, 30 to provide brief oral life narratives. These were segmented into thematic memory units. Detailedness of person, place, and time did not correlate with each other or either vividness, memory specificity, or narrative text type. Narrative text type, in contrast, correlated both with vividness and memory specificity, suggesting narrative text type as a good criterion of episodicity. Emotionality turned out to be an even better predictor of vividness. Also, differences between narrative, chronicle, and argument text types and between specific versus more extended and atemporal memory were explored as well as differences between positive, negative, ambivalent, neutral, contamination, and redemption memory reports. It is concluded that temporal sequentiality is a central characteristic of episodic autobiographical memories. Furthermore, it is suggested that the textual quality of memory reports should be taken more seriously, and that evaluation and interpretation are inherent aspects of personally significant memories.

  1. Frontal Cognitive Function and Memory in Parkinson’s Disease: Toward a Distinction between Prospective and Declarative Memory Impairments?

    Directory of Open Access Journals (Sweden)

    A. I. Tröster

    1995-01-01

    Full Text Available Memory dysfunction is a frequent concomitant of Parkinson's disease (PD. Historically, two classes of hypotheses, focusing on different cognitive mechanisms, have been advanced to explain this memory impairment: one postulating retrieval deficits (common to several neurodegenerative disorders involving the basal ganglia, and the other postulating frontally mediated executive deficits as fundamental to memory impairment. After outlining empirical support for the retrieval deficit hypothesis, research on the more recent “frontal executive deficit hypothesis” is reviewed, and major challenges to this hypothesis are identified. It is concluded that the frontal executive deficit hypothesis cannot adequately account for all memory impairments in PD, and that a more parsimonious theoretical account might invoke a distinction between prospective and declarative memory impairments. It is suggested that there may be three subgroups of PD patients: one demonstrating prospective memory dysfunction only, one with declarative memory dysfunction only, and one with both prospective and declarative memory dysfunction. Consequently, PD might provide a useful model within which to investigate the relationship between prospective and declarative memory.

  2. Internal and External Factors That Support Children's Minority First Language and English.

    Science.gov (United States)

    Pham, Giang; Tipton, Timothy

    2018-05-22

    Sequential bilingual children in the United States often speak 2 languages that have different social statuses (minority-majority) and separate contexts for learning (home-school). Thus, distinct factors may support the development of each language. This study examined which child internal and external factors were related to vocabulary skills in a minority language versus English. Participants included 69 children, aged 5-8 years, who lived in Southern California, spoke Vietnamese as the home language, and received school instruction in English. All participants had at least 1 foreign-born parent, and most mothers reported limited English proficiency. Parents completed a telephone survey, and children completed measures of receptive and expressive vocabulary in each language. Using correlations and stepwise regression, we examined predictors of vocabulary skills in each language that were internal to the child (age, gender, analytical reasoning, phonological memory) or that pertained to the surrounding environment (cumulative exposure, quantity and quality of input/output). Vietnamese vocabulary outcomes were related to multiple external factors, of which input and enrichment activities were the best predictors. In contrast, English vocabulary outcomes were related to internal factors, of which age and phonological memory were the best predictors. Parental use of Vietnamese contributed to children's Vietnamese vocabulary outcomes but was not related to children's English vocabulary outcomes. Vietnamese exposure does not hinder English development. Children from immigrant families are learning English with or without familial support. Rich and frequent exposure and opportunities for practice are essential for the continued development of a minority first language.

  3. Experimental Effects of Acute Exercise on Iconic Memory, Short-Term Episodic, and Long-Term Episodic Memory.

    Science.gov (United States)

    Yanes, Danielle; Loprinzi, Paul D

    2018-06-11

    The present experiment evaluated the effects of acute exercise on iconic memory and short- and long-term episodic memory. A two-arm, parallel-group randomized experiment was employed ( n = 20 per group; M age = 21 year). The experimental group engaged in an acute bout of moderate-intensity treadmill exercise for 15 min, while the control group engaged in a seated, time-matched computer task. Afterwards, the participants engaged in a paragraph-level episodic memory task (20 min delay and 24 h delay recall) as well as an iconic memory task, which involved 10 trials (at various speeds from 100 ms to 800 ms) of recalling letters from a 3 × 3 array matrix. For iconic memory, there was a significant main effect for time (F = 42.9, p memory scores at both the baseline (19.22 vs. 17.20) and follow-up (18.15 vs. 15.77), but these results were not statistically significant. These findings provide some suggestive evidence hinting towards an iconic memory and episodic benefit from acute exercise engagement.

  4. Visual working memory contaminates perception.

    Science.gov (United States)

    Kang, Min-Suk; Hong, Sang Wook; Blake, Randolph; Woodman, Geoffrey F

    2011-10-01

    Indirect evidence suggests that the contents of visual working memory may be maintained within sensory areas early in the visual hierarchy. We tested this possibility using a well-studied motion repulsion phenomenon in which perception of one direction of motion is distorted when another direction of motion is viewed simultaneously. We found that observers misperceived the actual direction of motion of a single motion stimulus if, while viewing that stimulus, they were holding a different motion direction in visual working memory. Control experiments showed that none of a variety of alternative explanations could account for this repulsion effect induced by working memory. Our findings provide compelling evidence that visual working memory representations directly interact with the same neural mechanisms as those involved in processing basic sensory events.

  5. The effect of external magnetic field changing on the correlated quantum dot dynamics

    Science.gov (United States)

    Mantsevich, V. N.; Maslova, N. S.; Arseyev, P. I.

    2018-06-01

    The non-stationary response of local magnetic moment to abrupt switching "on" and "off" of external magnetic field was studied for a single-level quantum dot (QD) coupled to a reservoir. We found that transient processes look different for the shallow and deep localized energy level. It was demonstrated that for deep energy level the relaxation rates of the local magnetic moment strongly differ in the case of magnetic field switching "on" or "off". Obtained results can be applied in the area of dynamic memory devices stabilization in the presence of magnetic field.

  6. Next decade in external dosimetry

    International Nuclear Information System (INIS)

    Griffith, R.V.

    1988-01-01

    In recent years, a number of external dosimetry problems have been solved. However, changes in standards and legal concepts relating to the application of dosimetry results will require further enhancements in measurement techniques and philosophy in the next 10 y. The introduction of effective dose equivalent and the legal use of probability of causation will require that much greater attention be given to determination of weighted organ dose from external exposure. An imminent change--an increase in the fast neutron quality factor--will require a new round of technology development in a field that has just received a decade of close scrutiny. For the future, we must take advantage of developments in microelectronics. The use of random access memory (RAM) and metal-on-silicon (MOS) devices as detector elements, particularly for neutron dosimetry, has exciting possibilities that are just beginning to be explored. Advances in microcircuitry are leading, and will continue to lead, in the development of a new generation of small, rugged and smart radiation survey instruments that will make the most of detector data. It has become possible with very compact instruments to obtain energy spectra, linear-energy-transfer (LET) spectra, and quality factors in addition to the usual integrated dosimetric quantities: exposure, absorbed dose, and dose equivalent. These instruments will be reliable and easy to use. The user will be able to select the level of sophistication that is required for any specific application. Moreover, since the processing algorithms can be changed, changes in conversion factors can be accommodated with relative ease. During the next decade, the use of computers will continue to grow in value to the health physicist

  7. ExternE: Externalities of energy Vol. 5. Nuclear

    International Nuclear Information System (INIS)

    Dreicer, M.; Tort, V.; Manen, P.

    1995-01-01

    Since the early 1970s, there has been increased interest in the environmental impacts that are caused by the generation of electricity. The comparative risk assessment studies at that time used mainly deaths and injuries as impact indicators. By the end of the 1980s studies changed to the assessment of the costs imposed on society and the environment that were not included in the market price of the energy produced, the so-called external costs. The preliminary studies that were published set the conceptual basis, grounded in neo-classical economics, for the valuation of the health and environmental impacts that could be assessed. As a consequence of the many questions raised by the methodologies employed by these early studies, Directorate General XII (DG XII) of the Commission of the European Communities established a collaborative research programme with the United States Department of Energy to identify an appropriate methodology for this type of work. Following the completion of this collaboration, the DG XII programme has continued as the ExternE project. The main objective of the work carried out at CEPN was to develop an impact pathway methodology for the nuclear fuel cycle that would be consistent with the methodologies developed for other fuel cycles, without loosing the nuclear-specific techniques required for a proper evaluation. In this way, comparisons between the different fuel cycles would be possible. This report presents the methodology and demonstration of the results in the context of the French nuclear fuel cycle. The United States team at Oak Ridge National Laboratory has previously issued a draft report on the results of their assessment. The French fuel cycle was broken down into 8 separate stages. Reference sites and 1990s technology were chosen to represent the total nuclear fuel cycle, as it exists today. In addition, the transportation of material between the sites was considered. The facilities are assessed for routine operation, except

  8. A comparison of three types of autobiographical memories in old-old age: first memories, pivotal memories and traumatic memories.

    Science.gov (United States)

    Cohen-Mansfield, Jiska; Shmotkin, Dov; Eyal, Nitza; Reichental, Yael; Hazan, Haim

    2010-01-01

    Autobiographical memory enables us to construct a personal narrative through which we identify ourselves. Especially important are memories of formative events. This study describes autobiographical memories of people who have reached old-old age (85 years and above), studying 3 types of memories of particular impact on identity and adaptation: first memories, pivotal memories and traumatic memories. In this paper, we examine the content, characteristic themes and environments, and structural characteristics of each of the 3 types of memory. The participants were 26 persons from a larger longitudinal study with an average age of 91 years; half were men and the other half women. The study integrated qualitative and quantitative tools. An open-ended questionnaire included questions about the participants' life story as well as questions about the 3 types of memories. The responses were rated by 3 independent judges on dimensions of central themes and structural characteristics. First memories had a more positive emotional tone, more references to characters from the participant's social circle, a stronger sense of group belonging, and a more narrative style than the other types of memories. Pivotal and traumatic memories were described as more personal than first memories. The 3 types of memories reflect different stages in life development, which together form a sense of identity. They present experiences from the past on select themes, which may assist in the complex task of coping with the difficulties and limitations that advanced old age presents. Future research should examine the functional role of those memories and whether they enable the old-old to support selfhood in the challenging period of last changes and losses. Copyright © 2010 S. Karger AG, Basel.

  9. ExternE: Externalities of energy Vol. 4. Oil and gas

    International Nuclear Information System (INIS)

    Friedrich, R.; Krewitt, W.; Mayerhofer, P.

    1995-01-01

    Awareness of the environmental damage resulting from human activity, particularly commencing energy use, has grown greatly in recent years. Effects such as global warming, ozone depletion and acid rain are now the subjects of much research and public debate. It is now known that these and other effects damage a wide range of receptors, including human health, forests, crops, freshwater ecosystems and buildings. Such damages are typically not accounted for by the producers and consumers of the good in question (in this case energy). They are thus referred to as 'external costs' or 'externalities', to distinguish them from the private costs which account for the construction of plant, cost of fuel, wages, etc. In recent years there has been a growing interest in the assessment of the environmental and health impacts of energy, and the related external costs. This concern is driven by a number of different factors: the need to integrate environmental concerns in decision making over the choice between different fuels and energy technologies; the need to evaluate the costs and benefits of stricter environmental standards; increased attention to the use of economic instruments for environmental policy, the need to develop overall indicators of environmental performance of different technologies; major changes in the energy sector, including privatisation, liberalisation of markets, reduction of subsidies, etc. An agreed methodology for calculation and integration of external costs has not been established. Earlier work is typically of a preliminary nature and tends to be deficient with respect to both the methods employed and the quality of models and data used. In consequence of this a collaborative project, the EC/US Fuel Cycles Study, was established between Directorate General XLI (Science, Research and Technology) of the European Commission and the United States Department of Energy. This ran for the period 1991 to 1993, and good agreement on a variety of

  10. Decoherence effect on quantum-memory-assisted entropic uncertainty relations

    Science.gov (United States)

    Ming, Fei; Wang, Dong; Huang, Ai-Jun; Sun, Wen-Yang; Ye, Liu

    2018-01-01

    Uncertainty principle significantly provides a bound to predict precision of measurement with regard to any two incompatible observables, and thereby plays a nontrivial role in quantum precision measurement. In this work, we observe the dynamical features of the quantum-memory-assisted entropic uncertainty relations (EUR) for a pair of incompatible measurements in an open system characterized by local generalized amplitude damping (GAD) noises. Herein, we derive the dynamical evolution of the entropic uncertainty with respect to the measurement affecting by the canonical GAD noises when particle A is initially entangled with quantum memory B. Specifically, we examine the dynamics of EUR in the frame of three realistic scenarios: one case is that particle A is affected by environmental noise (GAD) while particle B as quantum memory is free from any noises, another case is that particle B is affected by the external noise while particle A is not, and the last case is that both of the particles suffer from the noises. By analytical methods, it turns out that the uncertainty is not full dependent of quantum correlation evolution of the composite system consisting of A and B, but the minimal conditional entropy of the measured subsystem. Furthermore, we present a possible physical interpretation for the behavior of the uncertainty evolution by means of the mixedness of the observed system; we argue that the uncertainty might be dramatically correlated with the systematic mixedness. Furthermore, we put forward a simple and effective strategy to reduce the measuring uncertainty of interest upon quantum partially collapsed measurement. Therefore, our explorations might offer an insight into the dynamics of the entropic uncertainty relation in a realistic system, and be of importance to quantum precision measurement during quantum information processing.

  11. False memories and confabulation.

    Science.gov (United States)

    Johnson, M K; Raye, C L

    1998-04-01

    Memory distortions range from the benign (thinking you mailed a check that you only thought about mailing), to the serious (confusing what you heard after a crime with what you actually saw), to the fantastic (claiming you piloted a spaceship). We review theoretical ideas and empirical evidence about the source monitoring processes underlying both true and false memories. Neuropsychological studies show that certain forms of brain damage (such as combined frontal and medial-temporal lesions) might result in profound source confusions, called confabulations. Neuroimaging techniques provide new evidence regarding more specific links between underlying brain mechanisms and the normal cognitive processes involved in evaluating memories. One hypothesis is that the right prefrontal cortex (PFC) subserves heuristic judgments based on easily assessed qualities (such as familiarity or perceptual detail) and the left PFC (or the right and left PFC together) subserves more systematic judgments requiring more careful analysis of memorial qualities or retrieval and evaluation of additional supporting or disconfirming information. Such heuristic and systematic processes can be disrupted not only by brain damage but also, for example, by hypnosis, social demands and motivational factors, suggesting caution in the methods used by `memory exploring' professions (therapists, police officers, lawyers, etc.) in order to avoid inducing false memories.

  12. Memory Effects on Movement Behavior in Animal Foraging

    Science.gov (United States)

    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

  13. Bike Sharing and the Economy, the Environment, and Health-Related Externalities

    Directory of Open Access Journals (Sweden)

    Lu-Yi Qiu

    2018-04-01

    Full Text Available In recent years, bike-sharing has experienced rapid development; however, controversies about the externalities of bike-sharing programs have arisen as well. While bike-sharing programs have impacts on traffic, the environment, and public health, the social impacts, the management, and sustainable development of bike-sharing has also been of interest. The debate regards whether there are externalities, as well as whether and how such externalities can be determined. Based on the rapidly diffused bike-sharing in China, this paper quantitatively explores bike-sharing externalities. Specifically, this paper estimates the impacts of bike-sharing on the economy, energy use, the environment, and public health. The empirical results show that bike-sharing programs have significant positive externalities. The bike-sharing systems can provide urban residents with a convenient and time-saving travel mode. We find that the bike-sharing dramatically decreases traffic, reduces energy consumption, decreasing harmful gas emissions, improves public health generally, and promotes economic growth. This study contributes to a better comprehension of the externalities of bike-sharing and provides empirical evidence of the impacts of bike-sharing. Findings suggest that bike-sharing can play a critical role in the process of urban transportation development and provide information useful for urban transportation policies.

  14. Social Ontology Documentation for Knowledge Externalization

    Science.gov (United States)

    Aranda-Corral, Gonzalo A.; Borrego-Díaz, Joaquín; Jiménez-Mavillard, Antonio

    Knowledge externalization and organization is a major challenge that companies must face. Also, they have to ask whether is possible to enhance its management. Mechanical processing of information represents a chance to carry out these tasks, as well as to turn intangible knowledge assets into real assets. Machine-readable knowledge provides a basis to enhance knowledge management. A promising approach is the empowering of Knowledge Externalization by the community (users, employees). In this paper, a social semantic tool (called OntoxicWiki) for enhancing the quality of knowledge is presented.

  15. Protein-Based Three-Dimensional Memories and Associative Processors

    Science.gov (United States)

    Birge, Robert

    2008-03-01

    The field of bioelectronics has benefited from the fact that nature has often solved problems of a similar nature to those which must be solved to create molecular electronic or photonic devices that operate with efficiency and reliability. Retinal proteins show great promise in bioelectronic devices because they operate with high efficiency (˜0.65%), high cyclicity (>10^7), operate over an extended wavelength range (360 -- 630 nm) and can convert light into changes in voltage, pH, absorption or refractive index. This talk will focus on a retinal protein called bacteriorhodopsin, the proton pump of the organism Halobacterium salinarum. Two memories based on this protein will be described. The first is an optical three-dimensional memory. This memory stores information using volume elements (voxels), and provides as much as a thousand-fold improvement in effective capacity over current technology. A unique branching reaction of a variant of bacteriorhodopsin is used to turn each protein into an optically addressed latched AND gate. Although three working prototypes have been developed, a number of cost/performance and architectural issues must be resolved prior to commercialization. The major issue is that the native protein provides a very inefficient branching reaction. Genetic engineering has improved performance by nearly 500-fold, but a further order of magnitude improvement is needed. Protein-based holographic associative memories will also be discussed. The human brain stores and retrieves information via association, and human intelligence is intimately connected to the nature and enormous capacity of this associative search and retrieval process. To a first order approximation, creativity can be viewed as the association of two seemingly disparate concepts to form a totally new construct. Thus, artificial intelligence requires large scale associative memories. Current computer hardware does not provide an optimal environment for creating artificial

  16. Lost for words or loss of memories? Autobiographical memory in semantic dementia.

    Science.gov (United States)

    Moss, H E; Kopelman, M D; Cappelletti, M; Davies, P de Mornay; Jaldow, E

    2003-12-01

    Recent reports have suggested that patients with semantic dementia show a loss of early (remote) auto-biographical memories with pronounced sparing of recent memories (Graham & Hodges, 1997; Snowden, Griffiths, & Neary, 1996), i.e., a 'reversed' temporal gradient or 'Ribot effect'. At first sight, these findings suggest that the deficits in 'semantic' dementia go beyond the semantic domain, involving aspects of autobiographical (episodic) memory. It has also been proposed that there is a 'step-like' function with personal memories preserved for 18 months to 2 years in the immediate past. This view is consistent with the theory that the hippocampal complex/medial temporal lobe (relatively intact in semantic dementia) plays a time-limited role in the acquisition and storage of memories, while the temporal neocortex (damaged in semantic dementia) is required for long-term storage and retrieval. In this study we ask whether (a) previous tests have underestimated the integrity of remote memory in semantic dementia as a result of not allowing for these patients' comprehension and language production difficulties, and (b) whether a recency effect, if obtained, is genuinely step-like or more graded. We used a cued autobiographical memory interview with semantic dementia patient, IH, to examine the effect of providing increasingly specific lexical cues to probe salient events throughout his lifespan. Results demonstrated that the provision of specific cues enabled IH to access and express memories from his childhood and early adulthood as well as from more recent times. There was a gentle recency effect only for intermediate levels of cueing, indicating that recent memories were easier to retrieve and/or express in the absence of specific cues, but this effect was graded, with no evidence of a step-like cut-off at 18 months or 2 years before testing. In brief, our findings are consistent with the view that the deficits in semantic dementia are predominantly or exclusively

  17. Aging memories: differential decay of episodic memory components.

    Science.gov (United States)

    Talamini, Lucia M; Gorree, Eva

    2012-05-17

    Some memories about events can persist for decades, even a lifetime. However, recent memories incorporate rich sensory information, including knowledge on the spatial and temporal ordering of event features, while old memories typically lack this "filmic" quality. We suggest that this apparent change in the nature of memories may reflect a preferential loss of hippocampus-dependent, configurational information over more cortically based memory components, including memory for individual objects. The current study systematically tests this hypothesis, using a new paradigm that allows the contemporaneous assessment of memory for objects, object pairings, and object-position conjunctions. Retention of each memory component was tested, at multiple intervals, up to 3 mo following encoding. The three memory subtasks adopted the same retrieval paradigm and were matched for initial difficulty. Results show differential decay of the tested episodic memory components, whereby memory for configurational aspects of a scene (objects' co-occurrence and object position) decays faster than memory for featured objects. Interestingly, memory requiring a visually detailed object representation decays at a similar rate as global object recognition, arguing against interpretations based on task difficulty and against the notion that (visual) detail is forgotten preferentially. These findings show that memories undergo qualitative changes as they age. More specifically, event memories become less configurational over time, preferentially losing some of the higher order associations that are dependent on the hippocampus for initial fast encoding. Implications for theories of long-term memory are discussed.

  18. Auditory and visual memory in musicians and nonmusicians

    OpenAIRE

    Cohen, Michael A.; Evans, Karla K.; Horowitz, Todd S.; Wolfe, Jeremy M.

    2011-01-01

    Numerous studies have shown that musicians outperform nonmusicians on a variety of tasks. Here we provide the first evidence that musicians have superior auditory recognition memory for both musical and nonmusical stimuli, compared to nonmusicians. However, this advantage did not generalize to the visual domain. Previously, we showed that auditory recognition memory is inferior to visual recognition memory. Would this be true even for trained musicians? We compared auditory and visual memory ...

  19. External Data Structures for Shortest Path Queries on Planar Digraphs

    DEFF Research Database (Denmark)

    Arge, Lars; Toma, Laura

    2005-01-01

    In this paper we present space-query trade-offs for external memory data structures that answer shortest path queries on planar directed graphs. For any S = Ω(N 1 + ε) and S = O(N2/B), our main result is a family of structures that use S space and answer queries in O(N2/ S B) I/Os, thus obtaining...... optimal space-query product O(N2/B). An S space structure can be constructed in O(√S · sort(N)) I/Os, where sort(N) is the number of I/Os needed to sort N elements, B is the disk block size, and N is the size of the graph....

  20. An evaluation of a working memory training scheme in older adults

    Directory of Open Access Journals (Sweden)

    Laura Patricia McAvinue

    2013-05-01

    Full Text Available Working memory is a cognitive process that is particularly vulnerable to decline with age. The current study sought to evaluate the efficacy of a working memory training scheme in improving memory in a group of older adults. A 5-week online training scheme was designed to provide training in the main components of Baddeley’s (2000 working memory model, namely auditory and visuospatial short-term and working memory. A group of older adults aged between 64 and 79 were randomly assigned to a trainee (n = 19 or control (n = 17 group, with trainees engaging in the adaptive training scheme and controls engaging in a non-adaptive version of the programme. Before and after training and at 3- and 6-month follow-up sessions, trainees and controls were asked to complete measures of short-term and working memory, long-term episodic memory, subjective ratings of memory and attention and achievement of goals set at the beginning of training. The results provided evidence of an expansion of auditory short-term memory span, which was maintained 6 months later, and transfer to long-term episodic memory but no evidence of improvement in working memory capacity per se. A serendipitous and intriguing finding of a relationship between time spent training, psychological stress and training gains provided further insight into individual differences in training gains in older adults.

  1. Systematic Development Strategy for Smart Devices Based on Shape-Memory Polymers

    Directory of Open Access Journals (Sweden)

    Andrés Díaz Lantada

    2017-10-01

    Full Text Available Shape-memory polymers are outstanding “smart” materials, which can perform important geometrical changes, when activated by several types of external stimuli, and which can be applied to several emerging engineering fields, from aerospace applications, to the development of biomedical devices. The fact that several shape-memory polymers can be structured in an additive way is an especially noteworthy advantage, as the development of advanced actuators with complex geometries for improved performance can be achieved, if adequate design and manufacturing considerations are taken into consideration. Present study presents a review of challenges and good practices, leading to a straightforward methodology (or integration of strategies, for the development of “smart” actuators based on shape-memory polymers. The combination of computer-aided design, computer-aided engineering and additive manufacturing technologies is analyzed and applied to the complete development of interesting shape-memory polymer-based actuators. Aspects such as geometrical design and optimization, development of the activation system, selection of the adequate materials and related manufacturing technologies, training of the shape-memory effect, final integration and testing are considered, as key processes of the methodology. Current trends, including the use of low-cost 3D and 4D printing, and main challenges, including process eco-efficiency and biocompatibility, are also discussed and their impact on the proposed methodology is considered.

  2. The Role of Emotional Landmarks on Topographical Memory

    Directory of Open Access Journals (Sweden)

    Massimiliano Palmiero

    2017-05-01

    Full Text Available The investigation of the role of emotional landmarks on human navigation has been almost totally neglected in psychological research. Therefore, the extent to which positive and negative emotional landmarks affect topographical memory as compared to neutral emotional landmark was explored. Positive, negative and neutral affect-laden images were selected as landmarks from the International Affective Picture System (IAPS Inventory. The Walking Corsi test (WalCT was used in order to test the landmark-based topographical memory. Participants were instructed to learn and retain an eight-square path encompassing positive, negative or neutral emotional landmarks. Both egocentric and allocentric frames of references were considered. Egocentric representation encompasses the object’s relation to the self and it is generated from sensory data. Allocentric representation expresses a location with respect to an external frame regardless of the self and it is the basis for long-term storage of complex layouts. In particular, three measures of egocentric and allocentric topographical memory were taken into account: (1 the ability to learn the path; (2 the ability to recall by walking the path five minutes later; (3 the ability to reproduce the path on the outline of the WalCT. Results showed that both positive and negative emotional landmarks equally enhanced the learning of the path as compared to neutral emotional landmarks. In addition, positive emotional landmarks improved the reproduction of the path on the map as compared to negative and neutral emotional landmarks. These results generally show that emotional landmarks enhance egocentric-based topographical memory, whereas positive emotional landmarks seem to be more effective for allocentric-based topographical memory.

  3. The Developmental Influence of Primary Memory Capacity on Working Memory and Academic Achievement

    Science.gov (United States)

    2015-01-01

    In this study, we investigate the development of primary memory capacity among children. Children between the ages of 5 and 8 completed 3 novel tasks (split span, interleaved lists, and a modified free-recall task) that measured primary memory by estimating the number of items in the focus of attention that could be spontaneously recalled in serial order. These tasks were calibrated against traditional measures of simple and complex span. Clear age-related changes in these primary memory estimates were observed. There were marked individual differences in primary memory capacity, but each novel measure was predictive of simple span performance. Among older children, each measure shared variance with reading and mathematics performance, whereas for younger children, the interleaved lists task was the strongest single predictor of academic ability. We argue that these novel tasks have considerable potential for the measurement of primary memory capacity and provide new, complementary ways of measuring the transient memory processes that predict academic performance. The interleaved lists task also shared features with interference control tasks, and our findings suggest that young children have a particular difficulty in resisting distraction and that variance in the ability to resist distraction is also shared with measures of educational attainment. PMID:26075630

  4. Epigenetic mechanisms in the development of memory and their involvement in certain neurological diseases.

    Science.gov (United States)

    Rosales-Reynoso, M A; Ochoa-Hernández, A B; Juárez-Vázquez, C I; Barros-Núñez, P

    Today, scientists accept that the central nervous system of an adult possesses considerable morphological and functional flexibility, allowing it to perform structural remodelling processes even after the individual is fully developed and mature. In addition to the vast number of genes participating in the development of memory, different known epigenetic mechanisms are involved in normal and pathological modifications to neurons and therefore also affect the mechanisms of memory development. This study entailed a systematic review of biomedical article databases in search of genetic and epigenetic factors that participate in synaptic function and memory. The activation of gene expression in response to external stimuli also occurs in differentiated nerve cells. Neural activity induces specific forms of synaptic plasticity that permit the creation and storage of long-term memory. Epigenetic mechanisms play a key role in synaptic modification processes and in the creation and development of memory. Changes in these mechanisms result in the cognitive and memory impairment seen in neurodegenerative diseases (Alzheimer disease, Huntington disease) and in neurodevelopmental disorders (Rett syndrome, fragile X, and schizophrenia). Nevertheless, results obtained from different models are promising and point to potential treatments for some of these diseases. Copyright © 2013 Sociedad Española de Neurología. Publicado por Elsevier España, S.L.U. All rights reserved.

  5. The Role of Epigenetic Regulation in Transcriptional Memory in the Immune System.

    Science.gov (United States)

    Woodworth, A M; Holloway, A F

    The immune system is exquisitely poised to identify, respond to, and eradicate pathogens from the body, as well as to produce a more rapid and augmented response to a subsequent encounter with the pathogen. These cellular responses rely on the highly coordinated and rapid activation of gene expression programs as well as the ability of the cell to retain a memory of the initial gene response. It is clear that chromatin structure and epigenetic mechanisms play a crucial role in determining these gene responses, and in fact the immune system has proved an instructive model for investigating the multifaceted mechanisms through which the chromatin landscape contributes to gene expression programs. These mechanisms include modifications to the DNA and histone proteins, the positioning, composition, and remodeling of nucleosomes, as well as the formation of higher-order chromatin structures. Moreover, it is now apparent that epigenetic mechanisms also provide an instrument by which cells can retain memory of the initial transcriptional response, "priming" the genome so that it can respond more quickly to subsequent exposure to the signal. Here, we use the immune system as a model to demonstrate the complex interplay between transcription factors and the chromatin landscape required to orchestrate precise gene responses to external stimuli and further to demonstrate how these interactions can establish memory of past transcriptional events. We focus on what we have learnt from the immune system and how this can inform our understanding of other cellular systems. © 2017 Elsevier Inc. All rights reserved.

  6. Do Executive and Reactive Disinhibition Mediate the Effects of Familial Substance Use Disorders on Adolescent Externalizing Outcomes?

    Science.gov (United States)

    Handley, Elizabeth D.; Chassin, Laurie; Haller, Moira M.; Bountress, Kaitlin E.; Dandreaux, Danielle; Beltran, Iris

    2011-01-01

    The present study examined the potential mediating roles of executive and reactive disinhibition in predicting conduct problems, ADHD symptoms, and substance use among adolescents with and without a family history of substance use disorders. Using data from 247 high-risk adolescents, parents, and grandparents, structural equation modeling indicated that reactive disinhibition, as measured by sensation seeking, mediated the effect of familial drug use disorders on all facets of the adolescent externalizing spectrum. Executive disinhibition, as measured by response disinhibition, spatial short term memory, and “trait” impulsivity, was associated with ADHD symptoms. Moreover, although executive functioning weakness were unrelated to familial substance use disorders, adolescents with familial alcohol use disorders were at risk for “trait” impulsivity marked by a lack of planning. These results illustrate the importance of “unpacking” the broad temperament style of disinhibition and of studying the processes that underlie the commonality among facets of the externalizing spectrum and processes that that predict specific externalizing outcomes. PMID:21668077

  7. Organizing for External Knowledge Sourcing

    DEFF Research Database (Denmark)

    Rabbiosi, Larissa; Reichstein, Toke

    2011-01-01

    The aim of this article is to provide an introduction to the special issue. We briefly consider the external knowledge sourcing and organizing for innovation literatures, which offer a background for the special issue, and we highlight their mutual dialogue. We then illustrate the main findings o...

  8. Dissociation of item and source memory in rhesus monkeys.

    Science.gov (United States)

    Basile, Benjamin M; Hampton, Robert R

    2017-09-01

    Source memory, or memory for the context in which a memory was formed, is a defining characteristic of human episodic memory and source memory errors are a debilitating symptom of memory dysfunction. Evidence for source memory in nonhuman primates is sparse despite considerable evidence for other types of sophisticated memory and the practical need for good models of episodic memory in nonhuman primates. A previous study showed that rhesus monkeys confused the identity of a monkey they saw with a monkey they heard, but only after an extended memory delay. This suggests that they initially remembered the source - visual or auditory - of the information but forgot the source as time passed. Here, we present a monkey model of source memory that is based on this previous study. In each trial, monkeys studied two images, one that they simply viewed and touched and the other that they classified as a bird, fish, flower, or person. In a subsequent memory test, they were required to select the image from one source but avoid the other. With training, monkeys learned to suppress responding to images from the to-be-avoided source. After longer memory intervals, monkeys continued to show reliable item memory, discriminating studied images from distractors, but made many source memory errors. Monkeys discriminated source based on study method, not study order, providing preliminary evidence that our manipulation of retention interval caused errors due to source forgetting instead of source confusion. Finally, some monkeys learned to select remembered images from either source on cue, showing that they did indeed remember both items and both sources. This paradigm potentially provides a new model to study a critical aspect of episodic memory in nonhuman primates. Copyright © 2017 Elsevier B.V. All rights reserved.

  9. The selective power of causality on memory errors.

    Science.gov (United States)

    Marsh, Jessecae K; Kulkofsky, Sarah

    2015-01-01

    We tested the influence of causal links on the production of memory errors in a misinformation paradigm. Participants studied a set of statements about a person, which were presented as either individual statements or pairs of causally linked statements. Participants were then provided with causally plausible and causally implausible misinformation. We hypothesised that studying information connected with causal links would promote representing information in a more abstract manner. As such, we predicted that causal information would not provide an overall protection against memory errors, but rather would preferentially help in the rejection of misinformation that was causally implausible, given the learned causal links. In two experiments, we measured whether the causal linkage of information would be generally protective against all memory errors or only selectively protective against certain types of memory errors. Causal links helped participants reject implausible memory lures, but did not protect against plausible lures. Our results suggest that causal information may promote an abstract storage of information that helps prevent only specific types of memory errors.

  10. Andra long term memory project - 59277

    International Nuclear Information System (INIS)

    Charton, Patrick; Boissier, Fabrice; Martin, Guillaume

    2012-01-01

    Document available in abstract form only. Full text of publication follows: Long term memory of repositories is required by safety, reversibility and social expectations. Thus Andra has implemented since 2010 a long-term memory project to reinforce and diversify its current arrangements in this field, as well as to explore opportunities to extend memory keeping over thousands years. The project includes opportunity studies of dedicated facilities. The 'Ecotheque' and 'Geotheque' projects contribute to memory respectively through environmental and geological samples preservation. The options of creating (i) an archive centre for Andra's interim and permanent archives, (ii) an artist center to study the contribution of arts to memory preservation, (iii) a museum of radioactive waste disposal history and technology (radium industry..., sea disposal, current solutions...) are considered. Other studies provided by the project examine our heritage. This includes the continuity of languages and symbolic systems, the continuity of writing and engraving methods, the archaeology of landscapes (memory of the earths evolution, multi-century memory of industrial and agricultural landscapes), the archaeology practices (how might a future archaeologist be interested in our current activity?), the preservation of historical sites and industrial memory, the continuity of institutional organizations, the memory and history of science evolution as well as broad history

  11. Approaches for a quantum memory at telecommunication wavelengths

    International Nuclear Information System (INIS)

    Lauritzen, Bjoern; Minar, Jiri; Riedmatten, Hugues de; Afzelius, Mikael; Gisin, Nicolas

    2011-01-01

    We report experimental storage and retrieval of weak coherent states of light at telecommunication wavelengths using erbium ions doped into a solid. We use two photon-echo-based quantum storage protocols. The first one is based on controlled reversible inhomogeneous broadening (CRIB). It allows the retrieval of the light on demand by controlling the collective atomic coherence with an external electric field, via the linear Stark effect. We study how atoms in the excited state affect the signal-to-noise ratio of the CRIB memory. Additionally we show how CRIB can be used to modify the temporal width of the retrieved light pulse. The second protocol is based on atomic frequency combs. Using this protocol we verify that the reversible mapping is phase preserving by performing an interference experiment with a local oscillator. These measurements are enabling steps toward solid-state quantum memories at telecommunication wavelengths. We also give an outlook on possible improvements.

  12. Rehabilitation in severe memory deficit: A case study

    Directory of Open Access Journals (Sweden)

    Nariana Mattos Figueiredo Sousa

    Full Text Available ABSTRACT The term amnesia refers to a pathological state of mind in which memory and learning are affected to a greater extent than other cognitive functions in a patient without altered level of consciousness. The aim of the current study was to describe a case of severe amnesia in a patient during neurological rehabilitation and to report the importance of preserved cognitive functions to compensate for the mnemonic deficit. VJA presented a clinical condition suggestive of encephalopathy due to caloric-protein malnutrition following several abdominal surgical procedures for complicated choledocholithiasis. A descriptive analysis of the results was carried out to outline the goals attained and the factors limiting implementation of memory aids. After the intervention program, consisting of individual and group activities, VJA showed improvement in level of recall with repetition of tasks, but still required constant external monitoring. Longitudinal follow-up is necessary to obtain more consistent results.

  13. How important is importance for prospective memory? A review

    Directory of Open Access Journals (Sweden)

    Stefan eWalter

    2014-06-01

    Full Text Available Forgetting to carry out an intention as planned can have serious consequences in everyday life. People sometimes even forget intentions that they consider as very important. Here, we review the literature on the impact of importance on prospective memory performance. We highlight different methods used to manipulate the importance of a prospective memory task such as providing rewards, importance relative to other ongoing activities, absolute importance, and providing social motives. Moreover, we address the relationship between importance and other factors known to affect prospective memory and ongoing task performance such as type of prospective memory task (time-, event- or activity-based, cognitive loads, and cue focality. Finally, we provide a connection to motivation, we summarize the effects of task importance and we identify important venues for future research.

  14. How important is importance for prospective memory? A review

    Science.gov (United States)

    Walter, Stefan; Meier, Beat

    2014-01-01

    Forgetting to carry out an intention as planned can have serious consequences in everyday life. People sometimes even forget intentions that they consider as very important. Here, we review the literature on the impact of importance on prospective memory performance. We highlight different methods used to manipulate the importance of a prospective memory task such as providing rewards, importance relative to other ongoing activities, absolute importance, and providing social motives. Moreover, we address the relationship between importance and other factors known to affect prospective memory and ongoing task performance such as type of prospective memory task (time-, event-, or activity-based), cognitive loads, and processing overlaps. Finally, we provide a connection to motivation, we summarize the effects of task importance and we identify important venues for future research. PMID:25018743

  15. Memory deficit in patients with schizophrenia and posttraumatic stress disorder: relational vs item-specific memory

    Directory of Open Access Journals (Sweden)

    Jung W

    2016-05-01

    Full Text Available Wookyoung Jung,1 Seung-Hwan Lee1,2 1Clinical Emotions and Cognition Research Laboratory, Department of Psychiatry, Inje University, Ilsan-Paik Hospital, 2Department of Psychiatry, Inje University, Ilsan-Paik Hospital, Goyang, Korea Abstract: It has been well established that patients with schizophrenia have impairments in cognitive functioning and also that patients who experienced traumatic events suffer from cognitive deficits. Of the cognitive deficits revealed in schizophrenia or posttraumatic stress disorder (PTSD patients, the current article provides a brief review of deficit in episodic memory, which is highly predictive of patients’ quality of life and global functioning. In particular, we have focused on studies that compared relational and item-specific memory performance in schizophrenia and PTSD, because measures of relational and item-specific memory are considered the most promising constructs for immediate tangible development of clinical trial paradigm. The behavioral findings of schizophrenia are based on the tasks developed by the Cognitive Neuroscience Treatment Research to Improve Cognition in Schizophrenia (CNTRICS initiative and the Cognitive Neuroscience Test Reliability and Clinical Applications for Schizophrenia (CNTRACS Consortium. The findings we reviewed consistently showed that schizophrenia and PTSD are closely associated with more severe impairments in relational memory compared to item-specific memory. Candidate brain regions involved in relational memory impairment in schizophrenia and PTSD are also discussed. Keywords: schizophrenia, posttraumatic stress disorder, episodic memory deficit, relational memory, item-specific memory, prefrontal cortex, hippocampus

  16. Memory for frequency of hearing popular songs.

    Science.gov (United States)

    Fidler, J R; Zechmeister, E B; Shaughnessy, J J

    1988-01-01

    In two experiments college students were asked to provide situational frequency estimates of 10-s excerpts from rock songs. In both experiments familiarity of the musical selections heard one, two, three, or four times was varied. In Experiment 2 the nature of instructions given to subjects prior to presentation of the musical excerpts was also manipulated. Across both experiments subjects' estimates were less accurate for unfamiliar than for familiar rock music. In Experiment 2 instructions to remember frequency, as well as general memory instructions, resulted in better memory for presentation frequency than did instructions to "ignore" music while working on math problems. Memory for situational frequency was also related to knowledge of rock music as defined by subjects' ability to identify the titles and artists of the presented songs. The present pattern of results with popular music is viewed as similar to that obtained in experiments investigating memory for frequency of verbal stimuli. Although providing support for an automatic processing view of frequency encoding, the results also implicate meaningful elaboration of stimuli as an important determinant of memory for frequency of events.

  17. Collective memory: a perspective from (experimental) clinical psychology.

    Science.gov (United States)

    Wessel, Ineke; Moulds, Michelle L

    2008-04-01

    This paper considers the concept of collective memory from an experimental clinical psychology perspective. Exploration of the term collective reveals a broad distinction between literatures that view collective memories as a property of groups (collectivistic memory) and those that regard these memories as a property of individuals who are, to a greater or lesser extent, an integral part of their social environment (social memory). First, we argue that the understanding of collectivistic memory phenomena may benefit from drawing parallels with current psychological models such as the self-memory system theory of individualistic autobiographical memory. Second, we suggest that the social memory literature may inform the study of trauma-related disorders. We argue that a factual focus induced by collaborative remembering may be beneficial to natural recovery in the immediate aftermath of trauma, and propose that shared remembering techniques may provide a useful addition to the treatment of post-traumatic stress disorder.

  18. Methods, apparatus and system for notification of predictable memory failure

    Energy Technology Data Exchange (ETDEWEB)

    Cher, Chen-Yong; Andrade Costa, Carlos H.; Park, Yoonho; Rosenburg, Bryan S.; Ryu, Kyung D.

    2017-01-03

    A method for providing notification of a predictable memory failure includes the steps of: obtaining information regarding at least one condition associated with a memory; calculating a memory failure probability as a function of the obtained information; calculating a failure probability threshold; and generating a signal when the memory failure probability exceeds the failure probability threshold, the signal being indicative of a predicted future memory failure.

  19. A memory module for experimental data handling

    Science.gov (United States)

    De Blois, J.

    1985-02-01

    A compact CAMAC memory module for experimental data handling was developed to eliminate the need of direct memory access in computer controlled measurements. When using autonomous controllers it also makes measurements more independent of the program and enlarges the available space for programs in the memory of the micro-computer. The memory module has three modes of operation: an increment-, a list- and a fifo mode. This is achieved by connecting the main parts, being: the memory (MEM), the fifo buffer (FIFO), the address buffer (BUF), two counters (AUX and ADDR) and a readout register (ROR), by an internal 24-bit databus. The time needed for databus operations is 1 μs, for measuring cycles as well as for CAMAC cycles. The FIFO provides temporary data storage during CAMAC cycles and separates the memory part from the application part. The memory is variable from 1 to 64K (24 bits) by using different types of memory chips. The application part, which forms 1/3 of the module, will be specially designed for each application and is added to the memory chian internal connector. The memory unit will be used in Mössbauer experiments and in thermal neutron scattering experiments.

  20. Quantitative measurements of autobiographical memory content.

    Directory of Open Access Journals (Sweden)

    Robert S Gardner

    Full Text Available Autobiographical memory (AM, subjective recollection of past experiences, is fundamental in everyday life. Nevertheless, characterization of the spontaneous occurrence of AM, as well as of the number and types of recollected details, remains limited. The CRAM (Cue-Recalled Autobiographical Memory test (http://cramtest.info adapts and combines the cue-word method with an assessment that collects counts of details recalled from different life periods. The SPAM (Spontaneous Probability of Autobiographical Memories protocol samples introspection during everyday activity, recording memory duration and frequency. These measures provide detailed, naturalistic accounts of AM content and frequency, quantifying essential dimensions of recollection. AM content (∼20 details/recollection decreased with the age of the episode, but less drastically than the probability of reporting remote compared to recent memories. AM retrieval was frequent (∼20/hour, each memory lasting ∼30 seconds. Testable hypotheses of the specific content retrieved in a fixed time from given life periods are presented.

  1. Priming analogical reasoning with false memories.

    Science.gov (United States)

    Howe, Mark L; Garner, Sarah R; Threadgold, Emma; Ball, Linden J

    2015-08-01

    Like true memories, false memories are capable of priming answers to insight-based problems. Recent research has attempted to extend this paradigm to more advanced problem-solving tasks, including those involving verbal analogical reasoning. However, these experiments are constrained inasmuch as problem solutions could be generated via spreading activation mechanisms (much like false memories themselves) rather than using complex reasoning processes. In three experiments we examined false memory priming of complex analogical reasoning tasks in the absence of simple semantic associations. In Experiment 1, we demonstrated the robustness of false memory priming in analogical reasoning when backward associative strength among the problem terms was eliminated. In Experiments 2a and 2b, we extended these findings by demonstrating priming on newly created homonym analogies that can only be solved by inhibiting semantic associations within the analogy. Overall, the findings of the present experiments provide evidence that the efficacy of false memory priming extends to complex analogical reasoning problems.

  2. Biodegradable Shape Memory Polymers in Medicine.

    Science.gov (United States)

    Peterson, Gregory I; Dobrynin, Andrey V; Becker, Matthew L

    2017-11-01

    Shape memory materials have emerged as an important class of materials in medicine due to their ability to change shape in response to a specific stimulus, enabling the simplification of medical procedures, use of minimally invasive techniques, and access to new treatment modalities. Shape memory polymers, in particular, are well suited for such applications given their excellent shape memory performance, tunable materials properties, minimal toxicity, and potential for biodegradation and resorption. This review provides an overview of biodegradable shape memory polymers that have been used in medical applications. The majority of biodegradable shape memory polymers are based on thermally responsive polyesters or polymers that contain hydrolyzable ester linkages. These materials have been targeted for use in applications pertaining to embolization, drug delivery, stents, tissue engineering, and wound closure. The development of biodegradable shape memory polymers with unique properties or responsiveness to novel stimuli has the potential to facilitate the optimization and development of new medical applications. © 2017 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  3. Interacting Brain Systems Modulate Memory Consolidation

    Science.gov (United States)

    McIntyre, Christa K.; McGaugh, James L.; Williams, Cedric L.

    2011-01-01

    Emotional arousal influences the consolidation of long-term memory. This review discusses experimental approaches and relevant findings that provide the foundation for current understanding of coordinated interactions between arousal activated peripheral hormones and the brain processes that modulate memory formation. Rewarding or aversive experiences release the stress hormones epinephrine (adrenalin) and glucocorticoids from the adrenal glands into the bloodstream. The effect of these hormones on memory consolidation depends upon binding of norepinephrine to beta-adrenergic receptors in the basolateral complex of the amygdala (BLA). Much evidence indicates that the stress hormones influence release of norepinephrine in the BLA through peripheral actions on the vagus nerve which stimulates, through polysynaptic connections, cells of the locus coeruleus to release norepinephrine. The BLA influences memory storage by actions on synapses, distributed throughout the brain, that are engaged in sensory and cognitive processing at the time of amygdala activation. The implications of the activation of these stress-activated memory processes are discussed in relation to stress-related memory disorders. PMID:22085800

  4. Dynamics of dendritic spines in the mouse auditory cortex during memory formation and memory recall.

    Science.gov (United States)

    Moczulska, Kaja Ewa; Tinter-Thiede, Juliane; Peter, Manuel; Ushakova, Lyubov; Wernle, Tanja; Bathellier, Brice; Rumpel, Simon

    2013-11-05

    Long-lasting changes in synaptic connections induced by relevant experiences are believed to represent the physical correlate of memories. Here, we combined chronic in vivo two-photon imaging of dendritic spines with auditory-cued classical conditioning to test if the formation of a fear memory is associated with structural changes of synapses in the mouse auditory cortex. We find that paired conditioning and unpaired conditioning induce a transient increase in spine formation or spine elimination, respectively. A fraction of spines formed during paired conditioning persists and leaves a long-lasting trace in the network. Memory recall triggered by the reexposure of mice to the sound cue did not lead to changes in spine dynamics. Our findings provide a synaptic mechanism for plasticity in sound responses of auditory cortex neurons induced by auditory-cued fear conditioning; they also show that retrieval of an auditory fear memory does not lead to a recapitulation of structural plasticity in the auditory cortex as observed during initial memory consolidation.

  5. The role of memory for visual search in scenes.

    Science.gov (United States)

    Le-Hoa Võ, Melissa; Wolfe, Jeremy M

    2015-03-01

    Many daily activities involve looking for something. The ease with which these searches are performed often allows one to forget that searching represents complex interactions between visual attention and memory. Although a clear understanding exists of how search efficiency will be influenced by visual features of targets and their surrounding distractors or by the number of items in the display, the role of memory in search is less well understood. Contextual cueing studies have shown that implicit memory for repeated item configurations can facilitate search in artificial displays. When searching more naturalistic environments, other forms of memory come into play. For instance, semantic memory provides useful information about which objects are typically found where within a scene, and episodic scene memory provides information about where a particular object was seen the last time a particular scene was viewed. In this paper, we will review work on these topics, with special emphasis on the role of memory in guiding search in organized, real-world scenes. © 2015 New York Academy of Sciences.

  6. Entrainment of prefrontal beta oscillations induces an endogenous echo and impairs memory formation.

    Science.gov (United States)

    Hanslmayr, Simon; Matuschek, Jonas; Fellner, Marie-Christin

    2014-04-14

    Brain oscillations across all frequency bands play a key role for memory formation. Specifically, desynchronization of local neuronal assemblies in the left inferior prefrontal cortex (PFC) in the beta frequency (∼18 Hz) has been shown to be central for encoding of verbal memories. However, it remains elusive whether prefrontal beta desynchronization is causally relevant for memory formation and whether these endogenous beta oscillations can be entrained by external stimulation. By using combined EEG-TMS (transcranial magnetic stimulation), we here address these fundamental questions in human participants performing a word-list learning task. Confirming our predictions, memory encoding was selectively impaired when the left inferior frontal gyrus (IFG) was driven at beta (18.7 Hz) compared to stimulation at other frequencies (6.8 Hz and 10.7 Hz) and to ineffective sham stimulation (18.7 Hz). Furthermore, a sustained oscillatory "echo" in the left IFG, which outlasted the stimulation period by approximately 1.5 s, was observed solely after beta stimulation. The strength of this beta echo was related to memory impairment on a between-subjects level. These results show endogenous oscillatory entrainment effects and behavioral impairment selectively in beta frequency for stimulation of the left IFG, demonstrating an intimate causal relationship between prefrontal beta desynchronization and memory formation. Copyright © 2014 Elsevier Ltd. All rights reserved.

  7. Working Memory in the Classroom: An Inside Look at the Central Executive.

    Science.gov (United States)

    Barker, Lauren A

    2016-01-01

    This article provides a review of working memory and its application to educational settings. A discussion of the varying definitions of working memory is presented. Special attention is given to the various multidisciplinary professionals who work with students with working memory deficits, and their unique understanding of the construct. Definitions and theories of working memory are briefly summarized and provide the foundation for understanding practical applications of working memory to assessment and intervention. Although definitions and models of working memory abound, there is limited consensus regarding universally accepted definitions and models. Current research indicates that developing new models of working memory may be an appropriate paradigm shift at this time. The integration of individual practitioner's knowledge regarding academic achievement, working memory and processing speed could provide a foundation for the future development of new working memory models. Future directions for research should aim to explain how tasks and behaviors are supported by the substrates of the cortico-striatal and the cerebro-cerebellar systems. Translation of neurobiological information into educational contexts will be helpful to inform all practitioners' knowledge of working memory constructs. It will also allow for universally accepted definitions and models of working memory to arise and facilitate more effective collaboration between disciplines working in educational setting.

  8. Hippocampal sleep features: relations to human memory function

    Directory of Open Access Journals (Sweden)

    Michele eFerrara

    2012-04-01

    Full Text Available The recent spread of intracranial EEG recordings techniques for presurgical evaluation of drug-resistant epileptic patients is providing new information on the activity of different brain structures during both wakefulness and sleep. The interest has been mainly focused on the medial temporal lobe, and in particular the hippocampal formation, whose peculiar local sleep features have been recently described, providing support to the idea that sleep is not a spatially global phenomenon. The study of the hippocampal sleep electrophysiology is particularly interesting because of its central role in the declarative memory formation. Recent data indicate that sleep contributes to memory formation. Therefore, it is relevant to understand whether specific pattern of activity taking place during sleep are related to memory consolidation processes. Fascinating similarities between different states of consciousness (wakefulness, REM sleep, NREM sleep in some electrophysiological mechanisms underlying cognitive processes have been reported. For instance, large-scale synchrony in gamma activity is important for waking memory and perception processes, and its changes during sleep may be the neurophysiological substrate of sleep-related deficits of declarative memory. Hippocampal activity seems to specifically support memory consolidation during sleep, through specific coordinated neurophysiological events (slow waves, spindles, ripples that would facilitate the integration of new information into the pre-existing cortical networks. A few studies indeed provided direct evidence that rhinal ripples as well as slow hippocampal oscillations are correlated with memory consolidation in humans. More detailed electrophysiological investigations assessing the specific relations between different types of memory consolidation and hippocampal EEG features are in order. These studies will add an important piece of knowledge to the elucidation of the ultimate sleep

  9. Hippocampal Sleep Features: Relations to Human Memory Function

    Science.gov (United States)

    Ferrara, Michele; Moroni, Fabio; De Gennaro, Luigi; Nobili, Lino

    2012-01-01

    The recent spread of intracranial electroencephalographic (EEG) recording techniques for presurgical evaluation of drug-resistant epileptic patients is providing new information on the activity of different brain structures during both wakefulness and sleep. The interest has been mainly focused on the medial temporal lobe, and in particular the hippocampal formation, whose peculiar local sleep features have been recently described, providing support to the idea that sleep is not a spatially global phenomenon. The study of the hippocampal sleep electrophysiology is particularly interesting because of its central role in the declarative memory formation. Recent data indicate that sleep contributes to memory formation. Therefore, it is relevant to understand whether specific patterns of activity taking place during sleep are related to memory consolidation processes. Fascinating similarities between different states of consciousness (wakefulness, REM sleep, non-REM sleep) in some electrophysiological mechanisms underlying cognitive processes have been reported. For instance, large-scale synchrony in gamma activity is important for waking memory and perception processes, and its changes during sleep may be the neurophysiological substrate of sleep-related deficits of declarative memory. Hippocampal activity seems to specifically support memory consolidation during sleep, through specific coordinated neurophysiological events (slow waves, spindles, ripples) that would facilitate the integration of new information into the pre-existing cortical networks. A few studies indeed provided direct evidence that rhinal ripples as well as slow hippocampal oscillations are correlated with memory consolidation in humans. More detailed electrophysiological investigations assessing the specific relations between different types of memory consolidation and hippocampal EEG features are in order. These studies will add an important piece of knowledge to the elucidation of the ultimate

  10. Joint effects of emotion and color on memory.

    Science.gov (United States)

    Kuhbandner, Christof; Pekrun, Reinhard

    2013-06-01

    Numerous studies have shown that memory is enhanced for emotionally negative and positive information relative to neutral information. We examined whether emotion-induced memory enhancement is influenced by low-level perceptual attributes such as color. Because in everyday life red is often used as a warning signal, whereas green signals security, we hypothesized that red might enhance memory for negative information and green memory for positive information. To capture the signaling function of colors, we measured memory for words standing out from the context by color, and manipulated the color and emotional significance of the outstanding words. Making words outstanding by color strongly enhanced memory, replicating the well-known von Restorff effect. Furthermore, memory for colored words was further increased by emotional significance, replicating the memory-enhancing effect of emotion. Most intriguingly, the effects of emotion on memory additionally depended on color type. Red strongly increased memory for negative words, whereas green strongly increased memory for positive words. These findings provide the first evidence that emotion-induced memory enhancement is influenced by color and demonstrate that different colors can have different functions in human memory.

  11. The role of NPY in learning and memory

    DEFF Research Database (Denmark)

    Gøtzsche, C. R.; Woldbye, D. P. D.

    2016-01-01

    with Y1 receptor-mediated neurogenesis could constitute necessary steps in consolidation and long-term retention of spatial memory. Altogether, NPY-induced effects on learning and memory seem to be biphasic, anatomically and temporally differential, and in support of a modulatory role of NPY at keeping......High levels of NPY expression in brain regions important for learning and memory together with its neuromodulatory and neurotrophic effects suggest a regulatory role for NPY in memory processes. Therefore it is not surprising that an increasing number of studies have provided evidence for NPY...... acting as a modulator of neuroplasticity, neurotransmission, and memory. Here these results are presented in relation to the types of memory affected by NPY and its receptors. NPY can exert both inhibitory and stimulatory effects on memory, depending on memory type and phase, dose applied, brain region...

  12. Parallel effects of memory set activation and searchon timing and working memory capacity

    Directory of Open Access Journals (Sweden)

    Richard eSchweickert

    2014-07-01

    Full Text Available Accurately estimating a time interval is required in everyday activities such as driving or cooking. Estimating time is relatively easy, provided a person attends to it. But a brief shift of attention to another task usually interferes with timing. Most processes carried out concurrently with timing interfere with it. Curiously, some do not. Literature on a few processes suggests a general proposition, the Timing and Complex-Span Hypothesis: A process interferes with concurrent timing if and only if process performance is related to complex span. Complex-span is the number of items correctly recalled in order, when each item presented for study is followed by a brief activity. Literature on task switching, visual search, memory search, word generation and mental time travel supports the hypothesis. Previous work found that another process, activation of a memory set in long term memory, is not related to complex-span. If the Timing and Complex-Span Hypothesis is true, activation should not interfere with concurrent timing in dual-task conditions. We tested such activation in single-task memory search task conditions and in dual-task conditions where memory search was executed with concurrent timing. In Experiment 1, activating a memory set increased reaction time, with no significant effect on time production. In Experiment 2, set size and memory set activation were manipulated. Activation and set size had a puzzling interaction for time productions, perhaps due to difficult conditions, leading us to use a related but easier task in Experiment 3. In Experiment 3 increasing set size lengthened time production, but memory activation had no significant effect. Results here and in previous literature on the whole support the Timing and Complex-Span Hypotheses. Results also support a sequential organization of activation and search of memory. This organization predicts activation and set size have additive effects on reaction time and multiplicative

  13. Providing the Public with Online Access to Large Bibliographic Data Bases.

    Science.gov (United States)

    Firschein, Oscar; Summit, Roger K.

    DIALOG, an interactive, computer-based information retrieval language, consists of a series of computer programs designed to make use of direct access memory devices in order to provide the user with a rapid means of identifying records within a specific memory bank. Using the system, a library user can be provided access to sixteen distinct and…

  14. Conscious Experience and Episodic Memory: Hippocampus at the Crossroads

    Directory of Open Access Journals (Sweden)

    Ralf-Peter eBehrendt

    2013-05-01

    Full Text Available If an instance of conscious experience of the seemingly objective world around us could be regarded as a newly formed event memory, much as an instance of mental imagery has the content of a retrieved event memory, and if, therefore, the stream of conscious experience could be seen as evidence for ongoing formation of event memories that are linked into episodic memory sequences, then unitary conscious experience could be defined as a symbolic representation of the pattern of hippocampal neuronal firing that encodes an event memory – a theoretical stance that may shed light into the mind-body and binding problems in consciousness research. Exceedingly detailed symbols that describe patterns of activity rapidly self-organizing, at each cycle of the θ rhythm, in the hippocampus are instances of unitary conscious experience that jointly constitute the stream of consciousness. Integrating object information (derived from the ventral visual stream and orbitofrontal cortex with contextual emotional information (from the anterior insula and spatial environmental information (from the dorsal visual stream, the hippocampus rapidly forms event codes that have the informational content of objects embedded in an emotional and spatiotemporally extending context. Event codes, formed in the CA3-dentate network for the purpose of their memorization, are not only contextualized but also allocentric representations, similarly to conscious experiences of events and objects situated in a seemingly objective and observer-independent framework of phenomenal space and time. Conscious perception is likely to be related to more fleeting and seemingly internal forms of conscious experience, such as autobiographical memory recall, mental imagery, including goal anticipation, and to other forms of externalized conscious experience, namely dreaming and hallucinations; and evidence pointing to an important contribution of the hippocampus to these conscious phenomena will

  15. Conscious experience and episodic memory: hippocampus at the crossroads.

    Science.gov (United States)

    Behrendt, Ralf-Peter

    2013-01-01

    If an instance of conscious experience of the seemingly objective world around us could be regarded as a newly formed event memory, much as an instance of mental imagery has the content of a retrieved event memory, and if, therefore, the stream of conscious experience could be seen as evidence for ongoing formation of event memories that are linked into episodic memory sequences, then unitary conscious experience could be defined as a symbolic representation of the pattern of hippocampal neuronal firing that encodes an event memory - a theoretical stance that may shed light into the mind-body and binding problems in consciousness research. Exceedingly detailed symbols that describe patterns of activity rapidly self-organizing, at each cycle of the θ rhythm, in the hippocampus are instances of unitary conscious experience that jointly constitute the stream of consciousness. Integrating object information (derived from the ventral visual stream and orbitofrontal cortex) with contextual emotional information (from the anterior insula) and spatial environmental information (from the dorsal visual stream), the hippocampus rapidly forms event codes that have the informational content of objects embedded in an emotional and spatiotemporally extending context. Event codes, formed in the CA3-dentate network for the purpose of their memorization, are not only contextualized but also allocentric representations, similarly to conscious experiences of events and objects situated in a seemingly objective and observer-independent framework of phenomenal space and time. Conscious perception, creating the spatially and temporally extending world that we perceive around us, is likely to be evolutionarily related to more fleeting and seemingly internal forms of conscious experience, such as autobiographical memory recall, mental imagery, including goal anticipation, and to other forms of externalized conscious experience, namely dreaming and hallucinations; and evidence pointing to

  16. Brains of verbal memory specialists show anatomical differences in language, memory and visual systems.

    Science.gov (United States)

    Hartzell, James F; Davis, Ben; Melcher, David; Miceli, Gabriele; Jovicich, Jorge; Nath, Tanmay; Singh, Nandini Chatterjee; Hasson, Uri

    2016-05-01

    We studied a group of verbal memory specialists to determine whether intensive oral text memory is associated with structural features of hippocampal and lateral-temporal regions implicated in language processing. Professional Vedic Sanskrit Pandits in India train from childhood for around 10years in an ancient, formalized tradition of oral Sanskrit text memorization and recitation, mastering the exact pronunciation and invariant content of multiple 40,000-100,000 word oral texts. We conducted structural analysis of gray matter density, cortical thickness, local gyrification, and white matter structure, relative to matched controls. We found massive gray matter density and cortical thickness increases in Pandit brains in language, memory and visual systems, including i) bilateral lateral temporal cortices and ii) the anterior cingulate cortex and the hippocampus, regions associated with long and short-term memory. Differences in hippocampal morphometry matched those previously documented for expert spatial navigators and individuals with good verbal working memory. The findings provide unique insight into the brain organization implementing formalized oral knowledge systems. Copyright © 2015. Published by Elsevier Inc.

  17. Nonvolatile memory characteristics in metal-oxide-semiconductors containing metal nanoparticles fabricated by using a unique laser irradiation method

    International Nuclear Information System (INIS)

    Yang, JungYup; Yoon, KapSoo; Kim, JuHyung; Choi, WonJun; Do, YoungHo; Kim, ChaeOk; Hong, JinPyo

    2006-01-01

    Metal-oxide-semiconductor (MOS) capacitors with metal nanoparticles (Co NP) were successfully fabricated by utilizing an external laser exposure technique for application of non-volatile memories. Images of high-resolution transmission electron microscopy reveal that the spherically shaped Co NP are clearly embedded in the gate oxide layer. Capacitance-voltage measurements exhibit typical charging and discharging effects with a large flat-band shift. The effects of the tunnel oxide thickness and the different tunnel materials are analyzed using capacitance-voltage and retention characteristics. In addition, the memory characteristics of the NP embedded in a high-permittivity material are investigated because the thickness of conventionally available SiO 2 gates is approaching the quantum tunneling limit as devices are scaled down. Finally, the suitability of NP memory devices for nonvolatile memory applications is also discussed. The present results suggest that our unique laser exposure technique holds promise for the NP formation as floating gate elements in nonvolatile NP memories and that the quality of the tunnel oxide is very important for enhancing the retention properties of nonvolatile memory.

  18. An in situ neutron diffraction study of shape setting shape memory NiTi

    International Nuclear Information System (INIS)

    Benafan, O.; Padula, S.A.; Noebe, R.D.; Brown, D.W.; Clausen, B.; Vaidyanathan, R.

    2013-01-01

    A bulk polycrystalline Ni 49.9 Ti 50.1 (at.%) shape memory alloy specimen was shape set while neutron diffraction spectra were simultaneously acquired. The objective was to correlate internal stress, phase volume fraction, and texture measurements (from neutron diffraction spectra) with the macroscopic stress and shape changes (from load cell and extensometry measurements) during the shape setting procedure and subsequent shape recovery. Experimental results showed the evolution of the martensitic transformation (lattice strains, phase fractions and texture) against external constraints during both heating and cooling. Constrained heating resulted in a build-up of stresses during the martensite to austenite transformation, followed by stress relaxation due to thermal expansion, final conversion of retained martensite, and recovery processes. Constrained cooling also resulted in stress build-up arising from thermal contraction and early formation of martensite, followed by relaxation as the austenite fully transformed to martensite. Comparisons were also made between specimens pre-shape set and post-shape set with and without external constraints. The specimens displayed similar shape memory behavior consistent with the microstructure of the shape set sample, which was mostly unchanged by the shape setting process and similar to that of the as-received material

  19. External and internal geometry of European adults.

    Science.gov (United States)

    Bertrand, Samuel; Skalli, Wafa; Delacherie, Laurent; Bonneau, Dominique; Kalifa, Gabriel; Mitton, David

    2006-12-15

    The primary objective of the study was to bring a deeper knowledge of the human anthropometry, investigating the external and internal body geometry of small women, mid-sized men and tall men. Sixty-four healthy European adults were recruited. External measurements were performed using classical anthropometric instruments. Internal measurements of the trunk bones were performed using a stereo-radiographic 3D reconstruction technique. Besides the original procedure presented in this paper for performing in vivo geometrical data acquisition on numerous volunteers, this study provides an extensive description of both external and internal (trunk skeleton) human body geometry for three morphotypes. Moreover, this study proposes a global external and internal geometrical description of 5th female 50th male and 95th male percentile subjects. This study resulted in a unique geometrical database enabling improvement for numerical models of the human body for crash test simulation and offering numerous possibilities in the anthropometry field.

  20. MEMORY MODULATION

    Science.gov (United States)

    Roozendaal, Benno; McGaugh, James L.

    2011-01-01

    Our memories are not all created equally strong: Some experiences are well remembered while others are remembered poorly, if at all. Research on memory modulation investigates the neurobiological processes and systems that contribute to such differences in the strength of our memories. Extensive evidence from both animal and human research indicates that emotionally significant experiences activate hormonal and brain systems that regulate the consolidation of newly acquired memories. These effects are integrated through noradrenergic activation of the basolateral amygdala which regulates memory consolidation via interactions with many other brain regions involved in consolidating memories of recent experiences. Modulatory systems not only influence neurobiological processes underlying the consolidation of new information, but also affect other mnemonic processes, including memory extinction, memory recall and working memory. In contrast to their enhancing effects on consolidation, adrenal stress hormones impair memory retrieval and working memory. Such effects, as with memory consolidation, require noradrenergic activation of the basolateral amygdala and interactions with other brain regions. PMID:22122145