English

Just-in-Time Aggregation for Federated Learning

Distributed, Parallel, and Cluster Computing 2022-08-23 v1

Abstract

The increasing number and scale of federated learning (FL) jobs necessitates resource efficient scheduling and management of aggregation to make the economics of cloud-hosted aggregation work. Existing FL research has focused on the design of FL algorithms and optimization, and less on the efficacy of aggregation. Existing FL platforms often employ aggregators that actively wait for model updates. This wastes computational resources on the cloud, especially in large scale FL settings where parties are intermittently available for training. In this paper, we propose a new FL aggregation paradigm -- "just-in-time" (JIT) aggregation that leverages unique properties of FL jobs, especially the periodicity of model updates, to defer aggregation as much as possible and free compute resources for other FL jobs or other datacenter workloads. We describe a novel way to prioritize FL jobs for aggregation, and demonstrate using multiple datasets, models and FL aggregation algorithms that our techniques can reduce resource usage by 60+\% when compared to eager aggregation used in existing FL platforms. We also demonstrate that using JIT aggregation has negligible overhead and impact on the latency of the FL job.

Keywords

Cite

@article{arxiv.2208.09740,
  title  = {Just-in-Time Aggregation for Federated Learning},
  author = {K. R. Jayaram and Ashish Verma and Gegi Thomas and Vinod Muthusamy},
  journal= {arXiv preprint arXiv:2208.09740},
  year   = {2022}
}

Comments

10 pages. Extended version of the paper accepted to MASCOTS 2022. arXiv admin note: text overlap with arXiv:2203.12163

R2 v1 2026-06-25T01:50:33.379Z