paper-with-me

Papers

RGBD2: Generative Scene Synthesis via Incremental View Inpainting using RGBD Diffusion Models

2022-12-12 · CVPR 2023 1 · Jiabao Lei, Jiapeng Tang, Kui Jia

We address the challenge of recovering an underlying scene geometry and colors from a sparse set of RGBD view observations. In this work, we present a new solution termed RGBD$^2$ that sequentially generates novel RGBD views along a camera trajectory, and the scene geometry is simply the fusion result of these views. More specifically, we maintain an intermediate surface mesh used for rendering new RGBD views, which subsequently becomes complete by an inpainting network; each rendered RGBD view is later back-projected as a partial surface and is supplemented into the intermediate mesh. The use of intermediate mesh and camera projection helps solve the tough problem of multi-view inconsistency. We practically implement the RGBD inpainting network as a versatile RGBD diffusion model, which is previously used for 2D generative modeling; we make a modification to its reverse diffusion process to enable our use. We evaluate our approach on the task of 3D scene synthesis from sparse RGBD inputs; extensive experiments on the ScanNet dataset demonstrate the superiority of our approach over existing ones. Project page: https://jblei.site/proj/rgbd-diffusion.

📄 PDF Abstract BibTeX arXiv:2212.05993

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

SceneCompleter: Dense 3D Scene Completion for Generative Novel View Synthesis

2025-06-12 · Weiliang Chen, Jiayi Bi, Yuanhui Huang, Wenzhao Zheng 외

Generative models have gained significant attention in novel view synthesis (NVS) by alleviating the reliance on dense multi-view captures. However, existing methods typically fall into a conventional paradigm, where gen…

Novel View SynthesisScene Understanding

Novel View Synthesis from a Single RGBD Image for Indoor Scenes

2023-11-02 · Congrui Hetang, Yuping Wang

In this paper, we propose an approach for synthesizing novel view images from a single RGBD (Red Green Blue-Depth) input. Novel view synthesis (NVS) is an interesting computer vision task with extensive applications. Met…

NeRFNovel View SynthesisStyle Transfer

Deep Multi Depth Panoramas for View Synthesis

2020-08-04 · ECCV 2020 8 · Kai-En Lin, Zexiang Xu, Ben Mildenhall, Pratul P. Srinivasan 외

We propose a learning-based approach for novel view synthesis for multi-camera 360$^{\circ}$ panorama capture rigs. Previous work constructs RGBD panoramas from such data, allowing for view synthesis with small amounts o…

Novel View SynthesisTranslation

RGBD-Net: Predicting color and depth images for novel views synthesis

2020-11-29 · Phong Nguyen, Animesh Karnewar, Lam Huynh, Esa Rahtu 외

We propose a new cascaded architecture for novel view synthesis, called RGBD-Net, which consists of two core components: a hierarchical depth regression network and a depth-aware generator network. The former one predict…

Novel View Synthesisregression

Total-Recon: Deformable Scene Reconstruction for Embodied View Synthesis

2023-04-24 · ICCV 2023 1 · Chonghyuk Song, Gengshan Yang, Kangle Deng, Jun-Yan Zhu 외

We explore the task of embodied view synthesis from monocular videos of deformable scenes. Given a minute-long RGBD video of people interacting with their pets, we render the scene from novel camera trajectories derived …