Semantic Diversity-aware Prototype-based Learning for Unbiased Scene Graph Generation
Jaehyeong Jeon, Kibum Kim, Kanghoon Yoon, Chanyoung Park
TL;DR
This work addresses the bias in scene graph generation arising from annotating each subject–object pair with a single predicate, which overlooks the semantic diversity of predicates and is exacerbated by long-tail distributions. The authors propose Semantic Diversity-aware Prototype-based Learning (DPL), a model-agnostic framework that learns a prototype $c_i$ for each predicate and aligns relation features $z$ to these prototypes via $||z-c_i||_2$, while explicitly modeling semantic diversity through Gaussian sampling around prototypes and a matching loss with radius $R$. An orthogonal loss enforces independence among predicate prototypes, and unbiased inference is achieved by normalizing distances with predicate-specific diversity scales $\sigma_i$, enabling better handling of head–tail bias during prediction. Extensive experiments on VG and GQA show that DPL improves baseline SGG models, surpasses existing unbiased methods, and provides interpretable visualizations of predicate semantics, confirming the effectiveness and generality of the approach.
Abstract
The scene graph generation (SGG) task involves detecting objects within an image and predicting predicates that represent the relationships between the objects. However, in SGG benchmark datasets, each subject-object pair is annotated with a single predicate even though a single predicate may exhibit diverse semantics (i.e., semantic diversity), existing SGG models are trained to predict the one and only predicate for each pair. This in turn results in the SGG models to overlook the semantic diversity that may exist in a predicate, thus leading to biased predictions. In this paper, we propose a novel model-agnostic Semantic Diversity-aware Prototype-based Learning (DPL) framework that enables unbiased predictions based on the understanding of the semantic diversity of predicates. Specifically, DPL learns the regions in the semantic space covered by each predicate to distinguish among the various different semantics that a single predicate can represent. Extensive experiments demonstrate that our proposed model-agnostic DPL framework brings significant performance improvement on existing SGG models, and also effectively understands the semantic diversity of predicates.
