Riding on the success of LLMs with retrieval-augmented generation (RAG), there has been a growing interest in augmenting agent systems with external memory databases. However, the existing systems focus on storing text information in their memory, ignoring the importance of multimodal signals. Motivated by the multimodal nature of human memory, we present AUGUSTUS, a multimodal agent system aligned with the ideas of human memory in cognitive science. Technically, our system consists of 4 stages connected in a loop: (i) encode: understanding the inputs; (ii) store in memory: saving important information; (iii) retrieve: searching for relevant context from memory; and (iv) act: perform the task. Unlike existing systems that use vector databases, we propose conceptualizing information into semantic tags and associating the tags with their context to store them in a graph-structured multimodal contextual memory for efficient concept-driven retrieval. Our system outperforms the traditional multimodal RAG approach while being 3.5 times faster for ImageNet classification and outperforming MemGPT on the MSC benchmark.
@article{arxiv.2510.15261,
title = {AUGUSTUS: An LLM-Driven Multimodal Agent System with Contextualized User Memory},
author = {Jitesh Jain and Shubham Maheshwari and Ning Yu and Wen-mei Hwu and Humphrey Shi},
journal= {arXiv preprint arXiv:2510.15261},
year = {2025}
}
Comments
LAW 2025 Workshop at NeurIPS 2025. Work done from late 2023 to early 2024