Fine-Grained Scene Graph Generation via Sample-Level Bias Prediction
Yansheng Li, Tingzhu Wang, Kang Wu, Linlin Wang, Xin Guo, Wenbin Wang

TL;DR
This paper introduces a novel sample-level bias prediction method for fine-grained scene graph generation, effectively addressing the long-tailed distribution problem and improving the prediction of detailed relationships in images.
Contribution
The paper proposes a new SBP method combined with BGAN to refine coarse relationships into fine-grained ones, outperforming state-of-the-art methods on multiple datasets.
Findings
SBG outperforms existing methods in Average@K metrics.
Significant improvements on VG dataset for various SGG tasks.
Effective correction of coarse relationships to fine-grained ones.
Abstract
Scene Graph Generation (SGG) aims to explore the relationships between objects in images and obtain scene summary graphs, thereby better serving downstream tasks. However, the long-tailed problem has adversely affected the scene graph's quality. The predictions are dominated by coarse-grained relationships, lacking more informative fine-grained ones. The union region of one object pair (i.e., one sample) contains rich and dedicated contextual information, enabling the prediction of the sample-specific bias for refining the original relationship prediction. Therefore, we propose a novel Sample-Level Bias Prediction (SBP) method for fine-grained SGG (SBG). Firstly, we train a classic SGG model and construct a correction bias set by calculating the margin between the ground truth label and the predicted label with one classic SGG model. Then, we devise a Bias-Oriented Generative…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Artificial Intelligence in Games · Computational and Text Analysis Methods
MethodsAttention Is All You Need · Sparse Evolutionary Training · Label Smoothing · Adam · Linear Layer · Byte Pair Encoding · Layer Normalization · Softmax · Position-Wise Feed-Forward Layer · Dense Connections
