Implicit Motion-Compensated Network for Unsupervised Video Object Segmentation
Lin Xi, Weihai Chen, Xingming Wu, Zhong Liu, Zhengguo Li
TL;DR
This work tackles unsupervised video object segmentation by integrating appearance and motion cues without explicit optical-flow estimation. The IMCNet architecture combines an affinity-based ACM, an attention-driven APM, and a cascade deformable MCM to align and fuse information across multiple frames at the feature level. A joint training strategy exposing the model to both UVOS and salient-object data enhances local discriminability while preserving temporal consistency. Empirical results on DAVIS_16 and YouTube-Objects show competitive accuracy with a favorable speed-parameter trade-off, confirming the effectiveness of implicit motion compensation and top-down attention in UVOS. The approach offers a scalable, efficient alternative to flow-based multi-frame methods with strong practical applicability in video analysis tasks.
Abstract
Unsupervised video object segmentation (UVOS) aims at automatically separating the primary foreground object(s) from the background in a video sequence. Existing UVOS methods either lack robustness when there are visually similar surroundings (appearance-based) or suffer from deterioration in the quality of their predictions because of dynamic background and inaccurate flow (flow-based). To overcome the limitations, we propose an implicit motion-compensated network (IMCNet) combining complementary cues ($\textit{i.e.}$, appearance and motion) with aligned motion information from the adjacent frames to the current frame at the feature level without estimating optical flows. The proposed IMCNet consists of an affinity computing module (ACM), an attention propagation module (APM), and a motion compensation module (MCM). The light-weight ACM extracts commonality between neighboring input frames based on appearance features. The APM then transmits global correlation in a top-down manner. Through coarse-to-fine iterative inspiring, the APM will refine object regions from multiple resolutions so as to efficiently avoid losing details. Finally, the MCM aligns motion information from temporally adjacent frames to the current frame which achieves implicit motion compensation at the feature level. We perform extensive experiments on $\textit{DAVIS}_{\textit{16}}$ and $\textit{YouTube-Objects}$. Our network achieves favorable performance while running at a faster speed compared to the state-of-the-art methods.
