LGMLNov 12, 2018

Generalized Ternary Connect: End-to-End Learning and Compression of Multiplication-Free Deep Neural Networks

arXiv:1811.04985v17 citations
Originality Incremental advance
AI Analysis

This work addresses the need for efficient neural networks on resource-constrained edge devices, offering an incremental improvement over existing compression techniques.

The paper tackles the problem of reducing computational complexity in deep neural networks for edge devices by proposing Generalized Ternary Connect (GTC), which learns integer powers-of-two parameters to eliminate multiplications, achieving negligible accuracy loss on MNIST and CIFAR-10 with superior compression compared to state-of-the-art methods.

The use of deep neural networks in edge computing devices hinges on the balance between accuracy and complexity of computations. Ternary Connect (TC) \cite{lin2015neural} addresses this issue by restricting the parameters to three levels $-1, 0$, and $+1$, thus eliminating multiplications in the forward pass of the network during prediction. We propose Generalized Ternary Connect (GTC), which allows an arbitrary number of levels while at the same time eliminating multiplications by restricting the parameters to integer powers of two. The primary contribution is that GTC learns the number of levels and their values for each layer, jointly with the weights of the network in an end-to-end fashion. Experiments on MNIST and CIFAR-10 show that GTC naturally converges to an `almost binary' network for deep classification networks (e.g. VGG-16) and deep variational auto-encoders, with negligible loss of classification accuracy and comparable visual quality of generated samples respectively. We demonstrate superior compression and similar accuracy of GTC in comparison to several state-of-the-art methods for neural network compression. We conclude with simulations showing the potential benefits of GTC in hardware.

Foundations

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

Your Notes