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

A Generalized Framework for Video Instance Segmentation

About

The handling of long videos with complex and occluded sequences has recently emerged as a new challenge in the video instance segmentation (VIS) community. However, existing methods have limitations in addressing this challenge. We argue that the biggest bottleneck in current approaches is the discrepancy between training and inference. To effectively bridge this gap, we propose a Generalized framework for VIS, namely GenVIS, that achieves state-of-the-art performance on challenging benchmarks without designing complicated architectures or requiring extra post-processing. The key contribution of GenVIS is the learning strategy, which includes a query-based training pipeline for sequential learning with a novel target label assignment. Additionally, we introduce a memory that effectively acquires information from previous states. Thanks to the new perspective, which focuses on building relationships between separate frames or clips, GenVIS can be flexibly executed in both online and semi-online manner. We evaluate our approach on popular VIS benchmarks, achieving state-of-the-art results on YouTube-VIS 2019/2021/2022 and Occluded VIS (OVIS). Notably, we greatly outperform the state-of-the-art on the long VIS benchmark (OVIS), improving 5.6 AP with ResNet-50 backbone. Code is available at https://github.com/miranheo/GenVIS.

Miran Heo, Sukjun Hwang, Jeongseok Hyun, Hanjung Kim, Seoung Wug Oh, Joon-Young Lee, Seon Joo Kim• 2022

Related benchmarks

TaskDatasetResultRank
Video Instance SegmentationYouTube-VIS 2019 (val)
AP64
567
Video Instance SegmentationYouTube-VIS 2021 (val)
AP60.1
344
Video Instance SegmentationOVIS (val)
AP45.4
301
Video Instance SegmentationYouTube-VIS 2019
AP63.8
75
Video Instance SegmentationYouTube-VIS 2021
AP60.1
63
Video Instance SegmentationYouTube-VIS 2022 (val)
AP (long)30.3
34
Video Instance SegmentationOVIS
mAP45.4
23
Video Instance SegmentationYouTube-VIS long videos 2022 (val)
AP45.1
15
Video Instance SegmentationOVIS 1.0 (val)
AP35.8
11
Showing 9 of 9 rows

Other info

Code

Follow for update