Optimus-1: Hybrid Multimodal Memory Empowered Agents Excel in Long-Horizon Tasks
Zaijing Li, Yuquan Xie, Rui Shao, Gongwei Chen, Dongmei Jiang, Liqiang Nie
TL;DR
Optimus-1 tackles open-world, long-horizon tasks by introducing Hybrid Multimodal Memory, combining a Hierarchical Directed Knowledge Graph (HDKG) for structured world knowledge with an Abstracted Multimodal Experience Pool (AMEP) for summarised multimodal experiences. A Knowledge-Guided Planner and Experience-Driven Reflector work with an Action Controller to plan, execute, and reflect, enabling one-shot planning guided by HDKG and in-context learning via AMEP. The memory is non-parametric and plug-and-play, allowing various Multimodal Large Language Models (MLLMs) to serve as backbones, achieving 2–6× generalization gains and near human-level performance on many Minecraft long-horizon tasks without additional parameter updates. The work demonstrates a scalable path toward general-purpose agents that learn from both knowledge and experience, with a self-evolution capability that expands memory over time and tasks.
Abstract
Building a general-purpose agent is a long-standing vision in the field of artificial intelligence. Existing agents have made remarkable progress in many domains, yet they still struggle to complete long-horizon tasks in an open world. We attribute this to the lack of necessary world knowledge and multimodal experience that can guide agents through a variety of long-horizon tasks. In this paper, we propose a Hybrid Multimodal Memory module to address the above challenges. It 1) transforms knowledge into Hierarchical Directed Knowledge Graph that allows agents to explicitly represent and learn world knowledge, and 2) summarises historical information into Abstracted Multimodal Experience Pool that provide agents with rich references for in-context learning. On top of the Hybrid Multimodal Memory module, a multimodal agent, Optimus-1, is constructed with dedicated Knowledge-guided Planner and Experience-Driven Reflector, contributing to a better planning and reflection in the face of long-horizon tasks in Minecraft. Extensive experimental results show that Optimus-1 significantly outperforms all existing agents on challenging long-horizon task benchmarks, and exhibits near human-level performance on many tasks. In addition, we introduce various Multimodal Large Language Models (MLLMs) as the backbone of Optimus-1. Experimental results show that Optimus-1 exhibits strong generalization with the help of the Hybrid Multimodal Memory module, outperforming the GPT-4V baseline on many tasks.
