paper-with-me

홈 › Papers

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 to biased training caused by long-tailed predicate distributions. In recent years, many studies have tackled this problem. In contrast, relatively few works have considered predicate similarities as a unique dataset feature which also leads to the biased prediction. Due to the feature, infrequent predicates (e.g., parked on, covered in) are easily misclassified as closely-related frequent predicates (e.g., on, in). Utilizing predicate similarities, we propose a new classification scheme that branches the process to several fine-grained classifiers for similar predicate groups. The classifiers aim to capture the differences among similar predicates in detail. We also introduce the idea of transfer learning to enhance the features for the predicates which lack sufficient training samples to learn the descriptive representations. The results of extensive experiments on the Visual Genome dataset show that the combination of our method and an existing debiasing approach greatly improves performance on tail predicates in challenging SGCls/SGDet tasks. Nonetheless, the overall performance of the proposed approach does not reach that of the current state of the art, so further analysis remains necessary as future work.

📄 PDF Abstract BibTeX arXiv:2210.00920

Code (0)

등록된 구현이 없습니다.

Tasks

DescriptiveGraph GenerationScene Graph GenerationTransfer LearningUnbiased Scene Graph Generation

Similar Papers 제목 키워드 기반

PPDL: Predicate Probability Distribution Based Loss for Unbiased Scene Graph Generation

2022-01-01 · CVPR 2022 1 · Wei Li, Haiwei Zhang, Qijie Bai, Guoqing Zhao 외

Scene Graph Generation (SGG) has attracted more and more attention from visual researchers in recent years, since Scene Graph (SG) is valuable in many downstream tasks due to its rich structural-semantic details. How…

Graph GenerationPredicate ClassificationScene Graph GenerationUnbiased Scene Graph Generation

Ensemble Predicate Decoding for Unbiased Scene Graph Generation

2024-08-26 · Jiasong Feng, LiChun Wang, Hongbo Xu, Kai Xu 외

Scene Graph Generation (SGG) aims to generate a comprehensive graphical representation that accurately captures the semantic information of a given scenario. However, the SGG model's performance in predicting more fine-g…

Graph GenerationScene Graph GenerationUnbiased Scene Graph Generation

Skew Class-balanced Re-weighting for Unbiased Scene Graph Generation

2023-01-01 · Haeyong Kang, Chang D. Yoo

An unbiased scene graph generation (SGG) algorithm referred to as Skew Class-balanced Re-weighting (SCR) is proposed for considering the unbiased predicate prediction caused by the long-tailed distribution. The prior wor…

Graph GenerationScene Graph GenerationUnbiased Scene Graph Generation

Peer Learning for Unbiased Scene Graph Generation

2022-12-31 · Liguang Zhou, Junjie Hu, Yuhongze Zhou, Tin Lun Lam 외

Unbiased scene graph generation (USGG) is a challenging task that requires predicting diverse and heavily imbalanced predicates between objects in an image. To address this, we propose a novel framework peer learning tha…

Graph GenerationScene Graph GenerationUnbiased Scene Graph Generation

Context-aware Mixture-of-Experts for Unbiased Scene Graph Generation

2022-08-15 · Liguang Zhou, Yuhongze Zhou, Tin Lun Lam, Yangsheng Xu

Scene graph generation (SGG) has gained tremendous progress in recent years. However, its underlying long-tailed distribution of predicate classes is a challenging problem. For extremely unbalanced predicate distribution…

DiversityGraph GenerationMixture-of-Expertsobject-detection+3