English

Neural Importance Sampling of Many Lights

Graphics 2025-05-20 v1 Machine Learning

Abstract

We propose a neural approach for estimating spatially varying light selection distributions to improve importance sampling in Monte Carlo rendering, particularly for complex scenes with many light sources. Our method uses a neural network to predict the light selection distribution at each shading point based on local information, trained by minimizing the KL-divergence between the learned and target distributions in an online manner. To efficiently manage hundreds or thousands of lights, we integrate our neural approach with light hierarchy techniques, where the network predicts cluster-level distributions and existing methods sample lights within clusters. Additionally, we introduce a residual learning strategy that leverages initial distributions from existing techniques, accelerating convergence during training. Our method achieves superior performance across diverse and challenging scenes.

Keywords

Cite

@article{arxiv.2505.11729,
  title  = {Neural Importance Sampling of Many Lights},
  author = {Pedro Figueiredo and Qihao He and Steve Bako and Nima Khademi Kalantari},
  journal= {arXiv preprint arXiv:2505.11729},
  year   = {2025}
}

Comments

11 pages, 11 figures. Accepted for publication in SIGGRAPH Conference Papers '25; to be presented at SIGGRAPH 2025

R2 v1 2026-06-28T23:36:54.400Z