CVJul 27, 2021

Self-Supervised Video Object Segmentation by Motion-Aware Mask Propagation

arXiv:2107.12569v223 citationsHas Code
Originality Highly original
AI Analysis

This addresses the problem of segmenting objects in videos without manual annotations, offering a competitive alternative to supervised methods for researchers and practitioners in computer vision.

The paper tackles video object segmentation by proposing a self-supervised method called Motion-Aware Mask Propagation (MAMP), which uses frame reconstruction for training without annotations and achieves state-of-the-art performance with 4.2% higher mean J&F on DAVIS-2017 and 4.85% higher on unseen YouTube-VOS categories compared to competitors.

We propose a self-supervised spatio-temporal matching method, coined Motion-Aware Mask Propagation (MAMP), for video object segmentation. MAMP leverages the frame reconstruction task for training without the need for annotations. During inference, MAMP extracts high-resolution features from each frame to build a memory bank from the features as well as the predicted masks of selected past frames. MAMP then propagates the masks from the memory bank to subsequent frames according to our proposed motion-aware spatio-temporal matching module to handle fast motion and long-term matching scenarios. Evaluation on DAVIS-2017 and YouTube-VOS datasets show that MAMP achieves state-of-the-art performance with stronger generalization ability compared to existing self-supervised methods, i.e., 4.2% higher mean J&F on DAVIS-2017 and 4.85% higher mean J&F on the unseen categories of YouTube-VOS than the nearest competitor. Moreover, MAMP performs at par with many supervised video object segmentation methods. Our code is available at: https://github.com/bo-miao/MAMP.

Code Implementations1 repo
Foundations

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

Your Notes