OpenFusion++: An Open-vocabulary Real-time Scene Understanding System
Xiaofeng Jin, Matteo Frosi, Matteo Matteucci
TL;DR
OpenFusion++ tackles real-time open-vocabulary 3D scene understanding by integrating confidence-guided 3D point sampling, an adaptive semantic cache, and a dual-branch hierarchical query framework that fuses SEEM object semantics with environment-aware CLIP features within a TSDF-based map. The system incrementally builds a structured 3D scene with per-voxel instance associations and multi-view semantic fusion to mitigate semantic drift, enabling precise boundary delineation and robust complex querying. Empirical results across ICL, Replica, ScanNet, and ScanNet++ show consistent gains in semantic accuracy and faster, more reliable query responses compared to the OpenFusion baseline, with notable improvements on fine-grained and nested queries. The work advances practical open-world perception for embodied AI, robotics, and AR by delivering improved boundary fidelity, global semantic consistency, and context-driven retrieval in real-time.
Abstract
Real-time open-vocabulary scene understanding is essential for efficient 3D perception in applications such as vision-language navigation, embodied intelligence, and augmented reality. However, existing methods suffer from imprecise instance segmentation, static semantic updates, and limited handling of complex queries. To address these issues, we present OpenFusion++, a TSDF-based real-time 3D semantic-geometric reconstruction system. Our approach refines 3D point clouds by fusing confidence maps from foundational models, dynamically updates global semantic labels via an adaptive cache based on instance area, and employs a dual-path encoding framework that integrates object attributes with environmental context for precise query responses. Experiments on the ICL, Replica, ScanNet, and ScanNet++ datasets demonstrate that OpenFusion++ significantly outperforms the baseline in both semantic accuracy and query responsiveness.
