3D-Mem: 3D Scene Memory for Embodied Exploration and Reasoning
Yuncong Yang, Han Yang, Jiachen Zhou, Peihao Chen, Hongxin Zhang, Yilun Du, Chuang Gan
TL;DR
3D-Mem introduces Memory Snapshots and Frontier Snapshots as a scalable, image-based 3D scene memory for embodied agents, enabling lifelong exploration and reasoning through incremental construction and Prefiltering. By integrating frontier-based exploration and leveraging Vision-Language Models to reason over multi-view memory, it outperforms object-centric and dense-geometry baselines on A-EQA, EM-EQA, and GOAT-Bench. The approach demonstrates superior spatial reasoning, memory efficiency, and adaptability to lifelong tasks, with comprehensive ablations and analyses illustrating component contributions and trade-offs. This framework advances practical embodied AI by combining compact visual memory with active exploration strategies and VLM-driven reasoning.
Abstract
Constructing compact and informative 3D scene representations is essential for effective embodied exploration and reasoning, especially in complex environments over extended periods. Existing representations, such as object-centric 3D scene graphs, oversimplify spatial relationships by modeling scenes as isolated objects with restrictive textual relationships, making it difficult to address queries requiring nuanced spatial understanding. Moreover, these representations lack natural mechanisms for active exploration and memory management, hindering their application to lifelong autonomy. In this work, we propose 3D-Mem, a novel 3D scene memory framework for embodied agents. 3D-Mem employs informative multi-view images, termed Memory Snapshots, to represent the scene and capture rich visual information of explored regions. It further integrates frontier-based exploration by introducing Frontier Snapshots-glimpses of unexplored areas-enabling agents to make informed decisions by considering both known and potential new information. To support lifelong memory in active exploration settings, we present an incremental construction pipeline for 3D-Mem, as well as a memory retrieval technique for memory management. Experimental results on three benchmarks demonstrate that 3D-Mem significantly enhances agents' exploration and reasoning capabilities in 3D environments, highlighting its potential for advancing applications in embodied AI.
