CVFeb 21, 2023

Learning 3D Photography Videos via Self-supervised Diffusion on Single Images

MicrosoftPeking U
arXiv:2302.10781v10.3711 citationsh-index: 52
AI Analysis50

This work addresses the challenge of high-quality 3D video rendering for computer vision applications, presenting an incremental improvement in inpainting techniques.

The paper tackles the problem of generating 3D photography videos from single images by proposing a self-supervised diffusion model for inpainting, which reduces the training-inference gap and achieves competitive results with state-of-the-art methods on real datasets.

3D photography renders a static image into a video with appealing 3D visual effects. Existing approaches typically first conduct monocular depth estimation, then render the input frame to subsequent frames with various viewpoints, and finally use an inpainting model to fill those missing/occluded regions. The inpainting model plays a crucial role in rendering quality, but it is normally trained on out-of-domain data. To reduce the training and inference gap, we propose a novel self-supervised diffusion model as the inpainting module. Given a single input image, we automatically construct a training pair of the masked occluded image and the ground-truth image with random cycle-rendering. The constructed training samples are closely aligned to the testing instances, without the need of data annotation. To make full use of the masked images, we design a Masked Enhanced Block (MEB), which can be easily plugged into the UNet and enhance the semantic conditions. Towards real-world animation, we present a novel task: out-animation, which extends the space and time of input objects. Extensive experiments on real datasets show that our method achieves competitive results with existing SOTA methods.

Foundations

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

Your Notes