Unbiased Scene Graph Generation using Predicate Similarities
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.
Code (0)
등록된 구현이 없습니다.
Tasks
DescriptiveGraph GenerationScene Graph GenerationTransfer LearningUnbiased Scene Graph GenerationSimilar Papers 제목 키워드 기반
PPDL: Predicate Probability Distribution Based Loss for Unbiased Scene Graph Generation
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 GenerationEnsemble Predicate Decoding for Unbiased Scene Graph Generation
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 GenerationSkew Class-balanced Re-weighting for Unbiased Scene Graph Generation
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 GenerationPeer Learning for Unbiased Scene Graph Generation
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 GenerationContext-aware Mixture-of-Experts for Unbiased Scene Graph Generation
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