Neural Radiance Caching

2 papers with code • 0 benchmarks • 0 datasets

Involves the task of predicting photorealistic pixel colors from feature buffers.

Image source: Instant Neural Graphics Primitives with a Multiresolution Hash Encoding

Most implemented papers

Instant Neural Graphics Primitives with a Multiresolution Hash Encoding

nvlabs/instant-ngp 16 Jan 2022

Neural graphics primitives, parameterized by fully connected neural networks, can be costly to train and evaluate.

Real-time Neural Radiance Caching for Path Tracing

nvlabs/tiny-cuda-nn 23 Jun 2021

Since pretraining neural networks to handle novel, dynamic scenes is a formidable generalization challenge, we do away with pretraining and instead achieve generalization via adaptation, i. e. we opt for training the radiance cache while rendering.