Accelerated Training on Low-Power Edge Devices
Mohamed Aboelenien Ahmed, Kilian Pfeiffer, Heba Khdr, Osama Abboud, Ramin Khalili, Jörg Henkel
TL;DR
The paper addresses the challenge of on-device training under strict power constraints by proposing a cross-layer approach that jointly tunes the GPU frequency $f$ and batch size $b$ to accelerate training while meeting $P_{ ext{max}}$. It combines offline device profiling of $T_s(b,f,M)$ and $P(b,f,M)$ with server-side estimation of batch-size efficiency via a proxy dataset to minimize $TT_{ ext{acc}}(b,f,M,D) = T_s(b,f,M) \times N_{s_{acc}}(b,M,D)$ under $P(b,f,M) \le P_{ ext{max}}$. The method builds LUTs from profiling, uses a proxy dataset to infer convergence efficiency, and selects $(b,f)$ at runtime, achieving up to $2.4\times$ speedups and notable energy savings on CNNs and transformers on Jetson devices. This approach is practical for edge deployments, reduces training time and energy, and remains robust to proxy-dataset choices, supporting greener and more adaptable on-device learning.
Abstract
Training on edge devices poses several challenges as these devices are generally resource-constrained, especially in terms of power. State-of-the-art techniques at the device level reduce the GPU frequency to enforce power constraints, leading to a significant increase in training time. To accelerate training, we propose to jointly adjust the system and application parameters (in our case, the GPU frequency and the batch size of the training task) while adhering to the power constraints on devices. We introduce a novel cross-layer methodology that combines predictions of batch size efficiency and device profiling to achieve the desired optimization. Our evaluation on real hardware shows that our method outperforms the current baselines that depend on state of the art techniques, reducing the training time by $2.4\times$ with results very close to optimal. Our measurements also indicate a substantial reduction in the overall energy used for the training process. These gains are achieved without reduction in the performance of the trained model.
