Factorized Multi-Resolution HashGrid for Efficient Neural Radiance Fields: Execution on Edge-Devices

arXiv cs.CV / 4/6/2026

📰 NewsSignals & Early TrendsModels & Research

Key Points

  • The paper introduces “Fact-Hash,” a new parameter-encoding approach for on-device Neural Radiance Fields (NeRF) aimed at reducing the heavy compute and memory demands of traditional NeRF training.
  • Fact-Hash combines tensor factorization with hash encoding by projecting 3D coordinates into multiple lower-dimensional spaces (2D/1D), applying hashing, and aggregating the resulting features to retain high-resolution expressiveness.
  • Experiments show that Fact-Hash improves memory efficiency by more than one-third while preserving PSNR and maintaining rendering speed relative to prior positional encoding methods.
  • On-device tests further indicate better computational efficiency and energy consumption than alternative encoding strategies, supporting feasibility for edge deployment under power and storage constraints.
  • The work positions Fact-Hash as a practical step toward privacy-preserving, low-latency, and fast-adaptation 3D scene understanding on resource-limited devices.

Abstract

We introduce Fact-Hash, a novel parameter-encoding method for training on-device neural radiance fields. Neural Radiance Fields (NeRF) have proven pivotal in 3D representations, but their applications are limited due to large computational resources. On-device training can open large application fields, providing strength in communication limitations, privacy concerns, and fast adaptation to a frequently changing scene. However, challenges such as limited resources (GPU memory, storage, and power) impede their deployment. To handle this, we introduce Fact-Hash, a novel parameter-encoding merging Tensor Factorization and Hash-encoding techniques. This integration offers two benefits: the use of rich high-resolution features and the few-shot robustness. In Fact-Hash, we project 3D coordinates into multiple lower-dimensional forms (2D or 1D) before applying the hash function and then aggregate them into a single feature. Comparative evaluations against state-of-the-art methods demonstrate Fact-Hash's superior memory efficiency, preserving quality and rendering speed. Fact-Hash saves memory usage by over one-third while maintaining the PSNR values compared to previous encoding methods. The on-device experiment validates the superiority of Fact-Hash compared to alternative positional encoding methods in computational efficiency and energy consumption. These findings highlight Fact-Hash as a promising solution to improve feature grid representation, address memory constraints, and improve quality in various applications. Project page: https://facthash.github.io/