paper-with-me

홈 › Papers

Incremental Gauss-Newton Descent for Machine Learning

2024-08-10 · Mikalai Korbit, Mario Zanon

Stochastic Gradient Descent (SGD) is a popular technique used to solve problems arising in machine learning. While very effective, SGD also has some weaknesses and various modifications of the basic algorithm have been proposed in order to at least partially tackle them, mostly yielding accelerated versions of SGD. Filling a gap in the literature, we present a modification of the SGD algorithm exploiting approximate second-order information based on the Gauss-Newton approach. The new method, which we call Incremental Gauss-Newton Descent (IGND), has essentially the same computational burden as standard SGD, appears to converge faster on certain classes of problems, and can also be accelerated. The key intuition making it possible to implement IGND efficiently is that, in the incremental case, approximate second-order information can be condensed into a scalar value that acts as a scaling constant of the update. We derive IGND starting from the theory supporting Gauss-Newton methods in a general setting and then explain how IGND can also be interpreted as a well-scaled version of SGD, which makes tuning the algorithm simpler, and provides increased robustness. Finally, we show how IGND can be used in practice by solving supervised learning tasks as well as reinforcement learning problems. The simulations show that IGND can significantly outperform SGD while performing at least as well as SGD in the worst case.

📄 PDF Abstract BibTeX arXiv:2408.05560

Code (1)

cor3bit/somax 공식 구현 jax

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Modified Gauss-Newton Algorithms under Noise

2023-05-18 · Krishna Pillutla, Vincent Roulet, Sham Kakade, Zaid Harchaoui

Gauss-Newton methods and their stochastic version have been widely used in machine learning and signal processing. Their nonsmooth counterparts, modified Gauss-Newton or prox-linear algorithms, can lead to contrasting ou…

Structured Prediction

First-order and second-order variants of the gradient descent in a unified framework

2018-10-18 · Thomas Pierrot, Nicolas Perrin, Olivier Sigaud

In this paper, we provide an overview of first-order and second-order variants of the gradient descent method that are commonly used in machine learning. We propose a general framework in which 6 of these variants can be…

BIG-bench Machine Learning

Error whitening: Why Gauss-Newton outperforms Newton

2026-05-11 · Maricela Best McKay, Nathan P. Lawrence, Brian Wetton, R. Bhushan Gopaluni arxiv

The Gauss-Newton matrix is widely viewed as a positive semidefinite approximation of the Hessian, yet mounting empirical evidence shows that Gauss-Newton descent outperforms Newton's method. We adopt a function space per…

Incremental Gauss--Newton Methods with Superlinear Convergence Rates

2024-07-03 · Zhiling Zhou, Zhuanghua Liu, Chengchang Liu, Luo Luo

This paper addresses the challenge of solving large-scale nonlinear equations with H\"older continuous Jacobians. We introduce a novel Incremental Gauss--Newton (IGN) method within explicit superlinear convergence rate, …

Gauss-Newton Natural Gradient Descent for Shape Learning

2026-01-24 · James King, Arturs Berzins, Siddhartha Mishra, Marius Zeinhofer arxiv

We explore the use of the Gauss-Newton method for optimization in shape learning, including implicit neural surfaces and geometry-informed neural networks. The method addresses key challenges in shape learning, such as t…