CVApr 8, 2023

Co-attention Propagation Network for Zero-Shot Video Object Segmentation

arXiv:2304.03910v116 citationsh-index: 58
Originality Incremental advance
AI Analysis

This work addresses the challenge of segmenting foreground objects in videos without prior knowledge, which is important for applications like video editing and surveillance, but it appears incremental as it builds on existing encoder-decoder and attention-based methods.

The paper tackles the problem of zero-shot video object segmentation by proposing a hierarchical co-attention propagation network (HCPN) that uses parallel and cross co-attention modules to capture and fuse appearance and motion features, achieving state-of-the-art performance on public benchmarks.

Zero-shot video object segmentation (ZS-VOS) aims to segment foreground objects in a video sequence without prior knowledge of these objects. However, existing ZS-VOS methods often struggle to distinguish between foreground and background or to keep track of the foreground in complex scenarios. The common practice of introducing motion information, such as optical flow, can lead to overreliance on optical flow estimation. To address these challenges, we propose an encoder-decoder-based hierarchical co-attention propagation network (HCPN) capable of tracking and segmenting objects. Specifically, our model is built upon multiple collaborative evolutions of the parallel co-attention module (PCM) and the cross co-attention module (CCM). PCM captures common foreground regions among adjacent appearance and motion features, while CCM further exploits and fuses cross-modal motion features returned by PCM. Our method is progressively trained to achieve hierarchical spatio-temporal feature propagation across the entire video. Experimental results demonstrate that our HCPN outperforms all previous methods on public benchmarks, showcasing its effectiveness for ZS-VOS.

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