CVJul 28, 2024

UniVoxel: Fast Inverse Rendering by Unified Voxelization of Scene Representation

arXiv:2407.19542v11 citationsh-index: 26Has Code
Originality Highly original
AI Analysis

This work addresses the slow optimization problem in inverse rendering for computer graphics and vision applications, offering a significant speed-up for scene reconstruction tasks.

The paper tackles the computational inefficiency of inverse rendering methods by proposing UniVoxel, a unified voxelization framework that jointly models geometry, materials, and illumination, reducing per-scene training time from hours to 18 minutes while maintaining good reconstruction quality.

Typical inverse rendering methods focus on learning implicit neural scene representations by modeling the geometry, materials and illumination separately, which entails significant computations for optimization. In this work we design a Unified Voxelization framework for explicit learning of scene representations, dubbed UniVoxel, which allows for efficient modeling of the geometry, materials and illumination jointly, thereby accelerating the inverse rendering significantly. To be specific, we propose to encode a scene into a latent volumetric representation, based on which the geometry, materials and illumination can be readily learned via lightweight neural networks in a unified manner. Particularly, an essential design of UniVoxel is that we leverage local Spherical Gaussians to represent the incident light radiance, which enables the seamless integration of modeling illumination into the unified voxelization framework. Such novel design enables our UniVoxel to model the joint effects of direct lighting, indirect lighting and light visibility efficiently without expensive multi-bounce ray tracing. Extensive experiments on multiple benchmarks covering diverse scenes demonstrate that UniVoxel boosts the optimization efficiency significantly compared to other methods, reducing the per-scene training time from hours to 18 minutes, while achieving favorable reconstruction quality. Code is available at https://github.com/freemantom/UniVoxel.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes