English

Learning Fast and Robust Target Models for Video Object Segmentation

Computer Vision and Pattern Recognition 2020-04-01 v2

Abstract

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.

Keywords

Cite

@article{arxiv.2003.00908,
  title  = {Learning Fast and Robust Target Models for Video Object Segmentation},
  author = {Andreas Robinson and Felix Järemo Lawin and Martin Danelljan and Fahad Shahbaz Khan and Michael Felsberg},
  journal= {arXiv preprint arXiv:2003.00908},
  year   = {2020}
}

Comments

CVPR 2020. arXiv admin note: substantial text overlap with arXiv:1904.08630

R2 v1 2026-06-23T14:00:23.780Z