CVGRLGJun 18

Stochastic Signed Distance Processes

arXiv:2606.208567.4Has Code
Predicted impact top 67% in CV · last 90 daysOriginality Highly original
AI Analysis

This work provides a principled probabilistic framework for multi-view surface reconstruction, benefiting computer vision researchers by enabling better uncertainty quantification alongside reconstruction quality.

The paper reformulates SDF-based volume rendering as probabilistic surface rendering using Stochastic Signed Distance Processes (SSDP), modeling ray-surface intersections as first-passage events. Experiments on DTU and MobileBrick datasets show improved surface reconstruction and uncertainty quantification over baselines.

Multi-view surface reconstruction is a core problem in computer vision. One prominent line of work represents the surface implicitly as a signed distance field (SDF), optimizing it based on the photometric loss between rendered and observed pixel colors. These approaches typically employ SDF-based volume rendering to obtain a differentiable relaxation of discontinuous visibility along rays, thereby reducing reliance on silhouette supervision. In this paper, we reformulate SDF-based volume rendering as probabilistic surface rendering, where each pixel color is modeled as a mixture distribution induced by the random first ray-surface intersection. To this end, we introduce Stochastic Signed Distance Processes (SSDP), which model the SDF along each ray as a stochastic process, inducing a first-passage-time distribution for each ray. We then derive the first-passage probability for each sampling interval based on Bayesian filtering, together with its practical approximation for parallel rendering. We further show that NeuS, an existing SDF-based volume rendering method, arises as a special case of our formulation. Experiments on the DTU and MobileBrick datasets demonstrate that our method outperforms baselines in both surface reconstruction and uncertainty quantification, supporting the effectiveness of our first-passage formulation. Our code is available at https://github.com/skmhrk1209/SSDP.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes