DeepAI AI Chat
Log In Sign Up

Improved Direct Voxel Grid Optimization for Radiance Fields Reconstruction

06/10/2022
by   Cheng Sun, et al.
National Tsing Hua University
0

In this technical report, we improve the DVGO framework (called DVGOv2), which is based on Pytorch and uses the simplest dense grid representation. First, we re-implement part of the Pytorch operations with cuda, achieving 2-3x speedup. The cuda extension is automatically compiled just in time. Second, we extend DVGO to support Forward-facing and Unbounded Inward-facing capturing. Third, we improve the space time complexity of the distortion loss proposed by mip-NeRF 360 from O(N^2) to O(N). The distortion loss improves our quality and training speed. Our efficient implementation could allow more future works to benefit from the loss.

READ FULL TEXT

page 1

page 2

page 3

page 4

11/22/2021

Direct Voxel Grid Optimization: Super-fast Convergence for Radiance Fields Reconstruction

We present a super-fast convergence approach to reconstructing the per-s...
04/12/2023

Dynamic Voxel Grid Optimization for High-Fidelity RGB-D Supervised Surface Reconstruction

Direct optimization of interpolated features on multi-resolution voxel g...
10/23/2022

Compressing Explicit Voxel Grid Representations: fast NeRFs become also small

NeRFs have revolutionized the world of per-scene radiance field reconstr...
02/18/2023

Temporal Interpolation Is All You Need for Dynamic Neural Radiance Fields

Temporal interpolation often plays a crucial role to learn meaningful re...
06/13/2019

Grid R-CNN Plus: Faster and Better

Grid R-CNN is a well-performed objection detection framework. It transfo...
03/28/2023

F^2-NeRF: Fast Neural Radiance Field Training with Free Camera Trajectories

This paper presents a novel grid-based NeRF called F2-NeRF (Fast-Free-Ne...
01/09/2023

Reducing Datacenter Operational Carbon Emissions Effectively by Cooperating with the Grid

Facing growing concerns about power consumption and carbon emissions, cl...

Code Repositories

torch_efficient_distloss

Efficient distortion loss with O(n) realization.


view repo