English

Learning Video Object Segmentation from Static Images

Computer Vision and Pattern Recognition 2019-02-05 v1

Abstract

Inspired by recent advances of deep learning in instance segmentation and object tracking, we introduce video object segmentation problem as a concept of guided instance segmentation. Our model proceeds on a per-frame basis, guided by the output of the previous frame towards the object of interest in the next frame. We demonstrate that highly accurate object segmentation in videos can be enabled by using a convnet trained with static images only. The key ingredient of our approach is a combination of offline and online learning strategies, where the former serves to produce a refined mask from the previous frame estimate and the latter allows to capture the appearance of the specific object instance. Our method can handle different types of input annotations: bounding boxes and segments, as well as incorporate multiple annotated frames, making the system suitable for diverse applications. We obtain competitive results on three different datasets, independently from the type of input annotation.

Keywords

Cite

@article{arxiv.1612.02646,
  title  = {Learning Video Object Segmentation from Static Images},
  author = {Anna Khoreva and Federico Perazzi and Rodrigo Benenson and Bernt Schiele and Alexander Sorkine-Hornung},
  journal= {arXiv preprint arXiv:1612.02646},
  year   = {2019}
}

Comments

Submitted to CVPR 2017

R2 v1 2026-06-22T17:17:26.569Z