paper-with-me

홈 › Papers

Semantic Diversity-aware Prototype-based Learning for Unbiased Scene Graph Generation

2024-07-22 · Jaehyeong Jeon, Kibum Kim, Kanghoon Yoon, Chanyoung Park

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.

📄 PDF Abstract BibTeX arXiv:2407.15396

Code (1)

jeonjaehyeong/dpl 공식 구현 pytorch

Tasks

DiversityGraph GenerationScene Graph GenerationUnbiased Scene Graph Generation

Similar Papers 제목 키워드 기반

Panoptic Scene Graph Generation with Semantics-Prototype Learning

2023-07-28 · Li Li, Wei Ji, Yiming Wu, Mengze Li 외

Panoptic Scene Graph Generation (PSG) parses objects and predicts their relationships (predicate) to connect human language and visual scenes. However, different language preferences of annotators and semantic overlaps b…

Graph GenerationPanoptic Scene Graph GenerationScene Graph Generation

Unbiased Faster R-CNN for Single-source Domain Generalized Object Detection

2024-05-24 · CVPR 2024 1 · Yajing Liu, Shijun Zhou, Xiyao Liu, Chunhui Hao 외

Single-source domain generalization (SDG) for object detection is a challenging yet essential task as the distribution bias of the unseen domain degrades the algorithm performance significantly. However, existing methods…

AttributeData AugmentationDomain GeneralizationObject+3

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

Context-aware Mixture-of-Experts for Unbiased Scene Graph Generation

2022-08-15 · Liguang Zhou, Yuhongze Zhou, Tin Lun Lam, Yangsheng Xu

Scene graph generation (SGG) has gained tremendous progress in recent years. However, its underlying long-tailed distribution of predicate classes is a challenging problem. For extremely unbalanced predicate distribution…

DiversityGraph GenerationMixture-of-Expertsobject-detection+3

Generalized Unbiased Scene Graph Generation

2023-08-09 · Xinyu Lyu, Lianli Gao, Junlin Xie, Pengpeng Zeng 외

Existing Unbiased Scene Graph Generation (USGG) methods only focus on addressing the predicate-level imbalance that high-frequency classes dominate predictions of rare ones, while overlooking the concept-level imbalance.…

Graph GenerationScene Graph GenerationUnbiased Scene Graph Generation