Papers › Certified Robustness for Deep Equilibrium Models via Serialized Random Smoothing

Certified Robustness for Deep Equilibrium Models via Serialized Random Smoothing

1 Nov 2024arXiv:2411.00899archive 2025-07-28

Weizhi Gao, Zhichao Hou, Han Xu, Xiaorui Liu

Implicit models such as Deep Equilibrium Models (DEQs) have emerged as promising alternative approaches for building deep neural networks. Their certified robustness has gained increasing research attention due to security concerns. Existing certified defenses for DEQs employing deterministic certification methods such as interval bound propagation and Lipschitz-bounds can not certify on large-scale datasets. Besides, they are also restricted to specific forms of DEQs. In this paper, we provide the first randomized smoothing certified defense for DEQs to solve these limitations. Our study reveals that simply applying randomized smoothing to certify DEQs provides certified robustness generalized to large-scale datasets but incurs extremely expensive computation costs. To reduce computational redundancy, we propose a novel Serialized Randomized Smoothing (SRS) approach that leverages historical information. Additionally, we derive a new certified radius estimation for SRS to theoretically ensure the correctness of our algorithm. Extensive experiments and ablation studies on image recognition demonstrate that our algorithm can significantly accelerate the certification of DEQs by up to 7x almost without sacrificing the certified accuracy. Our code is available at https://github.com/WeizhiGao/Serialized-Randomized-Smoothing.

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

Code

Syntology Ran 6 of 14 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 1 ran · honoured contract; 5 ran · our draft was wrong.

By repository: official repository: 14 samples from 1 repository, 6 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

weizhigao/serialized-randomized-smoothing officialmentioned in papermentioned on GitHubpytorchMIT 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

14 samples harvested; 6 ran; 1 honoured the contract we drafted; 8 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 · honoured contract
5ran · our draft was wrong
8unverified

Licence: 0 of the 14 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 WeizhiGao/Serialized-Randomized-Smoothing. “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.

conv3x3 WeizhiGao/Serialized-Randomized-Smoothing/SRS/code/archs/cifar_resnet.py official repository ran · our draft was wrong MIT (permissive) · fac5364e2f53c6db · report
conv3x3 WeizhiGao/Serialized-Randomized-Smoothing/DEQ/lib/layer_utils.py official repository ran · our draft was wrong MIT (permissive) · bc359191fdd6e179 · report
line_search WeizhiGao/Serialized-Randomized-Smoothing/DEQ/lib/solvers.py official repository ran · our draft was wrong MIT (permissive) · cf5710371bcfb0ab · report
power_method WeizhiGao/Serialized-Randomized-Smoothing/DEQ/lib/jacobian.py official repository ran · our draft was wrong MIT (permissive) · 3c120cc50bc8c55f · report
rmatvec WeizhiGao/Serialized-Randomized-Smoothing/DEQ/lib/solvers.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 968a8f446ad3c5b1 · report
scalar_search_armijo WeizhiGao/Serialized-Randomized-Smoothing/DEQ/lib/solvers.py official repository ran · honoured contract MIT (permissive) · b2b5022f654ee4d3 · report
embedded_dropout WeizhiGao/Serialized-Randomized-Smoothing/DEQ/lib/optimizations.py official repository unverified MIT (permissive) · df1c4e8a21c5f2ef · report
get_dataset WeizhiGao/Serialized-Randomized-Smoothing/SRS/code/datasets.py official repository unverified MIT (permissive) · 667ac97f3d05bca6 · report
get_num_classes WeizhiGao/Serialized-Randomized-Smoothing/SRS/code/datasets.py official repository unverified MIT (permissive) · 8c99213918181c27 · report
jac_loss_estimate WeizhiGao/Serialized-Randomized-Smoothing/DEQ/lib/jacobian.py official repository unverified MIT (permissive) · 3d07af47a6ba65bd · report
list2vec WeizhiGao/Serialized-Randomized-Smoothing/DEQ/lib/layer_utils.py official repository unverified MIT (permissive) · e193f0d97cdfd598 · report
matrix_diag WeizhiGao/Serialized-Randomized-Smoothing/DEQ/lib/optimizations.py official repository unverified MIT (permissive) · f06524d1a24b825a · report
vec2list WeizhiGao/Serialized-Randomized-Smoothing/DEQ/lib/layer_utils.py official repository unverified MIT (permissive) · bfc68a2da5929c5b · report
weight_norm WeizhiGao/Serialized-Randomized-Smoothing/DEQ/lib/optimizations.py official repository unverified MIT (permissive) · 4bf00e788db9f349 · report

Tasks

Classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AttentionRandomized SmoothingSoftmax

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