paper-with-me

Papers

Unbiased Scene Graph Generation via Rich and Fair Semantic Extraction

2020-02-01 · Bin Wen, Jie Luo, Xianglong Liu, Lei Huang

Extracting graph representation of visual scenes in image is a challenging task in computer vision. Although there has been encouraging progress of scene graph generation in the past decade, we surprisingly find that the performance of existing approaches is largely limited by the strong biases, which mainly stem from (1) unconsciously assuming relations with certain semantic properties such as symmetric and (2) imbalanced annotations over different relations. To alleviate the negative effects of these biases, we proposed a new and simple architecture named Rich and Fair semantic extraction network (RiFa for short), to not only capture rich semantic properties of the relations, but also fairly predict relations with different scale of annotations. Using pseudo-siamese networks, RiFa embeds the subject and object respectively to distinguish their semantic differences and meanwhile preserve their underlying semantic properties. Then, it further predicts subject-object relations based on both the visual and semantic features of entities under certain contextual area, and fairly ranks the relation predictions for those with a few annotations. Experiments on the popular Visual Genome dataset show that RiFa achieves state-of-the-art performance under several challenging settings of scene graph task. Especially, it performs significantly better on capturing different semantic properties of relations, and obtains the best overall per relation performance.

📄 PDF Abstract BibTeX arXiv:2002.00176

Code (0)

등록된 구현이 없습니다.

Tasks

Graph GenerationRelationScene Graph GenerationUnbiased Scene Graph Generation

Similar Papers 제목 키워드 기반

Rethinking the Evaluation of Unbiased Scene Graph Generation

2022-08-03 · Xingchen Li, Long Chen, Jian Shao, Shaoning Xiao 외

Current Scene Graph Generation (SGG) methods tend to predict frequent predicate categories and fail to recognize rare ones due to the severe imbalanced distribution of predicates. To improve the robustness of SGG models …

DiversityGraph GenerationScene Graph GenerationTriplet+1

Iterative Scene Graph Generation with Generative Transformers

2022-11-30 · Sanjoy Kundu, Sathyanarayanan N. Aakur

Scene graphs provide a rich, structured representation of a scene by encoding the entities (objects) and their spatial relationships in a graphical format. This representation has proven useful in several tasks, such as …

Graph GenerationLink Predictionobject-detectionObject Detection+3

IS-GGT: Iterative Scene Graph Generation With Generative Transformers

2023-01-01 · CVPR 2023 1 · Sanjoy Kundu, Sathyanarayanan N. Aakur

Scene graphs provide a rich, structured representation of a scene by encoding the entities (objects) and their spatial relationships in a graphical format. This representation has proven useful in several tasks, such…

Graph GenerationLink Predictionobject-detectionObject Detection+3

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

Unbiased Scene Graph Generation in Videos

2023-04-03 · CVPR 2023 1 · Sayak Nag, Kyle Min, Subarna Tripathi, Amit K. Roy Chowdhury

The task of dynamic scene graph generation (SGG) from videos is complicated and challenging due to the inherent dynamics of a scene, temporal fluctuation of model predictions, and the long-tailed distribution of the visu…

Graph GenerationScene Graph GenerationUnbiased Scene Graph Generation