Characterizing and Optimizing the Spatial Kernel of Multi Resolution Hash Encodings
Tianxiang Dai, Jonathan Fan

TL;DR
This paper introduces a physical systems perspective to analyze Multi-Resolution Hash Encoding (MHE), revealing how its spatial resolution and anisotropy are influenced by hyperparameters and optimization, and proposes R-MHE to improve its spatial properties.
Contribution
It provides a novel analytical framework for understanding MHE through its Point Spread Function, deriving a closed-form approximation and proposing R-MHE to reduce anisotropy.
Findings
Effective resolution is governed by empirical FWHM, not the finest resolution.
Collisions in hash capacity cause speckle noise and reduce SNR.
Rotated MHE (R-MHE) mitigates anisotropy while maintaining efficiency.
Abstract
Multi-Resolution Hash Encoding (MHE), the foundational technique behind Instant Neural Graphics Primitives, provides a powerful parameterization for neural fields. However, its spatial behavior lacks rigorous understanding from a physical systems perspective, leading to reliance on heuristics for hyperparameter selection. This work introduces a novel analytical approach that characterizes MHE by examining its Point Spread Function (PSF), which is analogous to the Green's function of the system. This methodology enables a quantification of the encoding's spatial resolution and fidelity. We derive a closed-form approximation for the collision-free PSF, uncovering inherent grid-induced anisotropy and a logarithmic spatial profile. We establish that the idealized spatial bandwidth, specifically the Full Width at Half Maximum (FWHM), is determined by the average resolution, .…
Peer Reviews
Decision·ICLR 2026 Poster
- This paper introduces a novel approach that explicitly uses multiple random rotation transforms. To maintain the total number of parameters, the paper splits the original feature dimensions into the number of rotation and new feature dimensions. Although it employs a smaller number of feature dimensions, the random rotation function for input $x$ enables it to effectively capture signals that do not align with Cartesian coordinates. - The paper demonstrates its effectiveness through both math
- I believe this paper falls short of meeting the standards of top-tier AI conferences like ICLR. The presentation lacks an effective and efficient way for readers to grasp the main contribution of the paper. While the mathematical contributions are included in the Appendix, and very abstracted equations are elaborated in the manuscript, I disagree that all the content in the manuscript must be abstracted. The Appendix is necessary to fully digest the mathematical details, but it doesn’t justify
The paper provides interesting extension of multi-resolution hash encoding. It provides: - Clear theory–practice link: closed-form PSF, anisotropy factor, and FWHM = 1/N_avg give actionable design rules. - Comprehensive empirical validation: broadened PSF (beta=3) consistently matches measurements; two-point resolution aligns with FWHM, not N_max. - Practical payoff with fixed memory: R-MHE markedly improves isotropy and PSNR in 2D (+8.06 dB to 31.30 dB at M=8) and yields steady 3D gains up to
Despite its strong theoretical foundations, the paper contains following potential shortcomings. - Broadening factor of beta = 3 is largely empirical; sensitivity to optimizer/architecture/data is not exhaustively characterized in additional experiments. - PSF-guided hyperparameter (b) underperforms a tuned baseline in 3D, and R-MHE’s 3D gains are modest (+0.65 dB). - The paper fundamentally relies on MHE, of which multiple extensions such as dictionary fields has been proposed already. However,
## Strength * The characterization of MHE using PFS is novel and interesting. The conclusion that FWHM is direction dependent and its width is determined by $N_{max}$ is a very useful insight that might inspire later works. * The empirical on 2D Image Regression is limited but convincing.
## Weakness * The proposed approach is said to have two advantages, avoiding anisotropy and avoiding hashing collision. Both of the two advantages improve the empirical result. However, either because it is not possible to study the two factors independently, or the authors have not done it, I find it hard to evaluate the contribution of avoiding anisotropy to practical results. In fact, the majority of this paper is about how MHE introduces anisotropy. And I am definitely more interested in how
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Adversarial Robustness in Machine Learning · Stochastic Gradient Optimization Techniques
