PlenVDB: Memory Efficient VDB-Based Radiance Fields for Fast Training and Rendering

Abstract

In this paper, we present a new representation for neural radiance fields that accelerates both the training and the inference processes with VDB, a hierarchical data structure for sparse volumes. VDB takes both the advantages of sparse and dense volumes for compact data representation and efficient data access, being a promising data structure for NeRF data interpolation and ray marching. Our method, Plenoptic VDB (PlenVDB), directly learns the VDB data structure from a set of posed images by means of a novel training strategy and then uses it for real-time rendering. Experimental results demonstrate the effectiveness and the efficiency of our method over previous arts: First, it converges faster in the training process. Second, it delivers a more compact data format for NeRF data presentation. Finally, it renders more efficiently on commodity graphics hardware. Our mobile PlenVDB demo achieves 30+ FPS, 1280x720 resolution on an iPhone12 mobile phone. Check plenvdb.github.io for details.

Cite

Text

Yan et al. "PlenVDB: Memory Efficient VDB-Based Radiance Fields for Fast Training and Rendering." Conference on Computer Vision and Pattern Recognition, 2023. doi:10.1109/CVPR52729.2023.00017

Markdown

[Yan et al. "PlenVDB: Memory Efficient VDB-Based Radiance Fields for Fast Training and Rendering." Conference on Computer Vision and Pattern Recognition, 2023.](https://mlanthology.org/cvpr/2023/yan2023cvpr-plenvdb/) doi:10.1109/CVPR52729.2023.00017

BibTeX

@inproceedings{yan2023cvpr-plenvdb,
  title     = {{PlenVDB: Memory Efficient VDB-Based Radiance Fields for Fast Training and Rendering}},
  author    = {Yan, Han and Liu, Celong and Ma, Chao and Mei, Xing},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2023},
  pages     = {88-96},
  doi       = {10.1109/CVPR52729.2023.00017},
  url       = {https://mlanthology.org/cvpr/2023/yan2023cvpr-plenvdb/}
}