paper-with-me

홈 › Papers

Adaptive Precision Training for Resource Constrained Devices

2020-12-23 · Tian Huang, Tao Luo, Joey Tianyi Zhou

Learn in-situ is a growing trend for Edge AI. Training deep neural network (DNN) on edge devices is challenging because both energy and memory are constrained. Low precision training helps to reduce the energy cost of a single training iteration, but that does not necessarily translate to energy savings for the whole training process, because low precision could slows down the convergence rate. One evidence is that most works for low precision training keep an fp32 copy of the model during training, which in turn imposes memory requirements on edge devices. In this work we propose Adaptive Precision Training. It is able to save both total training energy cost and memory usage at the same time. We use model of the same precision for both forward and backward pass in order to reduce memory usage for training. Through evaluating the progress of training, APT allocates layer-wise precision dynamically so that the model learns quicker for longer time. APT provides an application specific hyper-parameter for users to play trade-off between training energy cost, memory usage and accuracy. Experiment shows that APT achieves more than 50% saving on training energy and memory usage with limited accuracy loss. 20% more savings of training energy and memory usage can be achieved in return for a 1% sacrifice in accuracy loss.

📄 PDF Abstract BibTeX arXiv:2012.12775

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

RCT: Resource Constrained Training for Edge AI

2021-03-26 · Tian Huang, Tao Luo, Ming Yan, Joey Tianyi Zhou 외

Neural networks training on edge terminals is essential for edge AI computing, which needs to be adaptive to evolving environment. Quantised models can efficiently run on edge devices, but existing training methods for t…

AdaCon: Adaptive Context-Aware Object Detection for Resource-Constrained Embedded Devices

2021-08-16 · Marina Neseem, Sherief Reda

Convolutional Neural Networks achieve state-of-the-art accuracy in object detection tasks. However, they have large computational and energy requirements that challenge their deployment on resource-constrained edge devic…

Objectobject-detectionObject Detection

On the Tradeoff between Energy, Precision, and Accuracy in Federated Quantized Neural Networks

2021-11-15 · Minsu Kim, Walid Saad, Mohammad Mozaffari, Merouane Debbah

Deploying federated learning (FL) over wireless networks with resource-constrained devices requires balancing between accuracy, energy efficiency, and precision. Prior art on FL often requires devices to train deep neura…

Federated LearningQuantization

DNN Memory Footprint Reduction via Post-Training Intra-Layer Multi-Precision Quantization

2024-04-03 · Behnam Ghavami, Amin Kamjoo, Lesley Shannon, Steve Wilton

The imperative to deploy Deep Neural Network (DNN) models on resource-constrained edge devices, spurred by privacy concerns, has become increasingly apparent. To facilitate the transition from cloud to edge computing, th…

Edge-computingQuantization

Edge Unlearning is Not "on Edge"! An Adaptive Exact Unlearning System on Resource-Constrained Devices

2024-10-14 · Xiaoyu Xia, Ziqi Wang, Ruoxi Sun, Bowen Liu 외

The right to be forgotten mandates that machine learning models enable the erasure of a data owner's data and information from a trained model. Removing data from the dataset alone is inadequate, as machine learning mode…

Machine Unlearning