MaxDropout: Deep Neural Network Regularization Based on Maximum Output Values
Claudio Filipi Goncalves do Santos, Danilo Colombo, Mateus Roder,, Jo\~ao Paulo Papa

TL;DR
MaxDropout is a novel regularization technique for deep neural networks that enhances sparsity by shutting off the most active neurons, leading to improved or comparable accuracy in image classification tasks.
Contribution
Introduces MaxDropout, a new regularizer that removes the most active neurons to promote sparsity and improve neural network performance.
Findings
MaxDropout improves accuracy over Dropout in neural networks.
MaxDropout achieves comparable results to Cutout and RandomErasing.
Replacing Dropout with MaxDropout enhances neural network performance.
Abstract
Different techniques have emerged in the deep learning scenario, such as Convolutional Neural Networks, Deep Belief Networks, and Long Short-Term Memory Networks, to cite a few. In lockstep, regularization methods, which aim to prevent overfitting by penalizing the weight connections, or turning off some units, have been widely studied either. In this paper, we present a novel approach called MaxDropout, a regularizer for deep neural network models that works in a supervised fashion by removing (shutting off) the prominent neurons (i.e., most active) in each hidden layer. The model forces fewer activated units to learn more representative information, thus providing sparsity. Regarding the experiments, we show that it is possible to improve existing neural networks and provide better results in neural networks when Dropout is replaced by MaxDropout. The proposed method was evaluated in…
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
TopicsDomain Adaptation and Few-Shot Learning · Adversarial Robustness in Machine Learning · Advanced Neural Network Applications
MethodsCutout · Dropout
