paper-with-me

홈 › Papers

Edge-Centric Relational Reasoning for 3D Scene Graph Prediction

2025-11-19 · Yanni Ma, Hao Liu, Yulan Guo, Theo Gevers, Martin R. Oswald arxiv

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.

📄 PDF Abstract BibTeX arXiv:2511.15288

Code (0)

등록된 구현이 없습니다.

Tasks

Relational ReasoningGraph Neural Network

Similar Papers 제목 키워드 기반

ReLaGS: Relational Language Gaussian Splatting

2026-03-18 · Yaxu Xie, Abdalla Arafa, Alireza Javanmardi, Christen Millerdurai 외 arxiv

Achieving unified 3D perception and reasoning across tasks such as segmentation, retrieval, and relation understanding remains challenging, as existing methods are either object-centric or rely on costly training for int…

Scene Graph GenerationRelational ReasoningGraph Neural Network

Explicit Knowledge Incorporation for Visual Reasoning

2021-06-19 · CVPR 2021 1 · Yifeng Zhang, Ming Jiang, Qi Zhao

Existing explainable and explicit visual reasoning methods only perform reasoning based on visual evidence but do not take into account knowledge beyond what is in the visual scene. To addresses the knowledge gap bet…

Visual Reasoning

OP3DSG: Open-Vocabulary Part-Aware 3D Scene Graph Generation for Real-World Environments

2026-06-29 · Yirum Kim, Ue-Hwan Kim arxiv

3D scene graphs (3DSGs) provide a compact and structured abstraction of 3D environments. Although advances in foundation models have enabled open-vocabulary 3DSG generation, existing approaches remain object-centric and …

Scene Graph GenerationRelational Reasoning

Why Relational Graphs Will Save the Next Generation of Vision Foundation Models?

2025-08-25 · Fatemeh Ziaeetabar arxiv

Vision foundation models (FMs) have become the predominant architecture in computer vision, providing highly transferable representations learned from large-scale, multimodal corpora. Nonetheless, they exhibit persistent…

Human Activity RecognitionBrain Tumor SegmentationComputational EfficiencyRelational Reasoning

GHR-VQA: Graph-guided Hierarchical Relational Reasoning for Video Question Answering

2025-11-25 · Dionysia Danai Brilli, Dimitrios Mallis, Vassilis Pitsikalis, Petros Maragos arxiv

We propose GHR-VQA, Graph-guided Hierarchical Relational Reasoning for Video Question Answering (Video QA), a novel human-centric framework that incorporates scene graphs to capture intricate human-object interactions wi…

Video Question AnsweringRelational Reasoning