CVJul 18, 2022

Hierarchical Feature Alignment Network for Unsupervised Video Object Segmentation

arXiv:2207.08485v271 citationsh-index: 80
Originality Incremental advance
AI Analysis

This addresses the challenge of accurately segmenting objects in videos without manual annotations, but it is incremental as it builds on existing methods by improving feature alignment.

The paper tackled the problem of misalignment between motion and appearance features in unsupervised video object segmentation by proposing a hierarchical feature alignment network (HFAN), which achieved a state-of-the-art performance of 88.7 J&F Mean on DAVIS-16, a 3.5% relative improvement.

Optical flow is an easily conceived and precious cue for advancing unsupervised video object segmentation (UVOS). Most of the previous methods directly extract and fuse the motion and appearance features for segmenting target objects in the UVOS setting. However, optical flow is intrinsically an instantaneous velocity of all pixels among consecutive frames, thus making the motion features not aligned well with the primary objects among the corresponding frames. To solve the above challenge, we propose a concise, practical, and efficient architecture for appearance and motion feature alignment, dubbed hierarchical feature alignment network (HFAN). Specifically, the key merits in HFAN are the sequential Feature AlignMent (FAM) module and the Feature AdaptaTion (FAT) module, which are leveraged for processing the appearance and motion features hierarchically. FAM is capable of aligning both appearance and motion features with the primary object semantic representations, respectively. Further, FAT is explicitly designed for the adaptive fusion of appearance and motion features to achieve a desirable trade-off between cross-modal features. Extensive experiments demonstrate the effectiveness of the proposed HFAN, which reaches a new state-of-the-art performance on DAVIS-16, achieving 88.7 $\mathcal{J}\&\mathcal{F}$ Mean, i.e., a relative improvement of 3.5% over the best published result.

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