paper-with-me

홈 › Papers

Conditioning on Local Statistics for Scalable Heterogeneous Federated Learning

2025-03-01 · Rickard Brännvall

Federated learning is a distributed machine learning approach where multiple clients collaboratively train a model without sharing their local data, which contributes to preserving privacy. A challenge in federated learning is managing heterogeneous data distributions across clients, which can hinder model convergence and performance due to the need for the global model to generalize well across diverse local datasets. We propose to use local characteristic statistics, by which we mean some statistical properties calculated independently by each client using only their local training dataset. These statistics, such as means, covariances, and higher moments, are used to capture the characteristics of the local data distribution. They are not shared with other clients or a central node. During training, these local statistics help the model learn how to condition on the local data distribution, and during inference, they guide the client's predictions. Our experiments show that this approach allows for efficient handling of heterogeneous data across the federation, has favorable scaling compared to approaches that directly try to identify peer nodes that share distribution characteristics, and maintains privacy as no additional information needs to be communicated.

📄 PDF Abstract BibTeX arXiv:2503.00378

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Federated Learning with Superquantile Aggregation for Heterogeneous Data

2021-12-17 · Krishna Pillutla, Yassine Laguel, Jérôme Malick, Zaid Harchaoui

We present a federated learning framework that is designed to robustly deliver good predictive performance across individual clients with heterogeneous data. The proposed approach hinges upon a superquantile-based learni…

Federated Learning

Federated Causal Inference in Heterogeneous Observational Data

2021-07-25 · Ruoxuan Xiong, Allison Koenecke, Michael Powell, Zhu Shen 외

We are interested in estimating the effect of a treatment applied to individuals at multiple sites, where data is stored locally for each site. Due to privacy constraints, individual-level data cannot be shared across si…

Causal Inference

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

Federated Learning

VertCoHiRF: Decentralized Vertical Clustering Beyond k-means

2026-02-07 · Bruno Belucci, Karim Lounici, Vladimir R. Kostic, Katia Meziani arxiv

Vertical Federated Learning (VFL) enables collaborative analysis across parties holding complementary feature views of the same samples, yet existing approaches are largely restricted to distributed variants of $k$-means…

Federated Learning

Protea: Client Profiling within Federated Systems using Flower

2022-07-03 · Wanru Zhao, Xinchi Qiu, Javier Fernandez-Marques, Pedro P. B. de Gusmão 외

Federated Learning (FL) has emerged as a prospective solution that facilitates the training of a high-performing centralised model without compromising the privacy of users. While successful, research is currently limite…

Federated LearningGPU