English

Estimating Deep Learning energy consumption based on model architecture and training environment

Machine Learning 2025-09-26 v5 Computers and Society Software Engineering

Abstract

To raise awareness of the environmental impact of deep learning (DL), many studies estimate the energy use of DL systems. However, energy estimates during DL training often rely on unverified assumptions. This work addresses that gap by investigating how model architecture and training environment affect energy consumption. We train a variety of computer vision models and collect energy consumption and accuracy metrics to analyze their trade-offs across configurations. Our results show that selecting the right model-training environment combination can reduce training energy consumption by up to 80.68% with less than 2% loss in F1F_1 score. We find a significant interaction effect between model and training environment: energy efficiency improves when GPU computational power scales with model complexity. Moreover, we demonstrate that common estimation practices, such as using FLOPs or GPU TDP, fail to capture these dynamics and can lead to substantial errors. To address these shortcomings, we propose the Stable Training Epoch Projection (STEP) and the Pre-training Regression-based Estimation (PRE) methods. Across evaluations, our methods outperform existing tools by a factor of two or more in estimation accuracy.

Keywords

Cite

@article{arxiv.2307.05520,
  title  = {Estimating Deep Learning energy consumption based on model architecture and training environment},
  author = {Santiago del Rey and Luís Cruz and Xavier Franch and Silverio Martínez-Fernández},
  journal= {arXiv preprint arXiv:2307.05520},
  year   = {2025}
}

Comments

48 pages, 10 figures, under review in Computer Standards & Interfaces journal. This work is an extension of arXiv:2307.05520v3 [cs.LG]

R2 v1 2026-06-28T11:27:31.441Z