paper-with-me

Papers

A Novel Algorithm for Personalized Federated Learning: Knowledge Distillation with Weighted Combination Loss

2025-04-06 · Hengrui Hu, Anai N. Kothari, Anjishnu Banerjee

Federated learning (FL) offers a privacy-preserving framework for distributed machine learning, enabling collaborative model training across diverse clients without centralizing sensitive data. However, statistical heterogeneity, characterized by non-independent and identically distributed (non-IID) client data, poses significant challenges, leading to model drift and poor generalization. This paper proposes a novel algorithm, pFedKD-WCL (Personalized Federated Knowledge Distillation with Weighted Combination Loss), which integrates knowledge distillation with bi-level optimization to address non-IID challenges. pFedKD-WCL leverages the current global model as a teacher to guide local models, optimizing both global convergence and local personalization efficiently. We evaluate pFedKD-WCL on the MNIST dataset and a synthetic dataset with non-IID partitioning, using multinomial logistic regression and multilayer perceptron models. Experimental results demonstrate that pFedKD-WCL outperforms state-of-the-art algorithms, including FedAvg, FedProx, Per-FedAvg, and pFedMe, in terms of accuracy and convergence speed.

📄 PDF Abstract BibTeX arXiv:2504.04642

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningKnowledge DistillationPersonalized Federated LearningPrivacy Preserving

Methods 이 논문이 사용한 방법론

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.…
Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Tailored Federated Learning: Leveraging Direction Regulation & Knowledge Distillation

2024-09-29 · Huidong Tang, Chen Li, Huachong Yu, Sayaka Kamei 외

Federated learning (FL) has emerged as a transformative training paradigm, particularly invaluable in privacy-sensitive domains like healthcare. However, client heterogeneity in data, computing power, and tasks poses a s…

Federated LearningKnowledge Distillation

Towards Personalized Federated Learning via Comprehensive Knowledge Distillation

2024-11-06 · Pengju Wang, Bochao Liu, Weijia Guo, Yong Li 외

Federated learning is a distributed machine learning paradigm designed to protect data privacy. However, data heterogeneity across various clients results in catastrophic forgetting, where the model rapidly forgets previ…

Federated LearningKnowledge DistillationPersonalized Federated Learning

The Best of Both Worlds: Accurate Global and Personalized Models through Federated Learning with Data-Free Hyper-Knowledge Distillation

2023-01-21 · Huancheng Chen, Johnny, Wang, Haris Vikalo

Heterogeneity of data distributed across clients limits the performance of global models trained through federated learning, especially in the settings with highly imbalanced class distributions of local datasets. In rec…

Federated LearningKnowledge DistillationPersonalized Federated Learning

QuPeD: Quantized Personalization via Distillation with Applications to Federated Learning

2021-07-29 · NeurIPS 2021 12 · Kaan Ozkara, Navjot Singh, Deepesh Data, Suhas Diggavi

Traditionally, federated learning (FL) aims to train a single global model while collaboratively using multiple clients and a server. Two natural challenges that FL algorithms face are heterogeneity in data across client…

Federated LearningKnowledge DistillationModel CompressionQuantization

Personalized Decentralized Federated Learning with Knowledge Distillation

2023-02-23 · Eunjeong Jeong, Marios Kountouris

Personalization in federated learning (FL) functions as a coordinator for clients with high variance in data or behavior. Ensuring the convergence of these clients' models relies on how closely users collaborate with tho…

Federated LearningKnowledge Distillation