paper-with-me

홈 › Papers

Client-Conditional Federated Learning via Local Training Data Statistics

2026-03-11 · Rickard Brännvall arxiv

Federated learning (FL) under data heterogeneity remains challenging: existing methods either ignore client differences (FedAvg), require costly cluster discovery (IFCA), or maintain per-client models (Ditto). All degrade when data is sparse or heterogeneity is multi-dimensional. We propose conditioning a single global model on locally-computed PCA statistics of each client's training data, requiring zero additional communication. Evaluating across 97~configurations spanning four heterogeneity types (label shift, covariate shift, concept shift, and combined heterogeneity), four datasets (MNIST, Fashion-MNIST, CIFAR-10, CIFAR-100), and seven FL baseline methods, we find that our method matches the Oracle baseline -- which knows true cluster assignments -- across all settings, surpasses it by 1--6% on combined heterogeneity where continuous statistics are richer than discrete cluster identifiers, and is uniquely sparsity-robust among all tested methods.

📄 PDF Abstract BibTeX arXiv:2603.11307

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Federated Conditional Conformal Prediction via Generative Models

2025-10-15 · Rui Xu, Xingyuan Chen, Wenxing Huang, Minxuan Huang 외 arxiv

Conformal Prediction (CP) provides distribution-free uncertainty quantification by constructing prediction sets that guarantee coverage of the true labels. This reliability makes CP valuable for high-stakes federated lea…

Federated Learning

FedImpro: Measuring and Improving Client Update in Federated Learning

2024-02-10 · Zhenheng Tang, Yonggang Zhang, Shaohuai Shi, Xinmei Tian 외

Federated Learning (FL) models often experience client drift caused by heterogeneous data, where the distribution of data differs across clients. To address this issue, advanced research primarily focuses on manipulating…

Federated Learning

FedHypeVAE: Federated Learning with Hypernetwork Generated Conditional VAEs for Differentially Private Embedding Sharing

2026-01-02 · Sunny Gupta, Amit Sethi arxiv

Federated data sharing promises utility without centralizing raw data, yet existing embedding-level generators struggle under non-IID client heterogeneity and provide limited formal protection against gradient leakage. W…

Federated Learning

AFed: Algorithmic Fair Federated Learning

2025-01-06 · Huiqiang Chen, Tianqing Zhu, Wanlei Zhou, Wei Zhao

Federated Learning (FL) has gained significant attention as it facilitates collaborative machine learning among multiple clients without centralizing their data on a server. FL ensures the privacy of participating client…

FairnessFederated 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