SOTAVerified

Kernelized Memory Network for Video Object Segmentation

2020-07-16ECCV 2020Code Available1· sign in to hype

Hongje Seong, Junhyuk Hyun, Euntai Kim

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Semi-supervised video object segmentation (VOS) is a task that involves predicting a target object in a video when the ground truth segmentation mask of the target object is given in the first frame. Recently, space-time memory networks (STM) have received significant attention as a promising solution for semi-supervised VOS. However, an important point is overlooked when applying STM to VOS. The solution (STM) is non-local, but the problem (VOS) is predominantly local. To solve the mismatch between STM and VOS, we propose a kernelized memory network (KMN). Before being trained on real videos, our KMN is pre-trained on static images, as in previous works. Unlike in previous works, we use the Hide-and-Seek strategy in pre-training to obtain the best possible results in handling occlusions and segment boundary extraction. The proposed KMN surpasses the state-of-the-art on standard benchmarks by a significant margin (+5% on DAVIS 2017 test-dev set). In addition, the runtime of KMN is 0.12 seconds per frame on the DAVIS 2016 validation set, and the KMN rarely requires extra computation, when compared with STM.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
DAVIS 2016KMNJ&F90.5Unverified
DAVIS-2017 (test-dev)KMNJ&F77.2Unverified
DAVIS 2017 (val)KMNJ&F82.8Unverified
DAVIS (no YouTube-VOS training)KMND17 val (G)76Unverified
YouTube-VOS 2018KMNOverall81.4Unverified

Reproductions