paper-with-me

Papers

LDP: Learnable Dynamic Precision for Efficient Deep Neural Network Training and Inference

2022-03-15 · Zhongzhi Yu, Yonggan Fu, Shang Wu, Mengquan Li, Haoran You, Yingyan Lin

Low precision deep neural network (DNN) training is one of the most effective techniques for boosting DNNs' training efficiency, as it trims down the training cost from the finest bit level. While existing works mostly fix the model precision during the whole training process, a few pioneering works have shown that dynamic precision schedules help DNNs converge to a better accuracy while leading to a lower training cost than their static precision training counterparts. However, existing dynamic low precision training methods rely on manually designed precision schedules to achieve advantageous efficiency and accuracy trade-offs, limiting their more comprehensive practical applications and achievable performance. To this end, we propose LDP, a Learnable Dynamic Precision DNN training framework that can automatically learn a temporally and spatially dynamic precision schedule during training towards optimal accuracy and efficiency trade-offs. It is worth noting that LDP-trained DNNs are by nature efficient during inference. Furthermore, we visualize the resulting temporal and spatial precision schedule and distribution of LDP trained DNNs on different tasks to better understand the corresponding DNNs' characteristics at different training stages and DNN layers both during and after training, drawing insights for promoting further innovations. Extensive experiments and ablation studies (seven networks, five datasets, and three tasks) show that the proposed LDP consistently outperforms state-of-the-art (SOTA) low precision DNN training techniques in terms of training efficiency and achieved accuracy trade-offs. For example, in addition to having the advantage of being automated, our LDP achieves a 0.31\% higher accuracy with a 39.1\% lower computational cost when training ResNet-20 on CIFAR-10 as compared with the best SOTA method.

📄 PDF Abstract BibTeX arXiv:2203.07713

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learnable Mixed-precision and Dimension Reduction Co-design for Low-storage Activation

2022-07-16 · Yu-Shan Tai, Cheng-Yang Chang, Chieh-Fang Teng, AnYeu 외

Recently, deep convolutional neural networks (CNNs) have achieved many eye-catching results. However, deploying CNNs on resource-constrained edge devices is constrained by limited memory bandwidth for transmitting large …

Dimensionality Reduction

Punching Above Precision: Small Quantized Model Distillation with Learnable Regularizer

2025-09-25 · Abdur Rehman, S M A Sharif, Md Abdur Rahaman, Mohamed Jismy Aashik Rasool 외 arxiv

Quantization-aware training (QAT) combined with knowledge distillation (KD) is a promising strategy for compressing Artificial Intelligence (AI) models for deployment on resource-constrained hardware. However, existing Q…

Knowledge DistillationImage ClassificationObject Detection

Learning Sparse Low-Precision Neural Networks With Learnable Regularization

2018-09-01 · Yoojin Choi, Mostafa El-Khamy, Jungwon Lee

We consider learning deep neural networks (DNNs) that consist of low-precision weights and activations for efficient inference of fixed-point operations. In training low-precision networks, gradient descent in the backwa…

Image Super-ResolutionL2 RegularizationQuantizationSuper-Resolution

Learnable Companding Quantization for Accurate Low-bit Neural Networks

2021-03-12 · CVPR 2021 1 · Kohei Yamamoto

Quantizing deep neural networks is an effective method for reducing memory consumption and improving inference speed, and is thus useful for implementation in resource-constrained devices. However, it is still hard for e…

image-classificationImage Classificationobject-detectionObject Detection+1

Data Quality-aware Mixed-precision Quantization via Hybrid Reinforcement Learning

2023-02-09 · Yingchun Wang, Jingcai Guo, Song Guo, Weizhan Zhang

Mixed-precision quantization mostly predetermines the model bit-width settings before actual training due to the non-differential bit-width sampling process, obtaining sub-optimal performance. Worse still, the convention…

Quantizationreinforcement-learningReinforcement LearningReinforcement Learning (RL)