CVApr 9, 2021

Learning Position and Target Consistency for Memory-based Video Object Segmentation

arXiv:2104.04329v1129 citations
Originality Incremental advance
AI Analysis

This work improves video object segmentation for applications like video editing by introducing a novel framework, though it is incremental as it builds on existing memory-based methods.

The paper tackles semi-supervised video object segmentation by addressing limitations in memory-based approaches, such as ignoring sequential order and object-level knowledge, resulting in state-of-the-art performance with a 1st place ranking in the DAVIS 2020 challenge.

This paper studies the problem of semi-supervised video object segmentation(VOS). Multiple works have shown that memory-based approaches can be effective for video object segmentation. They are mostly based on pixel-level matching, both spatially and temporally. The main shortcoming of memory-based approaches is that they do not take into account the sequential order among frames and do not exploit object-level knowledge from the target. To address this limitation, we propose to Learn position and target Consistency framework for Memory-based video object segmentation, termed as LCM. It applies the memory mechanism to retrieve pixels globally, and meanwhile learns position consistency for more reliable segmentation. The learned location response promotes a better discrimination between target and distractors. Besides, LCM introduces an object-level relationship from the target to maintain target consistency, making LCM more robust to error drifting. Experiments show that our LCM achieves state-of-the-art performance on both DAVIS and Youtube-VOS benchmark. And we rank the 1st in the DAVIS 2020 challenge semi-supervised VOS task.

Foundations

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

Your Notes