paper-with-me

Papers

Better Robustness by More Coverage: Adversarial and Mixup Data Augmentation for Robust Finetuning

2021-08-01 · Findings (ACL) 2021 8 · Chenglei Si, Zhengyan Zhang, Fanchao Qi, Zhiyuan Liu, Yasheng Wang, Qun Liu, Maosong Sun
📄 PDF Abstract BibTeX

Code (1)

thunlp/MixADA pytorch

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

Better Robustness by More Coverage: Adversarial Training with Mixup Augmentation for Robust Fine-tuning

2020-12-31 · Chenglei Si, Zhengyan Zhang, Fanchao Qi, Zhiyuan Liu 외

Pretrained language models (PLMs) perform poorly under adversarial attacks. To improve the adversarial robustness, adversarial data augmentation (ADA) has been widely adopted to cover more search space of adversarial att…

Adversarial RobustnessData AugmentationText Augmentationtext-classification+1

Mixup Inference: Better Exploiting Mixup to Defend Adversarial Attacks

2019-09-25 · ICLR 2020 1 · Tianyu Pang, Kun Xu, Jun Zhu

It has been widely recognized that adversarial examples can be easily crafted to fool deep networks, which mainly root from the locally non-linear behavior nearby input examples. Applying mixup in training provides an ef…

Adversarial Robustness

Adversarial Vertex Mixup: Toward Better Adversarially Robust Generalization

2020-03-05 · CVPR 2020 6 · Saehyung Lee, Hyungyu Lee, Sungroh Yoon

Adversarial examples cause neural networks to produce incorrect outputs with high confidence. Although adversarial training is one of the most effective forms of defense against adversarial examples, unfortunately, a lar…

Adversarial RobustnessData Augmentation

$k$-Mixup Regularization for Deep Learning via Optimal Transport

2021-09-29 · Kristjan Greenewald, Anming Gu, Mikhail Yurochkin, Justin Solomon 외

Mixup is a popular regularization technique for training deep neural networks that can improve generalization and increase adversarial robustness. It perturbs input training data in the direction of other randomly-chose…

Adversarial RobustnessDeep Learning

How Does Mixup Help With Robustness and Generalization?

2020-10-09 · ICLR 2021 1 · Linjun Zhang, Zhun Deng, Kenji Kawaguchi, Amirata Ghorbani 외

Mixup is a popular data augmentation technique based on taking convex combinations of pairs of examples and their labels. This simple technique has been shown to substantially improve both the robustness and the generali…

Data Augmentation