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

FEELVOS: Fast End-to-End Embedding Learning for Video Object Segmentation

About

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 without fine-tuning with a J&F measure of 71.5% on the DAVIS 2017 validation set. We make our code and models available at https://github.com/tensorflow/models/tree/master/research/feelvos.

Paul Voigtlaender, Yuning Chai, Florian Schroff, Hartwig Adam, Bastian Leibe, Liang-Chieh Chen• 2019

Related benchmarks

TaskDatasetResultRank
Video Object SegmentationDAVIS 2017 (val)
J mean69.1
1130
Video Instance SegmentationYouTube-VIS 2019 (val)
AP26.9
567
Video Object SegmentationDAVIS 2016 (val)
J Mean81.7
564
Video Object SegmentationDAVIS 2017 (test-dev)
Region J Mean55.2
237
Video Instance SegmentationYouTube-VIS (val)
AP26.9
118
Video Object SegmentationDAVIS 2017 (test)
J (Jaccard Index)55.2
107
Multi-Object Tracking and SegmentationBDD100K segmentation tracking (val)
mMOTSA12.3
54
Video Object SegmentationYouTube-Objects
mIoU78.9
50
Video Object SegmentationYouTube-Objects (full)
J Score82.1
18
Video Object SegmentationDAVIS 17 (test-dev)
Jaccard Index (J)55.2
13
Showing 10 of 14 rows

Other info

Code

Follow for update