vix.ing · top · new · best · stats

Omni-SimpleMem: Autoresearch-Guided Discovery of Lifelong Multimodal Agent Memory

2026/04/01 by Jiaqi Liu, Zipeng Ling, Shi Qiu +9 · 2 voices · 1 citation
Computer Science · #Code (set theory) #Encoding (memory) #Machine Learning and Data Classification #Multimodal Machine Learning Applications #Pipeline (software) #Recall #Semantic memory #Taxonomy (biology) #Topic Modeling #cs.AI

paper · pdf · open access · doi:10.48550/arxiv.2604.01007

published in arXiv (Cornell University) (Cornell University)

openalex publication_date 2026/04/01 · arxiv published 2026/04/01 · arxiv updated 2026/04/02 · openalex created_date 2026/04/03 · openalex updated_date 2026/07/28

Abstract

AI agents increasingly operate over extended time horizons, yet their ability to retain, organize, and recall multimodal experiences remains a critical bottleneck. Building effective lifelong memory requires navigating a vast design space spanning architecture, retrieval strategies, prompt engineering, and data pipelines; this space is too large and interconnected for manual exploration or traditional AutoML to explore effectively. We deploy an autonomous research pipeline to discover Omni-SimpleMem, a unified multimodal memory framework for lifelong AI agents. Starting from a naïve baseline (F1=0.117 on LoCoMo), the pipeline autonomously executes ∼50 experiments across two benchmarks, diagnosing failure modes, proposing architectural modifications, and repairing data pipeline bugs, all without human intervention in the inner loop. The resulting system achieves state-of-the-art on both benchmarks, improving F1 by +411% on LoCoMo (0.117→0.598) and +214% on Mem-Gallery (0.254→0.797) relative to the initial configurations. Critically, the most impactful discoveries are not hyperparameter adjustments: bug fixes (+175%), architectural changes (+44%), and prompt engineering (+188% on specific categories) each individually exceed the cumulative contribution of all hyperparameter tuning, demonstrating capabilities fundamentally beyond the reach of traditional AutoML. We provide a taxonomy of six discovery types and identify four properties that make multimodal memory particularly suited for autoresearch, offering guidance for applying autonomous research pipelines to other AI system domains. Code is available at this https://github.com/aiming-lab/SimpleMem.

Citations

Cited by

Discussions

Related