Neuron-Specific Dropout: A Deterministic Regularization Technique to Prevent Neural Networks from Overfitting & Reduce Dependence on Large Training Samples
Joshua Shunk

TL;DR
Neuron-specific dropout (NSDropout) is a deterministic regularization method that reduces overfitting and dependence on large datasets by selectively dropping neurons based on their behavior during training and validation.
Contribution
This paper introduces neuron-specific dropout, a novel deterministic regularization technique that improves neural network performance with less data compared to traditional dropout methods.
Findings
NSDropout achieves comparable or better accuracy with less training data.
It reduces overfitting more effectively than traditional dropout.
The method produces state-of-the-art results in image recognition tasks.
Abstract
In order to develop complex relationships between their inputs and outputs, deep neural networks train and adjust large number of parameters. To make these networks work at high accuracy, vast amounts of data are needed. Sometimes, however, the quantity of data needed is not present or obtainable for training. Neuron-specific dropout (NSDropout) is a tool to address this problem. NSDropout looks at both the training pass, and validation pass, of a layer in a model. By comparing the average values produced by each neuron for each class in a data set, the network is able to drop targeted units. The layer is able to predict what features, or noise, the model is looking at during testing that isn't present when looking at samples from validation. Unlike dropout, the "thinned" networks cannot be "unthinned" for testing. Neuron-specific dropout has proved to achieve similar, if not better,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications
MethodsDropout
