Collaborative Video Object Segmentation by Multi-Scale Foreground-Background Integration
About
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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Video Object Segmentation | DAVIS 2017 (val) | J mean81.7 | 1130 | |
| Video Object Segmentation | DAVIS 2016 (val) | J Mean88.7 | 564 | |
| Video Object Segmentation | YouTube-VOS 2018 (val) | J Score (Seen)82.8 | 493 | |
| Video Object Segmentation | DAVIS 2017 (test-dev) | Region J Mean74.4 | 237 | |
| Video Object Segmentation | YouTube-VOS 2019 (val) | J-Score (Seen)81.7 | 231 | |
| Video Object Segmentation | DAVIS 2017 (test) | J (Jaccard Index)74.4 | 107 | |
| Video Object Segmentation | DAVIS 17 (test) | J&F Score75.6 | 19 | |
| Video Object Segmentation | VOSW dense objects (test) | J73.3 | 10 | |
| Video Object Segmentation | YouTube-VOS 2019 (test) | Average Score82.9 | 8 |