CVPR 2020poster49 citations

Fixed-Point Back-Propagation Training

Xishan Zhang, Shaoli Liu, Rui Zhang, Chang Liu, Di Huang, Shiyi Zhou, Jiaming Guo, Qi Guo

Abstract

Recent emerged quantization technique (i.e., using low bit-width fixed-point data instead of high bit-width floating-point data) has been applied to inference of deep neural networks for fast and efficient execution. However, directly applying quantization in training can cause significant accuracy loss, thus remaining an open challenge. In this paper, we propose a novel training approach, which applies a layer-wise precision-adaptive quantization in deep neural networks. The new training approach leverages our key insight that the degradation of training accuracy is attributed to the dramatic change of data distribution. Therefore, by keeping the data distribution stable through a layer-wise precision-adaptive quantization, we are able to directly train deep neural networks using low bit-width fixed-point data and achieve guaranteed accuracy, without changing hyper parameters. Experimental results on a wide variety of network architectures (e.g., convolution and recurrent networks) and applications (e.g., image classification, object detection, segmentation and machine translation) show that the proposed approach can train these neural networks with negligible accuracy losses (-1.40%-1.3%, 0.02% on average), and speed up training by 252% on a state-of-the-art Intel CPU.

BibTeX
@inproceedings{cvpr2020_fixedpointbackpr,
  title = {Fixed-Point Back-Propagation Training},
  author = {Xishan Zhang and Shaoli Liu and Rui Zhang and Chang Liu and Di Huang and Shiyi Zhou and Jiaming Guo and Qi Guo and Zidong Du and Tian Zhi and Yunji Chen},
  booktitle = {CVPR 2020},
  year = {2020}
}
Fixed-Point Back-Propagation Training · CVPR 2020