paper-with-me

Papers

Zeus: Understanding and Optimizing GPU Energy Consumption of DNN Training

2022-08-12 · Jie You, Jae-Won Chung, Mosharaf Chowdhury

Training deep neural networks (DNNs) is becoming increasingly more resource- and energy-intensive every year. Unfortunately, existing works primarily focus on optimizing DNN training for faster completion, often without considering the impact on energy efficiency. In this paper, we observe that common practices to improve training performance can often lead to inefficient energy usage. More importantly, we demonstrate that there is a tradeoff between energy consumption and performance optimization. To this end, we propose Zeus, an optimization framework to navigate this tradeoff by automatically finding optimal job- and GPU-level configurations for recurring DNN training jobs. Zeus uses an online exploration-exploitation approach in conjunction with just-in-time energy profiling, averting the need for expensive offline measurements, while adapting to data drifts over time. Our evaluation shows that Zeus can improve the energy efficiency of DNN training by 15.3%-75.8% for diverse workloads.

📄 PDF Abstract BibTeX arXiv:2208.06102

Code (1)

ml-energy/zeus 공식 구현 pytorch

Tasks

GPU

Similar Papers 제목 키워드 기반

Learning to Play 7 Wonders Duel Without Human Supervision

2024-06-02 · Giovanni Paolini, Lorenzo Moreschini, Francesco Veneziano, Alessandro Iraci

This paper introduces ZeusAI, an artificial intelligence system developed to play the board game 7 Wonders Duel. Inspired by the AlphaZero reinforcement learning algorithm, ZeusAI relies on a combination of Monte Carlo T…

Board Gamesreinforcement-learning

Evaluating the Energy Consumption of Machine Learning: Systematic Literature Review and Experiments

2024-08-27 · Charlotte Rodriguez, Laura Degioanni, Laetitia Kameni, Richard Vidal 외

Monitoring, understanding, and optimizing the energy consumption of Machine Learning (ML) are various reasons why it is necessary to evaluate the energy usage of ML. However, there exists no universal tool that can answe…

Systematic Literature Review

Kareus: Joint Reduction of Dynamic and Static Energy in Large Model Training

2026-01-25 · Ruofan Wu, Jae-Won Chung, Mosharaf Chowdhury arxiv

The computing demand of AI is growing at an unprecedented rate, but energy supply is not keeping pace. As a result, energy has become an expensive and contended resource that requires explicit management and optimization…

Understanding the Energy Consumption of HPC Scale Artificial Intelligence

2022-11-14 · Danilo Carastan dos Santos

This paper contributes towards better understanding the energy consumption trade-offs of HPC scale Artificial Intelligence (AI), and more specifically Deep Learning (DL) algorithms. For this task we developed benchmark-t…

ZEUS: Accelerating Diffusion Models with Only Second-Order Predictor

2026-04-02 · Yixiao Wang, Ting Jiang, Zishan Shao, Hancheng Ye 외 arxiv

Denoising generative models deliver high-fidelity generation but remain bottlenecked by inference latency due to the many iterative denoiser calls required during sampling. Training-free acceleration methods reduce laten…

Video Generation