ARLGSep 23, 2024

Efficient Tabular Data Preprocessing of ML Pipelines

arXiv:2409.14912v18 citationsh-index: 4
Originality Highly original
AI Analysis

This addresses the problem of high resource and energy consumption in ML training for recommender systems, offering a novel hardware solution to a known bottleneck.

The paper tackles the bottleneck of data preprocessing in ML pipelines, particularly for tabular data with vocabulary generation, by designing Piper, a hardware accelerator prototyped on FPGAs, which achieves speedups of 4.7–71.3× over a 128-core CPU server and 4.8–20.3× over a data-center GPU.

Data preprocessing pipelines, which includes data decoding, cleaning, and transforming, are a crucial component of Machine Learning (ML) training. Thy are computationally intensive and often become a major bottleneck, due to the increasing performance gap between the CPUs used for preprocessing and the GPUs used for model training. Recent studies show that a significant number of CPUs across several machines are required to achieve sufficient throughput to saturate the GPUs, leading to increased resource and energy consumption. When the pipeline involves vocabulary generation, the preprocessing performance scales poorly due to significant row-wise synchronization overhead between different CPU cores and servers. To address this limitation, in this paper we present the design of Piper, a hardware accelerator for tabular data preprocessing, prototype it on FPGAs, and demonstrate its potential for training pipelines of commercial recommender systems. Piper achieves 4.7 $\sim$ 71.3$\times$ speedup in latency over a 128-core CPU server and outperforms a data-center GPU by 4.8$\sim$ 20.3$\times$ when using binary input. The impressive performance showcases Piper's potential to increase the efficiency of data preprocessing pipelines and significantly reduce their resource consumption.

Foundations

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

Your Notes