Off-Centered WoS-Type Solvers with Statistical Weighting
Anchang Bao, Jie Xu, Enya Shen, Jianmin Wang
TL;DR
The paper tackles solving PDEs in graphics using stochastic WoS-type solvers and identifies correlation artifacts and bias when Green's functions are approximated. It introduces a statistically weighted off-centered estimator, forming the multi-domain estimator $\hat{u}(x)=\sum_{y\in H_x}\lambda_{x,y}\hat{I}_{x,y}$ with a similarity test based on $w^*$ and a bias-variance tuning parameter $\gamma$ to filter unreliable off-centered terms. The method extends to Dirichlet, Neumann, and mixed boundary conditions, supports gradient estimation, and applies to the screened Poisson equation. Experiments demonstrate consistent variance reduction and improved accuracy over vanilla WoS, mean value caching, and boundary value caching, while offering a tunable bias-variance trade-off via $\gamma$ and robust handling of correlation artifacts.
Abstract
Stochastic PDE solvers have emerged as a powerful alternative to traditional discretization-based methods for solving partial differential equations (PDEs), especially in geometry processing and graphics. While off-centered estimators enhance sample reuse in WoS-type Monte Carlo solvers, they introduce correlation artifacts and bias when Green's functions are approximated. In this paper, we propose a statistically weighted off-centered WoS-type estimator that leverages local similarity filtering to selectively combine samples across neighboring evaluation points. Our method balances bias and variance through a principled weighting strategy that suppresses unreliable estimators. We demonstrate our approach's effectiveness on various PDEs,including screened Poisson equations and boundary conditions, achieving consistent improvements over existing solvers such as vanilla Walk on Spheres, mean value caching, and boundary value caching. Our method also naturally extends to gradient field estimation and mixed boundary problems.
