LGNEMay 16, 2016

Reducing the Model Order of Deep Neural Networks Using Information Theory

arXiv:1605.04859v126 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of deploying deep neural networks on resource-constrained devices, though it is incremental as it builds on prior compression methods.

The paper tackles the problem of compressing deep neural networks for small devices by removing unimportant parameters and applying non-uniform quantization based on Fisher Information estimates. The method outperforms existing pruning and quantization techniques on MNIST classification tasks.

Deep neural networks are typically represented by a much larger number of parameters than shallow models, making them prohibitive for small footprint devices. Recent research shows that there is considerable redundancy in the parameter space of deep neural networks. In this paper, we propose a method to compress deep neural networks by using the Fisher Information metric, which we estimate through a stochastic optimization method that keeps track of second-order information in the network. We first remove unimportant parameters and then use non-uniform fixed point quantization to assign more bits to parameters with higher Fisher Information estimates. We evaluate our method on a classification task with a convolutional neural network trained on the MNIST data set. Experimental results show that our method outperforms existing methods for both network pruning and quantization.

Foundations

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

Your Notes