CVJun 28, 2017

Online Adaptation of Convolutional Neural Networks for Video Object Segmentation

arXiv:1706.09364v2416 citations
Originality Incremental advance
AI Analysis

This addresses the problem of segmenting objects in videos for computer vision applications, with incremental improvements over existing methods.

The paper tackles semi-supervised video object segmentation by proposing OnAVOS, which updates the network online to adapt to appearance changes and includes objectness pretraining, achieving an intersection-over-union score of 85.7% on DAVIS.

We tackle the task of semi-supervised video object segmentation, i.e. segmenting the pixels belonging to an object in the video using the ground truth pixel mask for the first frame. We build on the recently introduced one-shot video object segmentation (OSVOS) approach which uses a pretrained network and fine-tunes it on the first frame. While achieving impressive performance, at test time OSVOS uses the fine-tuned network in unchanged form and is not able to adapt to large changes in object appearance. To overcome this limitation, we propose Online Adaptive Video Object Segmentation (OnAVOS) which updates the network online using training examples selected based on the confidence of the network and the spatial configuration. Additionally, we add a pretraining step based on objectness, which is learned on PASCAL. Our experiments show that both extensions are highly effective and improve the state of the art on DAVIS to an intersection-over-union score of 85.7%.

Foundations

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

Your Notes