CVApr 7, 2020

Motion-supervised Co-Part Segmentation

arXiv:2004.03234v239 citations
AI Analysis

This addresses the need for co-part segmentation in computer vision without costly annotations, though it appears incremental as it builds on existing self-supervised ideas.

The paper tackles the problem of co-part segmentation without requiring annotated data by proposing a self-supervised method that uses motion information from video frames to discover object parts, resulting in improved segmentation maps compared to previous self-supervised approaches.

Recent co-part segmentation methods mostly operate in a supervised learning setting, which requires a large amount of annotated data for training. To overcome this limitation, we propose a self-supervised deep learning method for co-part segmentation. Differently from previous works, our approach develops the idea that motion information inferred from videos can be leveraged to discover meaningful object parts. To this end, our method relies on pairs of frames sampled from the same video. The network learns to predict part segments together with a representation of the motion between two frames, which permits reconstruction of the target image. Through extensive experimental evaluation on publicly available video sequences we demonstrate that our approach can produce improved segmentation maps with respect to previous self-supervised co-part segmentation approaches.

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