paper-with-me

Papers

ScaleDL: Towards Scalable and Efficient Runtime Prediction for Distributed Deep Learning Workloads

2025-11-06 · Xiaokai Wang, Shaoyuan Huang, Yuting Li, Xiaofei Wang arxiv

Deep neural networks (DNNs) form the cornerstone of modern AI services, supporting a wide range of applications, including autonomous driving, chatbots, and recommendation systems. As models increase in size and complexity, DNN workloads such as training and inference tasks impose unprecedented demands on distributed computing resources, making accurate runtime prediction essential for optimizing development and resource allocation. Traditional methods rely on additive computational unit models, limiting their accuracy and generalizability. In contrast, graph-enhanced modeling improves performance but significantly increases data collection costs. Therefore, there is a critical need for a method that strikes a balance between accuracy, generalizability, and data collection costs. To address these challenges, we propose ScaleDL, a novel runtime prediction framework that combines nonlinear layer-wise modeling with graph neural network (GNN)-based cross-layer interaction mechanism, enabling accurate DNN runtime prediction and hierarchical generalizability across different network architectures. Additionally, we employ the D-optimal method to reduce data collection costs. Experiments on the workloads of five popular DNN models demonstrate that ScaleDL enhances runtime prediction accuracy and generalizability, achieving 6 times lower MRE and 5 times lower RMSE compared to baseline models.

📄 PDF Abstract BibTeX arXiv:2511.04162

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation SystemsGraph Neural NetworkAutonomous Driving

Similar Papers 제목 키워드 기반

FSD-Inference: Fully Serverless Distributed Inference with Scalable Cloud Communication

2024-03-22 · Joe Oakley, Hakan Ferhatosmanoglu

Serverless computing offers attractive scalability, elasticity and cost-effectiveness. However, constraints on memory, CPU and function runtime have hindered its adoption for data-intensive applications and machine learn…

CPU

QoS-Aware Power Minimization of Distributed Many-Core Servers using Transfer Q-Learning

2021-02-02 · Dainius Jenkus, Fei Xia, Rishad Shafik, Alex Yakovlev

Web servers scaled across distributed systems necessitate complex runtime controls for providing quality of service (QoS) guarantees as well as minimizing the energy costs under dynamic workloads. This paper presents a Q…

Q-Learning

Interference-Aware Edge Runtime Prediction with Conformal Matrix Completion

2025-03-09 · Tianshu Huang, Arjun Ramesh, Emily Ruppel, Nuno Pereira 외

Accurately estimating workload runtime is a longstanding goal in computer systems, and plays a key role in efficient resource provisioning, latency minimization, and various other system management tasks. Runtime predict…

Edge-computingMatrix CompletionPrediction

BARISTA: Efficient and Scalable Serverless Serving System for Deep Learning Prediction Services

2019-04-02 · Anirban Bhattacharjee, Ajay Dev Chhokra, Zhuangwei Kang, Hongyang Sun 외

Pre-trained deep learning models are increasingly being used to offer a variety of compute-intensive predictive analytics services such as fitness tracking, speech and image recognition. The stateless and highly parallel…

Deep LearningManagementPrediction

GPU-centric Communication Schemes for HPC and ML Applications

2025-03-31 · Naveen Namashivayam

Compute nodes on modern heterogeneous supercomputing systems comprise CPUs, GPUs, and high-speed network interconnects (NICs). Parallelization is identified as a technique for effectively utilizing these systems to execu…

CPUGPU