LGNEMLJun 8, 2015

Adaptive Normalized Risk-Averting Training For Deep Neural Networks

arXiv:1506.02690v38 citations
Originality Incremental advance
AI Analysis

This addresses the optimization challenge in deep learning for researchers and practitioners, offering a new perspective beyond unsupervised pretraining, though it appears incremental as it builds on existing training methods.

The paper tackles the non-convex optimization problem in training deep neural networks by proposing Adaptive Normalized Risk-Averting Training (ANRAT), a set of new error criteria and learning approaches, and demonstrates its effectiveness on MNIST and CIFAR-10 datasets with results comparable or superior to standard methods.

This paper proposes a set of new error criteria and learning approaches, Adaptive Normalized Risk-Averting Training (ANRAT), to attack the non-convex optimization problem in training deep neural networks (DNNs). Theoretically, we demonstrate its effectiveness on global and local convexity lower-bounded by the standard $L_p$-norm error. By analyzing the gradient on the convexity index $λ$, we explain the reason why to learn $λ$ adaptively using gradient descent works. In practice, we show how this method improves training of deep neural networks to solve visual recognition tasks on the MNIST and CIFAR-10 datasets. Without using pretraining or other tricks, we obtain results comparable or superior to those reported in recent literature on the same tasks using standard ConvNets + MSE/cross entropy. Performance on deep/shallow multilayer perceptrons and Denoised Auto-encoders is also explored. ANRAT can be combined with other quasi-Newton training methods, innovative network variants, regularization techniques and other specific tricks in DNNs. Other than unsupervised pretraining, it provides a new perspective to address the non-convex optimization problem in DNNs.

Foundations

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

Your Notes