CVAIAug 3, 2022

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

arXiv:2208.02245v1118 citationsh-index: 46Has Code
Originality Incremental advance
AI Analysis

This reduces labeling costs and memory requirements for video instance segmentation, making it more practical for applications, though it is incremental as it builds on existing query-based image segmentation methods.

The authors tackled video instance segmentation by proposing MinVIS, a framework that uses only image-based training without video-specific architectures or procedures, achieving over 10% AP improvement on the Occluded VIS dataset and matching or outperforming fully-supervised methods on YouTube-VIS with only 1% of labeled frames.

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 Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes