1. 📘 Topic and Domain: Development of MIRIX, a multi-agent memory system for Large Language Model (LLM) based agents in the domain of artificial intelligence and cognitive systems.
2. 💡 Previous Research and New Ideas: Based on existing memory-augmented LLMs and cognitive science memory theories, proposing a novel six-component memory architecture (Core, Episodic, Semantic, Procedural, Resource Memory, and Knowledge Vault) managed by specialized agents.
3. ❓ Problem: Addressing the limitations of existing AI memory systems that rely on flat, narrowly-scoped memory components, which constrains their ability to personalize, abstract, and reliably recall user-specific information over time.
4. 🛠️ Methods: Implements a multi-agent framework with six Memory Managers and a Meta Memory Manager, using Active Retrieval mechanism and multiple retrieval functions to coordinate memory updates and information retrieval across different memory components.
5. 📊 Results and Evaluation: Achieved 35% higher accuracy than RAG baseline while reducing storage by 99.9% on ScreenshotVQA, and attained state-of-the-art performance of 85.4% on LOCOMO benchmark, surpassing existing baselines by 8.0%.