Using Diffusion Priors for Video Amodal Segmentation
Kaihua Chen, Deva Ramanan, Tarasha Khurana
TL;DR
This work addresses video amodal segmentation by introducing a diffusion-prior, two-stage pipeline that leverages temporal priors from Stable Video Diffusion. The first stage predicts amodal masks from sequences of modal masks and pseudo-depth maps, while the second stage completes the RGB content of occluded regions. Training relies on synthetic modal-amodal pairs, enabling strong state-of-the-art results on synthetic and real datasets with notable zero-shot generalization, and supporting downstream tasks like 4D reconstruction and scene editing. By conditioning diffusion models on multi-frame shape priors and depth, the approach achieves robust occlusion handling and multiple plausible completions, advancing practical video understanding beyond visible regions.
Abstract
Object permanence in humans is a fundamental cue that helps in understanding persistence of objects, even when they are fully occluded in the scene. Present day methods in object segmentation do not account for this amodal nature of the world, and only work for segmentation of visible or modal objects. Few amodal methods exist; single-image segmentation methods cannot handle high-levels of occlusions which are better inferred using temporal information, and multi-frame methods have focused solely on segmenting rigid objects. To this end, we propose to tackle video amodal segmentation by formulating it as a conditional generation task, capitalizing on the foundational knowledge in video generative models. Our method is simple; we repurpose these models to condition on a sequence of modal mask frames of an object along with contextual pseudo-depth maps, to learn which object boundary may be occluded and therefore, extended to hallucinate the complete extent of an object. This is followed by a content completion stage which is able to inpaint the occluded regions of an object. We benchmark our approach alongside a wide array of state-of-the-art methods on four datasets and show a dramatic improvement of upto 13% for amodal segmentation in an object's occluded region.
