paper-with-me

Papers

From Data to Modeling: Fully Open-vocabulary Scene Graph Generation

2025-05-26 · Zuyao Chen, Jinlin Wu, Zhen Lei, Chang Wen Chen

We present OvSGTR, a novel transformer-based framework for fully open-vocabulary scene graph generation that overcomes the limitations of traditional closed-set models. Conventional methods restrict both object and relationship recognition to a fixed vocabulary, hindering their applicability to real-world scenarios where novel concepts frequently emerge. In contrast, our approach jointly predicts objects (nodes) and their inter-relationships (edges) beyond predefined categories. OvSGTR leverages a DETR-like architecture featuring a frozen image backbone and text encoder to extract high-quality visual and semantic features, which are then fused via a transformer decoder for end-to-end scene graph prediction. To enrich the model's understanding of complex visual relations, we propose a relation-aware pre-training strategy that synthesizes scene graph annotations in a weakly supervised manner. Specifically, we investigate three pipelines--scene parser-based, LLM-based, and multimodal LLM-based--to generate transferable supervision signals with minimal manual annotation. Furthermore, we address the common issue of catastrophic forgetting in open-vocabulary settings by incorporating a visual-concept retention mechanism coupled with a knowledge distillation strategy, ensuring that the model retains rich semantic cues during fine-tuning. Extensive experiments on the VG150 benchmark demonstrate that OvSGTR achieves state-of-the-art performance across multiple settings, including closed-set, open-vocabulary object detection-based, relation-based, and fully open-vocabulary scenarios. Our results highlight the promise of large-scale relation-aware pre-training and transformer architectures for advancing scene graph generation towards more generalized and reliable visual understanding.

📄 PDF Abstract BibTeX arXiv:2505.20106

Code (0)

등록된 구현이 없습니다.

Tasks

Graph GenerationKnowledge DistillationNovel ConceptsOpen-vocabulary object detectionOpen Vocabulary Object DetectionRelationScene Graph Generation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

From Pixels to Graphs: Open-Vocabulary Scene Graph Generation with Vision-Language Models

2024-04-01 · CVPR 2024 1 · Rongjie Li, Songyang Zhang, Dahua Lin, Kai Chen 외

Scene graph generation (SGG) aims to parse a visual scene into an intermediate graph representation for downstream reasoning tasks. Despite recent advancements, existing methods struggle to generate scene graphs with nov…

Graph GenerationImage to textRelationScene Graph Generation+1

Expanding Scene Graph Boundaries: Fully Open-vocabulary Scene Graph Generation via Visual-Concept Alignment and Retention

2023-11-18 · Zuyao Chen, Jinlin Wu, Zhen Lei, Zhaoxiang Zhang 외

Scene Graph Generation (SGG) offers a structured representation critical in many computer vision applications. Traditional SGG approaches, however, are limited by a closed-set assumption, restricting their ability to rec…

Concept AlignmentGraph GenerationKnowledge DistillationObject+6

Weakly Supervised 3D Open-vocabulary Segmentation

2023-05-23 · NeurIPS 2023 11 · Kunhao Liu, Fangneng Zhan, Jiahui Zhang, Muyu Xu 외

Open-vocabulary segmentation of 3D scenes is a fundamental function of human perception and thus a crucial objective in computer vision research. However, this task is heavily impeded by the lack of large-scale and diver…

NeRFSegmentation

OpenVoxel: Training-Free Grouping and Captioning Voxels for Open-Vocabulary 3D Scene Understanding

2026-01-14 · Sheng-Yu Huang, Jaesung Choe, Yu-Chiang Frank Wang, Cheng Sun arxiv

We propose OpenVoxel, a training-free algorithm for grouping and captioning sparse voxels for the open-vocabulary 3D scene understanding tasks. Given the sparse voxel rasterization (SVR) model obtained from multi-view im…

Referring Expression SegmentationScene Understanding

LEXI-SG: Monocular 3D Scene Graph Mapping with Room-Guided Feed-Forward Reconstruction

2026-05-13 · Christina Kassab, Hyeonjae Gil, Matías Mattamala, Ayoung Kim 외 arxiv

Scene graphs are becoming a standard representation for robot navigation, providing hierarchical geometric and semantic scene understanding. However, most scene graph mapping methods rely on depth cameras or LiDAR sensor…

Object SegmentationScene UnderstandingRobot Navigation