paper-with-me

홈 › Papers

Average Certified Radius is a Poor Metric for Randomized Smoothing

2024-10-09 · Chenhao Sun, Yuhao Mao, Mark Niklas Müller, Martin Vechev

Randomized smoothing is a popular approach for providing certified robustness guarantees against adversarial attacks, and has become an active area of research. Over the past years, the average certified radius (ACR) has emerged as the most important metric for comparing methods and tracking progress in the field. However, in this work, for the first time we show that ACR is a poor metric for evaluating robustness guarantees provided by randomized smoothing. We theoretically prove not only that a trivial classifier can have arbitrarily large ACR, but also that ACR is much more sensitive to improvements on easy samples than on hard ones. Empirically, we confirm that existing training strategies, though improving ACR with different approaches, reduce the model's robustness on hard samples consistently. To strengthen our conclusion, we propose strategies, including explicitly discarding hard samples, reweighting the dataset with approximate certified radius, and extreme optimization for easy samples, to achieve state-of-the-art ACR, without training for robustness on the full data distribution. Overall, our results suggest that ACR has introduced a strong undesired bias to the field, and its application should be discontinued when evaluating randomized smoothing.

📄 PDF Abstract BibTeX arXiv:2410.06895

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Certifying Confidence via Randomized Smoothing

2020-09-17 · NeurIPS 2020 12 · Aounon Kumar, Alexander Levine, Soheil Feizi, Tom Goldstein

Randomized smoothing has been shown to provide good certified-robustness guarantees for high-dimensional classification problems. It uses the probabilities of predicting the top two most-likely classes around an input po…

LEMMAPrediction

Towards Large Certified Radius in Randomized Smoothing using Quasiconcave Optimization

2023-02-01 · Bo-Han Kung, Shang-Tse Chen

Randomized smoothing is currently the state-of-the-art method that provides certified robustness for deep neural networks. However, due to its excessively conservative nature, this method of incomplete verification often…

MACER: Attack-free and Scalable Robust Training via Maximizing Certified Radius

2020-01-08 · ICLR 2020 1 · Runtian Zhai, Chen Dan, Di He, huan zhang 외

Adversarial training is one of the most popular ways to learn robust models but is usually attack-dependent and time costly. In this paper, we propose the MACER algorithm, which learns robust models without using adversa…

The Lipschitz-Variance-Margin Tradeoff for Enhanced Randomized Smoothing

2023-09-28 · Blaise Delattre, Alexandre Araujo, Quentin Barthélemy, Alexandre Allauzen

Real-life applications of deep neural networks are hindered by their unsteady predictions when faced with noisy inputs and adversarial attacks. The certified radius in this context is a crucial indicator of the robustnes…

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 …