Geometric Queries on Closed Implicit Surfaces for Walk on Stars
Tianyu Huang
TL;DR
The paper addresses the lack of reliable geometric queries for WoSt on implicit domains by formulating all required queries (CPQ, ray intersection, CSPQ, and RRBQ) as constrained global optimization or constraint-satisfaction problems over closed implicit surfaces defined by zero level sets of $f_D$ and $f_R$. Leveraging interval analysis with branch-and-bound, the authors derive tight, dimension-aware bounds for Robin boundaries and present a mesh-free WoSt workflow that includes point sampling on reflecting boundaries, all implemented in Julia with IntervalArithmetic.jl. This work delivers the first complete WoSt pipeline for closed implicit domains, enabling direct PDE solving on implicit boundaries and preserving WoSt’s mesh-free advantages. Practical impact includes robust, mesh-free simulation capabilities for complex implicit geometries and potential extensions to neural SDFs and inverse problems in PDE contexts.
Abstract
Walk on stars (WoSt) is currently one of the most advanced Monte Carlo solvers for PDEs. Unfortunately, the lack of reliable geometric query approaches has hindered its applicability to boundaries defined by implicit surfaces. This work proposes a geometric query framework over closed implicit surfaces for WoSt, under the scope of walkin' Robin. Our key observation is that all WoSt queries can be formulated as constrained global optimization or constraint satisfaction problems. Based on our formulations, to solve the highly non-convex problems, we adopt a branch-and-bound approach based on interval analysis. To the best of our knowledge, our method is the first to study closest silhouette point queries and Robin radius bound queries on closed implicit surfaces. Our formulations and methods first enable mesh-free PDE solving via WoSt when boundaries are defined by closed implicit surfaces.
