DeepVM: Integrating Spot and On-Demand VMs for Cost-Efficient Deep Learning Clusters in the Cloud
Yoochan Kim, Kihyun Kim, Yonghyeon Cho, Jinwoo Kim, Awais Khan, Ki-Dong Kang, Baik-Song An, Myung-Hoon Cha, Hong-Yeon Kim, Youngjae Kim
TL;DR
DeepVM tackles the barrier to affordable distributed deep learning by balancing Spot and On-Demand VMs under a formal four-stage framework. It introduces FLOPP-based instance assessment and an LP-driven architecture-level analysis (Single Anchor and Tiering) to maximize a cost-aware performance metric, while modeling overheads via scaling factors and network saturation. Evaluations in simulation and AWS show DeepVM reduces total cost and makespan compared with baselines, and its checkpointing-focused Tiering approach further enhances robustness in Spot VM environments. The method offers practical impact by democratizing access to large-scale DDL through principled, transparent cloud configurations, though portability currently hinges on AWS-specific instance data.
Abstract
Distributed Deep Learning (DDL), as a paradigm, dictates the use of GPU-based clusters as the optimal infrastructure for training large-scale Deep Neural Networks (DNNs). However, the high cost of such resources makes them inaccessible to many users. Public cloud services, particularly Spot Virtual Machines (VMs), offer a cost-effective alternative, but their unpredictable availability poses a significant challenge to the crucial checkpointing process in DDL. To address this, we introduce DeepVM, a novel solution that recommends cost-effective cluster configurations by intelligently balancing the use of Spot and On-Demand VMs. DeepVM leverages a four-stage process that analyzes instance performance using the FLOPP (FLoating-point Operations Per Price) metric, performs architecture-level analysis with linear programming, and identifies the optimal configuration for the user-specific needs. Extensive simulations and real-world deployments in the AWS environment demonstrate that DeepVM consistently outperforms other policies, reducing training costs and overall makespan. By enabling cost-effective checkpointing with Spot VMs, DeepVM opens up DDL to a wider range of users and facilitates a more efficient training of complex DNNs.
