English

Compacting Neural Network Classifiers via Dropout Training

Machine Learning 2017-05-25 v2 Machine Learning Neural and Evolutionary Computing

Abstract

We introduce dropout compaction, a novel method for training feed-forward neural networks which realizes the performance gains of training a large model with dropout regularization, yet extracts a compact neural network for run-time efficiency. In the proposed method, we introduce a sparsity-inducing prior on the per unit dropout retention probability so that the optimizer can effectively prune hidden units during training. By changing the prior hyperparameters, we can control the size of the resulting network. We performed a systematic comparison of dropout compaction and competing methods on several real-world speech recognition tasks and found that dropout compaction achieved comparable accuracy with fewer than 50% of the hidden units, translating to a 2.5x speedup in run-time.

Keywords

Cite

@article{arxiv.1611.06148,
  title  = {Compacting Neural Network Classifiers via Dropout Training},
  author = {Yotaro Kubo and George Tucker and Simon Wiesler},
  journal= {arXiv preprint arXiv:1611.06148},
  year   = {2017}
}

Comments

Submitted to AISTATS 2017 (Short-version is accepted to NIPS Workshop on Efficient Methods for Deep Neural Networks)

R2 v1 2026-06-22T16:57:13.385Z