paper-with-me

홈 › Papers

Dual Head Adversarial Training

2021-04-21 · Yujing Jiang, Xingjun Ma, Sarah Monazam Erfani, James Bailey

Deep neural networks (DNNs) are known to be vulnerable to adversarial examples/attacks, raising concerns about their reliability in safety-critical applications. A number of defense methods have been proposed to train robust DNNs resistant to adversarial attacks, among which adversarial training has so far demonstrated the most promising results. However, recent studies have shown that there exists an inherent tradeoff between accuracy and robustness in adversarially-trained DNNs. In this paper, we propose a novel technique Dual Head Adversarial Training (DH-AT) to further improve the robustness of existing adversarial training methods. Different from existing improved variants of adversarial training, DH-AT modifies both the architecture of the network and the training strategy to seek more robustness. Specifically, DH-AT first attaches a second network head (or branch) to one intermediate layer of the network, then uses a lightweight convolutional neural network (CNN) to aggregate the outputs of the two heads. The training strategy is also adapted to reflect the relative importance of the two heads. We empirically show, on multiple benchmark datasets, that DH-AT can bring notable robustness improvements to existing adversarial training methods. Compared with TRADES, one state-of-the-art adversarial training method, our DH-AT can improve the robustness by 3.4% against PGD40 and 2.3% against AutoAttack, and also improve the clean accuracy by 1.8%.

📄 PDF Abstract BibTeX arXiv:2104.10377

Code (1)

yujingmarkjiang/Dual-Head-Adversarial-Training 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Robust LLM safeguarding via refusal feature adversarial training

2024-09-30 · Lei Yu, Virginie Do, Karen Hambardzumyan, Nicola Cancedda

Large language models (LLMs) are vulnerable to adversarial attacks that can elicit harmful responses. Defending against such attacks remains challenging due to the opacity of jailbreaking mechanisms and the high computat…

Adversarial Pretraining of Self-Supervised Deep Networks: Past, Present and Future

2022-10-23 · Guo-Jun Qi, Mubarak Shah

In this paper, we review adversarial pretraining of self-supervised deep networks including both convolutional neural networks and vision transformers. Unlike the adversarial training with access to labeled examples, adv…

Contrastive LearningMiscellaneous

Multi-stage Optimization based Adversarial Training

2021-06-26 · Xiaosen Wang, Chuanbiao Song, LiWei Wang, Kun He

In the field of adversarial robustness, there is a common practice that adopts the single-step adversarial training for quickly developing adversarially robust models. However, the single-step adversarial training is mos…

Adversarial Robustness

THAT: Two Head Adversarial Training for Improving Robustness at Scale

2021-03-25 · Zuxuan Wu, Tom Goldstein, Larry S. Davis, Ser-Nam Lim

Many variants of adversarial training have been proposed, with most research focusing on problems with relatively few classes. In this paper, we propose Two Head Adversarial Training (THAT), a two-stream adversarial lear…

Vocal Bursts Valence Prediction

RanAT4BIE: Random Adversarial Training for Biomedical Information Extraction

2025-09-14 · Jian Chen, Shengyi Lv, Leilei Su arxiv

We introduce random adversarial training (RAT), a novel framework successfully applied to biomedical information extraction (BioIE) tasks. Building on PubMedBERT as the foundational architecture, our study first validate…

Computational EfficiencyInformation Extraction