CoGAP: A Personalized Federated Learning Method Using Collaborative Optimization for Medical Image Classification
Shenhai Zheng, Congyu Li, Sian Wen, Xi Gao, Lei Yu
Abstract
Federated learning (FL) has been widely used in medical image processing to protect data privacy, but it has issues with data heterogeneity. Personalized federated learning have emerged to tackle these issues but often focuses too much on personalized models at the expense of global models. To address these problem, we propose a personalized federated learning method CoGAP, using collaborative optimization to enhance both personalized and global model performance. On the client side, it employs adaptive weight aggregation to initialize personalized models and uses a training strategy based on L<inf xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">2</inf> regularization. On the server side, it implements a gradient accumulation-based aggregation method. These modules facilitate a collaborative optimization process where the global model guides the personalized models, and the personalized models provide positive feedback to the global model, ultimately leading to mutual improvement for both. We conducted extensive comparative experiments on the OCT2017 dataset, as well as the BloodMnist and PathMnist (subsets from MedMnist), to evaluate both global and personalized models. Results show that CoGAP own a unique strength which not only outperforms other personalized federated learning methods in personalization capability while also remarkably achieving satisfying global generalization. Code is available at https://github.com/lcyCQUPT/CoGAP.
BibTeX
@inproceedings{icassp2025_cogapapersonaliz,
title = {CoGAP: A Personalized Federated Learning Method Using Collaborative Optimization for Medical Image Classification},
author = {Shenhai Zheng and Congyu Li and Sian Wen and Xi Gao and Lei Yu},
booktitle = {ICASSP 2025},
year = {2025}
}