English

Maxout Networks

Machine Learning 2013-09-23 v4 Machine Learning

Abstract

We consider the problem of designing models to leverage a recently introduced approximate model averaging technique called dropout. We define a simple new model called maxout (so named because its output is the max of a set of inputs, and because it is a natural companion to dropout) designed to both facilitate optimization by dropout and improve the accuracy of dropout's fast approximate model averaging technique. We empirically verify that the model successfully accomplishes both of these tasks. We use maxout and dropout to demonstrate state of the art classification performance on four benchmark datasets: MNIST, CIFAR-10, CIFAR-100, and SVHN.

Keywords

Cite

@article{arxiv.1302.4389,
  title  = {Maxout Networks},
  author = {Ian J. Goodfellow and David Warde-Farley and Mehdi Mirza and Aaron Courville and Yoshua Bengio},
  journal= {arXiv preprint arXiv:1302.4389},
  year   = {2013}
}

Comments

This is the version of the paper that appears in ICML 2013

R2 v1 2026-06-21T23:28:15.685Z