DeWorldSG: Depth-Aware 3D Semantic Scene Graph Generation via World-Model Priors

TL;DR

DeWorldSG generates robust 3D semantic scene graphs via depth-guided filtering, improving triplet recall by 77.4%.

cs.CV 🔴 Advanced 2026-07-01 2 views
Seok-Young Kim Abdelrahman Elskhawy Taewook Ha Dooyoung Kim Eunjae Shin Benjamin Busam Woontack Woo
3D scene graph deep learning semantic understanding robotics augmented reality

Key Findings

Methodology

DeWorldSG framework combines depth-guided filtering and world model priors to generate robust 3D semantic scene graphs. By estimating instance-level geometric 3D Gaussian distributions, each object is represented as a probabilistic 3D node. The framework further aggregates spatiotemporal evidence across object pairs and refines relations using contextual priors derived from the world model V-JEPA 2.

Key Results

  • On the 3DSSG and ReplicaSSG datasets, DeWorldSG achieves state-of-the-art performance in object and predicate prediction, improving triplet recall by 77.4% and predicate recall by 23.2%.
  • Experiments demonstrate the method's effectiveness in robotic manipulation and AR applications.
  • Ablation studies validate each component's contribution and show robust graph generation even without ground-truth camera poses.

Significance

DeWorldSG addresses challenges in unstable 3D object representations and missing relations by generating temporally consistent scene structures. This method is significant for robotic manipulation and AR applications, providing high-fidelity structural representation.

Technical Contribution

DeWorldSG offers fundamental differences from existing SOTA methods through instance-level probabilistic 3D Gaussian distributions and spatiotemporal relation reasoning. It introduces new theoretical guarantees and engineering possibilities, supporting stable object nodes and context-aware relational edges.

Novelty

DeWorldSG is the first to combine depth-guided probabilistic object modeling with spatiotemporal relation reasoning, significantly enhancing the stability and relational completeness of 3D scene graphs. Compared to most related work, it provides more reliable graph reasoning.

Limitations

  • DeWorldSG's depth estimation near object boundaries is unstable, potentially distorting object geometry.
  • Dependence on RGB-D sequences means low-resolution input may lead to missing relations.
  • Further research is needed to apply in dynamic environments.

Future Work

Future work could explore applying DeWorldSG in dynamic environments and improving the accuracy of relation reasoning.

AI Executive Summary

DeWorldSG is an innovative framework that generates robust 3D semantic scene graphs via depth-guided filtering. Existing methods face challenges in unstable 3D object representations and missing relations; DeWorldSG addresses these by estimating instance-level geometric 3D Gaussian distributions. Experiments show that the method achieves state-of-the-art performance on the 3DSSG and ReplicaSSG datasets, improving triplet recall by 77.4% and predicate recall by 23.2%. This breakthrough is significant for robotic manipulation and AR applications, providing high-fidelity structural representation. Despite this, DeWorldSG's depth estimation near object boundaries is unstable, potentially distorting object geometry. Future work could explore applying DeWorldSG in dynamic environments and improving the accuracy of relation reasoning.

Deep Analysis

Background

As robotic intelligence and augmented reality systems evolve, understanding complex 3D spaces and their inter-object relationships becomes crucial. 3D semantic scene graphs transform complex 3D environments into compact graph structures, providing a foundation for high-level cognitive tasks. However, existing methods face challenges in unstable 3D geometry and inconsistent relational inference across video frames.

Core Problem

Existing 3D scene graph generation methods suffer from relational sparsity and unstable object representations due to frame-wise inference. Unstable depth estimates near object boundaries can distort object geometry, affecting the quality of the scene graph.

Innovation

DeWorldSG significantly enhances the stability and relational completeness of 3D scene graphs by estimating instance-level geometric 3D Gaussian distributions and using contextual priors from the world model V-JEPA 2. It combines depth-guided filtering and spatiotemporal evidence aggregation to provide more reliable graph reasoning.

