paper-with-me

Papers

Certified Robustness for Deep Equilibrium Models via Serialized Random Smoothing

2024-11-01 · 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.

📄 PDF Abstract BibTeX arXiv:2411.00899

Code (1)

weizhigao/serialized-randomized-smoothing 공식 구현 pytorch

Tasks

Classification

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Randomized Smoothing 설명 없음

Similar Papers 제목 키워드 기반

Certified Adversarial Robustness via Randomized Smoothing

2019-02-08 · Jeremy M Cohen, Elan Rosenfeld, J. Zico Kolter

We show how to turn any classifier that classifies well under Gaussian noise into a new classifier that is certifiably robust to adversarial perturbations under the $\ell_2$ norm. This "randomized smoothing" technique ha…

Adversarial DefenseAdversarial RobustnessRobust classification

Certified Robustness for Top-k Predictions against Adversarial Perturbations via Randomized Smoothing

2019-12-20 · ICLR 2020 1 · Jinyuan Jia, Xiaoyu Cao, Binghui Wang, Neil Zhenqiang Gong

It is well-known that classifiers are vulnerable to adversarial perturbations. To defend against adversarial perturbations, various certified robustness results have been derived. However, existing certified robustnesses…

Bridging the Theoretical Gap in Randomized Smoothing

2025-04-03 · Blaise Delattre, Paul Caillon, Quentin Barthélemy, Erwan Fagnou 외

Randomized smoothing has become a leading approach for certifying adversarial robustness in machine learning models. However, a persistent gap remains between theoretical certified robustness and empirical robustness acc…

Adversarial Robustness

A Unified framework for randomized smoothing based certified defenses

2019-09-25 · Tianhang Zheng, Di Wang, Baochun Li, Jinhui Xu

Randomized smoothing, which was recently proved to be a certified defensive technique, has received considerable attention due to its scalability to large datasets and neural networks. However, several important question…

Mitigating the Curse of Dimensionality for Certified Robustness via Dual Randomized Smoothing

2024-04-15 · Song Xia, Yi Yu, Xudong Jiang, Henghui Ding

Randomized Smoothing (RS) has been proven a promising method for endowing an arbitrary image classifier with certified robustness. However, the substantial uncertainty inherent in the high-dimensional isotropic Gaussian …