LGMay 22, 2017

Diminishing Batch Normalization

arXiv:1705.08011v24 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of improving convergence in neural network training for practitioners, but it is incremental as it builds upon the widely used Batch Normalization method.

The authors tackled the problem of accelerating neural network training by proposing diminishing batch normalization (DBN), a generalization of Batch Normalization that updates parameters with a diminishing moving average, and they observed that DBN outperforms the original BN on MNIST, NI, and CIFAR-10 datasets with complex models.

In this paper, we propose a generalization of the Batch Normalization (BN) algorithm, diminishing batch normalization (DBN), where we update the BN parameters in a diminishing moving average way. BN is very effective in accelerating the convergence of a neural network training phase that it has become a common practice. Our proposed DBN algorithm remains the overall structure of the original BN algorithm while introduces a weighted averaging update to some trainable parameters. We provide an analysis of the convergence of the DBN algorithm that converges to a stationary point with respect to trainable parameters. Our analysis can be easily generalized for original BN algorithm by setting some parameters to constant. To the best knowledge of authors, this analysis is the first of its kind for convergence with Batch Normalization introduced. We analyze a two-layer model with arbitrary activation function. The primary challenge of the analysis is the fact that some parameters are updated by gradient while others are not. The convergence analysis applies to any activation function that satisfies our common assumptions. In the numerical experiments, we test the proposed algorithm on complex modern CNN models with stochastic gradients and ReLU activation. We observe that DBN outperforms the original BN algorithm on MNIST, NI and CIFAR-10 datasets with reasonable complex FNN and CNN models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes