paper-with-me

홈 › Papers

Robust and Accurate -- Compositional Architectures for Randomized Smoothing

2022-04-01 · Miklós Z. Horváth, Mark Niklas Müller, Marc Fischer, Martin Vechev

Randomized Smoothing (RS) is considered the state-of-the-art approach to obtain certifiably robust models for challenging tasks. However, current RS approaches drastically decrease standard accuracy on unperturbed data, severely limiting their real-world utility. To address this limitation, we propose a compositional architecture, ACES, which certifiably decides on a per-sample basis whether to use a smoothed model yielding predictions with guarantees or a more accurate standard model without guarantees. This, in contrast to prior approaches, enables both high standard accuracies and significant provable robustness. On challenging tasks such as ImageNet, we obtain, e.g., $80.0\%$ natural accuracy and $28.2\%$ certifiable accuracy against $\ell_2$ perturbations with $r=1.0$. We release our code and models at https://github.com/eth-sri/aces.

📄 PDF Abstract BibTeX arXiv:2204.00487

Code (1)

eth-sri/aces 공식 구현 pytorch

Similar Papers 제목 키워드 기반

A FRAMEWORK FOR ROBUSTNESS CERTIFICATION OF SMOOTHED CLASSIFIERS USING F-DIVERGENCES

2020-05-01 · ICLR 2020 1 · Krishnamurthy (Dj) Dvijotham, Jamie Hayes, Borja Balle, Zico Kolter 외

Formal verification techniques that compute provable guarantees on properties of machine learning models, like robustness to norm-bounded adversarial perturbations, have yielded impressive results. Although most techniqu…

Audio ClassificationBIG-bench Machine Learningimage-classificationImage Classification

Hierarchical Randomized Smoothing

2023-10-24 · NeurIPS 2023 11 · Yan Scholten, Jan Schuchardt, Aleksandar Bojchevski, Stephan Günnemann

Real-world data is complex and often consists of objects that can be decomposed into multiple entities (e.g. images into pixels, graphs into interconnected nodes). Randomized smoothing is a powerful framework for making …

Node Classification

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

Evaluating randomized smoothing as a defense against adversarial attacks in trajectory prediction

2026-03-11 · Julian F. Schumann, Eduardo Figueiredo, Frederik Baymler Mathiesen, Luca Laurenti 외 arxiv

Accurate and robust trajectory prediction is essential for safe and efficient autonomous driving, yet recent work has shown that even state-of-the-art prediction models are highly vulnerable to inputs being mildly pertur…

Trajectory PredictionAutonomous Driving

Certified Adversarial Robustness of Machine Learning-based Malware Detectors via (De)Randomized Smoothing

2024-05-01 · Daniel Gibert, Luca Demetrio, Giulio Zizzo, Quan Le 외

Deep learning-based malware detection systems are vulnerable to adversarial EXEmples - carefully-crafted malicious programs that evade detection with minimal perturbation. As such, the community is dedicating effort to d…

Adversarial RobustnessMalware Detection