Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

UniVS: Unified and Universal Video Segmentation with Prompts as Queries

About

Despite the recent advances in unified image segmentation (IS), developing a unified video segmentation (VS) model remains a challenge. This is mainly because generic category-specified VS tasks need to detect all objects and track them across consecutive frames, while prompt-guided VS tasks require re-identifying the target with visual/text prompts throughout the entire video, making it hard to handle the different tasks with the same architecture. We make an attempt to address these issues and present a novel unified VS architecture, namely UniVS, by using prompts as queries. UniVS averages the prompt features of the target from previous frames as its initial query to explicitly decode masks, and introduces a target-wise prompt cross-attention layer in the mask decoder to integrate prompt features in the memory pool. By taking the predicted masks of entities from previous frames as their visual prompts, UniVS converts different VS tasks into prompt-guided target segmentation, eliminating the heuristic inter-frame matching process. Our framework not only unifies the different VS tasks but also naturally achieves universal training and testing, ensuring robust performance across different scenarios. UniVS shows a commendable balance between performance and universality on 10 challenging VS benchmarks, covering video instance, semantic, panoptic, object, and referring segmentation tasks. Code can be found at \url{https://github.com/MinghanLi/UniVS}.

Minghan Li, Shuai Li, Xindong Zhang, Lei Zhang• 2024

Related benchmarks

TaskDatasetResultRank
Video Object SegmentationDAVIS 2017 (val)--
1193
Video Object SegmentationYouTube-VOS 2019 (val)--
231
Video Semantic SegmentationVSPW (val)
mIoU59.8
121
Referring Video SegmentationRef-YouTube-VOS--
108
Video Instance SegmentationYouTube-VIS 2019
AP60
75
Video Instance SegmentationYouTube-VIS 2021
AP57.9
66
Video Semantic SegmentationVSPW
mIoU59.8
52
Video Object SegmentationYouTube-VOS 2018
Score G71.5
47
Video Panoptic SegmentationVIPSeg
VPQ49.3
25
Video Instance SegmentationOVIS
mAP41.7
23
Showing 10 of 15 rows

Other info

Code

Follow for update