CVSep 8, 2022

Unsupervised Video Object Segmentation via Prototype Memory Network

arXiv:2209.03712v154 citationsh-index: 30
Originality Highly original
AI Analysis

This addresses the problem of segmenting salient objects in videos without initial masks, which is incremental as it builds on existing motion-based methods.

The paper tackled unsupervised video object segmentation by proposing a prototype memory network to enhance connectivity between distant frames, achieving state-of-the-art performance on three datasets.

Unsupervised video object segmentation aims to segment a target object in the video without a ground truth mask in the initial frame. This challenging task requires extracting features for the most salient common objects within a video sequence. This difficulty can be solved by using motion information such as optical flow, but using only the information between adjacent frames results in poor connectivity between distant frames and poor performance. To solve this problem, we propose a novel prototype memory network architecture. The proposed model effectively extracts the RGB and motion information by extracting superpixel-based component prototypes from the input RGB images and optical flow maps. In addition, the model scores the usefulness of the component prototypes in each frame based on a self-learning algorithm and adaptively stores the most useful prototypes in memory and discards obsolete prototypes. We use the prototypes in the memory bank to predict the next query frames mask, which enhances the association between distant frames to help with accurate mask prediction. Our method is evaluated on three datasets, achieving state-of-the-art performance. We prove the effectiveness of the proposed model with various ablation studies.

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