paper-with-me

Papers

Boosting Few-Pixel Robustness Verification via Covering Verification Designs

2024-05-17 · Yuval Shapira, Naor Wiesel, Shahar Shabelman, Dana Drachsler-Cohen

Proving local robustness is crucial to increase the reliability of neural networks. While many verifiers prove robustness in $L_\infty$ $\epsilon$-balls, very little work deals with robustness verification in $L_0$ $\epsilon$-balls, capturing robustness to few pixel attacks. This verification introduces a combinatorial challenge, because the space of pixels to perturb is discrete and of exponential size. A previous work relies on covering designs to identify sets for defining $L_\infty$ neighborhoods, which if proven robust imply that the $L_0$ $\epsilon$-ball is robust. However, the number of neighborhoods to verify remains very high, leading to a high analysis time. We propose covering verification designs, a combinatorial design that tailors effective but analysis-incompatible coverings to $L_0$ robustness verification. The challenge is that computing a covering verification design introduces a high time and memory overhead, which is intensified in our setting, where multiple candidate coverings are required to identify how to reduce the overall analysis time. We introduce CoVerD, an $L_0$ robustness verifier that selects between different candidate coverings without constructing them, but by predicting their block size distribution. This prediction relies on a theorem providing closed-form expressions for the mean and variance of this distribution. CoVerD constructs the chosen covering verification design on-the-fly, while keeping the memory consumption minimal and enabling to parallelize the analysis. The experimental results show that CoVerD reduces the verification time on average by up to 5.1x compared to prior work and that it scales to larger $L_0$ $\epsilon$-balls.

📄 PDF Abstract BibTeX arXiv:2405.10924

Code (1)

yuvshap/coverd 공식 구현 tf

Similar Papers 제목 키워드 기반

Boosting the Robustness Verification of DNN by Identifying the Achilles's Heel

2018-11-17 · Chengdong Feng, Zhenbang Chen, Weijiang Hong, Hengbiao Yu 외

Deep Neural Network (DNN) is a widely used deep learning technique. How to ensure the safety of DNN-based system is a critical problem for the research and application of DNN. Robustness is an important safety property o…

Lipschitz Optimization for Formal Verification of Homographies

2026-05-22 · Jean-Guillaume Durand, Panagiotis Kouvaros, Maxime Gariel, Alessio Lomuscio arxiv

The adoption of vision neural networks in regulated industries requires formal robustness guarantees, especially in safety-critical domains such as healthcare, autonomous vehicles, and aerospace. However, current approac…

Autonomous VehiclesAutonomous Driving

Boosting Robustness Verification of Semantic Feature Neighborhoods

2022-09-12 · Anan Kabaha, Dana Drachsler-Cohen

Deep neural networks have been shown to be vulnerable to adversarial attacks that perturb inputs based on semantic features. Existing robustness analyzers can reason about semantic feature neighborhoods to increase the n…

Active Learning

Uncovering the Limits of Proof Sharing for Neural Networks

2026-08-19 · Kanak Das, Shubham Ugare, Bor-Yuh Evan Chang, Sasa Misailovic 외 arxiv

Robustness verification of neural networks is increasingly important, due to their use in many critical domains. In certain scenarios, proof sharing has been shown to accelerate incomplete verification techniques by reus…

Versatile Verification of Tree Ensembles

2020-10-26 · Laurens Devos, Wannes Meert, Jesse Davis

Machine learned models often must abide by certain requirements (e.g., fairness or legal). This has spurred interested in developing approaches that can provably verify whether a model satisfies certain properties. This …

Fairness