paper-with-me

홈 › Papers

Zero-Shot Scene Graph Generation via Triplet Calibration and Reduction

2023-09-07 · Jiankai Li, Yunhong Wang, Weixin Li

Scene Graph Generation (SGG) plays a pivotal role in downstream vision-language tasks. Existing SGG methods typically suffer from poor compositional generalizations on unseen triplets. They are generally trained on incompletely annotated scene graphs that contain dominant triplets and tend to bias toward these seen triplets during inference. To address this issue, we propose a Triplet Calibration and Reduction (T-CAR) framework in this paper. In our framework, a triplet calibration loss is first presented to regularize the representations of diverse triplets and to simultaneously excavate the unseen triplets in incompletely annotated training scene graphs. Moreover, the unseen space of scene graphs is usually several times larger than the seen space since it contains a huge number of unrealistic compositions. Thus, we propose an unseen space reduction loss to shift the attention of excavation to reasonable unseen compositions to facilitate the model training. Finally, we propose a contextual encoder to improve the compositional generalizations of unseen triplets by explicitly modeling the relative spatial relations between subjects and objects. Extensive experiments show that our approach achieves consistent improvements for zero-shot SGG over state-of-the-art methods. The code is available at https://github.com/jkli1998/T-CAR.

📄 PDF Abstract BibTeX arXiv:2309.03542

Code (1)

jkli1998/t-car 공식 구현 pytorch

Tasks

Graph GenerationScene Graph GenerationTripletZero-Shot Scene Graph Generation

Similar Papers 제목 키워드 기반

Zero-Shot Scene Graph Relation Prediction through Commonsense Knowledge Integration

2021-07-11 · Xuan Kan, Hejie Cui, Carl Yang

Relation prediction among entities in images is an important step in scene graph generation (SGG), which further impacts various visual understanding and reasoning tasks. Existing SGG frameworks, however, require heavy t…

Graph GenerationGraph MiningPredictionRelation+2

SketchTriplet: Self-Supervised Scenarized Sketch-Text-Image Triplet Generation

2024-05-29 · Zhenbei Wu, Qiang Wang, Jie Yang

The scarcity of free-hand sketch presents a challenging problem. Despite the emergence of some large-scale sketch datasets, these datasets primarily consist of sketches at the single-object level. There continues to be a…

Image GenerationImage RetrievalSketch-Based Image RetrievalTriplet

SGTR: Generating Scene Graph by Learning Compositional Triplets with Transformer

2021-09-29 · Rongjie Li, Songyang Zhang, Xuming He

In this work, we propose an end-to-end framework for the scene graph generation. Motivated by the recently introduced DETR, our method, termed SGTR, generating scene graphs by learning compositional queries with Transfor…

Graph GenerationScene Graph GenerationTriplet

UniTriGen: Unified Triplet Generation of Aligned Visible-Infrared-Label for Few-Shot RGB-T Semantic Segmentation

2026-05-14 · Ping Zhou, Haoyu Wang, Mengmeng Zheng, Lei Zhang 외 arxiv

RGB-T semantic segmentation requires strictly aligned VIS-IR-Label triplets; however, such aligned triplet data are often scarce in real-world scenarios. Existing generative augmentation methods usually adopt cascaded ge…

Semantic Segmentation

LLM4SGG: Large Language Models for Weakly Supervised Scene Graph Generation

2023-10-16 · CVPR 2024 1 · Kibum Kim, Kanghoon Yoon, Jaehyeong Jeon, Yeonjun In 외

Weakly-Supervised Scene Graph Generation (WSSGG) research has recently emerged as an alternative to the fully-supervised approach that heavily relies on costly annotations. In this regard, studies on WSSGG have utilized …

Few-Shot LearningLarge Language ModelScene Graph GenerationTriplet+1