CVMay 8, 2022

Recurrent Dynamic Embedding for Video Object Segmentation

arXiv:2205.03761v187 citationsh-index: 49Has Code
Originality Incremental advance
AI Analysis

This work addresses hardware limitations and noise issues in video object segmentation for applications requiring long video processing, though it is incremental as it builds on existing STM-based methods.

The paper tackles the memory inefficiency and noise accumulation in space-time memory networks for video object segmentation by introducing a Recurrent Dynamic Embedding that maintains a constant-sized memory bank, achieving a best tradeoff between performance and speed in experiments.

Space-time memory (STM) based video object segmentation (VOS) networks usually keep increasing memory bank every several frames, which shows excellent performance. However, 1) the hardware cannot withstand the ever-increasing memory requirements as the video length increases. 2) Storing lots of information inevitably introduces lots of noise, which is not conducive to reading the most important information from the memory bank. In this paper, we propose a Recurrent Dynamic Embedding (RDE) to build a memory bank of constant size. Specifically, we explicitly generate and update RDE by the proposed Spatio-temporal Aggregation Module (SAM), which exploits the cue of historical information. To avoid error accumulation owing to the recurrent usage of SAM, we propose an unbiased guidance loss during the training stage, which makes SAM more robust in long videos. Moreover, the predicted masks in the memory bank are inaccurate due to the inaccurate network inference, which affects the segmentation of the query frame. To address this problem, we design a novel self-correction strategy so that the network can repair the embeddings of masks with different qualities in the memory bank. Extensive experiments show our method achieves the best tradeoff between performance and speed. Code is available at https://github.com/Limingxing00/RDE-VOS-CVPR2022.

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