Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

theRiverLethe

AI models with adaptive memory management and strategic forgetting, inspired by Greek mythology and neuroscience.

Academic History of Titans Architecture

  • 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

Overview

Titans Origin

  • 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)

Memory as a Context (MAC)

Memory as a Gate (MAG)

Memory as a Layer (MAL)

Atlas Model

  • Atlas is a Titan in Greek mythology who is assigned the role of supporting the celestial sphere.

Cronos Model

  • 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)

Citation

@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"
}

About

AI models with adaptive memory management and strategic forgetting, inspired by Greek mythology and neuroscience.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages