CVJul 15, 2024

OpenPSG: Open-set Panoptic Scene Graph Generation via Large Multimodal Models

arXiv:2407.11213v120 citationsh-index: 8Has Code
Originality Incremental advance
AI Analysis

This work addresses the limitation of scene graph generation in open-world scenarios for applications requiring structured image understanding, representing an incremental advance by extending existing open-set object detection to relations.

The paper tackles the problem of open-set relation prediction in panoptic scene graph generation, which previous methods limited to predefined categories, and achieves state-of-the-art performance by integrating a pretrained open-set panoptic segmentation model with large multimodal models for autoregressive relation prediction.

Panoptic Scene Graph Generation (PSG) aims to segment objects and recognize their relations, enabling the structured understanding of an image. Previous methods focus on predicting predefined object and relation categories, hence limiting their applications in the open world scenarios. With the rapid development of large multimodal models (LMMs), significant progress has been made in open-set object detection and segmentation, yet open-set relation prediction in PSG remains unexplored. In this paper, we focus on the task of open-set relation prediction integrated with a pretrained open-set panoptic segmentation model to achieve true open-set panoptic scene graph generation (OpenPSG). Our OpenPSG leverages LMMs to achieve open-set relation prediction in an autoregressive manner. We introduce a relation query transformer to efficiently extract visual features of object pairs and estimate the existence of relations between them. The latter can enhance the prediction efficiency by filtering irrelevant pairs. Finally, we design the generation and judgement instructions to perform open-set relation prediction in PSG autoregressively. To our knowledge, we are the first to propose the open-set PSG task. Extensive experiments demonstrate that our method achieves state-of-the-art performance in open-set relation prediction and panoptic scene graph generation. Code is available at \url{https://github.com/franciszzj/OpenPSG}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes