paper-with-me

홈 › Papers

Hash Grid Feature Pruning

2025-12-28 · Yangzhi Ma, Bojun Liu, Jie Li, Li Li, Dong Liu arxiv

Hash grids are widely used to learn an implicit neural field for Gaussian splatting, serving either as part of the entropy model or for inter-frame prediction. However, due to the irregular and non-uniform distribution of Gaussian splats in 3D space, numerous sparse regions exist, rendering many features in the hash grid invalid. This leads to redundant storage and transmission overhead. In this work, we propose a hash grid feature pruning method that identifies and prunes invalid features based on the coordinates of the input Gaussian splats, so that only the valid features are encoded. This approach reduces the storage size of the hash grid without compromising model performance, leading to improved rate-distortion performance. Following the Common Test Conditions (CTC) defined by the standardization committee, our method achieves an average bitrate reduction of 8% compared to the baseline approach.

📄 PDF Abstract BibTeX arXiv:2512.22882

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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

Hybrid Latents: Geometry-Appearance-Aware Surfel Splatting

2026-04-16 · Neel Kelkar, Simon Niedermayr, Klaus Engel, Rüdiger Westermann arxiv

We introduce a hybrid Gaussian-hash-grid radiance representation for reconstructing 2D Gaussian scene models from multi-view images. Similar to NeST splatting, our approach reduces the entanglement between geometry and a…

SHACIRA: Scalable HAsh-grid Compression for Implicit Neural Representations

2023-09-27 · ICCV 2023 1 · Sharath Girish, Abhinav Shrivastava, Kamal Gupta

Implicit Neural Representations (INR) or neural fields have emerged as a popular framework to encode multimedia signals such as images and radiance fields while retaining high-quality. Recently, learnable feature grids p…

Quantization

Compact Neural Graphics Primitives with Learned Hash Probing

2023-12-28 · Towaki Takikawa, Thomas Müller, Merlin Nimier-David, Alex Evans 외

Neural graphics primitives are faster and achieve higher quality when their neural networks are augmented by spatial data structures that hold trainable features arranged in a grid. However, existing feature grids either…

Quantization

MF-NeRF: Memory Efficient NeRF with Mixed-Feature Hash Table

2023-04-25 · YongJae lee, Li Yang, Deliang Fan

Neural radiance field (NeRF) has shown remarkable performance in generating photo-realistic novel views. Among recent NeRF related research, the approaches that involve the utilization of explicit structures like grids t…

BenchmarkingGPUNeRF