CVJul 16, 2024

VISA: Reasoning Video Object Segmentation via Large Language Models

arXiv:2407.11325v1131 citationsh-index: 43Has Code
Originality Incremental advance
AI Analysis

This addresses the limitation of existing VOS methods that rely on explicit instructions, enabling more complex video understanding for embodied AI applications, though it is incremental as it builds on existing LLM and segmentation techniques.

The authors introduced a new task called Reasoning Video Object Segmentation (ReasonVOS) to handle implicit text queries requiring complex reasoning, and developed VISA, a model that leverages multi-modal LLMs for this task, achieving effectiveness across 8 datasets.

Existing Video Object Segmentation (VOS) relies on explicit user instructions, such as categories, masks, or short phrases, restricting their ability to perform complex video segmentation requiring reasoning with world knowledge. In this paper, we introduce a new task, Reasoning Video Object Segmentation (ReasonVOS). This task aims to generate a sequence of segmentation masks in response to implicit text queries that require complex reasoning abilities based on world knowledge and video contexts, which is crucial for structured environment understanding and object-centric interactions, pivotal in the development of embodied AI. To tackle ReasonVOS, we introduce VISA (Video-based large language Instructed Segmentation Assistant), to leverage the world knowledge reasoning capabilities of multi-modal LLMs while possessing the ability to segment and track objects in videos with a mask decoder. Moreover, we establish a comprehensive benchmark consisting of 35,074 instruction-mask sequence pairs from 1,042 diverse videos, which incorporates complex world knowledge reasoning into segmentation tasks for instruction-tuning and evaluation purposes of ReasonVOS models. Experiments conducted on 8 datasets demonstrate the effectiveness of VISA in tackling complex reasoning segmentation and vanilla referring segmentation in both video and image domains. The code and dataset are available at https://github.com/cilinyan/VISA.

Code Implementations2 repos
Foundations

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

Your Notes