Can Adjusting Hyperparameters Lead to Green Deep Learning: An Empirical Study on Correlations between Hyperparameters and Energy Consumption of Deep Learning Models
Taoran Wang, Yanhui Li, Mingliang Ma, Lin Chen, Yuming Zhou

TL;DR
This study empirically investigates how hyperparameter adjustments affect the energy consumption of deep learning models, revealing that proper tuning can reduce energy use without sacrificing performance, especially in parallel training scenarios.
Contribution
It introduces a mutation-based approach to analyze hyperparameter impacts on energy consumption and highlights the potential for greener deep learning through hyperparameter tuning.
Findings
Hyperparameters show significant correlation with energy consumption.
Adjusting hyperparameters can reduce energy use without performance loss.
Energy consumption in parallel training is more sensitive to hyperparameter changes.
Abstract
Context: Along with developing Deep learning (DL) models, larger datasets and more complex model structures are applied, leading to rising computing resources and energy consumption, which is an alert that green DL models should receive more attention. Objective: This paper focuses on a novel view to analyze DL energy consumption: the effect of hyperparameters on the energy cost of DL models. Method: Our approach involves using mutation operators to simulate how practitioners adjust hyperparameters, such as epochs and learning rates. We train the original and mutated models separately and gather energy information and run-time performance metrics. Moreover, we focus on the parallel scenario where multiple DL models are trained in parallel. Results: To examine the effect of hyperparameters on energy consumption, we conducted extensive experiments on five real-world DL models. The results…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Explainable Artificial Intelligence (XAI) · Advanced Neural Network Applications