Methodology

  • �� Estimate instance-level geometric 3D Gaussian distributions via depth-guided filtering
  • �� Use contextual priors from world model V-JEPA 2 to refine relations
  • �� Aggregate spatiotemporal evidence across object pairs
  • �� Generate robust 3D semantic scene graphs

Experiments

Experiments conducted on the 3DSSG and ReplicaSSG datasets evaluate performance in object classification and relation prediction. Ablation studies validate each component's contribution and demonstrate robust graph generation even without ground-truth camera poses.

Results

DeWorldSG achieves state-of-the-art performance in object and predicate prediction, improving triplet recall by 77.4% and predicate recall by 23.2%. Ablation studies validate each component's contribution and demonstrate robust graph generation even without ground-truth camera poses.

Applications

DeWorldSG is suitable for robotic manipulation and AR applications, providing high-fidelity structural representation. It offers stable object nodes and context-aware relational edges in complex 3D environments.

Limitations & Outlook

DeWorldSG's depth estimation near object boundaries is unstable, potentially distorting object geometry. Dependence on RGB-D sequences means low-resolution input may lead to missing relations. Further research is needed to apply in dynamic environments.

Plain Language Accessible to non-experts

Imagine you're shopping in a large supermarket. Each item on the shelves is an object, and the aisles between them are the relationships. DeWorldSG is like a smart shopping assistant that not only recognizes each item but also understands the complex relationships between them, such as which item is next to another or which item is on the top shelf. This way, it helps us better understand the entire layout of the supermarket.

ELI14 Explained like you're 14

Hey, imagine you're playing a super cool 3D game. Every character and item in the game is an object, and their interactions are the relationships. DeWorldSG is like a smart game assistant that helps you better understand the complex relationships in the game world, like which character interacts with which item and where each item is located on the map. This way, you can better master game strategies and win the match!

Glossary

3D Semantic Scene Graph

A structured graph that abstracts a 3D environment into object nodes and relational edges.

Used to represent objects and their relationships in a scene.

Depth-guided Filtering

Optimizes object geometric representation using depth information.

Used to estimate instance-level geometric 3D Gaussian distributions.

World Model

A predictive model that infers and completes the latent state of the environment.

Used to refine relations with contextual priors.

V-JEPA 2

A video world model that captures structural regularities and physical consistency.

Used to refine relations with contextual priors.

Ablation Study

An experimental method to evaluate the contribution of each component.

Used to validate DeWorldSG's performance.

Open Questions Unanswered questions from this research

  • 1 How to apply DeWorldSG in dynamic environments remains to be explored.
  • 2 Low-resolution input may lead to missing relations, solutions need to be explored.
  • 3 Unstable depth estimation near object boundaries needs algorithm optimization.

Applications

Immediate Applications

Robotic Manipulation

DeWorldSG can be used to enhance robotic manipulation capabilities in complex environments, providing stable object nodes and context-aware relational edges.

Long-term Vision

Augmented Reality

By generating robust 3D semantic scene graphs, DeWorldSG can be used in AR applications, providing high-fidelity structural representation.

Abstract

We present DeWorldSG, a novel framework that generates spatio-temporally robust 3D Semantic Scene Graphs from RGB-D sequences. Existing methods often struggle to construct reliable 3D scene graphs due to unstable 3D object representations and missing relations caused by frame-wise inference. DeWorldSG addresses these issues by estimating instance-level geometric 3D Gaussian distributions through depth-guided filtering and representing each object as a probabilistic 3D node rather than a single projected point. To mitigate relational sparsity from frame-wise inference, our framework further aggregates spatiotemporal evidence across object pairs and refines relations using contextual priors derived from a world model (V-JEPA 2). Experiments on the 3DSSG and ReplicaSSG datasets demonstrate state-of-the-art (SoTA) performance in both object and predicate prediction, while producing temporally consistent scene structures. In particular, our method improves triplet recall by 77.4% and predicate recall by 23.2% over prior SoTA approaches, making it suitable for robotic manipulation and AR applications. Our code and models are open-sourced.

cs.CV cs.AI