Probabilistic Robustness Analysis in High Dimensional Space: Application to Semantic Segmentation Network
Navid Hashemi, Samuel Sasaki, Diego Manzanas Lopez, Lars Lindemann, Ipek Oguz, Meiyi Ma, Taylor T. Johnson
TL;DR
This work tackles the challenge of providing robust, probabilistic guarantees for high-dimensional semantic segmentation networks in safety-critical applications, where pixel-wise verification is traditionally intractable. It introduces an architecture-agnostic framework based on conformal inference augmented with a clipping-block surrogate, which projects network outputs onto a convex hull and optionally employs PCA/deflation to manage high dimensionality, yielding scalable probabilistic reach sets with the $<\epsilon,\ell,m>$ guarantees. The approach reduces conservatism compared with prior CI-based methods and sidesteps the need for surrogate training, enabling full-image perturbations and general $\ell_p$ perturbations while maintaining provable coverage. Empirical results on CamVid, OCTA-500, Lung Segmentation, and Cityscapes demonstrate reliable safety guarantees with substantially improved tightness and practical runtimes, and the authors provide an open-source repository to support reproducibility.
Abstract
Semantic segmentation networks (SSNs) are central to safety-critical applications such as medical imaging and autonomous driving, where robustness under uncertainty is essential. However, existing probabilistic verification methods often fail to scale with the complexity and dimensionality of modern segmentation tasks, producing guarantees that are overly conservative and of limited practical value. We propose a probabilistic verification framework that is architecture-agnostic and scalable to high-dimensional input-output spaces. Our approach employs conformal inference (CI), enhanced by a novel technique that we call the \textbf{clipping block}, to provide provable guarantees while mitigating the excessive conservatism of prior methods. Experiments on large-scale segmentation models across CamVid, OCTA-500, Lung Segmentation, and Cityscapes demonstrate that our framework delivers reliable safety guarantees while substantially reducing conservatism compared to state-of-the-art approaches on segmentation tasks. We also provide a public GitHub repository (https://github.com/Navidhashemicodes/SSN_Reach_CLP_Surrogate) for this approach, to support reproducibility.
