paper-with-me

Papers

LLM4SGG: Large Language Models for Weakly Supervised Scene Graph Generation

2023-10-16 · CVPR 2024 1 · Kibum Kim, Kanghoon Yoon, Jaehyeong Jeon, Yeonjun In, Jinyoung Moon, Donghyun Kim, Chanyoung Park

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 image captions to obtain unlocalized triplets while primarily focusing on grounding the unlocalized triplets over image regions. However, they have overlooked the two issues involved in the triplet formation process from the captions: 1) Semantic over-simplification issue arises when extracting triplets from captions, where fine-grained predicates in captions are undesirably converted into coarse-grained predicates, resulting in a long-tailed predicate distribution, and 2) Low-density scene graph issue arises when aligning the triplets in the caption with entity/predicate classes of interest, where many triplets are discarded and not used in training, leading to insufficient supervision. To tackle the two issues, we propose a new approach, i.e., Large Language Model for weakly-supervised SGG (LLM4SGG), where we mitigate the two issues by leveraging the LLM's in-depth understanding of language and reasoning ability during the extraction of triplets from captions and alignment of entity/predicate classes with target data. To further engage the LLM in these processes, we adopt the idea of Chain-of-Thought and the in-context few-shot learning strategy. To validate the effectiveness of LLM4SGG, we conduct extensive experiments on Visual Genome and GQA datasets, showing significant improvements in both Recall@K and mean Recall@K compared to the state-of-the-art WSSGG methods. A further appeal is that LLM4SGG is data-efficient, enabling effective model training with a small amount of training images.

📄 PDF Abstract BibTeX arXiv:2310.10404

Code (1)

rlqja1107/torch-LLM4SGG 공식 구현 pytorch

Tasks

Few-Shot LearningLarge Language ModelScene Graph GenerationTripletWeakly-supervised Learning

Similar Papers 제목 키워드 기반

Audio Event and Scene Recognition: A Unified Approach using Strongly and Weakly Labeled Data

2016-11-12 · Anurag Kumar, Bhiksha Raj

In this paper we propose a novel learning framework called Supervised and Weakly Supervised Learning where the goal is to learn simultaneously from weakly and strongly labeled data. Strongly labeled data can be simply un…

Scene RecognitionWeakly-supervised Learning

A Simple Baseline for Weakly-Supervised Scene Graph Generation

2021-01-01 · ICCV 2021 10 · Jing Shi, Yiwu Zhong, Ning Xu, Yin Li 외

We investigate the weakly-supervised scene graph generation, which is a challenging task since no correspondence of label and object is provided. The previous work regards such correspondence as a latent variable whi…

Contrastive LearningGraph GenerationGraph MatchingScene Graph Generation

WeText: Scene Text Detection under Weak Supervision

2017-10-13 · ICCV 2017 10 · Shangxuan Tian, Shijian Lu, Chongshou Li

The requiring of large amounts of annotated training data has become a common constraint on various deep learning systems. In this paper, we propose a weakly supervised scene text detection method (WeText) that trains ro…

Scene Text DetectionText DetectionWeakly-supervised Learning

Weakly Supervised Video Scene Graph Generation via Natural Language Supervision

2025-02-21 · Kibum Kim, Kanghoon Yoon, Yeonjun In, Jaehyeong Jeon 외

Existing Video Scene Graph Generation (VidSGG) studies are trained in a fully supervised manner, which requires all frames in a video to be annotated, thereby incurring high annotation cost compared to Image Scene Graph …

Graph GenerationImage CaptioningLarge Language ModelScene Graph Generation+1

Weakly Supervised Segmentation on Outdoor 4D Point Clouds With Temporal Matching and Spatial Graph Propagation

2022-01-01 · CVPR 2022 1 · Hanyu Shi, Jiacheng Wei, Ruibo Li, Fayao Liu 외

Existing point cloud segmentation methods require a large amount of annotated data, especially for the outdoor point cloud scene. Due to the complexity of the outdoor 3D scenes, manual annotations on the outdoor poin…

Point Cloud SegmentationScene UnderstandingWeakly-supervised LearningWeakly supervised segmentation