SEED Research & Announcements Blogs Publications Open Source Careers Contact Us Research & Announcements Blogs Publications Open Source Careers Contact Us

Beyond White Noise for Real-Time Rendering

Going beyond white noise for temporal and spatial denoising in real-time rendering can produce better results with no increase in rendering time.

In this presentation, SEED’s Alan Wolfe discusses the use of different types of noise for random number generation, focusing on applications in real time rendering, and includes research just published at I3D 2024.

In randomized rendering algorithms, white noise is used by the supporting math and does indeed work. However, changing the source of random numbers can produce much higher-quality results without increasing rendering time. So, without even switching the rendering algorithm, using better noise can significantly improve the perceptual quality or measured error of images in ray trace rendering and beyond.

Alan’s presentation covers:

  • Randomness and fairness in number generation
  • Stochastic rendering
  • Noise textures and error patterns

Download the presentation deck (PDF 14 MB).

 

Related News

SEED's Adventure in Gameplay Innovation

SEED
Sep 13, 2024
SEED is branching out into the world of game mechanics, storytelling magic, and interactive wonders.

A Position-Based Material Point Method

SEED
Aug 29, 2024
A novel formulation of Material Point Method that is stable at any time-step, and significantly improves the utility of MPM for real-time applications.

Gigi: Rapid Prototyping Platform for Real-Time Rendering

SEED
Aug 22, 2024
Gigi allows you to create rendering techniques as a node graph in a visual editor and generate code for them automatically.