paper-with-me

Papers

NerfAcc: Efficient Sampling Accelerates NeRFs

2023-05-08 · ICCV 2023 1 · RuiLong Li, Hang Gao, Matthew Tancik, Angjoo Kanazawa

Optimizing and rendering Neural Radiance Fields is computationally expensive due to the vast number of samples required by volume rendering. Recent works have included alternative sampling approaches to help accelerate their methods, however, they are often not the focus of the work. In this paper, we investigate and compare multiple sampling approaches and demonstrate that improved sampling is generally applicable across NeRF variants under an unified concept of transmittance estimator. To facilitate future experiments, we develop NerfAcc, a Python toolbox that provides flexible APIs for incorporating advanced sampling methods into NeRF related methods. We demonstrate its flexibility by showing that it can reduce the training time of several recent NeRF methods by 1.5x to 20x with minimal modifications to the existing codebase. Additionally, highly customized NeRFs, such as Instant-NGP, can be implemented in native PyTorch using NerfAcc.

📄 PDF Abstract BibTeX arXiv:2305.04966

Code (0)

등록된 구현이 없습니다.

Tasks

NeRF

Similar Papers 제목 키워드 기반

NerfAcc: A General NeRF Acceleration Toolbox

2022-10-10 · RuiLong Li, Matthew Tancik, Angjoo Kanazawa

We propose NerfAcc, a toolbox for efficient volumetric rendering of radiance fields. We build on the techniques proposed in Instant-NGP, and extend these techniques to not only support bounded static scenes, but also for…

NeRF

Plug-and-Play Acceleration of Occupancy Grid-based NeRF Rendering using VDB Grid and Hierarchical Ray Traversal

2024-04-16 · Yoshio Kato, Shuhei Tarashima

Transmittance estimators such as Occupancy Grid (OG) can accelerate the training and rendering of Neural Radiance Field (NeRF) by predicting important samples that contributes much to the generated image. However, OG man…

NeRF

Analyzing the Internals of Neural Radiance Fields

2023-06-01 · Lukas Radl, Andreas Kurz, Michael Steiner, Markus Steinberger

Modern Neural Radiance Fields (NeRFs) learn a mapping from position to volumetric density leveraging proposal network samplers. In contrast to the coarse-to-fine sampling approach with two NeRFs, this offers significant …

HiFA: High-fidelity Text-to-3D Generation with Advanced Diffusion Guidance

2023-05-30 · Junzhe Zhu, Peiye Zhuang, Sanmi Koyejo

The advancements in automatic text-to-3D generation have been remarkable. Most existing methods use pre-trained text-to-image diffusion models to optimize 3D representations like Neural Radiance Fields (NeRFs) via latent…

3D Generation3D geometryDenoisingNeRF+1

Neural LiDAR Bundle Adjustment

2026-07-05 · Chin Yung Anson Hon, Kaicheng Zhang, Sen Wang arxiv

Recent research has achieved remarkable novel view rendering and scene reconstruction results with Neural Radiance Field (NeRF), including extensions to the LiDAR modality. Few studies have, however, explored the key des…

Point Cloud Registration