SOTAVerified

CTVIS: Consistent Training for Online Video Instance Segmentation

2023-07-24ICCV 2023Code Available1· sign in to hype

Kaining Ying, Qing Zhong, Weian Mao, Zhenhua Wang, Hao Chen, Lin Yuanbo Wu, Yifan Liu, Chengxiang Fan, Yunzhi Zhuge, Chunhua Shen

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

The discrimination of instance embeddings plays a vital role in associating instances across time for online video instance segmentation (VIS). Instance embedding learning is directly supervised by the contrastive loss computed upon the contrastive items (CIs), which are sets of anchor/positive/negative embeddings. Recent online VIS methods leverage CIs sourced from one reference frame only, which we argue is insufficient for learning highly discriminative embeddings. Intuitively, a possible strategy to enhance CIs is replicating the inference phase during training. To this end, we propose a simple yet effective training strategy, called Consistent Training for Online VIS (CTVIS), which devotes to aligning the training and inference pipelines in terms of building CIs. Specifically, CTVIS constructs CIs by referring inference the momentum-averaged embedding and the memory bank storage mechanisms, and adding noise to the relevant embeddings. Such an extension allows a reliable comparison between embeddings of current instances and the stable representations of historical instances, thereby conferring an advantage in modeling VIS challenges such as occlusion, re-identification, and deformation. Empirically, CTVIS outstrips the SOTA VIS models by up to +5.0 points on three VIS benchmarks, including YTVIS19 (55.1% AP), YTVIS21 (50.1% AP) and OVIS (35.5% AP). Furthermore, we find that pseudo-videos transformed from images can train robust models surpassing fully-supervised ones.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
OVIS validationCTVIS (Swin-L)mask AP46.9Unverified
OVIS validationCTVIS (ResNet-50)mask AP35.5Unverified
Youtube-VIS 2022 ValidationCTVIS (Swin-L)mAP_L46.4Unverified
Youtube-VIS 2022 ValidationCTVIS (ResNet-50)mAP_L39.4Unverified

Reproductions