Skip to main content
TechnologyApr 21, 2026· 2 min read

NVIDIA Accelerates Path Tracing: New ReSTIR Algorithm Up to 3 Times Faster and More Efficient

There's more than just DLSS 5 among the innovations coming from NVIDIA. The company led by Jensen Huang is working to make Path Tracing accessible even on more affordable GPUs. The new evolution of ReSTIR algorithms for Path Tracing is aimed at making the technology "more sustainable" in real-time.

According to a recent technical paper, the new approach called ReSTIR PT Enhanced allows for an average performance increase of between 2 and 3 times, accompanied by improvements in qualitative rendering and more.

Path Tracing today represents the most advanced form of ray tracing-based rendering, capable of simulating light behavior more comprehensively compared to traditional techniques. However, its high computational cost significantly limits its adoption in gaming: even high-end GPUs often require support from technologies such as upscaling and frame generation to maintain playable frame rates.

NVIDIA's new work focuses on optimizing algorithms for spatiotemporal resampling, which are already the basis of previous ReSTIR implementations. The goal is to improve the efficiency of light sample reuse while reducing visual errors and instability.

Among the main innovations introduced are:

  • Reduction of the cost of spatial reuse through reciprocal sample selection
  • New adaptive criteria for ray tracing based on scene and materials
  • Reduction of correlation artifacts thanks to sample duplication maps
  • Unification of direct and global illumination management
  • Improvements in chromatic noise and occlusion noise reduction

These interventions not only enable a performance increase but also enhance visual consistency in complex scenes.

From an architectural standpoint, NVIDIA has also worked on low-level optimizations to improve efficiency in GPU usage. Data shows an increase in streaming multiprocessor (SM) occupation, a rise in active threads per warp, and a significant reduction in latency.

Another step forward concerns memory management: compression of reservoirs and the unification of direct and indirect lighting significantly reduce per-pixel consumption, providing concrete benefits especially at high resolutions.

NVIDIA plans to showcase a technological demo during the ACM SIGGRAPH conference, while the full paper publication is expected in the coming months. As for the implementation of the new algorithm, while it is nearing production state, there is still not enough information to provide a timeline. The long-term goal is clear: to surpass the current approach based on approximations, denoising, and upscaling, bringing real-time rendering closer to a physically accurate simulation of light. In this journey, techniques such as neural rendering and integration with AI algorithms will play an increasingly central role.

After the introduction of ray tracing and the advances of recent years with ReSTIR, could this new evolution represent another step towards the democratization of Path Tracing in video games? Time will tell.