LGOSFeb 25, 2025

Accelerated Training on Low-Power Edge Devices

arXiv:2502.18323v1h-index: 23Trans. Mach. Learn. Res.
Originality Incremental advance
AI Analysis

This addresses the challenge of efficient training on resource-constrained edge devices, offering a practical improvement over existing methods.

The paper tackles the problem of slow training on low-power edge devices due to GPU frequency throttling, proposing a cross-layer method that jointly adjusts GPU frequency and batch size to reduce training time by 2.4x while maintaining model performance and saving energy.

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.

Foundations

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

Your Notes