paper-with-me

Papers

Learning What to Remember: Long-term Episodic Memory Networks for Learning from Streaming Data

2018-12-11 · ICLR 2019 5 · Hyunwoo Jung, Moonsu Han, Minki Kang, Sungju Hwang

Current generation of memory-augmented neural networks has limited scalability as they cannot efficiently process data that are too large to fit in the external memory storage. One example of this is lifelong learning scenario where the model receives unlimited length of data stream as an input which contains vast majority of uninformative entries. We tackle this problem by proposing a memory network fit for long-term lifelong learning scenario, which we refer to as Long-term Episodic Memory Networks (LEMN), that features a RNN-based retention agent that learns to replace less important memory entries based on the retention probability generated on each entry that is learned to identify data instances of generic importance relative to other memory entries, as well as its historical importance. Such learning of retention agent allows our long-term episodic memory network to retain memory entries of generic importance for a given task. We validate our model on a path-finding task as well as synthetic and real question answering tasks, on which our model achieves significant improvements over the memory augmented networks with rule-based memory scheduling as well as an RL-based baseline that does not consider relative or historical importance of the memory.

📄 PDF Abstract BibTeX arXiv:1812.04227

Code (0)

등록된 구현이 없습니다.

Tasks

Lifelong learningQuestion AnsweringScheduling

Methods 이 논문이 사용한 방법론

Memory Network 설명 없음

Similar Papers 제목 키워드 기반

Integrating Episodic Memory into a Reinforcement Learning Agent using Reservoir Sampling

2018-06-01 · ICLR 2018 1 · Kenny J. Young, Richard S. Sutton, Shuo Yang

Episodic memory is a psychology term which refers to the ability to recall specific events from the past. We suggest one advantage of this particular type of memory is the ability to easily assign credit to a specific st…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Now I Remember! Episodic Memory For Reinforcement Learning

2018-01-01 · ICLR 2018 1 · Ricky Loynd, Matthew Hausknecht, Lihong Li, Li Deng

Humans rely on episodic memory constantly, in remembering the name of someone they met 10 minutes ago, the plot of a movie as it unfolds, or where they parked the car. Endowing reinforcement learning agents with episodic…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Learning to Forget -- Hierarchical Episodic Memory for Lifelong Robot Deployment

2026-04-13 · Leonard Bärmann, Joana Plewnia, Alex Waibel, Tamim Asfour arxiv

Robots must verbalize their past experiences when users ask "Where did you put my keys?" or "Why did the task fail?" Yet maintaining life-long episodic memory (EM) from continuous multimodal perception quickly exceeds st…

ReflectWorld-MM: An Entity-Oriented Multimodal Memory System for Open-Ended Video Streams

2026-07-06 · Xiaokang Ma, Yifan Sun, Zhihong Jin, Jie Gu 외 arxiv

Building assistants that can continually watch the world, remember what they see, and reason over their accumulated experience is a long-standing goal, and recently multimodal agents equipped with long-term memory over v…

EGOSTREAM: A Diagnostic Benchmark for Streaming Episodic Memory in Egocentric Vision

2026-05-29 · Rosario Forte, Giuseppe Lando, Antonino Furnari arxiv

Continuous episodic memory is a core capability for autonomous agents operating in dynamic, real-world environments, yet current streaming video benchmarks provide limited tools for diagnosing what models remember and fo…