paper-with-me

Papers

pMixFed: Efficient Personalized Federated Learning through Adaptive Layer-Wise Mixup

2025-01-19 · Yasaman Saadati, Mohammad Rostami, M. Hadi Amini

Traditional Federated Learning (FL) methods encounter significant challenges when dealing with heterogeneous data and providing personalized solutions for non-IID scenarios. Personalized Federated Learning (PFL) approaches aim to address these issues by balancing generalization and personalization, often through parameter decoupling or partial models that freeze some neural network layers for personalization while aggregating other layers globally. However, existing methods still face challenges of global-local model discrepancy, client drift, and catastrophic forgetting, which degrade model accuracy. To overcome these limitations, we propose pMixFed, a dynamic, layer-wise PFL approach that integrates mixup between shared global and personalized local models. Our method introduces an adaptive strategy for partitioning between personalized and shared layers, a gradual transition of personalization degree to enhance local client adaptation, improved generalization across clients, and a novel aggregation mechanism to mitigate catastrophic forgetting. Extensive experiments demonstrate that pMixFed outperforms state-of-the-art PFL methods, showing faster model training, increased robustness, and improved handling of data heterogeneity under different heterogeneous settings.

📄 PDF Abstract BibTeX arXiv:2501.11002

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningPersonalized Federated Learning

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

Personalized Over-the-Air Federated Learning with Personalized Reconfigurable Intelligent Surfaces

2024-01-22 · Jiayu Mao, Aylin Yener

Over-the-air federated learning (OTA-FL) provides bandwidth-efficient learning by leveraging the inherent superposition property of wireless channels. Personalized federated learning balances performance for users with d…

Federated LearningMulti-Task LearningPersonalized Federated Learning

Dynamic Personalized Federated Learning with Adaptive Differential Privacy

2023-09-21 · NeurIPS 2023 11

Personalized federated learning with differential privacy has been considered a feasible solution to address non-IID distribution of data and privacy leakage risks. However, current personalized federated learning method…

FedD2S: Personalized Data-Free Federated Knowledge Distillation

2024-02-16 · Kawa Atapour, S. Jamal Seyedmohammadi, Jamshid Abouei, Arash Mohammadi 외

This paper addresses the challenge of mitigating data heterogeneity among clients within a Federated Learning (FL) framework. The model-drift issue, arising from the noniid nature of client data, often results in subopti…

Data-free Knowledge DistillationFairnessFederated LearningKnowledge Distillation+1

pFedUL: Layer-Aware Federated Unlearning for Personalized Federated Learning

2026-06-15 · Zhuodong Liu, Xiangyu Li, Zhihao Zhang arxiv

Federated unlearning (FU) enables the removal of specific data contributions from federated learning (FL) models to comply with regulations such as the General Data Protection Regulation (GDPR). However, most existing FU…

Personalized Federated Learning

Optimizing Personalized Federated Learning through Adaptive Layer-Wise Learning

2024-12-10 · Weihang Chen, Jie Ren, Zhiqiang Li, Ling Gao 외

Real-life deployment of federated Learning (FL) often faces non-IID data, which leads to poor accuracy and slow convergence. Personalized FL (pFL) tackles these issues by tailoring local models to individual data sources…

Federated LearningPersonalized Federated Learning