paper-with-me

홈 › Papers

Denoising Diffusion via Image-Based Rendering

2024-02-05 · Titas Anciukevičius, Fabian Manhardt, Federico Tombari, Paul Henderson

Generating 3D scenes is a challenging open problem, which requires synthesizing plausible content that is fully consistent in 3D space. While recent methods such as neural radiance fields excel at view synthesis and 3D reconstruction, they cannot synthesize plausible details in unobserved regions since they lack a generative capability. Conversely, existing generative methods are typically not capable of reconstructing detailed, large-scale scenes in the wild, as they use limited-capacity 3D scene representations, require aligned camera poses, or rely on additional regularizers. In this work, we introduce the first diffusion model able to perform fast, detailed reconstruction and generation of real-world 3D scenes. To achieve this, we make three contributions. First, we introduce a new neural scene representation, IB-planes, that can efficiently and accurately represent large 3D scenes, dynamically allocating more capacity as needed to capture details visible in each image. Second, we propose a denoising-diffusion framework to learn a prior over this novel 3D scene representation, using only 2D images without the need for any additional supervision signal such as masks or depths. This supports 3D reconstruction and generation in a unified architecture. Third, we develop a principled approach to avoid trivial 3D solutions when integrating the image-based rendering with the diffusion model, by dropping out representations of some images. We evaluate the model on several challenging datasets of real and synthetic images, and demonstrate superior results on generation, novel view synthesis and 3D reconstruction.

📄 PDF Abstract BibTeX arXiv:2402.03445

Code (0)

등록된 구현이 없습니다.

Tasks

3D ReconstructionDenoisingNovel View Synthesis

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

DiffRF: Rendering-Guided 3D Radiance Field Diffusion

2022-12-02 · CVPR 2023 1 · Norman Müller, Yawar Siddiqui, Lorenzo Porzi, Samuel Rota Bulò 외

We introduce DiffRF, a novel approach for 3D radiance field synthesis based on denoising diffusion probabilistic models. While existing diffusion-based methods operate on images, latent codes, or point cloud data, we are…

Denoising

EasyText: Controllable Diffusion Transformer for Multilingual Text Rendering

2025-05-30 · Runnan Lu, Yuxuan Zhang, Jiaming Liu, Haofan Wang 외

Generating accurate multilingual text with diffusion models has long been desired but remains challenging. Recent methods have made progress in rendering text in a single language, but rendering arbitrary languages is st…

Denoising

Few-shot point cloud reconstruction and denoising via learned Guassian splats renderings and fine-tuned diffusion features

2024-04-01 · Pietro Bonazzi, Marie-Julie Rakatosaona, Marco Cannici, Federico Tombari 외

Existing deep learning methods for the reconstruction and denoising of point clouds rely on small datasets of 3D shapes. We circumvent the problem by leveraging deep learning methods trained on billions of images. We pro…

3D ReconstructionDeep LearningDenoisingPoint cloud reconstruction

Dual3D: Efficient and Consistent Text-to-3D Generation with Dual-mode Multi-view Latent Diffusion

2024-05-16 · Xinyang Li, Zhangyu Lai, Linning Xu, Jianfei Guo 외

We present Dual3D, a novel text-to-3D generation framework that generates high-quality 3D assets from texts in only $1$ minute.The key component is a dual-mode multi-view latent diffusion model. Given the noisy multi-vie…

3D GenerationDenoisingText to 3D

Markup-to-Image Diffusion Models with Scheduled Sampling

2022-10-11 · Yuntian Deng, Noriyuki Kojima, Alexander M. Rush

Building on recent advances in image generation, we present a fully data-driven approach to rendering markup into images. The approach is based on diffusion models, which parameterize the distribution of data using a seq…

Decision MakingDenoisingImage GenerationImitation Learning+1