paper-with-me

Papers

Federated Virtual Learning on Heterogeneous Data with Local-global Distillation

2023-03-04 · Chun-Yin Huang, Ruinan Jin, Can Zhao, Daguang Xu, Xiaoxiao Li

Despite Federated Learning (FL)'s trend for learning machine learning models in a distributed manner, it is susceptible to performance drops when training on heterogeneous data. In addition, FL inevitability faces the challenges of synchronization, efficiency, and privacy. Recently, dataset distillation has been explored in order to improve the efficiency and scalability of FL by creating a smaller, synthetic dataset that retains the performance of a model trained on the local private datasets. We discover that using distilled local datasets can amplify the heterogeneity issue in FL. To address this, we propose a new method, called Federated Virtual Learning on Heterogeneous Data with Local-Global Distillation (FedLGD), which trains FL using a smaller synthetic dataset (referred as virtual data) created through a combination of local and global dataset distillation. Specifically, to handle synchronization and class imbalance, we propose iterative distribution matching to allow clients to have the same amount of balanced local virtual data; to harmonize the domain shifts, we use federated gradient matching to distill global virtual data that are shared with clients without hindering data privacy to rectify heterogeneous local training via enforcing local-global feature similarity. We experiment on both benchmark and real-world datasets that contain heterogeneous data from different sources, and further scale up to an FL scenario that contains large number of clients with heterogeneous and class imbalance data. Our method outperforms state-of-the-art heterogeneous FL algorithms under various settings with a very limited amount of distilled virtual data.

📄 PDF Abstract BibTeX arXiv:2303.02278

Code (1)

Guang000/Awesome-Dataset-Distillation

Tasks

Dataset DistillationFederated Learning

Similar Papers 제목 키워드 기반

Local-Global Knowledge Distillation in Heterogeneous Federated Learning with Non-IID Data

2021-06-30 · Dezhong Yao, Wanning Pan, Yutong Dai, Yao Wan 외

Federated learning enables multiple clients to collaboratively learn a global model by periodically aggregating the clients' models without transferring the local data. However, due to the heterogeneity of the system and…

Federated LearningKnowledge Distillation

Federated Learning with Data-Agnostic Distribution Fusion

2021-09-29 · CVPR 2023 1 · Jian-hui Duan, Wenzhong Li, Sanglu Lu

Federated learning has emerged as a promising distributed machine learning paradigm to preserve data privacy. One of the fundamental challenges of federated learning is that data samples across clients are usually no…

Federated Learning

SDFed: Bridging Local Global Discrepancy via Subspace Refinement and Divergence Control in Federated Prompt Learning

2026-02-09 · Yicheng Di, Wei Yuan, Tieke He, Yuan Liu 외 arxiv

Vision-language pretrained models offer strong transferable representations, yet adapting them in privacy-sensitive multi-party settings is challenging due to the high communication cost of federated optimization and the…

FedSeg: Class-Heterogeneous Federated Learning for Semantic Segmentation

2023-01-01 · CVPR 2023 1 · Jiaxu Miao, Zongxin Yang, Leilei Fan, Yi Yang

Federated Learning (FL) is a distributed learning paradigm that collaboratively learns a global model across multiple clients with data privacy-preserving. Although many FL algorithms have been proposed for classific…

Contrastive LearningFederated LearningPrivacy PreservingSegmentation+1

Sybil-based Virtual Data Poisoning Attacks in Federated Learning

2025-05-15 · Changxun Zhu, Qilong Wu, Lingjuan Lyu, Shibei Xue

Federated learning is vulnerable to poisoning attacks by malicious adversaries. Existing methods often involve high costs to achieve effective attacks. To address this challenge, we propose a sybil-based virtual data poi…

Data PoisoningFederated Learning