LGDCDec 12, 2023

Reducing Energy Bloat in Large Model Training

arXiv:2312.06902v337 citationsh-index: 8SOSP
Originality Incremental advance
AI Analysis

This addresses energy waste in datacenters for AI workloads, offering a practical solution to reduce operational costs and environmental impact, though it is incremental as it optimizes existing training processes.

The paper tackles the problem of energy inefficiency in large AI model training by identifying energy bloat and proposing Perseus, a system that reduces energy consumption by up to 30% without throughput loss or hardware changes.

Training large AI models on numerous GPUs consumes a massive amount of energy, making power delivery one of the largest limiting factors in building and operating datacenters for AI workloads. However, we observe that not all energy consumed during training directly contributes to end-to-end throughput; a significant portion can be removed without slowing down training. We call this portion energy bloat. In this work, we identify two independent sources of energy bloat in large model training and propose Perseus, a training system that mitigates both. To do this, Perseus obtains the time--energy tradeoff frontier of a large model training job using an efficient graph cut-based algorithm, and schedules computation energy consumption across time to reduce both types of energy bloat. Evaluation on large models, including GPT-3 and Bloom, shows that Perseus reduces the energy consumption of large model training by up to 30% without any throughput loss or hardware modification.

Code Implementations2 repos
Foundations

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

Your Notes