CVFeb 10, 2020

CRVOS: Clue Refining Network for Video Object Segmentation

arXiv:2002.03651v47 citations
AI Analysis

This work addresses efficiency in video object segmentation for real-time applications, though it is incremental as it builds on existing encoder-decoder methods.

The authors tackled the inefficiency of complex intermediate networks in semi-supervised video object segmentation by proposing CRVOS, a real-time network that uses a simple specifier called Clue and a novel refine module, achieving 63.5 fps and a J&F score of 81.6% on the DAVIS 2016 validation set.

The encoder-decoder based methods for semi-supervised video object segmentation (Semi-VOS) have received extensive attention due to their superior performances. However, most of them have complex intermediate networks which generate strong specifiers to be robust against challenging scenarios, and this is quite inefficient when dealing with relatively simple scenarios. To solve this problem, we propose a real-time network, Clue Refining Network for Video Object Segmentation (CRVOS), that does not have any intermediate network to efficiently deal with these scenarios. In this work, we propose a simple specifier, referred to as the Clue, which consists of the previous frame's coarse mask and coordinates information. We also propose a novel refine module which shows the better performance compared with the general ones by using a deconvolution layer instead of a bilinear upsampling layer. Our proposed method shows the fastest speed among the existing methods with a competitive accuracy. On DAVIS 2016 validation set, our method achieves 63.5 fps and J&F score of 81.6%.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes