← Search

Ben Mildenhall

29 accepted papers

2024

Disentangled 3D Scene Generation with Layout Learning

ICML 2024poster

We introduce a method to generate 3D scenes that are disentangled into their component objects. This disentanglement is unsupervised, relying only on the knowledge of a large pretrained text-to-image model. Our key insight is that objects can be discovered by finding parts of a 3D scene that, when r…

Cited by 22SourcePDFScholar
2024

Eclipse: Disambiguating Illumination and Materials using Unintended Shadows

CVPR 2024poster

Decomposing an object's appearance into representations of its materials and the surrounding illumination is difficult even when the object's 3D shape is known beforehand. This problem is especially challenging for diffuse objects: it is ill-conditioned because diffuse materials severely blur incomi…

Cited by 9SourcePDFScholar
2024

Flash Cache: Reducing Bias in Radiance Cache Based Inverse Rendering

ECCV 2024oral

"State-of-the-art techniques for 3D reconstruction are largely based on volumetric scene representations, which require sampling multiple points to compute the color arriving along a ray. Using these representations for more general inverse rendering — reconstructing geometry, materials, and lightin…

Cited by 5SourcePDFScholar
2024

Generative Powers of Ten

CVPR 2024highlight

We present a method that uses a text-to-image model to generate consistent content across multiple image scales enabling extreme semantic zooms into a scene e.g. ranging from a wide-angle landscape view of a forest to a macro shot of an insect sitting on one of the tree branches. We achieve this thr…

Cited by 5SourcePDFScholar
2024

Nuvo: Neural UV Mapping for Unruly 3D Representations

ECCV 2024poster

"Existing UV mapping algorithms are designed to operate on well-behaved meshes, instead of the geometry representations produced by state-of-the-art 3D reconstruction and generation techniques. As such, applying these methods to the volume densities recovered by neural radiance fields and related te…

Cited by 15SourcePDFScholar
2024

ReconFusion: 3D Reconstruction with Diffusion Priors

CVPR 2024poster

3D reconstruction methods such as Neural Radiance Fields (NeRFs) excel at rendering photorealistic novel views of complex scenes. However recovering a high-quality NeRF typically requires tens to hundreds of input images resulting in a time-consuming capture process. We present ReconFusion to recons…

2023

AligNeRF: High-Fidelity Neural Radiance Fields via Alignment-Aware Training

CVPR 2023poster

Neural Radiance Fields (NeRFs) are a powerful representation for modeling a 3D scene as a continuous function. Though NeRF is able to render complex 3D scenes with view-dependent effects, few efforts have been devoted to exploring its limits in a high-resolution setting. Specifically, existing NeRF-…

2023

DreamBooth3D: Subject-Driven Text-to-3D Generation

ICCV 2023poster

We present DreamBooth3D, an approach to personalize text-to-3D generative models from as few as 3-6 casually captured images of a subject. Our approach combines recent advances in personalizing text-to-image models (DreamBooth) with text-to-3D generation (DreamFusion). We find that naively combining…

Cited by 211PDFScholar
2023

Zip-NeRF: Anti-Aliased Grid-Based Neural Radiance Fields

ICCV 2023poster

Neural Radiance Field training can be accelerated through the use of grid-based representations in NeRF's learned mapping from spatial coordinates to colors and volumetric density. However, these grid-based approaches lack an explicit understanding of scale and therefore often introduce aliasing, us…

Cited by 558PDFScholar
2022

Block-NeRF: Scalable Large Scene Neural View Synthesis

CVPR 2022oral

We present Block-NeRF, a variant of Neural Radiance Fields that can represent large-scale environments. Specifically, we demonstrate that when scaling NeRF to render city-scale scenes spanning multiple blocks, it is vital to decompose the scene into individually trained NeRFs. This decomposition dec…

Cited by 874PDFScholar
2022

Dense Depth Priors for Neural Radiance Fields From Sparse Input Views

CVPR 2022poster

Neural radiance fields (NeRF) encode a scene into a neural representation that enables photo-realistic rendering of novel views. However, a successful reconstruction from RGB images requires a large number of input views taken under static conditions - typically up to a few hundred images for room-s…

Cited by 402PDFcodeScholar
2022

Fast and High Quality Image Denoising via Malleable Convolution

ECCV 2022poster

"Most image denoising networks apply a single set of static convolutional kernels across the entire input image. This is sub-optimal for natural images, as they often consist of heterogeneous visual patterns. Dynamic convolution tries to address this issue by using per-pixel convolution kernels, but…

Cited by 28SourcePDFScholar
2022

Mip-NeRF 360: Unbounded Anti-Aliased Neural Radiance Fields

CVPR 2022oral

Though neural radiance fields ("NeRF") have demonstrated impressive view synthesis results on objects and small bounded regions of space, they struggle on "unbounded" scenes, where the camera may point in any direction and content may exist at any distance. In this setting, existing NeRF-like models…

