Neural Networks with Few Multiplications
Zhouhan Lin Université de Montréal Canada、Matthieu Courbariaux Université de Montréal Canada \ANDRoland Memisevic Université de Montréal Canada、Yoshua Bengio Université de Montréal Canada
Abstract
For most deep learning algorithms training is notoriously time consuming. Since most of the computation in training neural networks is typically spent on floating point multiplications, we investigate an approach to training that eliminates the need for most of these. Our method consists of two parts: First we stochastically binarize weights to convert multiplications involved in computing hidden states to sign changes. Second, while back-propagating error derivatives, in addition to binarizing the weights, we quantize the representations at each layer to convert the remaining multiplications into binary shifts. Experimental results across 3 popular datasets (MNIST, CIFAR10, SVHN) show that this approach not only does not hurt classification performance but can result in even better performance than standard stochastic gradient descent training, paving the way to fast, hardware-friendly training of neural networks.
原文 arXiv:1510.03009;中英对照 + 大白话阅读 https://aha.fim.ai/paper/1510.03009v3