LGJun 1, 2025

No Soundness in the Real World: On the Challenges of the Verification of Deployed Neural Networks

arXiv:2506.01054v15 citationsh-index: 1ICML
Originality Incremental advance
AI Analysis

This reveals a critical gap in neural network verification for safety-critical applications, though it is incremental in highlighting limitations rather than proposing a solution.

The paper demonstrates that current neural network verifiers fail to guarantee safety in real-world deployment due to vulnerabilities to deployment-specific attacks, showing that all tested verifiers are not practically sound.

The ultimate goal of verification is to guarantee the safety of deployed neural networks. Here, we claim that all the state-of-the-art verifiers we are aware of fail to reach this goal. Our key insight is that theoretical soundness (bounding the full-precision output while computing with floating point) does not imply practical soundness (bounding the floating point output in a potentially stochastic environment). We prove this observation for the approaches that are currently used to achieve provable theoretical soundness, such as interval analysis and its variants. We also argue that achieving practical soundness is significantly harder computationally. We support our claims empirically as well by evaluating several well-known verification methods. To mislead the verifiers, we create adversarial networks that detect and exploit features of the deployment environment, such as the order and precision of floating point operations. We demonstrate that all the tested verifiers are vulnerable to our new deployment-specific attacks, which proves that they are not practically sound.

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