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

GLUS: Global-Local Reasoning Unified into A Single Large Language Model for Video Segmentation

About

This paper proposes a novel framework utilizing multi-modal large language models (MLLMs) for referring video object segmentation (RefVOS). Previous MLLM-based methods commonly struggle with the dilemma between "Ref" and "VOS": they either specialize in understanding a few key frames (global reasoning) or tracking objects on continuous frames (local reasoning), and rely on external VOS or frame selectors to mitigate the other end of the challenge. However, our framework GLUS shows that global and local consistency can be unified into a single video segmentation MLLM: a set of sparse "context frames" provides global information, while a stream of continuous "query frames" conducts local object tracking. This is further supported by jointly training the MLLM with a pre-trained VOS memory bank to simultaneously digest short-range and long-range temporal information. To improve the information efficiency within the limited context window of MLLMs, we introduce object contrastive learning to distinguish hard false-positive objects and a self-refined framework to identify crucial frames and perform propagation. By collectively integrating these insights, our GLUS delivers a simple yet effective baseline, achieving new state-of-the-art for MLLMs on the MeViS and Ref-Youtube-VOS benchmark. Our project page is at https://glus-video.github.io/.

Lang Lin, Xueyang Yu, Ziqi Pang, Yu-Xiong Wang• 2025

Related benchmarks

TaskDatasetResultRank
Referring Video Object SegmentationRef-YouTube-VOS (val)
J&F Score67.3
200
Referring Video Object SegmentationMeViS (val)
J&F Score0.513
122
Reasoning Video Object SegmentationReasonVOS (test)
J & F Score0.499
22
Video Referring SegmentationReVOS Referring
J Score56
19
Reasoning Video Object SegmentationReVOS Overall (Entire Dataset)
J&F Score54.9
14
Video Object SegmentationOK-VOS
One-hop J&F32.4
13
Reasoning Video Object SegmentationReVOS Reasoning
Jaccard (J)48.8
12
Referring Video Object SegmentationReVOS Reasoning
J&F Score51.4
10
Video Object SegmentationReVOS Overall
J&F Score54.9
10
Referring Video Object SegmentationLong-RVOS (val)
Static J&F24.4
8
Showing 10 of 16 rows

Other info

Code

Follow for update