a4e9fb00c3ff1bf7.tex
1: \begin{abstract}
2:   Recent years have witnessed the great advance of deep learning in a variety of vision tasks. Many state-of-the-art deep neural networks suffer from large size and high complexity, which makes it difficult to deploy  in resource-limited platforms such as mobile devices.
3:   To this end, low-precision neural networks are widely studied which quantize weights or activations into the low-bit format.
4:   Though being efficient,  low-precision networks are usually  hard to train and encounter severe accuracy degradation.
5:   In this paper, we propose a new training strategy through expanding low-precision networks during training and removing the expanded parts for network inference.
6:   First, we equip each low-precision convolutional layer with an ancillary  full-precision convolutional layer based on a low-precision network structure, which could guide the network to  good local minima.
7:   Second, a decay method is introduced to reduce the output of the added full-precision convolution gradually, which keeps the resulted topology structure the same to the original low-precision one.
8:   Experiments on SVHN, CIFAR and ILSVRC-2012 datasets prove that the proposed method can bring faster convergence and higher accuracy for low-precision neural networks.
9: 
10: \end{abstract}
11: