paper-with-me

홈 › Papers

Pre-trained Model Guided Mixture Knowledge Distillation for Adversarial Federated Learning

2025-01-25 · Yu Qiao, Huy Q. Le, Apurba Adhikary, Choong Seon Hong

This paper aims to improve the robustness of a small global model while maintaining clean accuracy under adversarial attacks and non-IID challenges in federated learning. By leveraging the concise knowledge embedded in the class probabilities from a pre-trained model for both clean and adversarial image classification, we propose a Pre-trained Model-guided Adversarial Federated Learning (PM-AFL) training paradigm. This paradigm integrates vanilla mixture and adversarial mixture knowledge distillation to effectively balance accuracy and robustness while promoting local models to learn from diverse data. Specifically, for clean accuracy, we adopt a dual distillation strategy where the class probabilities of randomly paired images and their blended versions are aligned between the teacher model and the local models. For adversarial robustness, we use a similar distillation approach but replace clean samples on the local side with adversarial examples. Moreover, considering the bias between local and global models, we also incorporate a consistency regularization term to ensure that local adversarial predictions stay aligned with their corresponding global clean ones. These strategies collectively enable local models to absorb diverse knowledge from the teacher model while maintaining close alignment with the global model, thereby mitigating overfitting to local optima and enhancing the generalization of the global model. Experiments demonstrate that the PM-AFL-based paradigm outperforms other methods that integrate defense strategies by a notable margin.

📄 PDF Abstract BibTeX arXiv:2501.15257

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial RobustnessFederated Learningimage-classificationImage ClassificationKnowledge Distillation

Methods 이 논문이 사용한 방법론

ADOPT Please enter a description about the method here
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 제목 키워드 기반

On the benefits of knowledge distillation for adversarial robustness

2022-03-14 · Javier Maroto, Guillermo Ortiz-Jiménez, Pascal Frossard

Knowledge distillation is normally used to compress a big network, or teacher, onto a smaller one, the student, by training it to match its outputs. Recently, some works have shown that robustness against adversarial att…

Adversarial RobustnessKnowledge Distillation

Balancing Knowledge Distillation for Imbalance Learning with Bilevel Optimization

2026-05-18 · Anh B. H. Nguyen, Ba Tho Phan, Viet Cuong Ta arxiv

Knowledge distillation transfers knowledge from a high capacity teacher to a compact student using a mixture of hard and soft losses. On imbalanced data, a fixed weighting between hard and soft losses becomes brittle the…

Knowledge DistillationBilevel Optimization

MOD: A Deep Mixture Model with Online Knowledge Distillation for Large Scale Video Temporal Concept Localization

2019-10-27 · Rongcheng Lin, Jing Xiao, Jianping Fan

In this paper, we present and discuss a deep mixture model with online knowledge distillation (MOD) for large-scale video temporal concept localization, which is ranked 3rd in the 3rd YouTube-8M Video Understanding Chall…

Knowledge DistillationVideo Understanding

MoEBERT: from BERT to Mixture-of-Experts via Importance-Guided Adaptation

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Pre-trained language models have demonstrated superior performance in various natural language processing tasks. However, these models usually contain hundreds of millions of parameters, which limits their practicality b…

Knowledge DistillationMixture-of-ExpertsNatural Language UnderstandingQuestion Answering

MoEBERT: from BERT to Mixture-of-Experts via Importance-Guided Adaptation

2022-04-15 · NAACL 2022 7 · Simiao Zuo, Qingru Zhang, Chen Liang, Pengcheng He 외

Pre-trained language models have demonstrated superior performance in various natural language processing tasks. However, these models usually contain hundreds of millions of parameters, which limits their practicality b…

Knowledge DistillationMixture-of-ExpertsNatural Language UnderstandingQuestion Answering