LGCVMLApr 14, 2020

Stochastic batch size for adaptive regularization in deep network optimization

arXiv:2004.06341v1
AI Analysis

This work addresses robustness in optimization for deep learning practitioners, though it appears incremental as it builds on existing regularization and batch size techniques.

The authors tackled the problem of batch size sensitivity in deep network optimization by proposing a stochastic batch size algorithm with adaptive regularization, which outperformed state-of-the-art methods in generalization on image classification benchmarks.

We propose a first-order stochastic optimization algorithm incorporating adaptive regularization applicable to machine learning problems in deep learning framework. The adaptive regularization is imposed by stochastic process in determining batch size for each model parameter at each optimization iteration. The stochastic batch size is determined by the update probability of each parameter following a distribution of gradient norms in consideration of their local and global properties in the neural network architecture where the range of gradient norms may vary within and across layers. We empirically demonstrate the effectiveness of our algorithm using an image classification task based on conventional network models applied to commonly used benchmark datasets. The quantitative evaluation indicates that our algorithm outperforms the state-of-the-art optimization algorithms in generalization while providing less sensitivity to the selection of batch size which often plays a critical role in optimization, thus achieving more robustness to the selection of regularity.

Foundations

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

Your Notes