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

Instant neural graphics primitives with a multiresolution hash encoding

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

🤖 Plain-English 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.

🔑 Key Findings

  • 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.
  • The multiresolution structure allows the network to disambiguate hash collisions, making for a simple architecture that is trivial to parallelize on modern GPUs.
  • 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 This Matters

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

Read the full paper
Access the original peer-reviewed research via OpenAlex.

View on DOI ↗

📋 Article Details

Category 🤖 Artificial Intelligence
Published Jul 01, 2022
Journal ACM Transactions on Graphics
Authors Thomas Müller, Alex Evans, Christoph Schied, Alexander Keller
DOI 10.1145/3528223.3530127
Citations 3,650
Source OpenAlex

More 🤖 Artificial Intelligence Research