sunset1995/DirectVoxGO
A neural radiance field method that replaces MLP-based NeRF with voxel grid representation for faster 3D scene reconstruction from images.

DirectVoxGO optimizes a dense voxel grid directly to represent scene geometry and appearance, replacing the MLP backbone in NeRF for faster training and rendering. It uses dense 3D voxel grids for volume densities and 4D feature grids with shallow MLPs for view-dependent colors. The project includes custom CUDA extensions for additional speedup and implements an efficient O(N) distortion loss, with support for bounded and unbounded scene datasets.