English

Object-level Scene Deocclusion

Computer Vision and Pattern Recognition 2024-06-13 v1

Abstract

Deoccluding the hidden portions of objects in a scene is a formidable task, particularly when addressing real-world scenes. In this paper, we present a new self-supervised PArallel visible-to-COmplete diffusion framework, named PACO, a foundation model for object-level scene deocclusion. Leveraging the rich prior of pre-trained models, we first design the parallel variational autoencoder, which produces a full-view feature map that simultaneously encodes multiple complete objects, and the visible-to-complete latent generator, which learns to implicitly predict the full-view feature map from partial-view feature map and text prompts extracted from the incomplete objects in the input image. To train PACO, we create a large-scale dataset with 500k samples to enable self-supervised learning, avoiding tedious annotations of the amodal masks and occluded regions. At inference, we devise a layer-wise deocclusion strategy to improve efficiency while maintaining the deocclusion quality. Extensive experiments on COCOA and various real-world scenes demonstrate the superior capability of PACO for scene deocclusion, surpassing the state of the arts by a large margin. Our method can also be extended to cross-domain scenes and novel categories that are not covered by the training set. Further, we demonstrate the deocclusion applicability of PACO in single-view 3D scene reconstruction and object recomposition.

Keywords

Cite

@article{arxiv.2406.07706,
  title  = {Object-level Scene Deocclusion},
  author = {Zhengzhe Liu and Qing Liu and Chirui Chang and Jianming Zhang and Daniil Pakhomov and Haitian Zheng and Zhe Lin and Daniel Cohen-Or and Chi-Wing Fu},
  journal= {arXiv preprint arXiv:2406.07706},
  year   = {2024}
}

Comments

SIGGRAPH 2024. A foundation model for category-agnostic object deocclusion

R2 v1 2026-06-28T17:02:19.071Z