LGJan 27, 2025

THOR: A Generic Energy Estimation Approach for On-Device Training

arXiv:2501.16397v1h-index: 24
Originality Incremental advance
AI Analysis

This addresses energy inefficiency in battery-powered mobile devices for AI training, offering a practical solution for job scheduling and sustainable AI, though it is incremental as it builds on existing estimation methods.

The paper tackles the problem of accurately estimating energy consumption for on-device training of deep neural networks, proposing THOR, which reduces Mean Absolute Percentage Error by up to 30% and enables energy-aware pruning to cut consumption by 50%.

Battery-powered mobile devices (e.g., smartphones, AR/VR glasses, and various IoT devices) are increasingly being used for AI training due to their growing computational power and easy access to valuable, diverse, and real-time data. On-device training is highly energy-intensive, making accurate energy consumption estimation crucial for effective job scheduling and sustainable AI. However, the heterogeneity of devices and the complexity of models challenge the accuracy and generalizability of existing estimation methods. This paper proposes THOR, a generic approach for energy consumption estimation in deep neural network (DNN) training. First, we examine the layer-wise energy additivity property of DNNs and strategically partition the entire model into layers for fine-grained energy consumption profiling. Then, we fit Gaussian Process (GP) models to learn from layer-wise energy consumption measurements and estimate a DNN's overall energy consumption based on its layer-wise energy additivity property. We conduct extensive experiments with various types of models across different real-world platforms. The results demonstrate that THOR has effectively reduced the Mean Absolute Percentage Error (MAPE) by up to 30%. Moreover, THOR is applied in guiding energy-aware pruning, successfully reducing energy consumption by 50%, thereby further demonstrating its generality and potential.

Foundations

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

Your Notes