LGAICVJul 1, 2023

Minimizing Energy Consumption of Deep Learning Models by Energy-Aware Training

arXiv:2307.00368v112 citationsh-index: 75
Originality Incremental advance
AI Analysis

This work addresses energy efficiency for deep learning practitioners, but it is incremental as it builds on existing gradient-based and sparsity methods.

The paper tackles the problem of high energy consumption in deep learning models by proposing EAT, an energy-aware training algorithm that uses a differentiable approximation of the ℓ0 norm as a sparse penalty, resulting in improved trade-offs between classification performance and energy efficiency on three datasets and two neural networks.

Deep learning models undergo a significant increase in the number of parameters they possess, leading to the execution of a larger number of operations during inference. This expansion significantly contributes to higher energy consumption and prediction latency. In this work, we propose EAT, a gradient-based algorithm that aims to reduce energy consumption during model training. To this end, we leverage a differentiable approximation of the $\ell_0$ norm, and use it as a sparse penalty over the training loss. Through our experimental analysis conducted on three datasets and two deep neural networks, we demonstrate that our energy-aware training algorithm EAT is able to train networks with a better trade-off between classification performance and energy efficiency.

Foundations

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

Your Notes