Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

ViLLa: Video Reasoning Segmentation with Large Language Model

About

Recent efforts in video reasoning segmentation (VRS) integrate large language models (LLMs) with perception models to localize and track objects via textual instructions, achieving barely satisfactory results in simple scenarios. However, they struggled to discriminate and deduce the objects from user queries in more real-world scenes featured by long durations, multiple objects, rapid motion, and heavy occlusions. In this work, we analyze the underlying causes of these limitations, and present ViLLa: Video reasoning segmentation with Large Language Model. Remarkably, our ViLLa manages to tackle these challenges through multiple core innovations: (1) a context synthesizer that dynamically encodes the user intent with video contexts for accurate reasoning, resolving ambiguities in complex queries, and (2) a hierarchical temporal synchronizer that disentangles multi-object interactions across complex temporal scenarios by modelling multi-object interactions at local and global temporal scales. To enable efficient processing of long videos, ViLLa incorporates (3) a key segment sampler that adaptively partitions long videos into shorter but semantically dense segments for less redundancy. What's more, to promote research in this unexplored area, we construct a VRS benchmark, VideoReasonSeg, featuring different complex scenarios. Our model also exhibits impressive state-of-the-art results on VideoReasonSeg, Ref-YouTube-VOS, Ref-DAVIS17, MeViS, and ReVOS. Both quantitative and qualitative experiments demonstrate that our method effectively enhances video reasoning segmentation capabilities for multimodal LLMs. The code and dataset will be available at https://github.com/rkzheng99/ViLLa.

Rongkun Zheng, Lu Qi, Xi Chen, Yi Wang, Kun Wang, Yu Qiao, Hengshuang Zhao• 2024

Related benchmarks

TaskDatasetResultRank
Referring Video Object SegmentationRef-YouTube-VOS (val)
J&F Score67.5
200
Referring Video Object SegmentationRef-DAVIS 17
J&F Score74.3
131
Referring Video Object SegmentationMeViS (val)
J&F Score0.494
122
Referring Video Object SegmentationRef-YouTube-VOS
J&F67.5
85
Video Instance SegmentationYouTube-VIS 2019
AP67.6
75
Video Instance SegmentationYouTube-VIS 2021
AP59.9
63
Referring Video SegmentationMeViS
J&F Score49.4
50
Video Instance SegmentationOVIS
mAP46.5
23
Video Reasoning SegmentationVideoReasonSeg Short (val)
Seg J&F62.6
14
Video Reasoning SegmentationVideoReasonSeg Long (val)
Seg J&F42
14
Showing 10 of 15 rows

Other info

Code

Follow for update