paper-with-me

홈 › Papers

How Far Can We Compress Instant-NGP-Based NeRF?

2024-06-06 · CVPR 2024 1 · Yihang Chen, Qianyi Wu, Mehrtash Harandi, Jianfei Cai

In recent years, Neural Radiance Field (NeRF) has demonstrated remarkable capabilities in representing 3D scenes. To expedite the rendering process, learnable explicit representations have been introduced for combination with implicit NeRF representation, which however results in a large storage space requirement. In this paper, we introduce the Context-based NeRF Compression (CNC) framework, which leverages highly efficient context models to provide a storage-friendly NeRF representation. Specifically, we excavate both level-wise and dimension-wise context dependencies to enable probability prediction for information entropy reduction. Additionally, we exploit hash collision and occupancy grids as strong prior knowledge for better context modeling. To the best of our knowledge, we are the first to construct and exploit context models for NeRF compression. We achieve a size reduction of 100$\times$ and 70$\times$ with improved fidelity against the baseline Instant-NGP on Synthesic-NeRF and Tanks and Temples datasets, respectively. Additionally, we attain 86.7\% and 82.3\% storage size reduction against the SOTA NeRF compression method BiRF. Our code is available here: https://github.com/YihangChen-ee/CNC.

📄 PDF Abstract BibTeX arXiv:2406.04101

Code (1)

yihangchen-ee/cnc 공식 구현 pytorch

Tasks

NeRF

Similar Papers 제목 키워드 기반

CAwa-NeRF: Instant Learning of Compression-Aware NeRF Features

2023-10-23 · Omnia Mahmoud, Théo Ladune, Matthieu Gendrin

Modeling 3D scenes by volumetric feature grids is one of the promising directions of neural approximations to improve Neural Radiance Fields (NeRF). Instant-NGP (INGP) introduced multi-resolution hash encoding from a loo…

NeRF

HollowNeRF: Pruning Hashgrid-Based NeRFs with Trainable Collision Mitigation

2023-08-19 · ICCV 2023 1 · Xiufeng Xie, Riccardo Gherardi, Zhihong Pan, Stephen Huang

Neural radiance fields (NeRF) have garnered significant attention, with recent works such as Instant-NGP accelerating NeRF training and evaluation through a combination of hashgrid-based positional encoding and neural ne…

NeRF

Explicit-NeRF-QA: A Quality Assessment Database for Explicit NeRF Model Compression

2024-07-11 · Yuke Xing, Qi Yang, Kaifa Yang, Yilin Xu 외

In recent years, Neural Radiance Fields (NeRF) have demonstrated significant advantages in representing and synthesizing 3D scenes. Explicit NeRF models facilitate the practical NeRF applications with faster rendering sp…

Model CompressionNeRF

Instant-NeRF: Instant On-Device Neural Radiance Field Training via Algorithm-Accelerator Co-Designed Near-Memory Processing

2023-05-09 · Yang Zhao, Shang Wu, Jingqun Zhang, Sixu Li 외

Instant on-device Neural Radiance Fields (NeRFs) are in growing demand for unleashing the promise of immersive AR/VR experiences, but are still limited by their prohibitive training time. Our profiling analysis reveals a…

NeRF

Lagrangian Hashing for Compressed Neural Field Representations

2024-09-09 · Shrisudhan Govindarajan, Zeno Sambugaro, Akhmedkhan, Shabanov 외

We present Lagrangian Hashing, a representation for neural fields combining the characteristics of fast training NeRF methods that rely on Eulerian grids (i.e.~InstantNGP), with those that employ points equipped with fea…

NeRF