Epipolar Rectified Shadow Maps for Real-Time Volumetric Rendering

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current methods for rendering complex light interactions in computer-generated imagery, particularly volumetric shadows and scattering effects, are inefficient and often not suitable for real-time applications, especially when dealing with high-resolution shadow maps and complex scenes, leading to performance issues and temporal artifacts.

Innovation Solution

The method employs epipolar rectification of shadow maps to transform them into 1D min-max mipmaps, allowing for parallel processing of camera rays and efficient computation of scattering integrals using a static acceleration data structure, which simplifies the rendering of complex scenes with textured lights and reduces aliasing.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Manufacturing precision

If traditional ray marching with shadow maps is used to render volumetric shadows, then rendering quality can be achieved, but rendering time becomes prohibitively expensive for real-time applications

Engineering Contradiction:
Improverendering qualityVSAvoidrendering speed
Core Design Contradiction:
Manufacturing precisionVSProductivity

Solution Approach 1:

The patent segments the shadow map processing by epipolar slice, dividing the 2D shadow map into independent 1D rows that can be processed in parallel. Each row corresponds to an epipolar slice that can be handled independently, enabling concurrent processing of multiple camera rays and significantly improving rendering speed while maintaining quality

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent transforms the 2D shadow map into a 1D representation by exploiting epipolar geometry. By rectifying the shadow map according to epipolar lines, the problem is reduced from processing a 2D array to processing multiple independent 1D arrays, which enables efficient parallel processing and real-time rendering

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

2Manufacturing precision

If high-resolution shadow maps are used to avoid aliasing, then image quality improves, but computational complexity and processing time increase significantly

Engineering Contradiction:
Improvealiasing reductionVSAvoidcomputational complexity
Core Design Contradiction:
Manufacturing precisionVSDevice complexity

Solution Approach 1:

The patent divides the high-resolution shadow map into multiple independent 1D epipolar slices, each of which can be processed in parallel. This segmentation allows the system to maintain high resolution for aliasing reduction while distributing the computational load across multiple independent processing units, reducing overall complexity

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent processes only the necessary portions of the shadow map by utilizing epipolar geometry to identify and process only the relevant 1D slices for each camera ray. This partial processing approach maintains sufficient resolution for quality while avoiding unnecessary computation across the entire high-resolution map

Inventive Principle:
Principle #16Partial or excessive action

3Productivity

If epipolar sampling is used to speed up ray marching, then processing time reduces, but temporal artifacts are introduced

Engineering Contradiction:
Improveprocessing speedVSAvoidtemporal stability
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The patent performs preliminary rectification of the shadow map according to epipolar geometry before processing. This preliminary action reorganizes the data structure to enable efficient parallel processing while maintaining temporal stability by ensuring consistent processing across multiple frames through the use of stable epipolar relationships

Inventive Principle:
Principle #10Preliminary action

4Manufacturing precision

If volumetric photon mapping or line space gathering is used to compute scattering integrals, then scattering accuracy improves, but real-time performance is not achieved even with GPU acceleration

Engineering Contradiction:
Improvescattering accuracyVSAvoidreal-time performance
Core Design Contradiction:
Manufacturing precisionVSProductivity

Solution Approach 1:

The patent replaces complex iterative scattering computation systems with an optimized mathematical approach that leverages epipolar geometry and 1D processing. This substitution eliminates the need for complex volumetric photon mapping while achieving both accuracy and real-time performance through simplified 1D integral computation along epipolar lines

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

Data Source

PatentUS9280848B1Rendering images with volumetric shadows using rectified height maps for independence in processing camera rays
Publication Date: 2016.03.08 DISNEY ENTERPRISES INC
  • US9280848B1 patent drawing
  • US9280848B1 patent drawing
  • US9280848B1 patent drawing

AI summary

Rendering a scene with participating media is done by generating a depth map from a camera viewpoint and a shadow map from a light source, converting the shadow map using epipolar rectification to form a rectified shadow map (or generating the rectified shadow map directly), generating an approximation to visibility terms in a scattering integral, then computing a 1D min-max mipmap or other acceleration data structure for rectified shadow map rows and traversing that mipmap/data structure to find lit segments to accumulate values for the scattering integral for specific camera rays, and generating rendered pixel values that take into account accumulated values for the scattering integral for the camera rays. The scattering near an epipole of the rectified shadow map might be done using brute force ray marching when the epipole is on or near the screen. The process can be implemented using a GPU for parallel operations.