Research of Damped Newton Stochastic Gradient Descent Method for Neural Network Training
Jingcheng Zhou, Wei Wei, Zhiming Zheng

TL;DR
This paper introduces Damped Newton stochastic gradient descent methods that efficiently incorporate second-order information for neural network training, achieving faster convergence and higher accuracy with reduced computational costs.
Contribution
The paper proposes novel Damped Newton SGD methods that selectively compute Hessian information, improving training speed and accuracy over traditional SGD in neural networks.
Findings
Methods outperform SGD in convergence speed.
Reduced computational cost compared to full second-order methods.
Effective for both regression and classification tasks.
Abstract
First-order methods like stochastic gradient descent(SGD) are recently the popular optimization method to train deep neural networks (DNNs), but second-order methods are scarcely used because of the overpriced computing cost in getting the high-order information. In this paper, we propose the Damped Newton Stochastic Gradient Descent(DN-SGD) method and Stochastic Gradient Descent Damped Newton(SGD-DN) method to train DNNs for regression problems with Mean Square Error(MSE) and classification problems with Cross-Entropy Loss(CEL), which is inspired by a proved fact that the hessian matrix of last layer of DNNs is always semi-definite. Different from other second-order methods to estimate the hessian matrix of all parameters, our methods just accurately compute a small part of the parameters, which greatly reduces the computational cost and makes convergence of the learning process much…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStochastic Gradient Optimization Techniques · Privacy-Preserving Technologies in Data · Machine Learning and ELM
MethodsStochastic Gradient Descent
