SOTAVerified

Collaborative Video Object Segmentation by Multi-Scale Foreground-Background Integration

2020-10-13Code 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. Unlike previous practices that focus on exploring the embedding learning of foreground object (s), we consider background should be equally treated. Thus, we propose a Collaborative video object segmentation by Foreground-Background Integration (CFBI) approach. CFBI separates the feature embedding into the foreground object region and its corresponding background region, implicitly promoting them to be more contrastive and improving the segmentation results accordingly. Moreover, CFBI performs both pixel-level matching processes and instance-level attention mechanisms between the reference and the predicted sequence, making CFBI robust to various object scales. Based on CFBI, we introduce a multi-scale matching structure and propose an Atrous Matching strategy, resulting in a more robust and efficient framework, CFBI+. We conduct extensive experiments on two popular benchmarks, i.e., DAVIS and YouTube-VOS. Without applying any simulated data for pre-training, our CFBI+ achieves the performance (J&F) of 82.9% and 82.8%, outperforming all the other state-of-the-art methods. Code: https://github.com/z-x-yang/CFBI.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
DAVIS 2016CFBI+J&F89.9Unverified
DAVIS-2017 (test-dev)CFBI+J&F78Unverified
DAVIS 2017 (val)CFBI+J&F82.9Unverified
YouTube-VOS 2018CFBI+Overall82.8Unverified

Reproductions