English

DLRover-RM: Resource Optimization for Deep Recommendation Models Training in the Cloud

Distributed, Parallel, and Cluster Computing 2024-07-01 v2 Artificial Intelligence Databases

Abstract

Deep learning recommendation models (DLRM) rely on large embedding tables to manage categorical sparse features. Expanding such embedding tables can significantly enhance model performance, but at the cost of increased GPU/CPU/memory usage. Meanwhile, tech companies have built extensive cloud-based services to accelerate training DLRM models at scale. In this paper, we conduct a deep investigation of the DLRM training platforms at AntGroup and reveal two critical challenges: low resource utilization due to suboptimal configurations by users and the tendency to encounter abnormalities due to an unstable cloud environment. To overcome them, we introduce DLRover-RM, an elastic training framework for DLRMs designed to increase resource utilization and handle the instability of a cloud environment. DLRover-RM develops a resource-performance model by considering the unique characteristics of DLRMs and a three-stage heuristic strategy to automatically allocate and dynamically adjust resources for DLRM training jobs for higher resource utilization. Further, DLRover-RM develops multiple mechanisms to ensure efficient and reliable execution of DLRM training jobs. Our extensive evaluation shows that DLRover-RM reduces job completion times by 31%, increases the job completion rate by 6%, enhances CPU usage by 15%, and improves memory utilization by 20%, compared to state-of-the-art resource scheduling frameworks. DLRover-RM has been widely deployed at AntGroup and processes thousands of DLRM training jobs on a daily basis. DLRover-RM is open-sourced and has been adopted by 10+ companies.

Keywords

Cite

@article{arxiv.2304.01468,
  title  = {DLRover-RM: Resource Optimization for Deep Recommendation Models Training in the Cloud},
  author = {Qinlong Wang and Tingfeng Lan and Yinghao Tang and Ziling Huang and Yiheng Du and Haitao Zhang and Jian Sha and Hui Lu and Yuanchun Zhou and Ke Zhang and Mingjie Tang},
  journal= {arXiv preprint arXiv:2304.01468},
  year   = {2024}
}

Comments

Accepted in VLDB'24

R2 v1 2026-06-28T09:48:08.612Z