English

Taming Resource Heterogeneity In Distributed ML Training With Dynamic Batching

Machine Learning 2023-07-25 v1 Distributed, Parallel, and Cluster Computing

Abstract

Current techniques and systems for distributed model training mostly assume that clusters are comprised of homogeneous servers with a constant resource availability. However, cluster heterogeneity is pervasive in computing infrastructure, and is a fundamental characteristic of low-cost transient resources (such as EC2 spot instances). In this paper, we develop a dynamic batching technique for distributed data-parallel training that adjusts the mini-batch sizes on each worker based on its resource availability and throughput. Our mini-batch controller seeks to equalize iteration times on all workers, and facilitates training on clusters comprised of servers with different amounts of CPU and GPU resources. This variable mini-batch technique uses proportional control and ideas from PID controllers to find stable mini-batch sizes. Our empirical evaluation shows that dynamic batching can reduce model training times by more than 4x on heterogeneous clusters.

Keywords

Cite

@article{arxiv.2305.12213,
  title  = {Taming Resource Heterogeneity In Distributed ML Training With Dynamic Batching},
  author = {Sahil Tyagi and Prateek Sharma},
  journal= {arXiv preprint arXiv:2305.12213},
  year   = {2023}
}
R2 v1 2026-06-28T10:40:06.046Z