paper-with-me

Papers

Weakly-Supervised 3D Scene Graph Generation via Visual-Linguistic Assisted Pseudo-labeling

2024-04-03 · Xu Wang, YiFan Li, Qiudan Zhang, Wenhui Wu, Mark Junjie Li, Jianmin Jinag

Learning to build 3D scene graphs is essential for real-world perception in a structured and rich fashion. However, previous 3D scene graph generation methods utilize a fully supervised learning manner and require a large amount of entity-level annotation data of objects and relations, which is extremely resource-consuming and tedious to obtain. To tackle this problem, we propose 3D-VLAP, a weakly-supervised 3D scene graph generation method via Visual-Linguistic Assisted Pseudo-labeling. Specifically, our 3D-VLAP exploits the superior ability of current large-scale visual-linguistic models to align the semantics between texts and 2D images, as well as the naturally existing correspondences between 2D images and 3D point clouds, and thus implicitly constructs correspondences between texts and 3D point clouds. First, we establish the positional correspondence from 3D point clouds to 2D images via camera intrinsic and extrinsic parameters, thereby achieving alignment of 3D point clouds and 2D images. Subsequently, a large-scale cross-modal visual-linguistic model is employed to indirectly align 3D instances with the textual category labels of objects by matching 2D images with object category labels. The pseudo labels for objects and relations are then produced for 3D-VLAP model training by calculating the similarity between visual embeddings and textual category embeddings of objects and relations encoded by the visual-linguistic model, respectively. Ultimately, we design an edge self-attention based graph neural network to generate scene graphs of 3D point cloud scenes. Extensive experiments demonstrate that our 3D-VLAP achieves comparable results with current advanced fully supervised methods, meanwhile significantly alleviating the pressure of data annotation.

📄 PDF Abstract BibTeX arXiv:2404.02527

Code (1)

liyifan-123/3dvlap 공식 구현 pytorch

Tasks

3d scene graph generationGraph GenerationGraph Neural NetworkScene Graph Generation

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

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

Visual Distant Supervision for Scene Graph Generation

2021-03-29 · ICCV 2021 10 · Yuan YAO, Ao Zhang, Xu Han, Mengdi Li 외

Scene graph generation aims to identify objects and their relations in images, providing structured image representations that can facilitate numerous applications in computer vision. However, scene graph models usually …

Graph GenerationPredicate ClassificationRelationScene Graph Generation

Weakly Supervised Visual Semantic Parsing

2020-01-08 · CVPR 2020 6 · Alireza Zareian, Svebor Karaman, Shih-Fu Chang

Scene Graph Generation (SGG) aims to extract entities, predicates and their semantic structure from images, enabling deep understanding of visual content, with many applications such as visual reasoning and image retriev…

Graph GenerationImage RetrievalRetrievalScene Graph Generation+3

Learning to Generate Scene Graph from Natural Language Supervision

2021-09-06 · ICCV 2021 10 · Yiwu Zhong, Jing Shi, Jianwei Yang, Chenliang Xu 외

Learning from image-text data has demonstrated recent success for many recognition tasks, yet is currently limited to visual features or individual visual concepts such as objects. In this paper, we propose one of the fi…

Graph GenerationScene Graph GenerationSentence

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