An interaction-augmented scene graph pipeline with chain-of-thought graph construction and reward-based tuning improves VLM reasoning on several benchmarks.
VLPrompt: Vision-Language Prompting for Panoptic Scene Graph Generation
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Panoptic Scene Graph Generation (PSG) aims at achieving a comprehensive image understanding by simultaneously segmenting objects and predicting relations among objects. However, the long-tail problem among relations leads to unsatisfactory results in real-world applications. Prior methods predominantly rely on vision information or utilize limited language information, such as object or relation names, thereby overlooking the utility of language information. Leveraging the recent progress in Large Language Models (LLMs), we propose to use language information to assist relation prediction, particularly for rare relations. To this end, we propose the Vision-Language Prompting (VLPrompt) model, which acquires vision information from images and language information from LLMs. Then, through a prompter network based on attention mechanism, it achieves precise relation prediction. Our extensive experiments show that VLPrompt significantly outperforms previous state-of-the-art methods on the PSG dataset, proving the effectiveness of incorporating language information and alleviating the long-tail problem of relations. Code is available at \url{https://github.com/franciszzj/TP-SIS}.
fields
cs.CV 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Seeing Beyond the Scene: Enhancing Vision-Language Models with Interactional Reasoning
An interaction-augmented scene graph pipeline with chain-of-thought graph construction and reward-based tuning improves VLM reasoning on several benchmarks.