paper-with-me

Papers

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

2024-02-26 · Zetian Song, Wenhong Duan, Yuhuai Zhang, Shiqi Wang, Siwei Ma, Wen Gao

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 terrific memory cost. Current methods for compressing EVG mainly inherit the methods designed for neural network compression, such as pruning and quantization, which do not take full advantage of the spatial correlation of voxels. Inspired by prosperous digital image compression techniques, this paper proposes SPC-NeRF, a novel framework applying spatial predictive coding in EVG compression. The proposed framework can remove spatial redundancy efficiently for better compression performance.Moreover, we model the bitrate and design a novel form of the loss function, where we can jointly optimize compression ratio and distortion to achieve higher coding efficiency. Extensive experiments demonstrate that our method can achieve 32% bit saving compared to the state-of-the-art method VQRF on multiple representative test datasets, with comparable training time.

📄 PDF Abstract BibTeX arXiv:2402.16366

Code (0)

등록된 구현이 없습니다.

Tasks

Image CompressionNeRFNeural Network CompressionQuantization

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

CVT-xRF: Contrastive In-Voxel Transformer for 3D Consistent Radiance Fields from Sparse Inputs

2024-03-25 · CVPR 2024 1 · Yingji Zhong, Lanqing Hong, Zhenguo Li, Dan Xu

Neural Radiance Fields (NeRF) have shown impressive capabilities for photorealistic novel view synthesis when trained on dense inputs. However, when trained on sparse inputs, NeRF typically encounters issues of incorrect…

NeRFNovel View Synthesis

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

JointRF: End-to-End Joint Optimization for Dynamic Neural Radiance Field Representation and Compression

2024-05-23 · Zihan Zheng, Houqiang Zhong, Qiang Hu, Xiaoyun Zhang 외

Neural Radiance Field (NeRF) excels in photo-realistically static scenes, inspiring numerous efforts to facilitate volumetric videos. However, rendering dynamic and long-sequence radiance fields remains challenging due t…

Feature CompressionNeRF

Compressing Explicit Voxel Grid Representations: fast NeRFs become also small

2022-10-23 · Chenxi Lola Deng, Enzo Tartaglione

NeRFs have revolutionized the world of per-scene radiance field reconstruction because of their intrinsic compactness. One of the main limitations of NeRFs is their slow rendering speed, both at training and inference ti…

NeRF

Plug-and-Play Acceleration of Occupancy Grid-based NeRF Rendering using VDB Grid and Hierarchical Ray Traversal

2024-04-16 · Yoshio Kato, Shuhei Tarashima

Transmittance estimators such as Occupancy Grid (OG) can accelerate the training and rendering of Neural Radiance Field (NeRF) by predicting important samples that contributes much to the generated image. However, OG man…

NeRF