English

Recurrent Dynamic Embedding for Video Object Segmentation

Computer Vision and Pattern Recognition 2022-05-10 v1

Abstract

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.

Keywords

Cite

@article{arxiv.2205.03761,
  title  = {Recurrent Dynamic Embedding for Video Object Segmentation},
  author = {Mingxing Li and Li Hu and Zhiwei Xiong and Bang Zhang and Pan Pan and Dong Liu},
  journal= {arXiv preprint arXiv:2205.03761},
  year   = {2022}
}

Comments

Accepted by CVPR 2022

R2 v1 2026-06-24T11:10:26.914Z