Next Event Estimation++: Visibility Mapping for Efficient Light Transport Simulation

Jerry Guo, Martin Eisemann, Elmar Eisemann
Computer Graphics Forum (Proc. of Pacific Graphics), Volume 39, Number 7, page 205-217 - Oct 2020
Download the publication : GEE20-NEE++.pdf [46.4Mo]   GEE20_slides.pdf [5.4Mo]  
Monte-Carlo rendering requires determining the visibility between scene points as the most common and compute intense operation to establish paths between camera and light source. Unfortunately, many tests reveal occlusions and the corresponding paths do not contribute to the final image. In this work, we present next event estimation++ (NEE++): a visibility mapping technique to perform visibility tests in a more informed way by caching voxel to voxel visibility probabilities. We show two scenarios: Russian roulette style rejection of visibility tests and direct importance sampling of the visibility. We show applications to next event estimation and light sampling in a uni-directional path tracer, and light-subpath sampling in Bi-Directional Path Tracing. The technique is simple to implement, easy to add to existing rendering systems, and comes at almost no cost, as the required information can be directly extracted from the rendering process itself. It discards up to 80% of visibility tests on average, while reducing variance by 20% compared to other state-of-the-art light sampling techniques with the same number of samples. It gracefully handles complex scenes with efficiency similar to Metropolis light transport techniques but with a more uniform convergence.

Images and movies

 

BibTex references

@Article { GEE20,
  author       = "Guo, Jerry and Eisemann, Martin and Eisemann, Elmar",
  title        = "Next Event Estimation++: Visibility Mapping for Efficient Light Transport Simulation",
  journal      = "Computer Graphics Forum (Proc. of Pacific Graphics)",
  number       = "7",
  volume       = "39",
  pages        = "205-217",
  month        = "Oct",
  year         = "2020",
  note         = "doi: 10.1111/cgf.14138",
  url          = "http://graphics.tudelft.nl/Publications-new/2020/GEE20"
}

Other publications in the database

» Jerry Guo
» Martin Eisemann
» Elmar Eisemann






Back