English

Neural Product Importance Sampling via Warp Composition

Computer Vision and Pattern Recognition 2024-10-08 v2 Graphics

Abstract

Achieving high efficiency in modern photorealistic rendering hinges on using Monte Carlo sampling distributions that closely approximate the illumination integral estimated for every pixel. Samples are typically generated from a set of simple distributions, each targeting a different factor in the integrand, which are combined via multiple importance sampling. The resulting mixture distribution can be far from the actual product of all factors, leading to sub-optimal variance even for direct-illumination estimation. We present a learning-based method that uses normalizing flows to efficiently importance sample illumination product integrals, e.g., the product of environment lighting and material terms. Our sampler composes a flow head warp with an emitter tail warp. The small conditional head warp is represented by a neural spline flow, while the large unconditional tail is discretized per environment map and its evaluation is instant. If the conditioning is low-dimensional, the head warp can be also discretized to achieve even better performance. We demonstrate variance reduction over prior methods on a range of applications comprising complex geometry, materials and illumination.

Keywords

Cite

@article{arxiv.2409.18974,
  title  = {Neural Product Importance Sampling via Warp Composition},
  author = {Joey Litalien and Miloš Hašan and Fujun Luan and Krishna Mullia and Iliyan Georgiev},
  journal= {arXiv preprint arXiv:2409.18974},
  year   = {2024}
}

Comments

Published in ACM SIGGRAPH Asia 2024 Conference Papers. Project page: https://joeylitalien.github.io/publications/warp

R2 v1 2026-06-28T18:59:52.523Z