Energy-based Dropout in Restricted Boltzmann Machines: Why not go random
Mateus Roder, Gustavo H. de Rosa, Victor Hugo C. de Albuquerque,, Andr\'e L. D. Rossi, Jo\~ao P. Papa

TL;DR
This paper introduces an energy-based Dropout method for Restricted Boltzmann Machines that makes informed decisions on neuron dropout, improving regularization by leveraging neuron importance derived from the model's energy.
Contribution
The paper proposes E-Dropout, a novel regularization technique that uses energy-based importance to selectively dropout neurons in RBMs, enhancing overfitting prevention.
Findings
E-Dropout outperforms traditional Dropout in benchmark tests.
The method effectively reduces overfitting in RBMs.
Experimental results show improved generalization.
Abstract
Deep learning architectures have been widely fostered throughout the last years, being used in a wide range of applications, such as object recognition, image reconstruction, and signal processing. Nevertheless, such models suffer from a common problem known as overfitting, which limits the network from predicting unseen data effectively. Regularization approaches arise in an attempt to address such a shortcoming. Among them, one can refer to the well-known Dropout, which tackles the problem by randomly shutting down a set of neurons and their connections according to a certain probability. Therefore, this approach does not consider any additional knowledge to decide which units should be disconnected. In this paper, we propose an energy-based Dropout (E-Dropout) that makes conscious decisions whether a neuron should be dropped or not. Specifically, we design this regularization method…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsDropout
