paper-with-me

홈 › Papers

Machine Learning Training on a Real Processing-in-Memory System

2022-06-13 · Juan Gómez-Luna, Yuxin Guo, Sylvan Brocard, Julien Legriel, Remy Cimadomo, Geraldo F. Oliveira, Gagandeep Singh, Onur Mutlu

Training machine learning algorithms is a computationally intensive process, which is frequently memory-bound due to repeatedly accessing large training datasets. As a result, processor-centric systems (e.g., CPU, GPU) suffer from costly data movement between memory units and processing units, which consumes large amounts of energy and execution cycles. Memory-centric computing systems, i.e., computing systems with processing-in-memory (PIM) capabilities, can alleviate this data movement bottleneck. Our goal is to understand the potential of modern general-purpose PIM architectures to accelerate machine learning training. To do so, we (1) implement several representative classic machine learning algorithms (namely, linear regression, logistic regression, decision tree, K-means clustering) on a real-world general-purpose PIM architecture, (2) characterize them in terms of accuracy, performance and scaling, and (3) compare to their counterpart implementations on CPU and GPU. Our experimental evaluation on a memory-centric computing system with more than 2500 PIM cores shows that general-purpose PIM architectures can greatly accelerate memory-bound machine learning workloads, when the necessary operations and datatypes are natively supported by PIM hardware. To our knowledge, our work is the first one to evaluate training of machine learning algorithms on a real-world general-purpose PIM architecture.

📄 PDF Abstract BibTeX arXiv:2206.06022

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningCPUGPUregression

Similar Papers 제목 키워드 기반

An Experimental Evaluation of Machine Learning Training on a Real Processing-in-Memory System

2022-07-16 · Juan Gómez-Luna, Yuxin Guo, Sylvan Brocard, Julien Legriel 외

Training machine learning (ML) algorithms is a computationally intensive process, which is frequently memory-bound due to repeatedly accessing large training datasets. As a result, processor-centric systems (e.g., CPU, G…

ClusteringCPUGPUregression

Random resistive memory-based deep extreme point learning machine for unified visual processing

2023-12-14 · Shaocong Wang, Yizhao Gao, Yi Li, Woyu Zhang 외

Visual sensors, including 3D LiDAR, neuromorphic DVS sensors, and conventional frame cameras, are increasingly integrated into edge-side intelligent machines. Realizing intensive multi-sensory data analysis directly on e…

Efficient Use of Limited-Memory Accelerators for Linear Learning on Heterogeneous Systems

2017-08-17 · NeurIPS 2017 12 · Celestine Dünner, Thomas Parnell, Martin Jaggi

We propose a generic algorithmic building block to accelerate training of machine learning models on heterogeneous compute systems. Our scheme allows to efficiently employ compute accelerators such as GPUs and FPGAs for …

BIG-bench Machine LearningGPU

Enabling Large Batch Size Training for DNN Models Beyond the Memory Limit While Maintaining Performance

2021-10-24 · XinYu Piao, DoangJoo Synn, JooYoung Park, Jong-Kook Kim

Recent deep learning models are difficult to train using a large batch size, because commodity machines may not have enough memory to accommodate both the model and a large data batch size. The batch size is one of the h…

Deep Learning

PIM-Opt: Demystifying Distributed Optimization Algorithms on a Real-World Processing-In-Memory System

2024-04-10 · Steve Rhyner, Haocong Luo, Juan Gómez-Luna, Mohammad Sadrosadati 외

Modern Machine Learning (ML) training on large-scale datasets is a very time-consuming workload. It relies on the optimization algorithm Stochastic Gradient Descent (SGD) due to its effectiveness, simplicity, and general…

CPUDistributed OptimizationGPU