ConceptGraphs: Open-Vocabulary 3D Scene Graphs for Perception and Planning
Qiao Gu, Alihusein Kuwajerwala, Sacha Morin, Krishna Murthy Jatavallabhula, Bipasha Sen, Aditya Agarwal, Corban Rivera, William Paul, Kirsty Ellis, Rama Chellappa, Chuang Gan, Celso Miguel de Melo, Joshua B. Tenenbaum, Antonio Torralba, Florian Shkurti, Liam Paull
TL;DR
ConceptGraphs introduces an open-vocabulary, object-centric 3D scene graph that fuses 2D foundation-model outputs into a scalable 3D map. By combining object-based mapping, MST-guided edge reasoning, and LVLM/LLM-driven captioning and planning, it enables language-guided perception and planning for robotics with many downstream tasks. Across Replica and real-robot experiments, it demonstrates open-vocabulary object grounding, complex visual-language queries, manipulation, navigation, and map updating, with competitive accuracy and improved scalability over dense per-point methods. The framework lays groundwork for dynamic, relational scene understanding in robotics, though it faces limitations from captioning reliability and the cost of large-model inferences, motivating future enhancements in temporal dynamics and efficiency.
Abstract
For robots to perform a wide variety of tasks, they require a 3D representation of the world that is semantically rich, yet compact and efficient for task-driven perception and planning. Recent approaches have attempted to leverage features from large vision-language models to encode semantics in 3D representations. However, these approaches tend to produce maps with per-point feature vectors, which do not scale well in larger environments, nor do they contain semantic spatial relationships between entities in the environment, which are useful for downstream planning. In this work, we propose ConceptGraphs, an open-vocabulary graph-structured representation for 3D scenes. ConceptGraphs is built by leveraging 2D foundation models and fusing their output to 3D by multi-view association. The resulting representations generalize to novel semantic classes, without the need to collect large 3D datasets or finetune models. We demonstrate the utility of this representation through a number of downstream planning tasks that are specified through abstract (language) prompts and require complex reasoning over spatial and semantic concepts. (Project page: https://concept-graphs.github.io/ Explainer video: https://youtu.be/mRhNkQwRYnc )
