Batch Layer Normalization, A new normalization layer for CNNs and RNN

September 19, 2022 Β· Entered Twilight Β· πŸ› International Conference on Advances in Artificial Intelligence

πŸ’€ TWILIGHT: Eternal Rest
Repo abandoned since publication

Repo contents: .gitattributes, CNN_Results.ipynb, Cifar10 (With 0.2 of the training set and batch size 1).ipynb, Cifar10 (With 0.2 of the training set and batch size 25).ipynb, Cifar10 (With the whole training set and batch size 25).ipynb, IMDB (With 0.2 of the training set and batch size 1).ipynb, IMDB (With 0.2 of the training set and batch size 25).ipynb, IMDB (With the whole training set and batch size 25).ipynb, Images, LICENSE, README.md, RNN_Results.ipynb, environment.yml, helpers, logs

Authors Amir Ziaee, Erion Γ‡ano arXiv ID 2209.08898 Category cs.LG: Machine Learning Cross-listed cs.AI, cs.NE Citations 28 Venue International Conference on Advances in Artificial Intelligence Repository https://github.com/A2Amir/Batch-Layer-Normalization ⭐ 5 Last Checked 1 month ago
Abstract
This study introduces a new normalization layer termed Batch Layer Normalization (BLN) to reduce the problem of internal covariate shift in deep neural network layers. As a combined version of batch and layer normalization, BLN adaptively puts appropriate weight on mini-batch and feature normalization based on the inverse size of mini-batches to normalize the input to a layer during the learning process. It also performs the exact computation with a minor change at inference times, using either mini-batch statistics or population statistics. The decision process to either use statistics of mini-batch or population gives BLN the ability to play a comprehensive role in the hyper-parameter optimization process of models. The key advantage of BLN is the support of the theoretical analysis of being independent of the input data, and its statistical configuration heavily depends on the task performed, the amount of training data, and the size of batches. Test results indicate the application potential of BLN and its faster convergence than batch normalization and layer normalization in both Convolutional and Recurrent Neural Networks. The code of the experiments is publicly available online (https://github.com/A2Amir/Batch-Layer-Normalization).
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Machine Learning