CVApr 4, 2019

Spatiotemporal CNN for Video Object Segmentation

arXiv:1904.02363v190 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses video object segmentation, a key task in computer vision, but appears incremental as it builds on existing CNN approaches with a novel hybrid design.

The authors tackled video object segmentation by proposing a spatiotemporal CNN with temporal coherence and spatial segmentation branches, achieving favorable performance against state-of-the-art methods on datasets like DAVIS-2016, DAVIS-2017, and Youtube-Object.

In this paper, we present a unified, end-to-end trainable spatiotemporal CNN model for VOS, which consists of two branches, i.e., the temporal coherence branch and the spatial segmentation branch. Specifically, the temporal coherence branch pretrained in an adversarial fashion from unlabeled video data, is designed to capture the dynamic appearance and motion cues of video sequences to guide object segmentation. The spatial segmentation branch focuses on segmenting objects accurately based on the learned appearance and motion cues. To obtain accurate segmentation results, we design a coarse-to-fine process to sequentially apply a designed attention module on multi-scale feature maps, and concatenate them to produce the final prediction. In this way, the spatial segmentation branch is enforced to gradually concentrate on object regions. These two branches are jointly fine-tuned on video segmentation sequences in an end-to-end manner. Several experiments are carried out on three challenging datasets (i.e., DAVIS-2016, DAVIS-2017 and Youtube-Object) to show that our method achieves favorable performance against the state-of-the-arts. Code is available at https://github.com/longyin880815/STCNN.

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