Not All Relations Rotate Alike: Transformation-Aware Decoupling for Viewpoint-Robust 3D Scene Graph Generation

📅 2026-06-25
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
Existing methods for 3D scene graph generation struggle to distinguish between directional and viewpoint-invariant relationships, leading to inaccurate relation predictions under viewpoint variations. This work proposes the Transformation-Aware Disentanglement (TAD) framework, which explicitly decomposes relation reasoning into a viewpoint-stable branch and a direction-sensitive branch based on the transformation properties of predicates, and fuses both for multi-label predicate prediction. TAD introduces viewpoint-invariant object representations, transformation-aware relational descriptors, and group-aware auxiliary supervision, enabling robust 3D scene graph generation without relying on rotation-based data augmentation. Evaluated on the 3DSSG dataset, TAD significantly outperforms existing approaches under viewpoint perturbations while maintaining state-of-the-art performance on standard benchmarks.
📝 Abstract
3D Scene Graph Generation (3DSGG) represents 3D scenes as structured object-relation-object graphs, providing a compact relational abstraction for spatial understanding. In embodied intelligence settings, the same 3D scene may be observed by agents from viewpoints that differ by yaw rotations. However, current 3DSGG models often fail to produce relation predictions that follow the expected transformation behavior under such viewpoint shifts. This behavior reveals an empirical mismatch related to predicate-level transformation heterogeneity: directional predicates such as left, front, right, and behind should transform with the observation frame, whereas most contact, support, and semantic predicates such as standing on and attached to should remain stable. To reduce this mismatch, we propose Transformation-Aware Decoupling (TAD), a viewpoint-robust 3DSGG framework that decouples relation reasoning according to predicate transformation behavior and is supported by viewpoint-stable object representations. TAD decomposes relation reasoning into two parts: one learns cues that should stay stable across viewpoints, while the other learns directional cues that should change with the observation frame. The two parts are merged for standard multi-label predicate prediction. Transformation-specific descriptors and group-aware auxiliary supervision encourage the two branches to capture complementary relation cues. Extensive experiments on 3DSSG show that TAD achieves state-of-the-art robustness under yaw viewpoint changes without training-time rotation augmentation, while maintaining competitive performance under the standard benchmark. The project page is available at https://tad-predicate.github.io/.
Problem

Research questions and friction points this paper is trying to address.

3D Scene Graph Generation
viewpoint robustness
relation transformation
predicate heterogeneity
yaw rotation
Innovation

Methods, ideas, or system contributions that make the work stand out.

Transformation-Aware Decoupling
viewpoint-robust
3D scene graph generation
predicate transformation heterogeneity
directional vs. stable relations
🔎 Similar Papers
No similar papers found.