Dynamic Open-Vocabulary 3D Scene Graphs for Long-term Language-Guided Mobile Manipulation
Zhijie Yan, Shufei Li, Zuoxu Wang, Lixiu Wu, Han Wang, Jun Zhu, Lijiang Chen, Jihong Liu
TL;DR
DovSG tackles long-term mobile manipulation in dynamic indoor environments by constructing dynamic open-vocabulary 3D scene graphs from RGB-D streams and updating them locally as scenes change. A GPT-4o-powered language-guided planner decomposes tasks into manageable subtasks that are executed via navigation and manipulation modules, while ACE-based relocalization and ICP refinement maintain accurate localization during updates. The system integrates open-vocabulary 3D object mapping, memory-efficient graph updates, and a memory-aware task planner to enable robust long-term performance with dynamic scene changes. Real-world experiments show that DovSG achieves higher long-term task success, faster memory updates, and lower memory usage compared to static-scene baselines, demonstrating practical impact for adaptive mobile manipulation.
Abstract
Enabling mobile robots to perform long-term tasks in dynamic real-world environments is a formidable challenge, especially when the environment changes frequently due to human-robot interactions or the robot's own actions. Traditional methods typically assume static scenes, which limits their applicability in the continuously changing real world. To overcome these limitations, we present DovSG, a novel mobile manipulation framework that leverages dynamic open-vocabulary 3D scene graphs and a language-guided task planning module for long-term task execution. DovSG takes RGB-D sequences as input and utilizes vision-language models (VLMs) for object detection to obtain high-level object semantic features. Based on the segmented objects, a structured 3D scene graph is generated for low-level spatial relationships. Furthermore, an efficient mechanism for locally updating the scene graph, allows the robot to adjust parts of the graph dynamically during interactions without the need for full scene reconstruction. This mechanism is particularly valuable in dynamic environments, enabling the robot to continually adapt to scene changes and effectively support the execution of long-term tasks. We validated our system in real-world environments with varying degrees of manual modifications, demonstrating its effectiveness and superior performance in long-term tasks. Our project page is available at: https://bjhyzj.github.io/dovsg-web.