Cited by 1944PDFScholar
2022

NeRF in the Dark: High Dynamic Range View Synthesis From Noisy Raw Images

CVPR 2022oral

Neural Radiance Fields (NeRF) is a technique for high quality novel view synthesis from a collection of posed input images. Like most view synthesis methods, NeRF uses tonemapped low dynamic range (LDR) as input; these images have been processed by a lossy camera pipeline that smooths detail, clips…

Cited by 489PDFcodeScholar
2022

Ref-NeRF: Structured View-Dependent Appearance for Neural Radiance Fields

CVPR 2022oral

Neural Radiance Fields (NeRF) is a popular view synthesis technique that represents a scene as a continuous volumetric function, parameterized by multilayer perceptrons that provide the volume density and view-dependent emitted radiance at each location. While NeRF-based techniques excel at represen…

Cited by 667PDFScholar
2022

RegNeRF: Regularizing Neural Radiance Fields for View Synthesis From Sparse Inputs

CVPR 2022oral

Neural Radiance Fields (NeRF) have emerged as a powerful representation for the task of novel view synthesis due to their simplicity and state-of-the-art performance. Though NeRF can produce photorealistic renderings of unseen viewpoints when many input views are available, its performance drops sig…

Cited by 677PDFcodeScholar
2022

Zero-Shot Text-Guided Object Generation With Dream Fields

CVPR 2022poster

We combine neural rendering with multi-modal image and text representations to synthesize diverse 3D objects solely from natural language descriptions. Our method, Dream Fields, can generate the geometry and color of a wide range of objects without 3D supervision. Due to the scarcity of diverse, cap…

Cited by 628PDFcodeScholar
2021

Baking Neural Radiance Fields for Real-Time View Synthesis

ICCV 2021poster

Neural volumetric representations such as Neural Radiance Fields (NeRF) have emerged as a compelling technique for learning to represent 3D scenes from images with the goal of rendering photorealistic images of the scene from unobserved viewpoints. However, NeRF's computational requirements are proh…

Cited by 604PDFcodeScholar
2021

Learned Initializations for Optimizing Coordinate-Based Neural Representations

CVPR 2021poster

Coordinate-based neural representations have shown significant promise as an alternative to discrete, array-based representations for complex low dimensional signals. However, optimizing a coordinate-based network from randomly initialized weights for each new signal is inefficient. We propose apply…

Cited by 331PDFcodeScholar
2021

Mip-NeRF: A Multiscale Representation for Anti-Aliasing Neural Radiance Fields

ICCV 2021poster

The rendering procedure used by neural radiance fields (NeRF) samples a scene with a single ray per pixel and may therefore produce renderings that are excessively blurred or aliased when training or testing images observe scene content at different resolutions. The straightforward solution of super…

Cited by 2219PDFcodeScholar
2021

NeRV: Neural Reflectance and Visibility Fields for Relighting and View Synthesis

CVPR 2021poster

We present a method that takes as input a set of images of a scene illuminated by unconstrained known lighting, and produces as output a 3D representation that can be rendered from novel viewpoints under arbitrary lighting conditions. Our method represents the scene as a continuous volumetric functi…

Cited by 653PDFScholar
2020

Fourier Features Let Networks Learn High Frequency Functions in Low Dimensional Domains

NeurIPS 2020spotlight

We show that passing input points through a simple Fourier feature mapping enables a multilayer perceptron (MLP) to learn high-frequency functions in low-dimensional problem domains. These results shed light on recent advances in computer vision and graphics that achieve state-of-the-art results by…

2020

Lighthouse: Predicting Lighting Volumes for Spatially-Coherent Illumination

CVPR 2020poster

We present a deep learning solution for estimating the incident illumination at any 3D location within a scene from an input narrow-baseline stereo image pair. Previous approaches for predicting global illumination from images either predict just a single illumination for the entire scene, or separa…

Cited by 119PDFcodeScholar
2020

NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis

ECCV 2020poster

We present a method that achieves state-of-the-art results for synthesizing novel views of complex scenes by optimizing an underlying continuous volumetric scene function using a sparse set of input views. Our algorithm represents a scene using a fully-connected (non-convolutional) deep network, who…

2019

Unprocessing Images for Learned Raw Denoising

CVPR 2019oral

Machine learning techniques work best when the data used for training resembles the data used for evaluation. This holds true for learned single-image denoising algorithms, which are applied to real raw camera sensor readings but, due to practical constraints, are often trained on synthetic image da…

Cited by 553PDFScholar
2018

Burst Denoising With Kernel Prediction Networks

CVPR 2018poster

We present a technique for jointly denoising bursts of images taken from a handheld camera. In particular, we propose a convolutional neural network architecture for predicting spatially varying kernels that can both align and denoise frames, a synthetic data generation approach based on a realistic…

Cited by 467SourcePDFScholar