paper-with-me

Papers

Dynamic Guidance Adversarial Distillation with Enhanced Teacher Knowledge

2024-09-03 · Hyejin Park, Dongbo Min

In the realm of Adversarial Distillation (AD), strategic and precise knowledge transfer from an adversarially robust teacher model to a less robust student model is paramount. Our Dynamic Guidance Adversarial Distillation (DGAD) framework directly tackles the challenge of differential sample importance, with a keen focus on rectifying the teacher model's misclassifications. DGAD employs Misclassification-Aware Partitioning (MAP) to dynamically tailor the distillation focus, optimizing the learning process by steering towards the most reliable teacher predictions. Additionally, our Error-corrective Label Swapping (ELS) corrects misclassifications of the teacher on both clean and adversarially perturbed inputs, refining the quality of knowledge transfer. Further, Predictive Consistency Regularization (PCR) guarantees consistent performance of the student model across both clean and adversarial inputs, significantly enhancing its overall robustness. By integrating these methodologies, DGAD significantly improves upon the accuracy of clean data and fortifies the model's defenses against sophisticated adversarial threats. Our experimental validation on CIFAR10, CIFAR100, and Tiny ImageNet datasets, employing various model architectures, demonstrates the efficacy of DGAD, establishing it as a promising approach for enhancing both the robustness and accuracy of student models in adversarial settings.

📄 PDF Abstract BibTeX arXiv:2409.01627

Code (1)

kunsaram01/DGAD 공식 구현 pytorch

Tasks

Transfer Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

TwT: Thinking without Tokens by Habitual Reasoning Distillation with Multi-Teachers' Guidance

2025-03-31 · Jingxian Xu, Mengyu Zhou, Weichang Liu, Hanbing Liu 외

Large Language Models (LLMs) have made significant strides in problem-solving by incorporating reasoning processes. However, this enhanced reasoning capability results in an increased number of output tokens during infer…

AdaGAT: Adaptive Guidance Adversarial Training for the Robustness of Deep Neural Networks

2025-08-24 · Zhenyu Liu, Huizhi Liang, Xinrun Li, Vaclav Snasel 외 arxiv

Adversarial distillation (AD) is a knowledge distillation technique that facilitates the transfer of robustness from teacher deep neural network (DNN) models to lightweight target (student) DNN models, enabling the targe…

Knowledge Distillation

Repainting and Imitating Learning for Lane Detection

2022-10-11 · Yue He, Minyue Jiang, Xiaoqing Ye, Liang Du 외

Current lane detection methods are struggling with the invisibility lane issue caused by heavy shadows, severe road mark degradation, and serious vehicle occlusion. As a result, discriminative lane features can be barely…

Lane Detection

Distillation-Enhanced Physical Adversarial Attacks

2025-01-04 · Wei Liu, Yonglin Wu, CHAOQUN LI, Zhuodong Liu 외

The study of physical adversarial patches is crucial for identifying vulnerabilities in AI-based recognition systems and developing more robust deep learning models. While recent research has focused on improving patch s…

Adversarial AttackKnowledge Distillation

MMARD: Improving the Min-Max Optimization Process in Adversarial Robustness Distillation

2025-03-09 · Yuzheng Wang, Zhaoyu Chen, Dingkang Yang, Yuanhang Wang 외

Adversarial Robustness Distillation (ARD) is a promising task to boost the robustness of small-capacity models with the guidance of the pre-trained robust teacher. The ARD can be summarized as a min-max optimization proc…

Adversarial Robustness