paper-with-me

Papers

On Model Parallelization and Scheduling Strategies for Distributed Machine Learning

2014-12-01 · NeurIPS 2014 12 · Seunghak Lee, Jin Kyu Kim, Xun Zheng, Qirong Ho, Garth A. Gibson, Eric P. Xing

Distributed machine learning has typically been approached from a data parallel perspective, where big data are partitioned to multiple workers and an algorithm is executed concurrently over different data subsets under various synchronization schemes to ensure speed-up and/or correctness. A sibling problem that has received relatively less attention is how to ensure efficient and correct model parallel execution of ML algorithms, where parameters of an ML program are partitioned to different workers and undergone concurrent iterative updates. We argue that model and data parallelisms impose rather different challenges for system design, algorithmic adjustment, and theoretical analysis. In this paper, we develop a system for model-parallelism, STRADS, that provides a programming abstraction for scheduling parameter updates by discovering and leveraging changing structural properties of ML programs. STRADS enables a flexible tradeoff between scheduling efficiency and fidelity to intrinsic dependencies within the models, and improves memory efficiency of distributed ML. We demonstrate the efficacy of model-parallel algorithms implemented on STRADS versus popular implementations for topic modeling, matrix factorization, and Lasso.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningScheduling

Similar Papers 제목 키워드 기반

High-Performance Computing for Scheduling Decision Support: A Parallel Depth-First Search Heuristic

2016-05-16 · Gerhard Rauchecker, Guido Schryen

Many academic disciplines - including information systems, computer science, and operations management - face scheduling problems as important decision making tasks. Since many scheduling problems are NP-hard in the stro…

Decision MakingManagementScheduling

Seesaw: High-throughput LLM Inference via Model Re-sharding

2025-03-09 · Qidong Su, Wei Zhao, Xin Li, Muralidhar Andoorveedu 외

To improve the efficiency of distributed large language model (LLM) inference, various parallelization strategies, such as tensor and pipeline parallelism, have been proposed. However, the distinct computational characte…

Computational EfficiencyLanguage ModelingLanguage ModellingLarge Language Model+1

Automatic Operator-level Parallelism Planning for Distributed Deep Learning -- A Mixed-Integer Programming Approach

2025-03-12 · Ruifeng She, Bowen Pang, Kai Li, Zehua Liu 외

As the artificial intelligence community advances into the era of large models with billions of parameters, distributed training and inference have become essential. While various parallelism strategies-data, model, sequ…

Computational EfficiencyMixture-of-ExpertsScheduling

TensorOpt: Exploring the Tradeoffs in Distributed DNN Training with Auto-Parallelism

2020-04-16 · Zhenkun Cai, Kaihao Ma, Xiao Yan, Yidi Wu 외

A good parallelization strategy can significantly improve the efficiency or reduce the cost for the distributed training of deep neural networks (DNNs). Recently, several methods have been proposed to find efficient para…

Hardware Scaling Trends and Diminishing Returns in Large-Scale Distributed Training

2024-11-20 · Jared Fernandez, Luca Wehrstedt, Leonid Shamis, Mostafa Elhoushi 외

Dramatic increases in the capabilities of neural network models in recent years are driven by scaling model size, training data, and corresponding computational resources. To develop the exceedingly large networks requir…

GPU