Material-Agnostic Denoising Before Shading in Light Transport

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing image synthesis methods in photorealistic rendering produce noisy images due to insufficient sampling, leading to blurred shading and the need for effective denoising techniques that can maintain high visual quality even at low sampling rates.

Innovation Solution

Denoising is performed before material shading using a neural network that evaluates the light transport integral operator, projecting irradiance onto a higher dimensional space and applying machine learning to filter noise efficiently, compatible with existing denoisers and temporal anti-aliasing techniques.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If Monte Carlo sampling is used to estimate pixel colors in light transport simulation, then photorealistic image synthesis is achieved, but images appear noisy when the number of samples is insufficient

Engineering Contradiction:
Improveimage qualityVSAvoidsampling rate
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The patent applies preliminary denoising to the incident radiance before material shading occurs. By removing noise from the incident radiance estimates early in the rendering pipeline, the subsequent material shading operations can proceed with fewer samples while maintaining high visual quality. This preliminary action prevents noise from propagating through the shading calculations, resolving the contradiction between achieving photorealistic quality and maintaining low sampling rates.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent segments the rendering pipeline into distinct stages: incident radiance estimation, denoising, and material shading. By isolating the denoising operation as a separate preprocessing step before material shading, the system can optimize each stage independently. This segmentation allows noisy incident radiance to be cleaned before affecting material calculations, enabling high-quality results at low sampling rates without compromising the integrity of material shading operations.

Inventive Principle:
Principle #1Segmentation

2Object-affected harmful factors

If denoising is applied to shaded noisy images using conventional filtering, then noise is reduced, but the images become blurred

Engineering Contradiction:
Improvenoise reductionVSAvoidimage sharpness
Core Design Contradiction:
Object-affected harmful factorsVSManufacturing precision

Solution Approach 1:

The patent performs denoising as a preliminary action on the incident radiance before material shading is applied. By removing noise at this early stage, the subsequent material shading operations work with clean data, preserving sharp edges and details. This prevents the blurring that occurs when conventional filters are applied after shading, as the filtering happens on the underlying radiance data rather than on already-shaded images where material boundaries would be blurred.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent inverts the conventional denoising approach by applying denoising before material shading rather than after. Instead of filtering the final shaded image (which causes blurring), the system filters the incident radiance input to the shading process. This reversal of the processing order allows noise removal without compromising the sharpness of material boundaries and edges in the final image.

Inventive Principle:
Principle #13The other way round (Inversion)

3Measurement precision

If the number of light transport paths sampled is increased to reduce noise, then image quality improves, but compute time increases

Engineering Contradiction:
Improveimage qualityVSAvoidcompute time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent applies preliminary denoising to incident radiance estimates obtained with few samples, enabling high-quality material shading without requiring extensive sampling. By cleaning the incident radiance data before it enters the material shading pipeline, the system achieves photorealistic image quality at low sampling rates, dramatically reducing compute time while maintaining precision.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent introduces denoising as an intermediary processing step between incident radiance estimation and material shading. This intermediary operation transforms noisy low-sample radiance data into clean input for shading, allowing the system to achieve high image quality without increasing the number of sampled light transport paths, thus avoiding the associated increase in compute time.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS20250292485A1Material agnostic denoising
Publication Date: 2025.09.18 NVIDIA CORP
  • US20250292485A1 patent drawing
  • US20250292485A1 patent drawing
  • US20250292485A1 patent drawing

AI summary

In photorealistic image synthesis by light transport simulation, the colors of each pixel are computed by evaluating an integral of a high-dimensional function. In practice, the pixel colors are estimated by using Monte Carlo and quasi-Monte Carlo methods to sample light transport paths that connect light sources and cameras and summing up the contributions to evaluate the integral. Because of the sampling, images appear noisy when the number of samples is insufficient. Due to the lack of information, denoising the shaded images introduces artifacts, for example, blurred the images. Denoising before material shading enables real-time light transport simulation, producing high visual quality even for low sampling rates (avoiding the blurred shading). The light transport integral operator is evaluated by a neural network, requiring data from only a single frame.