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

Unbiased Scene Graph Generation from Biased Training

About

Today's scene graph generation (SGG) task is still far from practical, mainly due to the severe training bias, e.g., collapsing diverse "human walk on / sit on / lay on beach" into "human on beach". Given such SGG, the down-stream tasks such as VQA can hardly infer better scene structures than merely a bag of objects. However, debiasing in SGG is not trivial because traditional debiasing methods cannot distinguish between the good and bad bias, e.g., good context prior (e.g., "person read book" rather than "eat") and bad long-tailed bias (e.g., "near" dominating "behind / in front of"). In this paper, we present a novel SGG framework based on causal inference but not the conventional likelihood. We first build a causal graph for SGG, and perform traditional biased training with the graph. Then, we propose to draw the counterfactual causality from the trained graph to infer the effect from the bad bias, which should be removed. In particular, we use Total Direct Effect (TDE) as the proposed final predicate score for unbiased SGG. Note that our framework is agnostic to any SGG model and thus can be widely applied in the community who seeks unbiased predictions. By using the proposed Scene Graph Diagnosis toolkit on the SGG benchmark Visual Genome and several prevailing models, we observed significant improvements over the previous state-of-the-art methods.

Kaihua Tang, Yulei Niu, Jianqiang Huang, Jiaxin Shi, Hanwang Zhang• 2020

Related benchmarks

TaskDatasetResultRank
Scene Graph GenerationVisual Genome (test)
R@500.3781
86
Scene Graph GenerationOpen Images v6 (test)
wmAPrel30.74
74
Scene Graph ClassificationVG150 (test)
mR@5015.2
66
Scene Graph ClassificationVisual Genome (test)
Recall@10032
63
Predicate ClassificationVisual Genome
Recall@5047.2
54
Predicate ClassificationVisual Genome (test)
R@5047.2
50
Scene Graph ClassificationVisual Genome
R@5013.9
45
Predicate ClassificationVisual Genome (VG) 150 object categories, 50 relationship categories (test)
mR@10029.6
44
Scene Graph DetectionVG150 (test)
ng-mR@5011.5
41
Scene Graph DetectionVisual Genome
Recall@10011.1
31
Showing 10 of 40 rows

Other info

Code

Follow for update