paper-with-me

홈 › Papers

NeRFLight: Fast and Light Neural Radiance Fields Using a Shared Feature Grid

2023-01-01 · CVPR 2023 1 · Fernando Rivas-Manzaneque, Jorge Sierra-Acosta, Adrian Penate-Sanchez, Francesc Moreno-Noguer, Angela Ribeiro

While original Neural Radiance Fields (NeRF) have shown impressive results in modeling the appearance of a scene with compact MLP architectures, they are not able to achieve real-time rendering. This has been recently addressed by either baking the outputs of NeRF into a data structure or arranging trainable parameters in an explicit feature grid. These strategies, however, significantly increase the memory footprint of the model which prevents their deployment on bandwidth-constrained applications. In this paper, we extend the grid-based approach to achieve real-time view synthesis at more than 150 FPS using a lightweight model. Our main contribution is a novel architecture in which the density field of NeRF-based representations is split into N regions and the density is modeled using N different decoders which reuse the same feature grid. This results in a smaller grid where each feature is located in more than one spatial position, forcing them to learn a compact representation that is valid for different parts of the scene. We further reduce the size of the final model by disposing of the features symmetrically on each region, which favors feature pruning after training while also allowing smooth gradient transitions between neighboring voxels. An exhaustive evaluation demonstrates that our method achieves real-time performance and quality metrics on a pair with state-of-the-art with an improvement of more than 2x in the FPS/MB ratio.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

NeRF

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Event-Aided Sharp Radiance Field Reconstruction for Fast-Flying Drones

2026-02-24 · Rong Zou, Marco Cannici, Davide Scaramuzza arxiv

Fast-flying aerial robots promise rapid inspection under limited battery constraints, with direct applications in infrastructure inspection, terrain exploration, and search and rescue. However, high speeds lead to severe…

3D Reconstruction

Mip-Grid: Anti-aliased Grid Representations for Neural Radiance Fields

2024-02-22 · NeurIPS 2023 11 · Seungtae Nam, Daniel Rho, Jong Hwan Ko, Eunbyung Park

Despite the remarkable achievements of neural radiance fields (NeRF) in representing 3D scenes and generating novel view images, the aliasing issue, rendering "jaggies" or "blurry" images at varying camera distances, rem…

NeRF

TensoIR: Tensorial Inverse Rendering

2023-04-24 · CVPR 2023 1 · Haian Jin, Isabella Liu, Peijia Xu, Xiaoshuai Zhang 외

We propose TensoIR, a novel inverse rendering approach based on tensor factorization and neural fields. Unlike previous works that use purely MLP-based neural fields, thus suffering from low capacity and high computation…

Inverse RenderingNovel View Synthesis

IBL-NeRF: Image-Based Lighting Formulation of Neural Radiance Fields

2022-10-15 · Changwoon Choi, Juhyeon Kim, Young Min Kim

We propose IBL-NeRF, which decomposes the neural radiance fields (NeRF) of large-scale indoor scenes into intrinsic components. Recent approaches further decompose the baked radiance of the implicit volume into intrinsic…

Inverse RenderingNeRF

Fast Learning Radiance Fields by Shooting Much Fewer Rays

2022-08-14 · Wenyuan Zhang, Ruofan Xing, Yunfan Zeng, Yu-Shen Liu 외

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…

Novel View Synthesis