[2501.00663] Titans: Learning to Memorize at Test Time
Abstract:Over more than a decade there has been an extensive research effort on how to effectively utilize recurrent models and attention. While recurrent models aim to compress the data into a fixed-size memory (called hidden state), attention allows attending to the entire context window, capturing the direct dependencies of all tokens. This more accurate modeling of dependencies, however, comes with a quadratic cost, limiting the model to a fixed-length context. We present a new neural long-term memory module that learns to memorize historical context and helps attention to attend to the current context while utilizing long past information. We show that this neural memory has the advantage of fast parallelizable training while maintaining a fast inference. From a memory perspective, we argue that attention due to its limited context but accurate dependency modeling performs as a short-term memory, while neural memory due to its ability to memorize the data, acts as a long-term, more persistent, memory. Based on these two modules, we introduce a new family of architectures, called Titans, and present three variants to address how one can effectively incorporate memory into this architecture. Our experimental results on language modeling, common-sense reasoning, genomics, and time series tasks show that Titans are more effective than Transformers and recent modern linear recurrent models. They further can effectively scale to larger than 2M context window size with higher accuracy in needle-in-haystack tasks compared to baselines.
# link_1f969c6e04q.pdf ## Metadata - PDFFormatVersion=1.5 - IsLinearized=false - IsAcroFormPresent=false - IsXFAPresent=false - IsCollectionPresent=false - IsSignaturesPresent=false - CreationDate=D:20250103014450Z - Creator=LaTeX with hyperref - ModDate=D:20250103014450Z - Custom.PTEX.Fullbanner=This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023) kpathsea version 6.3.5 - Producer=pdfTeX-1.40.25 - Trapped=False ## Contents ### Page 1 Titans: Learning to Memorize at Test TimeAli Behrouz†, Peilin Zhong†, and Vahab Mirrokni† †Google Research{alibehrouz, peilinz, mirrokni}@google.co
Explore this link on the map →saved by
related reading
- Test-Time Training with KV Binding Is Secretly Linear Attentionresearch.nvidia.com
- The Unreasonable Effectiveness of Recurrent Neural Networkskarpathy.github.io
- DeltaNet Explained (Part I) | Songlin Yangsustcsonglin.github.io
- Learning to (Learn at Test Time): RNNs with Expressive Hidden Statesarxiv.org
- NL.pdfabehrouz.github.io
- Titans + MIRAS: Helping AI have long-term memoryresearch.google
- On the Tradeoffs of SSMs and Transformers | Goomba Labgoombalab.github.io
- Reimagining LLM Memory: Using Context as Training Data Unlocks Models That Learn at Test-Time | NVIDIA Technical Blogdeveloper.nvidia.com
- The Continual Learning Problemjessylin.com
- [2512.23675] End-to-End Test-Time Training for Long Contextarxiv.org
- Why We Need Continual Learning | Andreessen Horowitza16z.com
- [2509.24552] Short window attention enables long-term memorizationarxiv.org