English

RotationOut as a Regularization Method for Neural Network

Machine Learning 2019-11-19 v1 Machine Learning

Abstract

In this paper, we propose a novel regularization method, RotationOut, for neural networks. Different from Dropout that handles each neuron/channel independently, RotationOut regards its input layer as an entire vector and introduces regularization by randomly rotating the vector. RotationOut can also be used in convolutional layers and recurrent layers with small modifications. We further use a noise analysis method to interpret the difference between RotationOut and Dropout in co-adaptation reduction. Using this method, we also show how to use RotationOut/Dropout together with Batch Normalization. Extensive experiments in vision and language tasks are conducted to show the effectiveness of the proposed method. Codes are available at \url{https://github.com/RotationOut/RotationOut}.

Keywords

Cite

@article{arxiv.1911.07427,
  title  = {RotationOut as a Regularization Method for Neural Network},
  author = {Kai Hu and Barnabas Poczos},
  journal= {arXiv preprint arXiv:1911.07427},
  year   = {2019}
}

Comments

20 pages, 8 figures

R2 v1 2026-06-23T12:18:46.151Z