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

VITA: Video Instance Segmentation via Object Token Association

About

We introduce a novel paradigm for offline Video Instance Segmentation (VIS), based on the hypothesis that explicit object-oriented information can be a strong clue for understanding the context of the entire sequence. To this end, we propose VITA, a simple structure built on top of an off-the-shelf Transformer-based image instance segmentation model. Specifically, we use an image object detector as a means of distilling object-specific contexts into object tokens. VITA accomplishes video-level understanding by associating frame-level object tokens without using spatio-temporal backbone features. By effectively building relationships between objects using the condensed information, VITA achieves the state-of-the-art on VIS benchmarks with a ResNet-50 backbone: 49.8 AP, 45.7 AP on YouTube-VIS 2019 & 2021, and 19.6 AP on OVIS. Moreover, thanks to its object token-based structure that is disjoint from the backbone features, VITA shows several practical advantages that previous offline VIS methods have not explored - handling long and high-resolution videos with a common GPU, and freezing a frame-level detector trained on image domain. Code is available at https://github.com/sukjunhwang/VITA.

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

Related benchmarks

TaskDatasetResultRank
Video Instance SegmentationYouTube-VIS 2019 (val)
AP63
567
Video Instance SegmentationYouTube-VIS 2021 (val)
AP57.5
344
Video Instance SegmentationOVIS (val)
AP27.7
301
Video Instance SegmentationYouTube-VIS 2019
AP63
75
Video Instance SegmentationYouTube-VIS 2021
AP57.5
63
Video Instance SegmentationYouTube-VIS 2022 (val)
AP (long)41
34
Video Instance SegmentationOVIS
mAP27.7
23
Video Instance SegmentationYouTube-VIS long videos 2022 (val)
AP41.1
15
Video Instance SegmentationOVIS 1.0 (val)
AP19.6
11
Video Instance SegmentationOVIS 56 (val)
AP27.7
8
Showing 10 of 12 rows

Other info

Code

Follow for update