Panoptic Scene Graph Generation with Semantics-Prototype Learning
Li Li, Wei Ji, Yiming Wu, Mengze Li, You Qin, Lina Wei, Roger Zimmermann
TL;DR
This work tackles biased predicate annotations in Panoptic Scene Graph Generation by introducing ADTrans, an adaptive data-transfer framework guided by semantics-prototype learning. It builds an unbiased predicate embedding space through invariant representation training, dynamic prototypes, and multistage data filtration, enabling more informative and consistent label transfer. The approach transfers indistinguishable triplets and potentially positive samples to improve long-tail predicate learning, validated across Visual Genome and PSG datasets with state-of-the-art gains. Practically, ADTrans enhances PSG systems' reliability and applicability to vision-language tasks by producing more coherent and accurate scene graphs.
Abstract
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 between predicates lead to biased predicate annotations in the dataset, i.e. different predicates for same object pairs. Biased predicate annotations make PSG models struggle in constructing a clear decision plane among predicates, which greatly hinders the real application of PSG models. To address the intrinsic bias above, we propose a novel framework named ADTrans to adaptively transfer biased predicate annotations to informative and unified ones. To promise consistency and accuracy during the transfer process, we propose to measure the invariance of representations in each predicate class, and learn unbiased prototypes of predicates with different intensities. Meanwhile, we continuously measure the distribution changes between each presentation and its prototype, and constantly screen potential biased data. Finally, with the unbiased predicate-prototype representation embedding space, biased annotations are easily identified. Experiments show that ADTrans significantly improves the performance of benchmark models, achieving a new state-of-the-art performance, and shows great generalization and effectiveness on multiple datasets.
