Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Online Adaptation of Convolutional Neural Networks for Video Object Segmentation

About

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%.

Paul Voigtlaender, Bastian Leibe• 2017

Related benchmarks

TaskDatasetResultRank
Video Object SegmentationDAVIS 2017 (val)
J mean64.5
1130
Video Object SegmentationDAVIS 2016 (val)
J Mean86.1
564
Video Object SegmentationYouTube-VOS 2018 (val)
J Score (Seen)60.1
493
Video Object SegmentationDAVIS 2017 (test-dev)
Region J Mean53.4
237
Unsupervised Video Object SegmentationDAVIS 2016 (val)--
108
Video Object SegmentationDAVIS 2017 (test)
J (Jaccard Index)53.4
107
Video Object SegmentationYouTube-VOS (val)
J Score (Seen)60.1
81
Video Object SegmentationDAVIS
J Mean85.7
58
Video Object SegmentationYouTube-Objects
mIoU77.4
50
Video Object SegmentationDAVIS 2016--
44
Showing 10 of 19 rows

Other info

Code

Follow for update