HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

MinVIS: A Minimal Video Instance Segmentation Framework without Video-based Training

De-An Huang Zhiding Yu Anima Anandkumar

MinVIS: A Minimal Video Instance Segmentation Framework without Video-based Training

Abstract

We propose MinVIS, a minimal video instance segmentation (VIS) framework that achieves state-of-the-art VIS performance with neither video-based architectures nor training procedures. By only training a query-based image instance segmentation model, MinVIS outperforms the previous best result on the challenging Occluded VIS dataset by over 10% AP. Since MinVIS treats frames in training videos as independent images, we can drastically sub-sample the annotated frames in training videos without any modifications. With only 1% of labeled frames, MinVIS outperforms or is comparable to fully-supervised state-of-the-art approaches on YouTube-VIS 2019/2021. Our key observation is that queries trained to be discriminative between intra-frame object instances are temporally consistent and can be used to track instances without any manually designed heuristics. MinVIS thus has the following inference pipeline: we first apply the trained query-based image instance segmentation to video frames independently. The segmented instances are then tracked by bipartite matching of the corresponding queries. This inference is done in an online fashion and does not need to process the whole video at once. MinVIS thus has the practical advantages of reducing both the labeling costs and the memory requirements, while not sacrificing the VIS performance. Code is available at: https://github.com/NVlabs/MinVIS

Code Repositories

nvlabs/minvis
Official
pytorch
Mentioned in GitHub
kimhanjung/visage
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
video-instance-segmentation-on-ovis-1MinVIS (Swin-L)
AP50: 61.5
AP75: 41.3
AR1: 18.1
AR10: 43.3
mask AP: 39.4
video-instance-segmentation-on-youtube-vis-1MinVIS (Swin-L)
AP50: 83.3
AP75: 68.6
AR1: 54.8
AR10: 66.6
mask AP: 61.6
video-instance-segmentation-on-youtube-vis-2MinVIS (Swin-L)
AP50: 76.6
AP75: 62
AR1: 45.9
AR10: 60.8
mask AP: 55.3

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
MinVIS: A Minimal Video Instance Segmentation Framework without Video-based Training | Papers | HyperAI