OpenGraph: Open-Vocabulary Hierarchical 3D Graph Representation in Large-Scale Outdoor Environments
Yinan Deng, Jiahui Wang, Jingyu Zhao, Xinyu Tian, Guangyan Chen, Yi Yang, Yufeng Yue
TL;DR
OpenGraph addresses the challenge of outdoor-scale open-vocabulary mapping by introducing a three-module pipeline that uses caption-enhanced perception, object-centric 3D mapping, and a hierarchical lane-aware graph. By projecting 2D caption features into 3D space and encoding captions with LLMs, it achieves robust zero-shot semantic understanding and open-vocabulary retrieval in large outdoor environments. The hierarchical graph enables efficient maintenance and structured queries, including interactive map updates and path planning on the lane graph. Empirical results on SemanticKITTI show competitive segmentation performance and superior open-vocabulary retrieval compared to baselines, underscoring the practical impact for robotics and outdoor scene understanding.
Abstract
Environment representations endowed with sophisticated semantics are pivotal for facilitating seamless interaction between robots and humans, enabling them to effectively carry out various tasks. Open-vocabulary maps, powered by Visual-Language models (VLMs), possess inherent advantages, including zero-shot learning and support for open-set classes. However, existing open-vocabulary maps are primarily designed for small-scale environments, such as desktops or rooms, and are typically geared towards limited-area tasks involving robotic indoor navigation or in-place manipulation. They face challenges in direct generalization to outdoor environments characterized by numerous objects and complex tasks, owing to limitations in both understanding level and map structure. In this work, we propose OpenGraph, the first open-vocabulary hierarchical graph representation designed for large-scale outdoor environments. OpenGraph initially extracts instances and their captions from visual images, enhancing textual reasoning by encoding them. Subsequently, it achieves 3D incremental object-centric mapping with feature embedding by projecting images onto LiDAR point clouds. Finally, the environment is segmented based on lane graph connectivity to construct a hierarchical graph. Validation results from public dataset SemanticKITTI demonstrate that OpenGraph achieves the highest segmentation and query accuracy. The source code of OpenGraph is publicly available at https://github.com/BIT-DYN/OpenGraph.
