paper-with-me

홈 › Papers

Prototype-based Embedding Network for Scene Graph Generation

2023-03-13 · CVPR 2023 1 · Chaofan Zheng, Xinyu Lyu, Lianli Gao, Bo Dai, Jingkuan Song

Current Scene Graph Generation (SGG) methods explore contextual information to predict relationships among entity pairs. However, due to the diverse visual appearance of numerous possible subject-object combinations, there is a large intra-class variation within each predicate category, e.g., "man-eating-pizza, giraffe-eating-leaf", and the severe inter-class similarity between different classes, e.g., "man-holding-plate, man-eating-pizza", in model's latent space. The above challenges prevent current SGG methods from acquiring robust features for reliable relation prediction. In this paper, we claim that the predicate's category-inherent semantics can serve as class-wise prototypes in the semantic space for relieving the challenges. To the end, we propose the Prototype-based Embedding Network (PE-Net), which models entities/predicates with prototype-aligned compact and distinctive representations and thereby establishes matching between entity pairs and predicates in a common embedding space for relation recognition. Moreover, Prototype-guided Learning (PL) is introduced to help PE-Net efficiently learn such entitypredicate matching, and Prototype Regularization (PR) is devised to relieve the ambiguous entity-predicate matching caused by the predicate's semantic overlap. Extensive experiments demonstrate that our method gains superior relation recognition capability on SGG, achieving new state-of-the-art performances on both Visual Genome and Open Images datasets.

📄 PDF Abstract BibTeX arXiv:2303.07096

Code (1)

vl-group/penet 공식 구현 pytorch

Tasks

Graph GenerationRelationRelation PredictionScene Graph Generation

Similar Papers 제목 키워드 기반

Panoptic Scene Graph Generation with Semantics-Prototype Learning

2023-07-28 · Li Li, Wei Ji, Yiming Wu, Mengze Li 외

Panoptic Scene Graph Generation (PSG) parses objects and predicts their relationships (predicate) to connect human language and visual scenes. However, different language preferences of annotators and semantic overlaps b…

Graph GenerationPanoptic Scene Graph GenerationScene Graph Generation

Specifying Object Attributes and Relations in Interactive Scene Generation

2019-09-11 · ICCV 2019 10 · Oron Ashual, Lior Wolf

We introduce a method for the generation of images from an input scene graph. The method separates between a layout embedding and an appearance embedding. The dual embedding leads to generated images that better match th…

Layout-to-Image GenerationObjectScene Generation

Triplet-Aware Scene Graph Embeddings

2019-09-19 · Brigit Schroeder, Subarna Tripathi, Hanlin Tang

Scene graphs have become an important form of structured knowledge for tasks such as for image generation, visual relation detection, visual question answering, and image retrieval. While visualizing and interpreting wor…

Data AugmentationGraph EmbeddingImage GenerationImage Retrieval+8

RA-SGG: Retrieval-Augmented Scene Graph Generation Framework via Multi-Prototype Learning

2024-12-17 · Kanghoon Yoon, Kibum Kim, Jaehyung Jeon, Yeonjun In 외

Scene Graph Generation (SGG) research has suffered from two fundamental challenges: the long-tailed predicate distribution and semantic ambiguity between predicates. These challenges lead to a bias towards head predicate…

Graph GenerationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONRetrieval+1

Generalized Unbiased Scene Graph Generation

2023-08-09 · Xinyu Lyu, Lianli Gao, Junlin Xie, Pengpeng Zeng 외

Existing Unbiased Scene Graph Generation (USGG) methods only focus on addressing the predicate-level imbalance that high-frequency classes dominate predictions of rare ones, while overlooking the concept-level imbalance.…

Graph GenerationScene Graph GenerationUnbiased Scene Graph Generation