CVSep 29, 2019

RPM-Net: Robust Pixel-Level Matching Networks for Self-Supervised Video Object Segmentation

arXiv:1909.13247v212 citations
AI Analysis

This addresses the problem of reducing annotation costs for video object segmentation, though it is incremental as it builds on existing self-supervised and deformable convolution techniques.

The paper tackles video object segmentation without human-labeled data by introducing RPM-Net, a self-supervised method that matches pixels between frames using color information, achieving state-of-the-art performance on datasets like DAVIS-2017 with a 41.0% score.

In this paper, we introduce a self-supervised approach for video object segmentation without human labeled data.Specifically, we present Robust Pixel-level Matching Net-works (RPM-Net), a novel deep architecture that matches pixels between adjacent frames, using only color information from unlabeled videos for training. Technically, RPM-Net can be separated in two main modules. The embed-ding module first projects input images into high dimensional embedding space. Then the matching module with deformable convolution layers matches pixels between reference and target frames based on the embedding features.Unlike previous methods using deformable convolution, our matching module adopts deformable convolution to focus on similar features in spatio-temporally neighboring pixels.Our experiments show that the selective feature sampling improves the robustness to challenging problems in video object segmentation such as camera shake, fast motion, deformation, and occlusion. Also, we carry out comprehensive experiments on three public datasets (i.e., DAVIS-2017,SegTrack-v2, and Youtube-Objects) and achieve state-of-the-art performance on self-supervised video object seg-mentation. Moreover, we significantly reduce the performance gap between self-supervised and fully-supervised video object segmentation (41.0% vs. 52.5% on DAVIS-2017 validation set)

Foundations

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

Your Notes