paper-with-me

홈 › 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 learning objective that captures the tail statistics of the error distribution over heterogeneous clients. We present a stochastic training algorithm that interleaves differentially private client filtering with federated averaging steps. We prove finite time convergence guarantees for the algorithm: $O(1/\sqrt{T})$ in the nonconvex case in $T$ communication rounds and $O(\exp(-T/\kappa^{3/2}) + \kappa/T)$ in the strongly convex case with local condition number $\kappa$. Experimental results on benchmark datasets for federated learning demonstrate that our approach is competitive with classical ones in terms of average error and outperforms them in terms of tail statistics of the error.

📄 PDF Abstract BibTeX arXiv:2112.09429

Code (1)

krishnap25/simplicial-fl 공식 구현 pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Device Heterogeneity in Federated Learning: A Superquantile Approach

2020-02-25 · arXiv preprint 2020 2 · Yassine Laguel, Krishna Pillutla, Jérôme Malick, Zaid Harchaoui

We propose a federated learning framework to handle heterogeneous client devices which do not conform to the population data distribution. The approach hinges upon a parameterized superquantile-based objective, where the…

Federated Learning

FLoRA: Federated Fine-Tuning Large Language Models with Heterogeneous Low-Rank Adaptations

2024-09-09 · Ziyao Wang, Zheyu Shen, Yexiao He, Guoheng Sun 외

The rapid development of Large Language Models (LLMs) has been pivotal in advancing AI, with pre-trained LLMs being adaptable to diverse downstream tasks through fine-tuning. Federated learning (FL) further enhances fine…

Federated LearningPrivacy Preserving

Moss: Proxy Model-based Full-Weight Aggregation in Federated Learning with Heterogeneous Models

2025-03-13 · Yifeng Cai, Ziqi Zhang, Ding Li, Yao Guo 외

Modern Federated Learning (FL) has become increasingly essential for handling highly heterogeneous mobile devices. Current approaches adopt a partial model aggregation paradigm that leads to sub-optimal model accuracy an…

Federated Learning

First-order Optimization for Superquantile-based Supervised Learning

2020-09-30 · Yassine Laguel, Jérôme Malick, Zaid Harchaoui

Classical supervised learning via empirical risk (or negative log-likelihood) minimization hinges upon the assumption that the testing distribution coincides with the training distribution. This assumption can be challen…

BIG-bench Machine Learningregression

A General Theory for Federated Optimization with Asynchronous and Heterogeneous Clients Updates

2022-06-21 · Yann Fraboni, Richard Vidal, Laetitia Kameni, Marco Lorenzi

We propose a novel framework to study asynchronous federated learning optimization with delays in gradient updates. Our theoretical framework extends the standard FedAvg aggregation scheme by introducing stochastic aggre…

Federated Learning