paper-with-me

Papers

Provable Robustness Against a Union of $\ell_0$ Adversarial Attacks

2023-02-22 · Zayd Hammoudeh, Daniel Lowd

Sparse or $\ell_0$ adversarial attacks arbitrarily perturb an unknown subset of the features. $\ell_0$ robustness analysis is particularly well-suited for heterogeneous (tabular) data where features have different types or scales. State-of-the-art $\ell_0$ certified defenses are based on randomized smoothing and apply to evasion attacks only. This paper proposes feature partition aggregation (FPA) -- a certified defense against the union of $\ell_0$ evasion, backdoor, and poisoning attacks. FPA generates its stronger robustness guarantees via an ensemble whose submodels are trained on disjoint feature sets. Compared to state-of-the-art $\ell_0$ defenses, FPA is up to 3,000${\times}$ faster and provides larger median robustness guarantees (e.g., median certificates of 13 pixels over 10 for CIFAR10, 12 pixels over 10 for MNIST, 4 features over 1 for Weather, and 3 features over 1 for Ames), meaning FPA provides the additional dimensions of robustness essentially for free.

📄 PDF Abstract BibTeX arXiv:2302.11628

Code (2)

zaydh/feature-partition 공식 구현 pytorch
zaydh/target_identification pytorch

Methods 이 논문이 사용한 방법론

Randomized Smoothing 설명 없음
Test 설명 없음

Similar Papers 제목 키워드 기반

Provable Defense Against Clustering Attacks on 3D Point Clouds

2021-11-22 · AAAI Workshop AdvML 2022 2 · Dishanika Dewani Denipitiyage, Thalaiyasingam Ajanthan, Parameswaran Kamalaruban, Adrian Weller

Lately, the literature on adversarial robustness spans from images to other domains such as point clouds. In this work, we consider clustering attacks on 3D point clouds and devise a provable defense mechanism to counter…

Adversarial RobustnessClustering

Provable robustness against all adversarial $l_p$-perturbations for $p\geq 1$

2019-05-27 · ICLR 2020 1 · Francesco Croce, Matthias Hein

In recent years several adversarial attacks and defenses have been proposed. Often seemingly robust models turn out to be non-robust when more sophisticated attacks are used. One way out of this dilemma are provable robu…

All

Adversarial Robustness Against the Union of Multiple Perturbation Models

2019-09-09 · Pratyush Maini, Eric Wong, J. Zico Kolter

Owing to the susceptibility of deep learning systems to adversarial attacks, there has been a great deal of work in developing (both empirically and certifiably) robust classifiers. While most work has defended against a…

Adversarial Robustness

RAB: Provable Robustness Against Backdoor Attacks

2020-03-19 · Maurice Weber, Xiaojun Xu, Bojan Karlaš, Ce Zhang 외

Recent studies have shown that deep neural networks (DNNs) are vulnerable to adversarial attacks, including evasion and backdoor (poisoning) attacks. On the defense side, there have been intensive efforts on improving bo…

BIG-bench Machine Learning

RAMP: Boosting Adversarial Robustness Against Multiple $l_p$ Perturbations for Universal Robustness

2024-02-09 · Enyi Jiang, Gagandeep Singh

Most existing works focus on improving robustness against adversarial attacks bounded by a single $l_p$ norm using adversarial training (AT). However, these AT models' multiple-norm robustness (union accuracy) is still l…

Adversarial Robustness