Dirichlet Pruning for Convolutional Neural Networks
Abstract
We introduce Dirichlet pruning, a novel post-processing technique to transform a large neural network model into a compressed one. Dirichlet pruning is a form of structured pruning which assigns the Dirichlet distribution over each layer’s channels in convolutional layers (or neurons in fully-connected layers), and learns the parameters of the distribution over these units using variational inference. The learnt parameters allow us to informatively and intuitively remove unimportant units, resulting in a compact architecture containing only crucial features for a task at hand. This method yields low GPU footprint, as the number of parameters is linear in the number of channels (or neurons) and training requires as little as one epoch to converge. We perform extensive experiments, in particular on larger architectures such as VGG and WideResNet (94% and 72% compression rate, respectively) where our method achieves the state-of-the-art compression performance and provides interpretable features as a by-product.
Cite
Text
Adamczewski and Park. "Dirichlet Pruning for Convolutional Neural Networks." Artificial Intelligence and Statistics, 2021.Markdown
[Adamczewski and Park. "Dirichlet Pruning for Convolutional Neural Networks." Artificial Intelligence and Statistics, 2021.](https://mlanthology.org/aistats/2021/adamczewski2021aistats-dirichlet/)BibTeX
@inproceedings{adamczewski2021aistats-dirichlet,
title = {{Dirichlet Pruning for Convolutional Neural Networks}},
author = {Adamczewski, Kamil and Park, Mijung},
booktitle = {Artificial Intelligence and Statistics},
year = {2021},
pages = {3637-3645},
volume = {130},
url = {https://mlanthology.org/aistats/2021/adamczewski2021aistats-dirichlet/}
}