SELGNov 19, 2023

Tensor-Aware Energy Accounting

arXiv:2311.11424v15 citationsh-index: 4
Originality Incremental advance
AI Analysis

This addresses energy sustainability for AI practitioners by providing detailed energy breakdowns, though it is incremental as it builds on existing energy accounting methods with a novel focus on tensor structures.

The paper tackles the problem of energy inefficiency in deep learning by introducing Smaragdine, a tensor-aware energy accounting system for TensorFlow programs, which identifies high-energy components in BERT and supports toolchain building with case studies on hyperparameter tuning and model evolution.

With the rapid growth of Artificial Intelligence (AI) applications supported by deep learning (DL), the energy efficiency of these applications has an increasingly large impact on sustainability. We introduce Smaragdine, a new energy accounting system for tensor-based DL programs implemented with TensorFlow. At the heart of Smaragdine is a novel white-box methodology of energy accounting: Smaragdine is aware of the internal structure of the DL program, which we call tensor-aware energy accounting. With Smaragdine, the energy consumption of a DL program can be broken down into units aligned with its logical hierarchical decomposition structure. We apply Smaragdine for understanding the energy behavior of BERT, one of the most widely used language models. Layer-by-layer and tensor-by-tensor, Smaragdine is capable of identifying the highest energy/power-consuming components of BERT. Furthermore, we conduct two case studies on how Smaragdine supports downstream toolchain building, one on the comparative energy impact of hyperparameter tuning of BERT, the other on the energy behavior evolution when BERT evolves to its next generation, ALBERT.

Code Implementations1 repo
Foundations

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

Your Notes