Beyond Isolated Objects: Relationship-aware Open Vocabulary Scene Understanding via 3D Scene Graph Analysis
About
Open-vocabulary 3D scene understanding aims to segment 3D scenes beyond predefined categories by transferring semantic knowledge from vision-language models. Existing methods have advanced this task by lifting language-aligned 2D features into 3D, yet they often rely on context-independent semantic representations, leaving object relationships underexplored for contextual refinement. We propose RelGraphOV, a relationship-aware framework that uses 3D scene graphs to enhance open-vocabulary 3D understanding. Our method constructs relational scene graphs from multi-view observations by leveraging vision-language reasoning to infer object relationships and prune geometrically implausible connections, without manual relationship annotations. To aggregate relational context while avoiding feature interference, we introduce an Adaptive Gated Dual-Stream Contextual GAT that separates dense geometric features and semantic CLIP embeddings, performs edge-guided message passing, and adaptively fuses complementary semantics. A hierarchical contrastive objective further promotes instance-level consistency and category-level discrimination. Experiments on ScanNetV2, ScanNet200, ScanNet$++$, and Replica demonstrate strong performance and generalization ability. Project Page: https://cxavireh.github.io/relgraphov-projectpage
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| 3D Semantic Segmentation | ScanNet V2 | mIoU58.4 | 35 | |
| 3D Semantic Segmentation | ScanNet200 | mIoU14.5 | 28 | |
| 3D Semantic Segmentation | Replica (test) | mIoU (All)22.7 | 14 | |
| 3D Semantic Segmentation | ScanNet++ 100-class benchmark 51 | mIoU20.9 | 5 | |
| 3D Semantic Segmentation | Replica Head (test) | mIoU38.4 | 4 | |
| 3D Semantic Segmentation | Replica Common (test) | mIoU22.4 | 4 | |
| 3D Semantic Segmentation | Replica Tail (test) | mIoU7.3 | 4 |