paper-with-me

홈 › Papers

Predicate Debiasing in Vision-Language Models Integration for Scene Graph Generation Enhancement

2024-03-24 · Yuxuan Wang, Xiaoyuan Liu

Scene Graph Generation (SGG) provides basic language representation of visual scenes, requiring models to grasp complex and diverse semantics between objects. This complexity and diversity in SGG leads to underrepresentation, where parts of triplet labels are rare or even unseen during training, resulting in imprecise predictions. To tackle this, we propose integrating the pretrained Vision-language Models to enhance representation. However, due to the gap between pretraining and SGG, direct inference of pretrained VLMs on SGG leads to severe bias, which stems from the imbalanced predicates distribution in the pretraining language set. To alleviate the bias, we introduce a novel LM Estimation to approximate the unattainable predicates distribution. Finally, we ensemble the debiased VLMs with SGG models to enhance the representation, where we design a certainty-aware indicator to score each sample and dynamically adjust the ensemble weights. Our training-free method effectively addresses the predicates bias in pretrained VLMs, enhances SGG's representation, and significantly improve the performance.

📄 PDF Abstract BibTeX arXiv:2403.16184

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityGraph GenerationRelationScene Graph GenerationTriplet

Similar Papers 제목 키워드 기반

Informative Scene Graph Generation via Debiasing

2023-08-10 · Lianli Gao, Xinyu Lyu, Yuyu Guo, Yuxuan Hu 외

Scene graph generation aims to detect visual relationship triplets, (subject, predicate, object). Due to biases in data, current models tend to predict common predicates, e.g. "on" and "at", instead of informative ones, …

BlockingGraph GenerationImage CaptioningRetrieval+2

Unbiased Scene Graph Generation using Predicate Similarities

2022-10-03 · Misaki Ohashi, Yusuke Matsui

Scene Graphs are widely applied in computer vision as a graphical representation of relationships between objects shown in images. However, these applications have not yet reached a practical stage of development owing t…

DescriptiveGraph GenerationScene Graph GenerationTransfer Learning+1

QPredSGG: Hybrid Quantum Predicate Learning for Long-Tailed Scene Graph Generation

2026-06-03 · Prerana Ramkumar, Nouhaila Innan, Muhammad Shafique arxiv

Scene Graph Generation (SGG) requires relational reasoning over objects and their interactions, but performance is often limited by severe long-tail predicate imbalance. Classical SGG models frequently rely on dataset st…

Scene Graph GenerationRelational ReasoningVisual Reasoning

Debiasing Vision-Language Models via Biased Prompts

2023-01-31 · Ching-Yao Chuang, Varun Jampani, Yuanzhen Li, Antonio Torralba 외

Machine learning models have been shown to inherit biases from their training datasets. This can be particularly problematic for vision-language foundation models trained on uncurated datasets scraped from the internet. …

Visually-Prompted Language Model for Fine-Grained Scene Graph Generation in an Open World

2023-03-23 · ICCV 2023 1 · Qifan Yu, Juncheng Li, Yu Wu, Siliang Tang 외

Scene Graph Generation (SGG) aims to extract <subject, predicate, object> relationships in images for vision understanding. Although recent works have made steady progress on SGG, they still suffer long-tail distribution…

Graph GenerationLanguage ModelingLanguage ModellingScene Graph Generation