English

Guided Dropout

Machine Learning 2018-12-11 v1 Machine Learning

Abstract

Dropout is often used in deep neural networks to prevent over-fitting. Conventionally, dropout training invokes \textit{random drop} of nodes from the hidden layers of a Neural Network. It is our hypothesis that a guided selection of nodes for intelligent dropout can lead to better generalization as compared to the traditional dropout. In this research, we propose "guided dropout" for training deep neural network which drop nodes by measuring the strength of each node. We also demonstrate that conventional dropout is a specific case of the proposed guided dropout. Experimental evaluation on multiple datasets including MNIST, CIFAR10, CIFAR100, SVHN, and Tiny ImageNet demonstrate the efficacy of the proposed guided dropout.

Keywords

Cite

@article{arxiv.1812.03965,
  title  = {Guided Dropout},
  author = {Rohit Keshari and Richa Singh and Mayank Vatsa},
  journal= {arXiv preprint arXiv:1812.03965},
  year   = {2018}
}

Comments

Accepted in AAAI2019