LGMay 21, 2025

Benchmarking Energy and Latency in TinyML: A Novel Method for Resource-Constrained AI

arXiv:2505.15622v113 citationsh-index: 4
Originality Incremental advance
AI Analysis

This provides a benchmarking tool for IoT and edge computing developers to optimize energy and latency in TinyML applications, though it is incremental as it builds on existing evaluation methods.

The paper tackled the challenge of benchmarking TinyML performance on resource-constrained devices by introducing a methodology that integrates energy and latency measurements across pre-inference, inference, and post-inference phases, finding that reducing core voltage and clock frequency improves efficiency in pre- and post-processing without significantly affecting network execution.

The rise of IoT has increased the need for on-edge machine learning, with TinyML emerging as a promising solution for resource-constrained devices such as MCU. However, evaluating their performance remains challenging due to diverse architectures and application scenarios. Current solutions have many non-negligible limitations. This work introduces an alternative benchmarking methodology that integrates energy and latency measurements while distinguishing three execution phases pre-inference, inference, and post-inference. Additionally, the setup ensures that the device operates without being powered by an external measurement unit, while automated testing can be leveraged to enhance statistical significance. To evaluate our setup, we tested the STM32N6 MCU, which includes a NPU for executing neural networks. Two configurations were considered: high-performance and Low-power. The variation of the EDP was analyzed separately for each phase, providing insights into the impact of hardware configurations on energy efficiency. Each model was tested 1000 times to ensure statistically relevant results. Our findings demonstrate that reducing the core voltage and clock frequency improve the efficiency of pre- and post-processing without significantly affecting network execution performance. This approach can also be used for cross-platform comparisons to determine the most efficient inference platform and to quantify how pre- and post-processing overhead varies across different hardware implementations.

Foundations

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

Your Notes