English

Online Second Order Methods for Non-Convex Stochastic Optimizations

Machine Learning 2018-05-01 v3 Machine Learning

Abstract

This paper proposes a family of online second order methods for possibly non-convex stochastic optimizations based on the theory of preconditioned stochastic gradient descent (PSGD), which can be regarded as an enhance stochastic Newton method with the ability to handle gradient noise and non-convexity simultaneously. We have improved the implementations of the original PSGD in several ways, e.g., new forms of preconditioners, more accurate Hessian vector product calculations, and better numerical stability with vanishing or ill-conditioned Hessian, etc.. We also have unrevealed the relationship between feature normalization and PSGD with Kronecker product preconditioners, which explains the excellent performance of Kronecker product preconditioners in deep neural network learning. A software package (https://github.com/lixilinx/psgd_tf) implemented in Tensorflow is provided to compare variations of stochastic gradient descent (SGD) and PSGD with five different preconditioners on a wide range of benchmark problems with commonly used neural network architectures, e.g., convolutional and recurrent neural networks. Experimental results clearly demonstrate the advantages of PSGD in terms of generalization performance and convergence speed.

Keywords

Cite

@article{arxiv.1803.09383,
  title  = {Online Second Order Methods for Non-Convex Stochastic Optimizations},
  author = {Xi-Lin Li},
  journal= {arXiv preprint arXiv:1803.09383},
  year   = {2018}
}

Comments

Supplement: Tensorflow implementation at https://github.com/lixilinx/psgd_tf

R2 v1 2026-06-23T01:04:38.505Z