English

Communication-Efficient Federated Group Distributionally Robust Optimization

Machine Learning 2024-11-13 v2 Distributed, Parallel, and Cluster Computing Machine Learning

Abstract

Federated learning faces challenges due to the heterogeneity in data volumes and distributions at different clients, which can compromise model generalization ability to various distributions. Existing approaches to address this issue based on group distributionally robust optimization (GDRO) often lead to high communication and sample complexity. To this end, this work introduces algorithms tailored for communication-efficient Federated Group Distributionally Robust Optimization (FGDRO). Our contributions are threefold: Firstly, we introduce the FGDRO-CVaR algorithm, which optimizes the average top-K losses while reducing communication complexity to O(1/ϵ4)O(1/\epsilon^4), where ϵ\epsilon denotes the desired precision level. Secondly, our FGDRO-KL algorithm is crafted to optimize KL regularized FGDRO, cutting communication complexity to O(1/ϵ3)O(1/\epsilon^3). Lastly, we propose FGDRO-KL-Adam to utilize Adam-type local updates in FGDRO-KL, which not only maintains a communication cost of O(1/ϵ3)O(1/\epsilon^3) but also shows potential to surpass SGD-type local steps in practical applications. The effectiveness of our algorithms has been demonstrated on a variety of real-world tasks, including natural language processing and computer vision.

Keywords

Cite

@article{arxiv.2410.06369,
  title  = {Communication-Efficient Federated Group Distributionally Robust Optimization},
  author = {Zhishuai Guo and Tianbao Yang},
  journal= {arXiv preprint arXiv:2410.06369},
  year   = {2024}
}

Comments

Accepted to NeurIPS 2024

R2 v1 2026-06-28T19:13:32.628Z