DCAIDBApr 4, 2023

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

arXiv:2304.01468v23 citationsh-index: 4Has Code
AI Analysis

This work addresses resource optimization for large-scale DLRM training in cloud platforms, primarily benefiting tech companies like AntGroup, and is incremental as it builds on existing resource scheduling frameworks with specific enhancements.

The paper tackles the problem of low resource utilization and instability in training deep learning recommendation models (DLRM) in cloud environments by introducing DLRover-RM, an elastic training framework that reduces job completion times by 31%, increases job completion rate by 6%, and improves CPU and memory utilization by 15% and 20%, respectively, compared to state-of-the-art methods.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes