Save products you love by clicking the heart icon.
Published on Zenodo: 10.5281/zenodo.20780690 · Companion Dataset: 10.5281/zenodo.20780696 · Repository: github.com/tobias-weiss-ai-xr/agent-memory-research · Interactive UI: browse papers online
This extended survey builds on Liu et al.'s foundational "Memory in the Age of AI Agents" (arXiv 2512.13564, ~200 papers up to January 2026) by extending both the paper catalogue and the taxonomy itself. As of July 2026, the curated list covers 1,049 papers — including 595 works published between February and July 2026 (a ninefold increase over the original survey's post-cutoff additions) — revealing cross-cutting themes the original 3×3×3 taxonomy was not designed to capture.

The paper list is treated as a structured dataset: a single papers.yaml file is the source of truth with 1,049 entries. Automated scripts validate entries, fetch metadata from arXiv and Semantic Scholar, discover new papers via the arXiv API, and generate outputs including README, JSON export, and BibTeX references. A GitHub Actions workflow enforces validation on every contribution.
This methodology is generalisable to any survey that must remain current — it turns updates into a pipeline run rather than manual LaTeX edits.

The original taxonomy organises papers along three axes — Forms (Token-level / Parametric / Latent), Functions (Factual / Experiential / Working), and Dynamics (Formation / Evolution / Retrieval) — yielding 27 cells. The distribution across the original 3×3 grid is:
| Token-level | Parametric | Latent | |
|---|---|---|---|
| Factual | 456 | 20 | 30 |
| Experiential | 169 | 11 | 15 |
| Working | 283 | 10 | 55 |
We add three orthogonal dimensions:
| Dimension | Levels | What It Captures |
|---|---|---|
| Temporal Dynamics | None → Decay → Consolidation → Bi-temporal | How memory evolves over time: forgetting curves, sleep consolidation, temporal knowledge graphs |
| Modality | Text-only → Multimodal-in → Multimodal-out → Full-multimodal | The sensory channels memory systems handle: vision, language, audio, embodiment |
| Biological Inspiration | None → Cognitive-metaphor → Neuro-inspired → Brain-architecture | Degree of fidelity to human memory: from loose metaphors to detailed neural models |
These dimensions are additive — they enrich rather than replace the original taxonomy, revealing patterns invisible in the 3×3×3 space alone.

The extended taxonomy reveals nine cross-cutting themes: Temporal Dynamics (>130 papers), Multimodality (~100 papers), Graph and Structured Representations (~100 papers), Biologically Inspired (~40 papers), Lifelong Learning (~190 papers, the largest cluster), Benchmarking (>80 benchmarks), Retrieval Fusion (~30 papers), Security & Adversarial Robustness (>120 papers), and Efficiency & Compression (~140 papers).
The analysis identifies:
The roadmap spans short-term (unified benchmarks), medium-term (compositional memory, formal trade-off models), and transformative long-term goals (multi-year stability, privacy-compliant forgetting, cross-modal transfer).
The survey highlights eight systems that illustrate the architectural diversity of the 2026 landscape:
| System | Key Innovation | Cell |
|---|---|---|
| Mem0 | Multi-signal retrieval; 92.5% on LoCoMo | Factual/Token-level |
| FluxMem | Adaptive memory structure selection per query | Factual/Token-level |
| SCM | NREM/REM sleep-inspired consolidation cycles | Experiential/Latent |
| Engram | Bi-temporal knowledge graph with dual-process retrieval | Factual/Latent |
| CraniMem | Neurocognitive gating with bounded episodic buffer | Experiential/Token-level |
| MemRL | Runtime RL on episodic memory | Experiential/Parametric |
| All-Mem | Lifelong topology evolution | Experiential/Latent |
| TeleMem | Long-term multimodal memory for agentic AI | Working/Latent |

The field has accelerated dramatically: from roughly 200 papers by January 2026 to 1,049 by July 2026, with 595 new papers in just six months.
The paper was submitted to arXiv in June 2026 but was blocked by the October 2025 review-article policy, which no longer accepts literature reviews. We chose Zenodo as the primary venue (which provides stable DOIs through the CERN infrastructure) and released all data, code, and analysis under an MIT license.
The agent-memory-research repository hosts:
papers.yaml — structured source of truth (1,049 entries)scripts/ — validation, metadata enrichment, figure generation, BibTeX exportdocs/ — interactive GitHub Pages site with filtering by category, date, and keyword searchpaper/ — full LaTeX source and compiled PDFWeiß, T. (2026). Agent Memory Research in 2026: A Data-Driven Survey and Extended Taxonomy (v1.1.0-revised). Zenodo. https://doi.org/10.5281/zenodo.20780690