FlowCut: Unsupervised Video Instance Segmentation via Temporal Mask Matching
Alp Eren Sari, Paolo Favaro
TL;DR
FlowCut tackles unlabeled video instance segmentation by building pseudo-labels from an affinity matrix $W$ constructed as a convex combination of RGB-feature similarity and optical-flow-feature similarity, thresholded at $\tau$; pseudo-masks are refined iteratively, and two-frame segments are formed by IoU matching with a threshold of $0.5$. A VideoMask2Former model is trained on the curated data, using YouTubeVIS-2021 as the primary source and optional ImageNet-derived pseudo-labels for DAVIS tasks. The method achieves state-of-the-art results on YouTubeVIS-2019/2021 and DAVIS-2017 benchmarks, demonstrating that unsupervised pseudo-labels can rival supervised performance while substantially reducing labeling costs. FlowCut thus provides a scalable, resource-efficient approach to video instance segmentation with strong practical impact.
Abstract
We propose FlowCut, a simple and capable method for unsupervised video instance segmentation consisting of a three-stage framework to construct a high-quality video dataset with pseudo labels. To our knowledge, our work is the first attempt to curate a video dataset with pseudo-labels for unsupervised video instance segmentation. In the first stage, we generate pseudo-instance masks by exploiting the affinities of features from both images and optical flows. In the second stage, we construct short video segments containing high-quality, consistent pseudo-instance masks by temporally matching them across the frames. In the third stage, we use the YouTubeVIS-2021 video dataset to extract our training instance segmentation set, and then train a video segmentation model. FlowCut achieves state-of-the-art performance on the YouTubeVIS-2019, YouTubeVIS-2021, DAVIS-2017, and DAVIS-2017 Motion benchmarks.
