CVFeb 27, 2020

Learning Fast and Robust Target Models for Video Object Segmentation

arXiv:2003.00908v2155 citationsHas Code
AI Analysis

This work addresses the problem of real-time and robust video object segmentation for computer vision applications, offering an incremental improvement over existing methods.

The paper tackles the challenge of video object segmentation by proposing a two-component architecture that separates target appearance modeling from segmentation, achieving favorable performance on YouTube-VOS and DAVIS datasets with higher frame-rates than state-of-the-art methods.

Video object segmentation (VOS) is a highly challenging problem since the initial mask, defining the target object, is only given at test-time. The main difficulty is to effectively handle appearance changes and similar background objects, while maintaining accurate segmentation. Most previous approaches fine-tune segmentation networks on the first frame, resulting in impractical frame-rates and risk of overfitting. More recent methods integrate generative target appearance models, but either achieve limited robustness or require large amounts of training data. We propose a novel VOS architecture consisting of two network components. The target appearance model consists of a light-weight module, which is learned during the inference stage using fast optimization techniques to predict a coarse but robust target segmentation. The segmentation model is exclusively trained offline, designed to process the coarse scores into high quality segmentation masks. Our method is fast, easily trainable and remains highly effective in cases of limited training data. We perform extensive experiments on the challenging YouTube-VOS and DAVIS datasets. Our network achieves favorable performance, while operating at higher frame-rates compared to state-of-the-art. Code and trained models are available at https://github.com/andr345/frtm-vos.

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