paper-with-me

홈 › Papers

Recurrent Dynamic Embedding for Video Object Segmentation

2022-05-08 · CVPR 2022 1 · Mingxing Li, Li Hu, Zhiwei Xiong, Bang Zhang, Pan Pan, Dong Liu

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.

📄 PDF Abstract BibTeX arXiv:2205.03761

Code (1)

limingxing00/rde-vos-cvpr2022 공식 구현 pytorch

Tasks

ObjectSemantic SegmentationSemi-Supervised Video Object SegmentationVideo Object SegmentationVideo Semantic Segmentation

Methods 이 논문이 사용한 방법론

Repair 설명 없음

Similar Papers 제목 키워드 기반

Object Discovery in Videos as Foreground Motion Clustering

2018-12-06 · CVPR 2019 6 · Christopher Xie, Yu Xiang, Zaid Harchaoui, Dieter Fox

We consider the problem of providing dense segmentation masks for object discovery in videos. We formulate the object discovery problem as foreground motion clustering, where the goal is to cluster foreground pixels in v…

ClusteringMotion SegmentationObjectObject Discovery+2

Instance Segmentation and Tracking with Cosine Embeddings and Recurrent Hourglass Networks

2018-06-06 · Christian Payer, Darko Štern, Thomas Neff, Horst Bischof 외

Different to semantic segmentation, instance segmentation assigns unique labels to each individual instance of the same class. In this work, we propose a novel recurrent fully convolutional network architecture for track…

Instance SegmentationSegmentationSemantic Segmentation

(Quasi)Periodicity Quantification in Video Data, Using Topology

2017-04-26 · Christopher J. Tralie, Jose A. Perea

This work introduces a novel framework for quantifying the presence and strength of recurrent dynamics in video data. Specifically, we provide continuous measures of periodicity (perfect repetition) and quasiperiodicity …

Object TrackingTime SeriesTime Series Analysis

RVOS: End-to-End Recurrent Network for Video Object Segmentation

2019-03-13 · CVPR 2019 6 · Carles Ventura, Miriam Bellver, Andreu Girbau, Amaia Salvador 외

Multiple object video object segmentation is a challenging task, specially for the zero-shot case, when no object mask is given at the initial frame and the model has to find the objects to be segmented along the sequenc…

GPUObjectOne-shot visual object segmentationSegmentation+4

FEELVOS: Fast End-to-End Embedding Learning for Video Object Segmentation

2019-02-25 · CVPR 2019 6 · Paul Voigtlaender, Yuning Chai, Florian Schroff, Hartwig Adam 외

Many of the recent successful methods for video object segmentation (VOS) are overly complicated, heavily rely on fine-tuning on the first frame, and/or are slow, and are hence of limited practical use. In this work, we …

ObjectSegmentationSemantic SegmentationSemi-Supervised Video Object Segmentation+2