paper-with-me

홈 › Papers

SGG-R$^{\rm 3}$: From Next-Token Prediction to End-to-End Unbiased Scene Graph Generation

2026-03-09 · Jiaye Feng, Qixiang Yin, Yuankun Liu, Tong Mo, Weiping Li arxiv

Scene Graph Generation (SGG) structures visual scenes as graphs of objects and their relations. While Multimodal Large Language Models (MLLMs) have advanced end-to-end SGG, current methods are hindered by both a lack of task-specific structured reasoning and the challenges of sparse, long-tailed relation distributions, resulting in incomplete scene graphs characterized by low recall and biased predictions. To address these issues, we introduce SGG-R$^{\rm 3}$, a structured reasoning framework that integrates task-specific chain-of-thought (CoT)-guided supervised fine-tuning (SFT) and reinforcement learning (RL) with group sequence policy optimization (GSPO), designed to engage in three sequential stages to achieve end-to-end unbiased scene graph generation. During the SFT phase, we propose a relation augmentation strategy by leveraging an MLLM and refined via embedding similarity filtering to alleviate relation sparsity. Subsequently, a stage-aligned reward scheme optimizes the procedural reasoning during RL. Specifically, we propose a novel dual-granularity reward which integrates fine-grained and coarse-grained relation rewards, simultaneously mitigating the long-tail issue via frequency-based adaptive weighting of predicates and improving relation coverage through semantic clustering. Experiments on two benchmarks show that SGG-R$^{\rm 3}$ achieves superior performance compared to existing methods, demonstrating the effectiveness and generalization of the framework.

📄 PDF Abstract BibTeX arXiv:2603.07961

Code (0)

등록된 구현이 없습니다.

Tasks

Unbiased Scene Graph GenerationReinforcement Learning

Similar Papers 제목 키워드 기반

Generative Lane Topology Reasoning via Autoregressive Model with Geometry Prior

2026-06-30 · Jiahui Fu, Zehao Huang, Han Li, Naiyan Wang 외 arxiv

Lane topology reasoning aims to construct a lane graph from onboard sensor observations. Existing methods follow a detection and association paradigm that treats each lane instance independently, leading to geometric inc…

Unbiased Scene Graph Generation in Videos

2023-04-03 · CVPR 2023 1 · Sayak Nag, Kyle Min, Subarna Tripathi, Amit K. Roy Chowdhury

The task of dynamic scene graph generation (SGG) from videos is complicated and challenging due to the inherent dynamics of a scene, temporal fluctuation of model predictions, and the long-tailed distribution of the visu…

Graph GenerationScene Graph GenerationUnbiased Scene Graph Generation

Ensemble Predicate Decoding for Unbiased Scene Graph Generation

2024-08-26 · Jiasong Feng, LiChun Wang, Hongbo Xu, Kai Xu 외

Scene Graph Generation (SGG) aims to generate a comprehensive graphical representation that accurately captures the semantic information of a given scenario. However, the SGG model's performance in predicting more fine-g…

Graph GenerationScene Graph GenerationUnbiased Scene Graph Generation

Skew Class-balanced Re-weighting for Unbiased Scene Graph Generation

2023-01-01 · Haeyong Kang, Chang D. Yoo

An unbiased scene graph generation (SGG) algorithm referred to as Skew Class-balanced Re-weighting (SCR) is proposed for considering the unbiased predicate prediction caused by the long-tailed distribution. The prior wor…

Graph GenerationScene Graph GenerationUnbiased Scene Graph Generation

Unbiased Video Scene Graph Generation via Visual and Semantic Dual Debiasing

2025-03-01 · CVPR 2025 1 · Yanjun Li, Zhaoyang Li, Honghui Chen, Lizhi Xu

Video Scene Graph Generation (VidSGG) aims to capture dynamic relationships among entities by sequentially analyzing video frames and integrating visual and semantic information. However, VidSGG is challenged by signific…

Graph GenerationScene Graph GenerationTripletVideo scene graph generation