Titans: Learning to Memorize at Test Time

Source

Core Claim

Titans introduces a neural long-term memory module trained to memorize historical context at test time and combines it with attention as short-term memory.

Relevance To This Wiki

This is the main recent memory-side successor in the Universal Transformer neighborhood: it treats context as a stateful resource updated during inference, rather than only as a fixed attention window.

Limitations

The strongest claims are broad sequence-model claims; direct multivariate time-series evidence should be separated from language, genomics, and synthetic long-context results.

Foundation TSFM Relevance

Relevant to streaming state and long-context memory for time-series models, especially if memory updates can preserve numeric regimes and exogenous context over long horizons.

Open Questions

  • What matched-budget baseline should this source be compared against: unique-depth Transformer layers, recurrent state, explicit memory, or extra inference steps?
  • Which claims transfer from token-sequence reasoning to multivariate time-series state tracking, event streams, or action-conditioned world models?