Regression-based Monte Carlo Integration

Corentin Salaün, Adrien Gruson, Binh-Son Hua, Toshiya Hachisuka, Gurprit Singh

ACM Siggraph 2022 (Journal track)
Published in ACM Transactions on Graphics, Volume 41, 2022

Teaser

Abstract

Monte Carlo integration is typically interpreted as an estimator of the expected value using stochastic samples. There exists an alternative interpretation in calculus where Monte Carlo integration can be seen as estimating a constant function – from the stochastic evaluations of the integrand – that integrates to the original integral. The integral mean value theorem states that this constant function should be the mean (or expectation) of the integrand. Since both interpretations result in the same estimator, little attention has been devoted to the calculus-oriented interpretation. We show that the calculus-oriented interpretation actually implies the possibility of using a more complex function than a constant one to construct a more efficient estimator for Monte Carlo integration. We build a new estimator based on this interpretation and relate our estimator to control variates with least-squares regression on the stochastic samples of the integrand. Unlike prior work, our resulting estimator is provably better than or equal to the conventional Monte Carlo estimator. To demonstrate the strength of our approach, we introduce a practical estimator that can act as a simple drop-in replacement for conventional Monte Carlo integration. We experimentally validate our framework on various light transport integrals.

Presentation video

BibTeX reference

@article{Salaun:2022:RegressionMC,
    author = {Sala"{u}n, Corentin and Gruson, Adrien and Hua, Binh-Son and Hachisuka, Toshiya and Singh, Gurprit},
    title = {Regression-Based Monte Carlo Integration},
    year = {2022},
    volume = {41},
    number = {4},
    doi = {10.1145/3528223.3530095},
    journal = {ACM Trans. Graph.},
}