paper-with-me

Papers

Re:Frame -- Retrieving Experience From Associative Memory

2025-08-26 · Daniil Zelezetsky, Egor Cherepanov, Alexey K. Kovalev, Aleksandr I. Panov arxiv

Offline reinforcement learning (RL) often deals with suboptimal data when collecting large expert datasets is unavailable or impractical. This limitation makes it difficult for agents to generalize and achieve high performance, as they must learn primarily from imperfect or inconsistent trajectories. A central challenge is therefore how to best leverage scarce expert demonstrations alongside abundant but lower-quality data. We demonstrate that incorporating even a tiny amount of expert experience can substantially improve RL agent performance. We introduce Re:Frame (Retrieving Experience From Associative Memory), a plug-in module that augments a standard offline RL policy (e.g., Decision Transformer) with a small external Associative Memory Buffer (AMB) populated by expert trajectories drawn from a separate dataset. During training on low-quality data, the policy learns to retrieve expert data from the Associative Memory Buffer (AMB) via content-based associations and integrate them into decision-making; the same AMB is queried at evaluation. This requires no environment interaction and no modifications to the backbone architecture. On D4RL MuJoCo tasks, using as few as 60 expert trajectories (0.1% of a 6000-trajectory dataset), Re:Frame consistently improves over a strong Decision Transformer baseline in three of four settings, with gains up to +10.7 normalized points. These results show that Re:Frame offers a simple and data-efficient way to inject scarce expert knowledge and substantially improve offline RL from low-quality datasets.

📄 PDF Abstract BibTeX arXiv:2508.19344

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningOffline RL

Similar Papers 제목 키워드 기반

Entropic Associative Memory for Manuscript Symbols

2022-02-17 · Rafael Morales, Noé Hernández, Ricardo Cruz, Victor D. Cruz 외

Manuscript symbols can be stored, recognized and retrieved from an entropic digital memory that is associative and distributed but yet declarative; memory retrieval is a constructive operation, memory cues to objects not…

Retrieval

HeLa-Mem: Hebbian Learning and Associative Memory for LLM Agents

2026-04-18 · Jinchang Zhu, Jindong Li, Cheng Zhang, Jiahong Liu 외 arxiv

Long-term memory is a critical challenge for Large Language Model agents, as fixed context windows cannot preserve coherence across extended interactions. Existing memory systems represent conversation history as unstruc…

Semantic Similarity

Associative Memories via Predictive Coding

2021-09-16 · NeurIPS 2021 12 · Tommaso Salvatori, Yuhang Song, Yujian Hong, Simon Frieder 외

Associative memories in the brain receive and store patterns of activity registered by the sensory neurons, and are able to retrieve them when necessary. Due to their importance in human intelligence, computational model…

HippocampusRetrieval

CAMELoT: Towards Large Language Models with Training-Free Consolidated Associative Memory

2024-02-21 · Zexue He, Leonid Karlinsky, Donghyun Kim, Julian McAuley 외

Large Language Models (LLMs) struggle to handle long input sequences due to high memory and runtime costs. Memory-augmented models have emerged as a promising solution to this problem, but current methods are hindered by…

In-Context Learning

Do LLMs dream of elephants (when told not to)? Latent concept association and associative memory in transformers

2024-06-26 · Yibo Jiang, Goutham Rajendran, Pradeep Ravikumar, Bryon Aragam

Large Language Models (LLMs) have the capacity to store and recall facts. Through experimentation with open-source models, we observe that this ability to retrieve facts can be easily manipulated by changing contexts, ev…