Learning Quality-aware Dynamic Memory for Video Object Segmentation
Yong Liu, Ran Yu, Fei Yin, Xinyuan Zhao, Wei Zhao, Weihao Xia, Yujiu, Yang

TL;DR
This paper introduces a Quality-aware Dynamic Memory Network (QDMN) for video object segmentation that selectively stores high-quality frames to prevent error accumulation and dynamically updates memory based on segmentation quality, achieving state-of-the-art results.
Contribution
The paper proposes a novel quality-aware memory mechanism that evaluates and selectively stores frames, improving segmentation accuracy and long-term video processing.
Findings
QDMN achieves state-of-the-art performance on DAVIS and YouTube-VOS benchmarks.
The Quality Assessment Module (QAM) enhances memory-based segmentation methods.
Selective memory updating reduces error accumulation in long videos.
Abstract
Recently, several spatial-temporal memory-based methods have verified that storing intermediate frames and their masks as memory are helpful to segment target objects in videos. However, they mainly focus on better matching between the current frame and the memory frames without explicitly paying attention to the quality of the memory. Therefore, frames with poor segmentation masks are prone to be memorized, which leads to a segmentation mask error accumulation problem and further affect the segmentation performance. In addition, the linear increase of memory frames with the growth of frame number also limits the ability of the models to handle long videos. To this end, we propose a Quality-aware Dynamic Memory Network (QDMN) to evaluate the segmentation quality of each frame, allowing the memory bank to selectively store accurately segmented frames to prevent the error accumulation…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVisual Attention and Saliency Detection · Advanced Neural Network Applications · Domain Adaptation and Few-Shot Learning
MethodsGated Recurrent Unit · Softmax · Memory Network · Dynamic Memory Network
