Papers › Tight Certification of Adversarially Trained Neural Networks via Nonconvex Low-Rank...

Tight Certification of Adversarially Trained Neural Networks via Nonconvex Low-Rank Semidefinite Relaxations

30 Nov 2022arXiv:2211.17244archive 2025-07-28

Hong-Ming Chiu, Richard Y. Zhang

Adversarial training is well-known to produce high-quality neural network models that are empirically robust against adversarial perturbations. Nevertheless, once a model has been adversarially trained, one often desires a certification that the model is truly robust against all future attacks. Unfortunately, when faced with adversarially trained models, all existing approaches have significant trouble making certifications that are strong enough to be practically useful. Linear programming (LP) techniques in particular face a "convex relaxation barrier" that prevent them from making high-quality certifications, even after refinement with mixed-integer linear programming (MILP) and branch-and-bound (BnB) techniques. In this paper, we propose a nonconvex certification technique, based on a low-rank restriction of a semidefinite programming (SDP) relaxation. The nonconvex relaxation makes strong certifications comparable to much more expensive SDP methods, while optimizing over dramatically fewer variables comparable to much weaker LP methods. Despite nonconvexity, we show how off-the-shelf local optimization algorithms can be used to achieve and to certify global optimality in polynomial time. Our experiments find that the nonconvex relaxation almost completely closes the gap towards exact certification of adversarially trained models.

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="2211.17244")

Code

Syntology Ran 2 of 24 code samples harvested from 1 repository linked to this paper; 22 have no recorded run. Of those that ran: 2 ran · honoured contract.

By repository: found in paper text by Syntology: 24 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

hong-ming/bm-r officialmentioned in papermentioned on GitHubMIT 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

24 samples harvested; 2 ran; 2 honoured the contract we drafted; 22 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.

2ran · honoured contract
22unverified

Licence: 0 of the 24 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 IBM/CROWN-Robustness-Certification. “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.

extract_data IBM/CROWN-Robustness-Certification/setup_mnist.py found in paper text by Syntology ran · honoured contract Apache-2.0 (permissive) · 86c9fa246614e9a9 · report
extract_labels IBM/CROWN-Robustness-Certification/setup_mnist.py found in paper text by Syntology ran · honoured contract Apache-2.0 (permissive) · a0cf6bb81ff7819e · report
ReLU IBM/CROWN-Robustness-Certification/get_bounds_ours.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 753617a588e4fc41 · report
get_area IBM/CROWN-Robustness-Certification/quad_fit.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 90f4d0f321d7321a · report
get_general_bounds IBM/CROWN-Robustness-Certification/get_bounds_general.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 1a305708776802f1 · report
get_layer_bound IBM/CROWN-Robustness-Certification/get_bounds_ours.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 37fee45ec17c90a3 · report
get_layer_bound_LP IBM/CROWN-Robustness-Certification/get_bounds_others.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 1271444c865b37e8 · report
get_lower_quad_parameterized_lgtu IBM/CROWN-Robustness-Certification/quad_fit.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 859c42b9a1c7fb44 · report
get_relu_bounds IBM/CROWN-Robustness-Certification/get_bounds_general.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 8ab40dd0da5f2fa6 · report
get_tanh_bounds IBM/CROWN-Robustness-Certification/get_bounds_general.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 465f67a6527e6e6d · report
get_upper_quad_parameterized IBM/CROWN-Robustness-Certification/quad_fit.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 171e3d9dae850e45 · report
get_weights_list IBM/CROWN-Robustness-Certification/get_bounds_ours.py found in paper text by Syntology unverified Apache-2.0 (permissive) · fcf70a46a28d44a2 · report
l1_dist IBM/CROWN-Robustness-Certification/utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 754f9759bf35afba · report
l2_dist IBM/CROWN-Robustness-Certification/utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · c616cfbcc11326f3 · report
linf_dist IBM/CROWN-Robustness-Certification/utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 4fc767413887cc02 · report
load_batch IBM/CROWN-Robustness-Certification/setup_cifar.py found in paper text by Syntology unverified Apache-2.0 (permissive) · ab7faf0047f2c872 · report
load_batch IBM/CROWN-Robustness-Certification/setup_cifar.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 3b4fb87c66244ebf · report
proj_l1 IBM/CROWN-Robustness-Certification/get_bounds_quad.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 2dfae576a64727fc · report
proj_l2 IBM/CROWN-Robustness-Certification/get_bounds_quad.py found in paper text by Syntology unverified Apache-2.0 (permissive) · dd8e7c5361d6a51b · report
proj_li IBM/CROWN-Robustness-Certification/get_bounds_quad.py found in paper text by Syntology unverified Apache-2.0 (permissive) · cba73c35959ddc1d · report
relu_lb_pn IBM/CROWN-Robustness-Certification/general_fit.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 52125b4504b9b441 · report
relu_ub_p IBM/CROWN-Robustness-Certification/general_fit.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 527f8fd2c1c0757b · report
relu_ub_pn IBM/CROWN-Robustness-Certification/general_fit.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 88ac5c47845ee90e · report
spectral_bound IBM/CROWN-Robustness-Certification/get_bounds_others.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 82879d94252d9441 · 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