paper-with-me

홈 › Papers

Head-Tail Cooperative Learning Network for Unbiased Scene Graph Generation

2023-08-23 · Lei Wang, Zejian yuan, Yao Lu, Badong Chen

Scene Graph Generation (SGG) as a critical task in image understanding, facing the challenge of head-biased prediction caused by the long-tail distribution of predicates. However, current unbiased SGG methods can easily prioritize improving the prediction of tail predicates while ignoring the substantial sacrifice in the prediction of head predicates, leading to a shift from head bias to tail bias. To address this issue, we propose a model-agnostic Head-Tail Collaborative Learning (HTCL) network that includes head-prefer and tail-prefer feature representation branches that collaborate to achieve accurate recognition of both head and tail predicates. We also propose a self-supervised learning approach to enhance the prediction ability of the tail-prefer feature representation branch by constraining tail-prefer predicate features. Specifically, self-supervised learning converges head predicate features to their class centers while dispersing tail predicate features as much as possible through contrast learning and head center loss. We demonstrate the effectiveness of our HTCL by applying it to various SGG models on VG150, Open Images V6 and GQA200 datasets. The results show that our method achieves higher mean Recall with a minimal sacrifice in Recall and achieves a new state-of-the-art overall performance. Our code is available at https://github.com/wanglei0618/HTCL.

📄 PDF Abstract BibTeX arXiv:2308.12048

Code (1)

wanglei0618/htcl 공식 구현 pytorch

Tasks

Graph GenerationPredictionScene Graph GenerationSelf-Supervised LearningUnbiased Scene Graph Generation

Similar Papers 제목 키워드 기반

Dual-branch Hybrid Learning Network for Unbiased Scene Graph Generation

2022-07-16 · Chaofan Zheng, Lianli Gao, Xinyu Lyu, Pengpeng Zeng 외

The current studies of Scene Graph Generation (SGG) focus on solving the long-tailed problem for generating unbiased scene graphs. However, most de-biasing methods overemphasize the tail predicates and underestimate head…

Graph GenerationImage CaptioningRetrievalScene Graph Generation+2

Unbiased Scene Graph Generation by Type-Aware Message Passing on Heterogeneous and Dual Graphs

2024-11-20 · Guanglu Sun, Jin Qiu, Lili Liang

Although great progress has been made in the research of unbiased scene graph generation, issues still hinder improving the predictive performance of both head and tail classes. An unbiased scene graph generation (TA-HDG…

graph constructionGraph GenerationScene Graph GenerationUnbiased Scene Graph Generation

Towards Unbiased and Robust Spatio-Temporal Scene Graph Generation and Anticipation

2024-11-20 · CVPR 2025 1 · Rohith Peddi, Saurabh, Ayush Abhay Shrivastava, Parag Singla 외

Spatio-Temporal Scene Graphs (STSGs) provide a concise and expressive representation of dynamic scenes by modelling objects and their evolving relationships over time. However, real-world visual relationships often exhib…

Graph GenerationScene Graph GenerationSpatio-temporal Scene GraphsVideo scene graph generation

Vision Relation Transformer for Unbiased Scene Graph Generation

2023-08-18 · ICCV 2023 1 · Gopika Sudhakaran, Devendra Singh Dhami, Kristian Kersting, Stefan Roth

Recent years have seen a growing interest in Scene Graph Generation (SGG), a comprehensive visual scene understanding task that aims to predict entity relationships using a relation encoder-decoder pipeline stacked on to…

DecoderGraph GenerationRelationScene Graph Generation+2

FloCoDe: Unbiased Dynamic Scene Graph Generation with Temporal Consistency and Correlation Debiasing

2023-10-24 · Anant Khandelwal

Dynamic scene graph generation (SGG) from videos requires not only a comprehensive understanding of objects across scenes but also a method to capture the temporal motions and interactions with different objects. Moreove…

Graph GenerationScene Graph GenerationUnbiased Scene Graph Generation