English

PCPL: Predicate-Correlation Perception Learning for Unbiased Scene Graph Generation

Computer Vision and Pattern Recognition 2020-09-03 v1

Abstract

Today, scene graph generation(SGG) task is largely limited in realistic scenarios, mainly due to the extremely long-tailed bias of predicate annotation distribution. Thus, tackling the class imbalance trouble of SGG is critical and challenging. In this paper, we first discover that when predicate labels have strong correlation with each other, prevalent re-balancing strategies(e.g., re-sampling and re-weighting) will give rise to either over-fitting the tail data(e.g., bench sitting on sidewalk rather than on), or still suffering the adverse effect from the original uneven distribution(e.g., aggregating varied parked on/standing on/sitting on into on). We argue the principal reason is that re-balancing strategies are sensitive to the frequencies of predicates yet blind to their relatedness, which may play a more important role to promote the learning of predicate features. Therefore, we propose a novel Predicate-Correlation Perception Learning(PCPL for short) scheme to adaptively seek out appropriate loss weights by directly perceiving and utilizing the correlation among predicate classes. Moreover, our PCPL framework is further equipped with a graph encoder module to better extract context features. Extensive experiments on the benchmark VG150 dataset show that the proposed PCPL performs markedly better on tail classes while well-preserving the performance on head ones, which significantly outperforms previous state-of-the-art methods.

Keywords

Cite

@article{arxiv.2009.00893,
  title  = {PCPL: Predicate-Correlation Perception Learning for Unbiased Scene Graph Generation},
  author = {Shaotian Yan and Chen Shen and Zhongming Jin and Jianqiang Huang and Rongxin Jiang and Yaowu Chen and Xian-Sheng Hua},
  journal= {arXiv preprint arXiv:2009.00893},
  year   = {2020}
}

Comments

To be appeared on ACMMM 2020

R2 v1 2026-06-23T18:15:39.814Z