Hash-QNeRF: Multiresolution Hash Encoding for Quantum Neural Radiance Fields

· Source: cs.CV updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Emerging Technologies & Innovation · Depth: Expert, long

Summary

Hash-QNeRF is a novel hybrid quantum-classical Neural Radiance Field model that integrates Instant-NGP's multiresolution hash encoding into the QNeRF pipeline. This approach replaces QNeRF's classical sinusoidal positional encoding for spatial coordinates with a learnable hash grid, while retaining the quantum circuit, measurement, and rendering components. The hybrid design aims to combine the benefits of quantum radiance prediction with the fast convergence and memory efficiency of hash grids. Experiments on a synthetic Blender scene demonstrated stable training, achieving a final loss of 0.003534, corresponding to approximately 24.5 dB PSNR. Noise resilience tests using Qiskit FakeKyiv and FakeTorino backends showed state fidelities between 0.93 and 0.98, indicating that the hash encoding does not degrade the quantum circuit's noise tolerance. The model uses L=16 levels, F=2 features, and T=2^14 hash entries, with n=4 or n=8 qubits.

Key takeaway

For AI Scientists and Machine Learning Engineers exploring quantum neural rendering, Hash-QNeRF demonstrates a viable path to improve training efficiency. If you are developing NeRFs on quantum computers, you should consider integrating multiresolution hash encoding to achieve faster convergence and better performance. This approach allows your small quantum circuits to focus on view-dependent effects, utilizing classical pre-processing for spatial feature representation, while maintaining noise resilience on simulated quantum hardware.

Key insights

Hybridizing quantum NeRF with multiresolution hash encoding significantly improves convergence and memory efficiency without compromising quantum noise resilience.

Principles

Method

Hash-QNeRF replaces QNeRF's sinusoidal spatial encoding with Instant-NGP's multiresolution hash encoder, feeding its output to the original amplitude MLP and parameterized quantum circuit for radiance prediction.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.