Shifting Mean Activation Towards Zero with Bipolar Activation FunctionsDownload PDF

09 Feb 2018 (modified: 22 Oct 2023)ICLR 2018 Workshop SubmissionReaders: Everyone
Abstract: We propose a simple extension to the ReLU-family of activation functions that allows them to shift the mean activation across a layer towards zero. Combined with proper weight initialization, this alleviates the need for normalization layers. We explore the training of deep vanilla recurrent neural networks (RNNs) with up to 144 layers, and show that bipolar activation functions help learning in this setting. On the Penn Treebank and Text8 language modeling tasks we obtain competitive results, improving on the best reported results for non-gated networks. In experiments with convolutional neural networks without batch normalization, we find that bipolar activations produce a faster drop in training error, and results in a lower test error on the CIFAR-10 classification task.
Code: [![github](/images/github_icon.svg) larspars/word-rnn](https://github.com/larspars/word-rnn)
Data: [CIFAR-10](https://paperswithcode.com/dataset/cifar-10), [Penn Treebank](https://paperswithcode.com/dataset/penn-treebank)
Community Implementations: [![CatalyzeX](/images/catalyzex_icon.svg) 2 code implementations](https://www.catalyzex.com/paper/arxiv:1709.04054/code)
1 Reply

Loading