Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

CogTree: Cognition Tree Loss for Unbiased Scene Graph Generation

About

Scene graphs are semantic abstraction of images that encourage visual understanding and reasoning. However, the performance of Scene Graph Generation (SGG) is unsatisfactory when faced with biased data in real-world scenarios. Conventional debiasing research mainly studies from the view of balancing data distribution or learning unbiased models and representations, ignoring the correlations among the biased classes. In this work, we analyze this problem from a novel cognition perspective: automatically building a hierarchical cognitive structure from the biased predictions and navigating that hierarchy to locate the relationships, making the tail relationships receive more attention in a coarse-to-fine mode. To this end, we propose a novel debiasing Cognition Tree (CogTree) loss for unbiased SGG. We first build a cognitive structure CogTree to organize the relationships based on the prediction of a biased SGG model. The CogTree distinguishes remarkably different relationships at first and then focuses on a small portion of easily confused ones. Then, we propose a debiasing loss specially for this cognitive structure, which supports coarse-to-fine distinction for the correct relationships. The loss is model-agnostic and consistently boosting the performance of several state-of-the-art models. The code is available at: https://github.com/CYVincent/Scene-Graph-Transformer-CogTree.

Jing Yu, Yuan Chai, Yujing Wang, Yue Hu, Qi Wu• 2020

Related benchmarks

TaskDatasetResultRank
Scene Graph ClassificationVG150 (test)
mR@5018.8
66
Scene Graph ClassificationVisual Genome (test)
Recall@10031.7
63
Predicate ClassificationVisual Genome
Recall@5035.6
54
Scene Graph DetectionVG150 (test)
ng-mR@5011.1
41
Predicate ClassificationVG 50 (test)
Mean Recall@5028.4
29
Scene Graph DetectionVG 50 (test)
mR@5011.1
27
Scene Graph ClassificationVG 50 (test)
R@5027.6
25
Scene Graph Detection (SGDet)Visual Genome (VG)
R@5020
21
Scene Graph Classification (SGCls)Visual Genome
R@10022.2
19
Showing 9 of 9 rows

Other info

Code

Follow for update