CVJun 8, 2015

Fast ConvNets Using Group-wise Brain Damage

arXiv:1506.02515v2460 citations
AI Analysis

This is an incremental improvement for efficient neural network deployment.

The paper tackles the problem of speeding up convolutional neural networks by modifying brain damage pruning to operate in a group-wise fashion, achieving competitive performance on AlexNet.

We revisit the idea of brain damage, i.e. the pruning of the coefficients of a neural network, and suggest how brain damage can be modified and used to speedup convolutional layers. The approach uses the fact that many efficient implementations reduce generalized convolutions to matrix multiplications. The suggested brain damage process prunes the convolutional kernel tensor in a group-wise fashion by adding group-sparsity regularization to the standard training process. After such group-wise pruning, convolutions can be reduced to multiplications of thinned dense matrices, which leads to speedup. In the comparison on AlexNet, the method achieves very competitive performance.

Foundations

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

Your Notes