paper-with-me

Papers

Data Quality Matters For Adversarial Training: An Empirical Study

2021-02-15 · chengyu dong, Liyuan Liu, Jingbo Shang

Multiple intriguing problems are hovering in adversarial training, including robust overfitting, robustness overestimation, and robustness-accuracy trade-off. These problems pose great challenges to both reliable evaluation and practical deployment. Here, we empirically show that these problems share one common cause -- low-quality samples in the dataset. Specifically, we first propose a strategy to measure the data quality based on the learning behaviors of the data during adversarial training and find that low-quality data may not be useful and even detrimental to the adversarial robustness. We then design controlled experiments to investigate the interconnections between data quality and problems in adversarial training. We find that when low-quality data is removed, robust overfitting and robustness overestimation can be largely alleviated; and robustness-accuracy trade-off becomes less significant. These observations not only verify our intuition about data quality but may also open new opportunities to advance adversarial training.

📄 PDF Abstract BibTeX arXiv:2102.07437

Code (1)

shwinshaker/RobustDataProfiling 공식 구현 pytorch

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

Precise Tradeoffs in Adversarial Training for Linear Regression

2020-02-24 · Adel Javanmard, Mahdi Soltanolkotabi, Hamed Hassani

Despite breakthrough performance, modern learning models are known to be highly vulnerable to small adversarial perturbations in their inputs. While a wide variety of recent \emph{adversarial training} methods have been …

regression

Precise Statistical Analysis of Classification Accuracies for Adversarial Training

2020-10-21 · Adel Javanmard, Mahdi Soltanolkotabi

Despite the wide empirical success of modern machine learning algorithms and models in a multitude of applications, they are known to be highly susceptible to seemingly small indiscernible perturbations to the input data…

Binary ClassificationClassificationGeneral Classification

On robust overfitting: adversarial training induced distribution matters

2023-11-28 · Runzhi Tian, Yongyi Mao

Adversarial training may be regarded as standard training with a modified loss function. But its generalization error appears much larger than standard training under standard loss. This phenomenon, known as robust overf…

Randomization matters. How to defend against strong adversarial attacks

2020-02-26 · Rafael Pinot, Raphael Ettedgui, Geovani Rizk, Yann Chevaleyre 외

Is there a classifier that ensures optimal robustness against all adversarial attacks? This paper answers this question by adopting a game-theoretic point of view. We show that adversarial attacks and defenses form an in…

Randomization matters How to defend against strong adversarial attacks

2020-01-01 · ICML 2020 1 · Rafael Pinot, Raphael Ettedgui, Geovani Rizk, Yann Chevaleyre 외

\emph{Is there a classifier that ensures optimal robustness against all adversarial attacks?} This paper answers this question by adopting a game-theoretic point of view. We show that adversarial attacks and defenses for…