CVApr 1, 2019

Video Object Segmentation using Space-Time Memory Networks

arXiv:1904.00607v2854 citations
Originality Highly original
AI Analysis

This addresses the problem of handling appearance changes and occlusions in video segmentation for computer vision applications, representing a novel method for a known bottleneck.

The paper tackles semi-supervised video object segmentation by using memory networks to better exploit past frames with object masks, achieving state-of-the-art performance with scores like 79.4 on Youtube-VOS and 88.7 on DAVIS 2016.

We propose a novel solution for semi-supervised video object segmentation. By the nature of the problem, available cues (e.g. video frame(s) with object masks) become richer with the intermediate predictions. However, the existing methods are unable to fully exploit this rich source of information. We resolve the issue by leveraging memory networks and learn to read relevant information from all available sources. In our framework, the past frames with object masks form an external memory, and the current frame as the query is segmented using the mask information in the memory. Specifically, the query and the memory are densely matched in the feature space, covering all the space-time pixel locations in a feed-forward fashion. Contrast to the previous approaches, the abundant use of the guidance information allows us to better handle the challenges such as appearance changes and occlussions. We validate our method on the latest benchmark sets and achieved the state-of-the-art performance (overall score of 79.4 on Youtube-VOS val set, J of 88.7 and 79.2 on DAVIS 2016/2017 val set respectively) while having a fast runtime (0.16 second/frame on DAVIS 2016 val set).

Code Implementations3 repos
Foundations

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

Your Notes