CVNov 19, 2025

Edge-Centric Relational Reasoning for 3D Scene Graph Prediction

arXiv:2511.15288v1h-index: 10
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in 3D scene understanding for robotics and autonomous systems, offering an incremental improvement over existing object-centric methods.

The paper tackles the problem of capturing high-order relational dependencies in 3D scene graph prediction by proposing an edge-centric relational reasoning framework, which improves relation prediction accuracy on the 3DSSG dataset with consistent gains over baselines.

3D scene graph prediction aims to abstract complex 3D environments into structured graphs consisting of objects and their pairwise relationships. Existing approaches typically adopt object-centric graph neural networks, where relation edge features are iteratively updated by aggregating messages from connected object nodes. However, this design inherently restricts relation representations to pairwise object context, making it difficult to capture high-order relational dependencies that are essential for accurate relation prediction. To address this limitation, we propose a Link-guided Edge-centric relational reasoning framework with Object-aware fusion, namely LEO, which enables progressive reasoning from relation-level context to object-level understanding. Specifically, LEO first predicts potential links between object pairs to suppress irrelevant edges, and then transforms the original scene graph into a line graph where each relation is treated as a node. A line graph neural network is applied to perform edge-centric relational reasoning to capture inter-relation context. The enriched relation features are subsequently integrated into the original object-centric graph to enhance object-level reasoning and improve relation prediction. Our framework is model-agnostic and can be integrated with any existing object-centric method. Experiments on the 3DSSG dataset with two competitive baselines show consistent improvements, highlighting the effectiveness of our edge-to-object reasoning paradigm.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes