paper-with-me

Papers

Neural NeRF Compression

2024-06-13 · Tuan Pham, Stephan Mandt

Neural Radiance Fields (NeRFs) have emerged as powerful tools for capturing detailed 3D scenes through continuous volumetric representations. Recent NeRFs utilize feature grids to improve rendering quality and speed; however, these representations introduce significant storage overhead. This paper presents a novel method for efficiently compressing a grid-based NeRF model, addressing the storage overhead concern. Our approach is based on the non-linear transform coding paradigm, employing neural compression for compressing the model's feature grids. Due to the lack of training data involving many i.i.d scenes, we design an encoder-free, end-to-end optimized approach for individual scenes, using lightweight decoders. To leverage the spatial inhomogeneity of the latent feature grids, we introduce an importance-weighted rate-distortion objective and a sparse entropy model employing a masking mechanism. Our experimental results validate that our proposed method surpasses existing works in terms of grid-based NeRF compression efficacy and reconstruction quality.

📄 PDF Abstract BibTeX arXiv:2406.08943

Code (0)

등록된 구현이 없습니다.

Tasks

NeRF

Similar Papers 제목 키워드 기반

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

Efficient Dynamic-NeRF Based Volumetric Video Coding with Rate Distortion Optimization

2024-02-02 · ZhiYu Zhang, Guo Lu, Huanxiong Liang, Anni Tang 외

Volumetric videos, benefiting from immersive 3D realism and interactivity, hold vast potential for various applications, while the tremendous data volume poses significant challenges for compression. Recently, NeRF has d…

NeRFVideo Compression

SPC-NeRF: Spatial Predictive Compression for Voxel Based Radiance Field

2024-02-26 · Zetian Song, Wenhong Duan, Yuhuai Zhang, Shiqi Wang 외

Representing the Neural Radiance Field (NeRF) with the explicit voxel grid (EVG) is a promising direction for improving NeRFs. However, the EVG representation is not efficient for storage and transmission because of the …

Image CompressionNeRFNeural Network CompressionQuantization

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…

NeRF

NeRFCodec: Neural Feature Compression Meets Neural Radiance Fields for Memory-Efficient Scene Representation

2024-04-02 · CVPR 2024 1 · Sicheng Li, Hao Li, Yiyi Liao, Lu Yu

The emergence of Neural Radiance Fields (NeRF) has greatly impacted 3D scene modeling and novel-view synthesis. As a kind of visual media for 3D scene representation, compression with high rate-distortion performance is …

DecoderFeature CompressionNeRFNovel View Synthesis+1