LGMLFeb 5, 2019

Same, Same But Different - Recovering Neural Network Quantization Error Through Weight Factorization

arXiv:1902.01917v197 citations
Originality Incremental advance
AI Analysis

This addresses the need for efficient neural network deployment on embedded devices by improving quantization performance, though it is incremental as it builds on existing factorization concepts.

The paper tackles the problem of neural network quantization error by exploiting weight factorization to scale output channels and inversely adjust next-layer weights, showing that this method significantly reduces degradation from quantization and achieves state-of-the-art results for MobileNets.

Quantization of neural networks has become common practice, driven by the need for efficient implementations of deep neural networks on embedded devices. In this paper, we exploit an oft-overlooked degree of freedom in most networks - for a given layer, individual output channels can be scaled by any factor provided that the corresponding weights of the next layer are inversely scaled. Therefore, a given network has many factorizations which change the weights of the network without changing its function. We present a conceptually simple and easy to implement method that uses this property and show that proper factorizations significantly decrease the degradation caused by quantization. We show improvement on a wide variety of networks and achieve state-of-the-art degradation results for MobileNets. While our focus is on quantization, this type of factorization is applicable to other domains such as network-pruning, neural nets regularization and network interpretability.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes