Papers › Global Robustness Evaluation of Deep Neural Networks with Provable Guarantees for the L₀ Norm

Global Robustness Evaluation of Deep Neural Networks with Provable Guarantees for the L₀ Norm

16 Apr 2018arXiv:1804.05805archive 2025-07-28

Wenjie Ruan, Min Wu, Youcheng Sun, Xiaowei Huang, Daniel Kroening, Marta Kwiatkowska

Deployment of deep neural networks (DNNs) in safety- or security-critical systems requires provable guarantees on their correct behaviour. A common requirement is robustness to adversarial perturbations in a neighbourhood around an input. In this paper we focus on the L₀ norm and aim to compute, for a trained DNN and an input, the maximal radius of a safe norm ball around the input within which there are no adversarial examples. Then we define global robustness as an expectation of the maximal safe radius over a test data set. We first show that the problem is NP-hard, and then propose an approximate approach to iteratively compute lower and upper bounds on the network's robustness. The approach is \emph{anytime}, i.e., it returns intermediate bounds and robustness estimates that are gradually, but strictly, improved as the computation proceeds; \emph{tensor-based}, i.e., the computation is conducted over a set of inputs simultaneously, instead of one by one, to enable efficient GPU computation; and has \emph{provable guarantees}, i.e., both the bounds and the robustness estimates can converge to their optimal values. Finally, we demonstrate the utility of the proposed approach in practice to compute tight bounds by applying and adapting the anytime algorithm to a set of challenging problems, including global robustness evaluation, competitive L₀ attacks, test case generation for DNNs, and local robustness evaluation on large-scale ImageNet DNNs. We release the code of all case studies via GitHub.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1804.05805")

Code

Syntology Ran 1 of 12 code samples harvested from 2 repositories linked to this paper; 11 have no recorded run. Of those that ran: 1 ran · fixture could not drive it.

By repository: official repository: 3 samples from 1 repository, 1 ran; community (archive-listed): 9 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

L0-TRE/L0-TRE officialmentioned in papermentioned on GitHub report
Accountable-Machine-Intelligence-Lab/DeepTRE mentioned on GitHubBSD-3-Clause report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 1 ran; 0 honoured the contract we drafted; 11 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · fixture could not drive it
11unverified

Licence: 3 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

accumulated_pixel_manipulation L0-TRE/L0-TRE/Case_Study_Three/l0attack.py official repository ran · fixture could not drive it no licence file found · pointer only · 7b20f53f29328d63 · report
L0Attack L0-TRE/L0-TRE/Case_Study_Three/l0attack.py official repository unverified no licence file found · pointer only · fa37337474999d1d · report
influential_pixel_manipulation L0-TRE/L0-TRE/Case_Study_Three/l0attack.py official repository unverified no licence file found · pointer only · d7a8445cb2af0e45 · report
accumulated_pixel_manipulation Accountable-Machine-Intelligence-Lab/DeepTRE/Case_Study_Five/CIFAR10/pixel_bc.py community (archive-listed) unverified BSD-3-Clause (permissive) · f3c67195ace1f706 · report
accumulated_pixel_manipulation Accountable-Machine-Intelligence-Lab/DeepTRE/Case_Study_Five/CIFAR10/pixel_nc.py community (archive-listed) unverified BSD-3-Clause (permissive) · 8c01c9d6c03d07aa · report
boundary_cover Accountable-Machine-Intelligence-Lab/DeepTRE/Case_Study_Five/CIFAR10/l0_bc.py community (archive-listed) unverified BSD-3-Clause (permissive) · 481c04bf625cc98c · report
influential_pixel_manipulation Accountable-Machine-Intelligence-Lab/DeepTRE/Case_Study_Five/CIFAR10/pixel_bc.py community (archive-listed) unverified BSD-3-Clause (permissive) · 93b31238f5e5a988 · report
influential_pixel_manipulation Accountable-Machine-Intelligence-Lab/DeepTRE/Case_Study_Five/CIFAR10/pixel_nc.py community (archive-listed) unverified BSD-3-Clause (permissive) · 46c276a32cd3bbf4 · report
negate Accountable-Machine-Intelligence-Lab/DeepTRE/Case_Study_Five/CIFAR10/l0_nc.py community (archive-listed) unverified BSD-3-Clause (permissive) · b4d7253ec0d274a3 · report
refine_adversary_image Accountable-Machine-Intelligence-Lab/DeepTRE/Case_Study_Five/CIFAR10/pixel_bc.py community (archive-listed) unverified BSD-3-Clause (permissive) · ea8745d1545b460b · report
refine_adversary_image Accountable-Machine-Intelligence-Lab/DeepTRE/Case_Study_Five/CIFAR10/pixel_nc.py community (archive-listed) unverified BSD-3-Clause (permissive) · 6de14d13639acafc · report
retrieve_softmax_inputs Accountable-Machine-Intelligence-Lab/DeepTRE/Case_Study_Three/neural_network.py community (archive-listed) unverified BSD-3-Clause (permissive) · 048c04c111cb1f4f · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections