SOTAVerified

Collaborative Video Object Segmentation by Foreground-Background Integration

2020-03-18ECCV 2020Code Available1· sign in to hype

Zongxin Yang, Yunchao Wei, Yi Yang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

This paper investigates the principles of embedding learning to tackle the challenging semi-supervised video object segmentation. Different from previous practices that only explore the embedding learning using pixels from foreground object (s), we consider background should be equally treated and thus propose Collaborative video object segmentation by Foreground-Background Integration (CFBI) approach. Our CFBI implicitly imposes the feature embedding from the target foreground object and its corresponding background to be contrastive, promoting the segmentation results accordingly. With the feature embedding from both foreground and background, our CFBI performs the matching process between the reference and the predicted sequence from both pixel and instance levels, making the CFBI be robust to various object scales. We conduct extensive experiments on three popular benchmarks, i.e., DAVIS 2016, DAVIS 2017, and YouTube-VOS. Our CFBI achieves the performance (J$F) of 89.4%, 81.9%, and 81.4%, respectively, outperforming all the other state-of-the-art methods. Code: https://github.com/z-x-yang/CFBI.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
DAVIS 2016CFBIJ&F89.4Unverified
DAVIS-2017 (test-dev)CFBIJ&F74.8Unverified
DAVIS 2017 (val)CFBIJ&F81.9Unverified
DAVIS (no YouTube-VOS training)CFBID17 val (G)74.9Unverified
YouTube-VOS 2018CFBIOverall81.4Unverified

Reproductions