HotSpot: Signed Distance Function Optimization with an Asymptotically Sufficient Condition
Zimo Wang, Cheng Wang, Taiki Yoshino, Sirui Tao, Ziyang Fu, Tzu-Mao Li
TL;DR
The paper addresses the limitation that eikonal-based regularization is only a necessary condition and can fail to yield a true signed distance function, often causing unstable optimization. It introduces HotSpot, a neural SDF optimization framework grounded in the screened Poisson equation, deriving a heat loss via $h(oldsymbol{x}) = e^{-\lambda |u(oldsymbol{x})|}$ and combining boundary, eikonal, and heat terms to achieve an asymptotically sufficient distance function as $\lambda \to \infty$. The authors prove spatial and temporal stability of the approach and show that the heat loss naturally penalizes surface area, avoiding distortions seen with prior area-based regularization. Empirically, HotSpot yields superior surface reconstructions and distance approximations on 2D and 3D datasets, including high-genus geometries, and enhances sphere-tracing efficiency due to more accurate near-surface fields.
Abstract
We propose a method, HotSpot, for optimizing neural signed distance functions. Existing losses, such as the eikonal loss, act as necessary but insufficient constraints and cannot guarantee that the recovered implicit function represents a true distance function, even if the output minimizes these losses almost everywhere. Furthermore, the eikonal loss suffers from stability issues in optimization. Finally, in conventional methods, regularization losses that penalize surface area distort the reconstructed signed distance function. We address these challenges by designing a loss function using the solution of a screened Poisson equation. Our loss, when minimized, provides an asymptotically sufficient condition to ensure the output converges to a true distance function. Our loss also leads to stable optimization and naturally penalizes large surface areas. We present theoretical analysis and experiments on both challenging 2D and 3D datasets and show that our method provides better surface reconstruction and a more accurate distance approximation.
