paper-with-me

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, Yasheng Wang, Qun Liu, Maosong Sun

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 attacks by adding textual adversarial examples during training. However, the number of adversarial examples for text augmentation is still extremely insufficient due to the exponentially large attack search space. In this work, we propose a simple and effective method to cover a much larger proportion of the attack search space, called Adversarial and Mixup Data Augmentation (AMDA). Specifically, AMDA linearly interpolates the representations of pairs of training samples to form new virtual samples, which are more abundant and diverse than the discrete text adversarial examples in conventional ADA. Moreover, to fairly evaluate the robustness of different models, we adopt a challenging evaluation setup, which generates a new set of adversarial examples targeting each model. In text classification experiments of BERT and RoBERTa, AMDA achieves significant robustness gains under two strong adversarial attacks and alleviates the performance degradation of ADA on the clean data. Our code is available at: https://github.com/thunlp/MixADA .

📄 PDF Abstract BibTeX arXiv:2012.15699

Code (1)

thunlp/MixADA 공식 구현 pytorch

Tasks

Adversarial RobustnessData AugmentationText Augmentationtext-classificationText Classification

Methods 이 논문이 사용한 방법론

ADA 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Attention 설명 없음

Similar 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 외
Data Augmentation

Ensuring Calibration Robustness in Split Conformal Prediction Under Adversarial Attacks

2025-11-23 · Xunlei Qian, Yue Xing arxiv

Conformal prediction (CP) provides distribution-free, finite-sample coverage guarantees but critically relies on exchangeability, a condition often violated under distribution shift. We study the robustness of split conf…

Probabilistically robust conformal prediction

2023-07-31 · Subhankar Ghosh, Yuanjie Shi, Taha Belkhouja, Yan Yan 외

Conformal prediction (CP) is a framework to quantify uncertainty of machine learning classifiers including deep neural networks. Given a testing example and a trained classifier, CP produces a prediction set of candidate…

Conformal PredictionPrediction

QFAL: Quantum Federated Adversarial Learning

2025-02-28 · Walid El Maouaki, Nouhaila Innan, Alberto Marchisio, Taoufik Said 외

Quantum federated learning (QFL) merges the privacy advantages of federated systems with the computational potential of quantum neural networks (QNNs), yet its vulnerability to adversarial attacks remains poorly understo…

Adversarial AttackFederated Learning

RobQFL: Robust Quantum Federated Learning in Adversarial Environment

2025-09-05 · Walid El Maouaki, Nouhaila Innan, Alberto Marchisio, Taoufik Said 외 arxiv

Quantum Federated Learning (QFL) merges privacy-preserving federation with quantum computing gains, yet its resilience to adversarial noise is unknown. We first show that QFL is as fragile as centralized quantum learning…

Federated Learning