Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Kernelized Memory Network for Video Object Segmentation

About

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.

Hongje Seong, Junhyuk Hyun, Euntai Kim• 2020

Related benchmarks

TaskDatasetResultRank
Video Object SegmentationDAVIS 2017 (val)
J mean80
1130
Video Object SegmentationDAVIS 2016 (val)
J Mean89.5
564
Video Object SegmentationYouTube-VOS 2018 (val)
J Score (Seen)81.4
493
Video Object SegmentationDAVIS 2017 (test-dev)
Region J Mean74.1
237
Video Object SegmentationYouTube-VOS 2019 (val)
J-Score (Seen)80.4
231
Video Object SegmentationDAVIS 2017 (test)
J (Jaccard Index)74.1
107
Showing 6 of 6 rows

Other info

Code

Follow for update