paper-with-me

홈 › Papers

Fast Learning Radiance Fields by Shooting Much Fewer Rays

2022-08-14 · Wenyuan Zhang, Ruofan Xing, Yunfan Zeng, Yu-Shen Liu, Kanle Shi, Zhizhong Han

Learning radiance fields has shown remarkable results for novel view synthesis. The learning procedure usually costs lots of time, which motivates the latest methods to speed up the learning procedure by learning without neural networks or using more efficient data structures. However, these specially designed approaches do not work for most of radiance fields based methods. To resolve this issue, we introduce a general strategy to speed up the learning procedure for almost all radiance fields based methods. Our key idea is to reduce the redundancy by shooting much fewer rays in the multi-view volume rendering procedure which is the base for almost all radiance fields based methods. We find that shooting rays at pixels with dramatic color change not only significantly reduces the training burden but also barely affects the accuracy of the learned radiance fields. In addition, we also adaptively subdivide each view into a quadtree according to the average rendering error in each node in the tree, which makes us dynamically shoot more rays in more complex regions with larger rendering error. We evaluate our method with different radiance fields based methods under the widely used benchmarks. Experimental results show that our method achieves comparable accuracy to the state-of-the-art with much faster training.

📄 PDF Abstract BibTeX arXiv:2208.06821

Code (1)

zparquet/fast-learning 공식 구현 pytorch

Tasks

Novel View Synthesis

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
BASE 설명 없음

Similar Papers 제목 키워드 기반

Depth-supervised NeRF: Fewer Views and Faster Training for Free

2021-07-06 · CVPR 2022 1 · Kangle Deng, Andrew Liu, Jun-Yan Zhu, Deva Ramanan

A commonly observed failure mode of Neural Radiance Field (NeRF) is fitting incorrect geometries when given an insufficient number of input views. One potential reason is that standard volumetric rendering does not enfor…

NeRFRGB-D Reconstruction

Simple-RF: Regularizing Sparse Input Radiance Fields with Simpler Solutions

2024-04-29 · Nagabhushan Somraj, Sai Harsha Mupparaju, Adithyan Karanayil, Rajiv Soundararajan

Neural Radiance Fields (NeRF) show impressive performance in photo-realistic free-view rendering of scenes. Recent improvements on the NeRF such as TensoRF and ZipNeRF employ explicit models for faster optimization and r…

NeRF

Fast Dynamic Radiance Fields with Time-Aware Neural Voxels

2022-05-30 · Jiemin Fang, Taoran Yi, Xinggang Wang, Lingxi Xie 외

Neural radiance fields (NeRF) have shown great success in modeling 3D scenes and synthesizing novel-view images. However, most previous NeRF methods take much time to optimize one single scene. Explicit data structures, …

NeRF

NAS-NeRF: Generative Neural Architecture Search for Neural Radiance Fields

2023-09-25 · Saeejith Nair, Yuhao Chen, Mohammad Javad Shafiee, Alexander Wong

Neural radiance fields (NeRFs) enable high-quality novel view synthesis, but their high computational complexity limits deployability. While existing neural-based solutions strive for efficiency, they use one-size-fits-a…

GPUNeRFNeural Architecture SearchNovel View Synthesis+1

StyleTRF: Stylizing Tensorial Radiance Fields

2022-12-19 · Rahul Goel, Sirikonda Dhawal, Saurabh Saini, P. J. Narayanan

Stylized view generation of scenes captured casually using a camera has received much attention recently. The geometry and appearance of the scene are typically captured as neural point sets or neural radiance fields in …

Image StylizationNeRF