FEELVOS: Fast End-to-End Embedding Learning for Video Object Segmentation
Paul Voigtlaender, Yuning Chai, Florian Schroff, Hartwig Adam, Bastian, Leibe, Liang-Chieh Chen

TL;DR
FEELVOS introduces a fast, end-to-end trainable video object segmentation method that does not require fine-tuning, achieving state-of-the-art results efficiently by leveraging a semantic embedding and matching mechanisms.
Contribution
The paper presents FEELVOS, a novel, simple, and fast VOS approach that trains end-to-end without fine-tuning, using a dynamic segmentation head and internal guidance embedding.
Findings
Achieves 71.5% J&F on DAVIS 2017 without fine-tuning
Outperforms previous methods in speed and accuracy
Provides open-source code and models
Abstract
Many of the recent successful methods for video object segmentation (VOS) are overly complicated, heavily rely on fine-tuning on the first frame, and/or are slow, and are hence of limited practical use. In this work, we propose FEELVOS as a simple and fast method which does not rely on fine-tuning. In order to segment a video, for each frame FEELVOS uses a semantic pixel-wise embedding together with a global and a local matching mechanism to transfer information from the first frame and from the previous frame of the video to the current frame. In contrast to previous work, our embedding is only used as an internal guidance of a convolutional network. Our novel dynamic segmentation head allows us to train the network, including the embedding, end-to-end for the multiple object segmentation task with a cross entropy loss. We achieve a new state of the art in video object segmentation…
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 · Video Surveillance and Tracking Methods
