SOTAVerified

DVIS++: Improved Decoupled Framework for Universal Video Segmentation

2023-12-20Code Available1· sign in to hype

Tao Zhang, Xingye Tian, Yikang Zhou, Shunping Ji, Xuebo Wang, Xin Tao, Yuan Zhang, Pengfei Wan, Zhongyuan Wang, Yu Wu

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We present the Decoupled VIdeo Segmentation (DVIS) framework, a novel approach for the challenging task of universal video segmentation, including video instance segmentation (VIS), video semantic segmentation (VSS), and video panoptic segmentation (VPS). Unlike previous methods that model video segmentation in an end-to-end manner, our approach decouples video segmentation into three cascaded sub-tasks: segmentation, tracking, and refinement. This decoupling design allows for simpler and more effective modeling of the spatio-temporal representations of objects, especially in complex scenes and long videos. Accordingly, we introduce two novel components: the referring tracker and the temporal refiner. These components track objects frame by frame and model spatio-temporal representations based on pre-aligned features. To improve the tracking capability of DVIS, we propose a denoising training strategy and introduce contrastive learning, resulting in a more robust framework named DVIS++. Furthermore, we evaluate DVIS++ in various settings, including open vocabulary and using a frozen pre-trained backbone. By integrating CLIP with DVIS++, we present OV-DVIS++, the first open-vocabulary universal video segmentation framework. We conduct extensive experiments on six mainstream benchmarks, including the VIS, VSS, and VPS datasets. Using a unified architecture, DVIS++ significantly outperforms state-of-the-art specialized methods on these benchmarks in both close- and open-vocabulary settings. Code:~https://github.com/zhang-tao-whu/DVIS_Plus.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
OVIS validationDVIS++(R50, Offline)mask AP41.2Unverified
OVIS validationDVIS++(R50, Online)mask AP37.2Unverified
OVIS validationDVIS++(VIT-L,Offline)mask AP53.4Unverified
OVIS validationDVIS++(VIT-L, Online)mask AP49.6Unverified
YouTube-VIS 2021DVIS++(VIT-L, Offline)mask AP63.9Unverified
YouTube-VIS 2021DVIS++(VIT-L, Online)mask AP62.3Unverified
Youtube-VIS 2022 ValidationDVIS++(VIT-L)mAP_L50.9Unverified
YouTube-VIS validationDVIS++(ViT-L, Online)mask AP67.7Unverified

Reproductions