Data Dropout in Arbitrary Basis for Deep Network Regularization
Mostafa Rahmani, George Atia

TL;DR
This paper introduces Generalized Dropout, a novel regularization method that randomly drops data in arbitrary bases during training, improving deep network generalization beyond traditional dropout.
Contribution
It proposes a new randomized regularization technique applicable in arbitrary bases, extending dropout's concept and demonstrating its effectiveness in convolutional neural networks.
Findings
Notable performance improvements in experiments
Generalized Dropout outperforms traditional dropout
Different bases yield different performance gains
Abstract
An important problem in training deep networks with high capacity is to ensure that the trained network works well when presented with new inputs outside the training dataset. Dropout is an effective regularization technique to boost the network generalization in which a random subset of the elements of the given data and the extracted features are set to zero during the training process. In this paper, a new randomized regularization technique in which we withhold a random part of the data without necessarily turning off the neurons/data-elements is proposed. In the proposed method, of which the conventional dropout is shown to be a special case, random data dropout is performed in an arbitrary basis, hence the designation Generalized Dropout. We also present a framework whereby the proposed technique can be applied efficiently to convolutional neural networks. The presented numerical…
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
