paper-with-me

홈 › Papers

Dual-branch Hybrid Learning Network for Unbiased Scene Graph Generation

2022-07-16 · Chaofan Zheng, Lianli Gao, Xinyu Lyu, Pengpeng Zeng, Abdulmotaleb El Saddik, Heng Tao Shen

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 ones throughout training, thereby wrecking the representation ability of head predicate features. Furthermore, these impaired features from head predicates harm the learning of tail predicates. In fact, the inference of tail predicates heavily depends on the general patterns learned from head ones, e.g., "standing on" depends on "on". Thus, these de-biasing SGG methods can neither achieve excellent performance on tail predicates nor satisfying behaviors on head ones. To address this issue, we propose a Dual-branch Hybrid Learning network (DHL) to take care of both head predicates and tail ones for SGG, including a Coarse-grained Learning Branch (CLB) and a Fine-grained Learning Branch (FLB). Specifically, the CLB is responsible for learning expertise and robust features of head predicates, while the FLB is expected to predict informative tail predicates. Furthermore, DHL is equipped with a Branch Curriculum Schedule (BCS) to make the two branches work well together. Experiments show that our approach achieves a new state-of-the-art performance on VG and GQA datasets and makes a trade-off between the performance of tail predicates and head ones. Moreover, extensive experiments on two downstream tasks (i.e., Image Captioning and Sentence-to-Graph Retrieval) further verify the generalization and practicability of our method.

📄 PDF Abstract BibTeX arXiv:2207.07913

Code (1)

aa200647963/sgg-dhl 공식 구현 pytorch

Tasks

Graph GenerationImage CaptioningRetrievalScene Graph GenerationSentenceUnbiased Scene Graph Generation

Similar Papers 제목 키워드 기반

HiLo: Exploiting High Low Frequency Relations for Unbiased Panoptic Scene Graph Generation

2023-03-28 · ICCV 2023 1 · Zijian Zhou, Miaojing Shi, Holger Caesar

Panoptic Scene Graph generation (PSG) is a recently proposed task in image scene understanding that aims to segment the image and extract triplets of subjects, objects and their relations to build a scene graph. This tas…

Panoptic Scene Graph GenerationScene Graph GenerationScene Understanding

Unbiased Video Scene Graph Generation via Visual and Semantic Dual Debiasing

2025-03-01 · CVPR 2025 1 · Yanjun Li, Zhaoyang Li, Honghui Chen, Lizhi Xu

Video Scene Graph Generation (VidSGG) aims to capture dynamic relationships among entities by sequentially analyzing video frames and integrating visual and semantic information. However, VidSGG is challenged by signific…

Graph GenerationScene Graph GenerationTripletVideo scene graph generation

Stacked Hybrid-Attention and Group Collaborative Learning for Unbiased Scene Graph Generation

2022-03-18 · CVPR 2022 1 · Xingning Dong, Tian Gan, Xuemeng Song, Jianlong Wu 외

Scene Graph Generation, which generally follows a regular encoder-decoder pipeline, aims to first encode the visual contents within the given image and then parse them into a compact summary graph. Existing SGG approache…

DecoderGraph GenerationScene Graph GenerationUnbiased Scene Graph Generation

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