RVOS: End-to-End Recurrent Network for Video Object Segmentation
Carles Ventura, Miriam Bellver, Andreu Girbau, Amaia Salvador, Ferran, Marques, Xavier Giro-i-Nieto

TL;DR
This paper introduces RVOS, an end-to-end recurrent neural network for zero-shot and one-shot video object segmentation, demonstrating competitive accuracy and faster inference on DAVIS-2017 and YouTube-VOS benchmarks.
Contribution
The paper presents the first fully end-to-end recurrent network for zero-shot video object segmentation, with novel recurrence on spatial and temporal domains.
Findings
Achieves state-of-the-art results on DAVIS-2017 without online learning.
Performs comparably to top methods on YouTube-VOS.
Runs at 44ms/frame, faster than previous approaches.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVisual Attention and Saliency Detection · Advanced Neural Network Applications · Advanced Image and Video Retrieval Techniques
