paper-with-me

홈 › Papers

AdaNeRF: Adaptive Sampling for Real-time Rendering of Neural Radiance Fields

2022-07-21 · Andreas Kurz, Thomas Neff, Zhaoyang Lv, Michael Zollhöfer, Markus Steinberger

Novel view synthesis has recently been revolutionized by learning neural radiance fields directly from sparse observations. However, rendering images with this new paradigm is slow due to the fact that an accurate quadrature of the volume rendering equation requires a large number of samples for each ray. Previous work has mainly focused on speeding up the network evaluations that are associated with each sample point, e.g., via caching of radiance values into explicit spatial data structures, but this comes at the expense of model compactness. In this paper, we propose a novel dual-network architecture that takes an orthogonal direction by learning how to best reduce the number of required sample points. To this end, we split our network into a sampling and shading network that are jointly trained. Our training scheme employs fixed sample positions along each ray, and incrementally introduces sparsity throughout training to achieve high quality even at low sample counts. After fine-tuning with the target number of samples, the resulting compact neural representation can be rendered in real-time. Our experiments demonstrate that our approach outperforms concurrent compact neural representations in terms of quality and frame rate and performs on par with highly efficient hybrid representations. Code and supplementary material is available at https://thomasneff.github.io/adanerf.

📄 PDF Abstract BibTeX arXiv:2207.10312

Code (1)

thomasneff/AdaNeRF 공식 구현 pytorch

Tasks

Novel View Synthesis

Similar Papers 제목 키워드 기반

HashPoint: Accelerated Point Searching and Sampling for Neural Rendering

2024-04-22 · CVPR 2024 1 · Jiahao Ma, Miaomiao Liu, David Ahmedt-Aristizaba, Chuong Nguyen

In this paper, we address the problem of efficient point searching and sampling for volume neural rendering. Within this realm, two typical approaches are employed: rasterization and ray tracing. The rasterization-based …

Neural Rendering

Alias-free 4D Gaussian Splatting

2025-11-23 · Zilong Chen, Huan-ang Gao, Delin Qu, Haohan Chi 외 arxiv

Existing dynamic scene reconstruction methods based on Gaussian Splatting enable real-time rendering and generate realistic images. However, adjusting the camera's focal length or the distance between Gaussian primitives…

Video Reconstruction

A real-time rendering method for high albedo anisotropic materials with multiple scattering

2024-01-25 · Shun Fang, Xing Feng, Ming Cui

We propose a neural network-based real-time volume rendering method for realistic and efficient rendering of volumetric media. The traditional volume rendering method uses path tracing to solve the radiation transfer equ…

High-Quality Real-Time Rendering Using Subpixel Sampling Reconstruction

2023-01-03 · Boyu Zhang, Hongliang Yuan, Mingyan Zhu, Ligang Liu 외

Generating high-quality, realistic rendering images for real-time applications generally requires tracing a few samples-per-pixel (spp) and using deep learning-based approaches to denoise the resulting low-spp images. Ex…

2kDenoising

Aerial-NeRF: Adaptive Spatial Partitioning and Sampling for Large-Scale Aerial Rendering

2024-05-10 · Xiaohan Zhang, Yukui Qiu, Zhenyu Sun, Qi Liu

Recent progress in large-scale scene rendering has yielded Neural Radiance Fields (NeRF)-based models with an impressive ability to synthesize scenes across small objects and indoor scenes. Nevertheless, extending this i…

GPUNeRF