LGNEOCMLFeb 17, 2020

Identifying Critical Neurons in ANN Architectures using Mixed Integer Programming

arXiv:2002.07259v45 citations
AI Analysis

This work addresses the challenge of efficient neural network pruning for researchers and practitioners, but it is incremental as it builds on existing lottery ticket optimization methods.

The paper tackles the problem of identifying critical neurons in deep neural networks for pruning, using a mixed integer programming approach to minimize the number of neurons needed while maintaining accuracy, resulting in marginal loss in accuracy and generalizability across multiple datasets.

We introduce a mixed integer program (MIP) for assigning importance scores to each neuron in deep neural network architectures which is guided by the impact of their simultaneous pruning on the main learning task of the network. By carefully devising the objective function of the MIP, we drive the solver to minimize the number of critical neurons (i.e., with high importance score) that need to be kept for maintaining the overall accuracy of the trained neural network. Further, the proposed formulation generalizes the recently considered lottery ticket optimization by identifying multiple "lucky" sub-networks resulting in optimized architecture that not only performs well on a single dataset, but also generalizes across multiple ones upon retraining of network weights. Finally, we present a scalable implementation of our method by decoupling the importance scores across layers using auxiliary networks. We demonstrate the ability of our formulation to prune neural networks with marginal loss in accuracy and generalizability on popular datasets and architectures.

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