paper-with-me

홈 › Papers

Learn From Others and Be Yourself in Heterogeneous Federated Learning

2022-01-01 · CVPR 2022 1 · Wenke Huang, Mang Ye, Bo Du

Federated learning has emerged as an important distributed learning paradigm, which normally involves collaborative updating with others and local updating on private data. However, heterogeneity problem and catastrophic forgetting bring distinctive challenges. First, due to non-i.i.d (identically and independently distributed) data and heterogeneous architectures, models suffer performance degradation on other domains and communication barrier with participants models. Second, in local updating, model is separately optimized on private data, which is prone to overfit current data distribution and forgets previously acquired knowledge, resulting in catastrophic forgetting. In this work, we propose FCCL (Federated Cross-Correlation and Continual Learning). For heterogeneity problem, FCCL leverages unlabeled public data for communication and construct cross-correlation matrix to learn a generalizable representation under domain shift. Meanwhile, for catastrophic forgetting, FCCL utilizes knowledge distillation in local updating, providing inter and intra domain information without leaking privacy. Empirical results on various image classification tasks demonstrate the effectiveness of our method and the efficiency of modules.

📄 PDF Abstract BibTeX

Code (1)

wenkehuang/fccl 공식 구현 pytorch

Tasks

Continual LearningFederated Learningimage-classificationImage ClassificationKnowledge Distillation

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.…

Similar Papers 제목 키워드 기반

Robust Heterogeneous Federated Learning under Data Corruption

2023-01-01 · ICCV 2023 1 · Xiuwen Fang, Mang Ye, Xiyuan Yang

Model heterogeneous federated learning is a realistic and challenging problem. However, due to the limitations of data collection, storage, and transmission conditions, as well as the existence of free-rider particip…

Data AugmentationFederated LearningTransfer Learning

FedAL: Black-Box Federated Knowledge Distillation Enabled by Adversarial Learning

2023-11-28 · Pengchao Han, Xingyan Shi, Jianwei Huang

Knowledge distillation (KD) can enable collaborative learning among distributed clients that have different model architectures and do not share their local data and model parameters with others. Each client updates its …

Knowledge DistillationTransfer Learning

Generalizable Heterogeneous Federated Cross-Correlation and Instance Similarity Learning

2023-09-28 · Wenke Huang, Mang Ye, Zekun Shi, Bo Du

Federated learning is an important privacy-preserving multi-party learning paradigm, involving collaborative learning with others and local updating on private data. Model heterogeneity and catastrophic forgetting are tw…

Domain GeneralizationFederated LearningPrivacy Preserving

Influence-oriented Personalized Federated Learning

2024-10-04 · Yue Tan, Guodong Long, Jing Jiang, Chengqi Zhang

Traditional federated learning (FL) methods often rely on fixed weighting for parameter aggregation, neglecting the mutual influence by others. Hence, their effectiveness in heterogeneous data contexts is limited. To add…

Federated LearningPersonalized Federated Learning

FeDa4Fair: Client-Level Federated Datasets for Fairness Evaluation

2025-06-26 · Xenia Heilmann, Luca Corbucci, Mattia Cerrato, Anna Monreale

Federated Learning (FL) enables collaborative model training across multiple clients without sharing clients' private data. However, fairness remains a key concern, as biases in local clients' datasets can impact the ent…

AttributeBenchmarkingFairnessFederated Learning