Home / Research Articles Hub / Instant neural graphics primitives with a multires...
🤖 Artificial Intelligence OpenAlex

Instant neural graphics primitives with a multiresolution hash encoding

📅 Published: July 1, 2022 👤 Thomas Müller, Alex Evans, Christoph Schied et al. 📖 ACM Transactions on Graphics 📊 3,650 citations
AI-Generated Summary

Neural graphics primitives, parameterized by fully connected neural networks, can be costly to train and evaluate. We leverage this parallelism by implementing the whole system using fully-fused CUDA kernels with a focus on minimizing wasted bandwidth and compute operations.

⚡ This is an original paraphrased summary — not copied from the abstract. Full paper available at the source link below.

Key Findings
  • 1 We reduce this cost with a versatile new input encoding that permits the use of a smaller network without sacrificing quality, thus significantly reducing the number of floating point and memory access operations: a small neural network is augmented by a multiresolution hash table of trainable feature vectors whose values are optimized through stochastic gradient descent.
  • 2 The multiresolution structure allows the network to disambiguate hash collisions, making for a simple architecture that is trivial to parallelize on modern GPUs.
  • 3 We leverage this parallelism by implementing the whole system using fully-fused CUDA kernels with a focus on minimizing wasted bandwidth and compute operations.
Why It Matters

This research advances how AI systems learn, reason, and solve problems — with direct implications for automation and scientific discovery.

This summary is based on publicly available metadata and abstract. For the full research paper, visit the original source:

Read Full Paper at OpenAlex
More Artificial Intelligence Papers ← Back to Hub 📚 Learning Hub
Article Details
Source OpenAlex
Category 🤖 Artificial Intelligence
Published Jul 1, 2022
Journal ACM Transactions on Graphics
DOI 10.1145/3528223.3530127
Citations 3,650
Authors Thomas Müller, Alex Evans, Christoph Schied, Alexander Keller