paper-with-me

홈 › Papers

Mitigating Accuracy-Robustness Trade-off via Balanced Multi-Teacher Adversarial Distillation

2023-06-28 · Shiji Zhao, Xizhe Wang, Xingxing Wei

Adversarial Training is a practical approach for improving the robustness of deep neural networks against adversarial attacks. Although bringing reliable robustness, the performance towards clean examples is negatively affected after Adversarial Training, which means a trade-off exists between accuracy and robustness. Recently, some studies have tried to use knowledge distillation methods in Adversarial Training, achieving competitive performance in improving the robustness but the accuracy for clean samples is still limited. In this paper, to mitigate the accuracy-robustness trade-off, we introduce the Balanced Multi-Teacher Adversarial Robustness Distillation (B-MTARD) to guide the model's Adversarial Training process by applying a strong clean teacher and a strong robust teacher to handle the clean examples and adversarial examples, respectively. During the optimization process, to ensure that different teachers show similar knowledge scales, we design the Entropy-Based Balance algorithm to adjust the teacher's temperature and keep the teachers' information entropy consistent. Besides, to ensure that the student has a relatively consistent learning speed from multiple teachers, we propose the Normalization Loss Balance algorithm to adjust the learning weights of different types of knowledge. A series of experiments conducted on three public datasets demonstrate that B-MTARD outperforms the state-of-the-art methods against various adversarial attacks.

📄 PDF Abstract BibTeX arXiv:2306.16170

Code (1)

zhaoshiji123/mtard-extension 공식 구현 pytorch

Tasks

Adversarial RobustnessKnowledge Distillation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Trade-Off Between Robustness and Accuracy of Vision Transformers

2023-01-01 · CVPR 2023 1 · Yanxi Li, Chang Xu

Although deep neural networks (DNNs) have shown great successes in computer vision tasks, they are vulnerable to perturbations on inputs, and there exists a trade-off between the natural accuracy and robustness to su…

Closing the Gap: Achieving Better Accuracy-Robustness Tradeoffs against Query-Based Attacks

2023-12-15 · Pascal Zimmer, Sébastien Andreina, Giorgia Azzurra Marson, Ghassan Karame

Although promising, existing defenses against query-based attacks share a common limitation: they offer increased robustness against attacks at the price of a considerable accuracy drop on clean samples. In this work, we…

Adversarial Information Bottleneck

2021-02-28 · Penglong Zhai, Shihua Zhang

The information bottleneck (IB) principle has been adopted to explain deep learning in terms of information compression and prediction, which are balanced by a trade-off hyperparameter. How to optimize the IB principle f…

Adversarial Robustness

A Fourier Perspective on Model Robustness in Computer Vision

2019-06-21 · NeurIPS 2019 12 · Dong Yin, Raphael Gontijo Lopes, Jonathon Shlens, Ekin D. Cubuk 외

Achieving robustness to distributional shift is a longstanding and challenging goal of computer vision. Data augmentation is a commonly used approach for improving robustness, however robustness gains are typically not u…

Data Augmentation

Mitigating Error Amplification in Fast Adversarial Training

2026-04-27 · Mengnan Zhao, Lihe Zhang, Bo Wang, Tianhang Zheng 외 arxiv

Fast Adversarial Training (FAT) has proven effective in enhancing model robustness by encouraging networks to learn perturbation-invariant representations. However, FAT often suffers from catastrophic overfitting (CO), w…