AI models with adaptive memory management and strategic forgetting, inspired by Greek mythology and neuroscience.
- Background: Prior to Titans Architecture, significant research was conducted related to test-time model adaptation and fast-weighted methods, primarily building on two key concepts:
Self-supervised Learning and Meta Learning formed the foundation for these approaches.
- 2017-03-09 Model-Agnostic Meta-Learning (MAML): Pioneered fast adaptation to new tasks with minimal training examples, establishing core principles for adaptive models.
- 2019-09-29 Test-time Training: Advanced the field by introducing methods for model adaptation during inference time without requiring complete retraining.
- 2024-07-05 TTT-Linear/MLP: Introduced as a Self-Attention alternative for Transformers, enabling automatic retention of input sequences by using Self-supervised learning.
- 2024-12-31 Titans Architecture: Established a novel memory-based architecture combining Transformer's short-term memory capabilities (Self-Attention) with MLP-based long-term memory, significantly improving performance on extended sequential tasks.
- 2025-05-29 Atlas Model: Introduced as an extension of the Titans Architecture, Atlas Model integrates a more complex memory management system, enhancing the model's ability to handle long-term dependencies and context retention.
- 2025-MM-DD Cronos Model
- Titans introduced a new architecture family which consisted of:
- Core Self-Attention (Short-term Memory, In-context learning)
- Contextual Memory (Long-term Memory)
- Persistent Memory (Fixed Memory)
- Atlas is a Titan in Greek mythology who is assigned the role of supporting the celestial sphere.
- Cronos is a Titan in Greek mythology who is ...
- Cronos Model proposes a combination of cognitive-scientific memory components.
- Semantic Memory (Retrospective, Long-term Memory)
- Episodic Memory (Retrospective, Long-term Memory)
- Intentional Memory (Prospective, Long-term Memory)
- Active Cognitive State (Working/Operational, Short-term Memory)
@inproceedings{wolf-etal-2020-transformers,
title = "Transformers: State-of-the-Art Natural Language Processing",
author = "Thomas Wolf and Lysandre Debut and Victor Sanh and Julien Chaumond and Clement Delangue and Anthony Moi and Pierric Cistac and Tim Rault and Rémi Louf and Morgan Funtowicz and Joe Davison and Sam Shleifer and Patrick von Platen and Clara Ma and Yacine Jernite and Julien Plu and Canwen Xu and Teven Le Scao and Sylvain Gugger and Mariama Drame and Quentin Lhoest and Alexander M. Rush",
booktitle = "Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing: System Demonstrations",
month = oct,
year = "2020",
address = "Online",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/2020.emnlp-demos.6",
pages = "38--45"
}

