NECVLGMay 22, 2017

Learning to Prune Deep Neural Networks via Layer-wise Optimal Brain Surgeon

arXiv:1705.07565v2569 citations
AI Analysis

This work addresses the need for efficient neural network pruning in resource-constrained applications, offering a method with theoretical guarantees and practical improvements over existing techniques.

The paper tackles the problem of compressing deep neural networks for embedded systems by proposing a layer-wise pruning method based on second-order derivatives, which bounds performance drop and reduces retraining needs, achieving competitive compression rates with minimal accuracy loss on benchmark datasets.

How to develop slim and accurate deep neural networks has become crucial for real- world applications, especially for those employed in embedded systems. Though previous work along this research line has shown some promising results, most existing methods either fail to significantly compress a well-trained deep network or require a heavy retraining process for the pruned deep network to re-boost its prediction performance. In this paper, we propose a new layer-wise pruning method for deep neural networks. In our proposed method, parameters of each individual layer are pruned independently based on second order derivatives of a layer-wise error function with respect to the corresponding parameters. We prove that the final prediction performance drop after pruning is bounded by a linear combination of the reconstructed errors caused at each layer. Therefore, there is a guarantee that one only needs to perform a light retraining process on the pruned network to resume its original prediction performance. We conduct extensive experiments on benchmark datasets to demonstrate the effectiveness of our pruning method compared with several state-of-the-art baseline methods.

Code Implementations2 repos
Foundations

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

Your Notes