How Far Can We Compress Instant-NGP-Based NeRF?
Yihang Chen, Qianyi Wu, Mehrtash Harandi, Jianfei Cai
TL;DR
The paper tackles the storage bottleneck of INGP-based NeRFs by introducing Context-based NeRF Compression (CNC), which learns entropy-aware context models to compress hash embeddings without sacrificing rendering speed or fidelity. It introduces level-wise and dimension-wise context modeling, leveraging hash collisions and occupancy grids as priors, and optimizes a combined distortion-entropy objective. CNC achieves large RD gains on Synthetic-NeRF and Tanks and Temples (up to $\sim86\%$ BD-rate reduction vs BiRF and over $100\times$ size reduction vs Instant-NGP), indicating strong practical potential for scalable NeRF deployment. The work also analyzes design choices and shows that entropy-driven compression can regularize NeRF models while maintaining visual quality, with reasonable training-time trade-offs and clear pathways for acceleration.
Abstract
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.
