# Video Object Segmentation using Space-Time Memory Networks

**Authors:** Seoung Wug Oh, Joon-Young Lee, Ning Xu, Seon Joo Kim

arXiv: 1904.00607 · 2019-08-13

## TL;DR

This paper introduces a space-time memory network approach for semi-supervised video object segmentation, effectively utilizing past frame masks as memory to improve accuracy and handle challenges like occlusion and appearance change.

## Contribution

It presents a novel memory network framework that densely matches current frames with past masks, achieving state-of-the-art results and fast runtime in video segmentation.

## Key findings

- Achieved state-of-the-art performance on Youtube-VOS and DAVIS benchmarks.
- Effectively handles occlusion and appearance variations.
- Fast processing speed of 0.16 seconds per frame.

## Abstract

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).

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.00607/full.md

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/1904.00607/full.md

## References

42 references — full list in the complete paper: https://tomesphere.com/paper/1904.00607/full.md

---
Source: https://tomesphere.com/paper/1904.00607