paper-with-me

Papers

Compositional Feature Augmentation for Unbiased Scene Graph Generation

2023-08-13 · ICCV 2023 1 · Lin Li, Guikun Chen, Jun Xiao, Yi Yang, Chunping Wang, Long Chen

Scene Graph Generation (SGG) aims to detect all the visual relation triplets <sub, pred, obj> in a given image. With the emergence of various advanced techniques for better utilizing both the intrinsic and extrinsic information in each relation triplet, SGG has achieved great progress over the recent years. However, due to the ubiquitous long-tailed predicate distributions, today's SGG models are still easily biased to the head predicates. Currently, the most prevalent debiasing solutions for SGG are re-balancing methods, e.g., changing the distributions of original training samples. In this paper, we argue that all existing re-balancing strategies fail to increase the diversity of the relation triplet features of each predicate, which is critical for robust SGG. To this end, we propose a novel Compositional Feature Augmentation (CFA) strategy, which is the first unbiased SGG work to mitigate the bias issue from the perspective of increasing the diversity of triplet features. Specifically, we first decompose each relation triplet feature into two components: intrinsic feature and extrinsic feature, which correspond to the intrinsic characteristics and extrinsic contexts of a relation triplet, respectively. Then, we design two different feature augmentation modules to enrich the feature diversity of original relation triplets by replacing or mixing up either their intrinsic or extrinsic features from other samples. Due to its model-agnostic nature, CFA can be seamlessly incorporated into various SGG frameworks. Extensive ablations have shown that CFA achieves a new state-of-the-art performance on the trade-off between different metrics.

📄 PDF Abstract BibTeX arXiv:2308.06712

Code (1)

hkust-longgroup/cfa 공식 구현 pytorch

Tasks

DiversityGraph GenerationRelationScene Graph GenerationTripletUnbiased Scene Graph Generation

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

Fast Contextual Scene Graph Generation With Unbiased Context Augmentation

2023-01-01 · CVPR 2023 1 · Tianlei Jin, Fangtai Guo, Qiwei Meng, Shiqiang Zhu 외

Scene graph generation (SGG) methods have historically suffered from long-tail bias and slow inference speed. In this paper, we notice that humans can analyze relationships between objects relying solely on context d…

Graph GenerationScene Graph Generation

Inference-Time Structural Reasoning for Compositional Vision-Language Understanding

2026-03-28 · Amartya Bhattacharya arxiv

Vision-language models (VLMs) excel at image-text retrieval yet persistently fail at compositional reasoning, distinguishing captions that share the same words but differ in relational structure. We present, a unified ev…

Text Retrieval

Rethinking the Evaluation of Unbiased Scene Graph Generation

2022-08-03 · Xingchen Li, Long Chen, Jian Shao, Shaoning Xiao 외

Current Scene Graph Generation (SGG) methods tend to predict frequent predicate categories and fail to recognize rare ones due to the severe imbalanced distribution of predicates. To improve the robustness of SGG models …

DiversityGraph GenerationScene Graph GenerationTriplet+1

Generative Compositional Augmentations for Scene Graph Prediction

2020-07-11 · ICCV 2021 10 · Boris Knyazev, Harm de Vries, Cătălina Cangea, Graham W. Taylor 외

Inferring objects and their relationships from an image in the form of a scene graph is useful in many applications at the intersection of vision and language. We consider a challenging problem of compositional generaliz…

Graph GenerationLanguage ModellingPredictionScene Graph Generation

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