2018

Learning Sparse Low-Precision Neural Networks With Learnable Regularization

Choi, Yoojin, El-Khamy, Mostafa, Lee, Jungwon

Understand

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 backward pass is performed with high-precision weights while quantized low-precision weights and activations are used in the forward pass to calculate the loss function for training.
  • Thus, the gradient descent becomes suboptimal, and accuracy loss follows.
  • In order to reduce the mismatch in the forward and backward passes, we utilize mean squared quantization error (MSQE) regularization.

Reading the bibliography…