ReSTIR PT Enhanced could lower the cost of real-time path tracing

NVIDIA researchers have published a new paper called ReSTIR PT Enhanced: Algorithmic Advances for Faster and More Robust ReSTIR Path Tracing. They say the updated method can make ReSTIR path tracing 2 to 3 times faster while also lowering visual and numerical error.
Research, not a new game tech just yet
What NVIDIA is showing here is a cleaner and cheaper way to do the same class of path-traced lighting work that already sits behind many of its real-time rendering papers. The company says the new version is closer to production-ready, which usually means the algorithm is becoming more practical for engines and tools, not that it is ready to appear in games next week.
NVIDIA’s 2022 ReSTIR PT work showed that path samples could be reused across pixels and frames, which let the renderer capture many-bounce diffuse and specular lighting while shading just one path per pixel. That was already a big step for real-time path tracing. The new tech is less about inventing the idea and more about making it cheaper, less fragile, and less noisy in practice.






According to NVIDIA’s abstract, the new changes cut spatial reuse cost in half with reciprocal neighbor selection, improve path reuse with new footprint-based reconnection criteria, and reduce spatiotemporal correlation with duplication maps. It also says direct and global illumination are unified into the same reservoirs, and that the method uses existing techniques to reduce color noise and disocclusion noise. So, this looks like a push to make ReSTIR PT spend less time doing reuse work, make fewer bad reuse decisions, and behave better when scenes move or visibility changes. That is the kind of work that can reduce flicker, lower noise, and make path tracing feel less fragile in motion. And you can see this in the video:
Real-time path tracing is still expensive, and modern GPUs often rely on denoisers, reconstruction, and upscaling to make it usable. In other words, there’s a lot of ‘cheating’ involved to make this technology useful on modern graphics in real-time.
Source: NVIDIA Research