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

RVOS: End-to-End Recurrent Network for Video Object Segmentation

About

Multiple object video object segmentation is a challenging task, specially for the zero-shot case, when no object mask is given at the initial frame and the model has to find the objects to be segmented along the sequence. In our work, we propose a Recurrent network for multiple object Video Object Segmentation (RVOS) that is fully end-to-end trainable. Our model incorporates recurrence on two different domains: (i) the spatial, which allows to discover the different object instances within a frame, and (ii) the temporal, which allows to keep the coherence of the segmented objects along time. We train RVOS for zero-shot video object segmentation and are the first ones to report quantitative results for DAVIS-2017 and YouTube-VOS benchmarks. Further, we adapt RVOS for one-shot video object segmentation by using the masks obtained in previous time steps as inputs to be processed by the recurrent module. Our model reaches comparable results to state-of-the-art techniques in YouTube-VOS benchmark and outperforms all previous video object segmentation methods not using online learning in the DAVIS-2017 benchmark. Moreover, our model achieves faster inference runtimes than previous methods, reaching 44ms/frame on a P100 GPU.

Carles Ventura, Miriam Bellver, Andreu Girbau, Amaia Salvador, Ferran Marques, Xavier Giro-i-Nieto• 2019

Related benchmarks

TaskDatasetResultRank
Video Object SegmentationDAVIS 2017 (val)
J mean57.5
1130
Video Object SegmentationYouTube-VOS 2018 (val)
J Score (Seen)63.6
493
Video Object SegmentationDAVIS 2017 (test-dev)
Region J Mean48
237
Video Object SegmentationYouTube-VOS (val)
J Score (Seen)63.6
81
Video Object SegmentationLong-time Video dataset
J M10.2
13
Video Object SegmentationDAVIS 17 (test-dev)
Jaccard Index (J)48
13
Unsupervised Video Object SegmentationDAVIS U17 (val)
J&F Mean Score41.2
11
Zero-shot Video Object SegmentationDAVIS 2017 (test-dev)
Jaccard Mean39
9
2D Class-agnostic Object DetectionWaymo (train)
AP501.43e+3
7
Unsupervised Video Object SegmentationDAVIS 2019 (val)
J&F Score41.2
7
Showing 10 of 13 rows

Other info

Code

Follow for update