CVDec 5, 2024

Using Diffusion Priors for Video Amodal Segmentation

arXiv:2412.04623v114 citationsh-index: 15CVPR
Originality Incremental advance
AI Analysis

It addresses the problem of segmenting fully occluded objects in videos for computer vision applications, representing an incremental advance by adapting existing generative models.

The paper tackles video amodal segmentation by formulating it as a conditional generation task using diffusion priors, achieving up to 13% improvement in occluded region segmentation compared to state-of-the-art methods.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes