paper-with-me

홈 › Papers

Soft Separation and Distillation: Toward Global Uniformity in Federated Unsupervised Learning

2025-08-02 · Hung-Chieh Fang, Hsuan-Tien Lin, Irwin King, Yifei Zhang arxiv

Federated Unsupervised Learning (FUL) aims to learn expressive representations in federated and self-supervised settings. The quality of representations learned in FUL is usually determined by uniformity, a measure of how uniformly representations are distributed in the embedding space. However, existing solutions perform well in achieving intra-client (local) uniformity for local models while failing to achieve inter-client (global) uniformity after aggregation due to non-IID data distributions and the decentralized nature of FUL. To address this issue, we propose Soft Separation and Distillation (SSD), a novel approach that preserves inter-client uniformity by encouraging client representations to spread toward different directions. This design reduces interference during client model aggregation, thereby improving global uniformity while preserving local representation expressiveness. We further enhance this effect by introducing a projector distillation module to address the discrepancy between loss optimization and representation quality. We evaluate SSD in both cross-silo and cross-device federated settings, demonstrating consistent improvements in representation quality and task performance across various training scenarios. Our results highlight the importance of inter-client uniformity in FUL and establish SSD as an effective solution to this challenge. Project page: https://ssd-uniformity.github.io/

📄 PDF Abstract BibTeX arXiv:2508.01251

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Rethinking Client Drift in Federated Learning: A Logit Perspective

2023-08-20 · Yunlu Yan, Chun-Mei Feng, Mang Ye, WangMeng Zuo 외

Federated Learning (FL) enables multiple clients to collaboratively learn in a distributed way, allowing for privacy protection. However, the real-world non-IID data will lead to client drift which degrades the performan…

Federated Learning

Feature Distillation is the Better Choice for Model-Heterogeneous Federated Learning

2025-07-14 · Yichen Li

Model-Heterogeneous Federated Learning (Hetero-FL) has attracted growing attention for its ability to aggregate knowledge from heterogeneous models while keeping private data locally. To better aggregate knowledge from c…

Federated LearningKnowledge Distillation

Debiasing Federated Learning with Correlated Client Participation

2024-10-02 · Zhenyu Sun, Ziyang Zhang, Zheng Xu, Gauri Joshi 외

In cross-device federated learning (FL) with millions of mobile clients, only a small subset of clients participate in training in every communication round, and Federated Averaging (FedAvg) is the most popular algorithm…

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

Communication-Efficient Federated Distillation

2020-12-01 · Felix Sattler, Arturo Marban, Roman Rischke, Wojciech Samek

Communication constraints are one of the major challenges preventing the wide-spread adoption of Federated Learning systems. Recently, Federated Distillation (FD), a new algorithmic paradigm for Federated Learning with f…

Federated Learningimage-classificationImage ClassificationLanguage Modeling+2