paper-with-me

홈 › Papers

Towards Compressive and Scalable Recurrent Memory

2026-02-11 · Yunchong Song, Jushi Kai, Liming Lu, Kaixi Qiu, Zhouhan Lin arxiv

Transformers face a quadratic bottleneck in attention when scaling to long contexts. Recent approaches introduce recurrent memory to extend context beyond the current window, yet these often face a fundamental trade-off between theoretical principles and practical scalability. To address this, we introduce Elastic Memory, a novel memory architecture grounded in the HiPPO framework for online function approximation. Elastic Memory treats historical sequence as samples from continuous signals, applying optimal online compression to encode them into a fixed-size memory state. For retrieval, we propose a flexible \textit{polynomial sampling} mechanism that reconstructs a history summary from this compressed state. Elastic Memory consistently outperformed baselines on long-context (32k+) datasets across three domains. With equal parameters, it beat Memorizing Transformer by 16x memory and outperformed Melodi at all memory sizes, even when Melodi had 30% more parameters. When scaling model size, Elastic Memory stayed ahead of all baselines and was significantly faster than Melodi at 4x size. Furthermore, its decoupled design allows for injecting inductive biases at test-time to boost performance.

📄 PDF Abstract BibTeX arXiv:2602.11212

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Compressive Image Recovery Using Recurrent Generative Model

2016-12-13 · Akshat Dave, Anil Kumar Vadathya, Kaushik Mitra

Reconstruction of signals from compressively sensed measurements is an ill-posed problem. In this paper, we leverage the recurrent generative model, RIDE, as an image prior for compressive image reconstruction. Recurrent…

Image Reconstructionmodel

Robust Deep Compressive Sensing with Recurrent-Residual Structural Constraints

2022-07-15 · Jun Niu

Existing deep compressive sensing (CS) methods either ignore adaptive online optimization or depend on costly iterative optimizer during reconstruction. This work explores a novel image CS framework with recurrent-residu…

Compressive Sensing

Reservoir Computing for Fast, Simplified Reinforcement Learning on Memory Tasks

2024-12-17 · Kevin McKee

Tasks in which rewards depend upon past information not available in the current observation set can only be solved by agents that are equipped with short-term memory. Usual choices for memory modules include trainable r…

DecoderMeta-Learningreinforcement-learningReinforcement Learning

Bias-Scalable Near-Memory CMOS Analog Processor for Machine Learning

2022-02-10 · Pratik Kumar, Ankita Nandi, Shantanu Chakrabartty, Chetan Singh Thakur

Bias-scalable analog computing is attractive for implementing machine learning (ML) processors with distinct power-performance specifications. For instance, ML implementations for server workloads are focused on higher c…

A Hippocampus for Linear Attention: An Exact Memory for What the Recurrent State Forgets

2026-07-02 · Wanyun Cui arxiv

Linear-attention and state-space language models compress the prefix into a fixed-size recurrent state, yielding O(1) memory at the cost of a lossy exact memory: when many key--value associations compete, earlier facts a…