paper-with-me

홈 › Papers

Efficient NeRF Optimization -- Not All Samples Remain Equally Hard

2024-08-06 · Juuso Korhonen, Goutham Rangu, Hamed R. Tavakoli, Juho Kannala

We propose an application of online hard sample mining for efficient training of Neural Radiance Fields (NeRF). NeRF models produce state-of-the-art quality for many 3D reconstruction and rendering tasks but require substantial computational resources. The encoding of the scene information within the NeRF network parameters necessitates stochastic sampling. We observe that during the training, a major part of the compute time and memory usage is spent on processing already learnt samples, which no longer affect the model update significantly. We identify the backward pass on the stochastic samples as the computational bottleneck during the optimization. We thus perform the first forward pass in inference mode as a relatively low-cost search for hard samples. This is followed by building the computational graph and updating the NeRF network parameters using only the hard samples. To demonstrate the effectiveness of the proposed approach, we apply our method to Instant-NGP, resulting in significant improvements of the view-synthesis quality over the baseline (1 dB improvement on average per training time, or 2x speedup to reach the same PSNR level) along with approx. 40% memory savings coming from using only the hard samples to build the computational graph. As our method only interfaces with the network module, we expect it to be widely applicable.

📄 PDF Abstract BibTeX arXiv:2408.03193

Code (0)

등록된 구현이 없습니다.

Tasks

3D ReconstructionAllNeRF

Similar Papers 제목 키워드 기반

SNeRF: Stylized Neural Implicit Representations for 3D Scenes

2022-07-05 · Thu Nguyen-Phuoc, Feng Liu, Lei Xiao

This paper presents a stylized novel view synthesis method. Applying state-of-the-art stylization methods to novel views frame by frame often causes jittering artifacts due to the lack of cross-view consistency. Therefor…

GPUInductive BiasNeRFNovel View Synthesis+1

SpikingNeRF: Making Bio-inspired Neural Networks See through the Real World

2023-09-20 · Xingting Yao, Qinghao Hu, Fei Zhou, Tielong Liu 외

In this paper, we propose SpikingNeRF, which aligns the temporal dimension of spiking neural networks (SNNs) with the radiance rays, to seamlessly accommodate SNNs to the reconstruction of neural radiance fields (NeRF). …

NeRF

DivAS: Interactive 3D Segmentation by Depth-Weighted Voxel Aggregation

2026-01-08 · Ayush Pande, Mayank Vatsa arxiv

Interactive 3D segmentation of a reconstructed scene should not require a representation-specific optimization loop. We observe that the recipe for lifting 2D foundation-model masks into 3D, namely prompting a few views,…

PCM-NeRF: Probabilistic Camera Modeling for Neural Radiance Fields under Pose Uncertainty

2026-04-20 · Shravan Venkatraman, Rakesh Raj Madavan, Pavan Kumar Sathya Venkatesh arxiv

Neural surface reconstruction methods typically treat camera poses as fixed values, assuming perfect accuracy from Structure-from-Motion (SfM) systems. This assumption breaks down with imperfect pose estimates, leading t…

HS-3D-NeRF: 3D Surface and Hyperspectral Reconstruction From Stationary Hyperspectral Images Using Multi-Channel NeRFs

2026-02-18 · Kibon Ku, Talukder Z. Jubery, Adarsh Krishnamurthy, Baskar Ganapathysubramanian arxiv

Advances in hyperspectral imaging (HSI) and 3D reconstruction have enabled accurate, high-throughput characterization of agricultural produce quality and plant phenotypes, both essential for advancing agricultural sustai…

3D Reconstruction