Does Engram Do Memory Retrieval in Autoregressive Image Generation?
Summary
This paper investigates whether the Engram module, an associative memory mechanism, provides content-addressable retrieval in autoregressive image generation or acts as a gated architectural side-pathway.
Similar Articles
AI Engram: In Search of Memory Traces in Artificial Intelligence
Introduces a geometric framework to identify 'AI engrams' – memory traces in deep neural networks – formalizing neuroscientific criteria into a closed-form estimator, enabling surgical memory manipulation in models from MLPs to LLMs.
User as Engram: Internalizing Per-User Memory as Local Parametric Edits
Proposes User as Engram, a method to store per-user memory as sparse local parametric edits in a hash-keyed memory table, inspired by hippocampal engrams, achieving better reasoning accuracy and memory efficiency compared to per-user LoRA.
TF-Engram: A Train-Free Engram with SSD-Backed Memory for Large Language Models
TF-Engram introduces a train-free system that stores phrase-level semantic memory on a GPU-DRAM-SSD hierarchy for LLMs, using predictive prefetching to hide latency, and demonstrates improved downstream performance on Qwen3-0.6B.
Why Retrieval-Augmented Generation Fails: A Graph Perspective
This paper investigates why Retrieval-Augmented Generation (RAG) systems fail despite having access to correct evidence. Using circuit tracing and attribution graphs, the authors find that correct predictions exhibit deeper reasoning paths and more distributed evidence flow, while failures show shallow and fragmented patterns. They propose a graph-based error detection framework and targeted interventions to improve RAG reliability.
ARM: An AutoRegressive Large Multimodal Model with Unified Discrete Representations
ARM presents a unified autoregressive framework for image understanding, generation, and editing using discrete semantic tokenization and reinforcement learning optimization, showing cross-task synergy.