paper-with-me

홈 › Papers

Efficient Subsampled Gauss-Newton and Natural Gradient Methods for Training Neural Networks

2019-06-05 · Yi Ren, Donald Goldfarb

We present practical Levenberg-Marquardt variants of Gauss-Newton and natural gradient methods for solving non-convex optimization problems that arise in training deep neural networks involving enormous numbers of variables and huge data sets. Our methods use subsampled Gauss-Newton or Fisher information matrices and either subsampled gradient estimates (fully stochastic) or full gradients (semi-stochastic), which, in the latter case, we prove convergent to a stationary point. By using the Sherman-Morrison-Woodbury formula with automatic differentiation (backpropagation) we show how our methods can be implemented to perform efficiently. Finally, numerical results are presented to demonstrate the effectiveness of our proposed methods.

📄 PDF Abstract BibTeX arXiv:1906.02353

Code (1)

cor3bit/somax jax

Similar Papers 제목 키워드 기반

Exact and Inexact Subsampled Newton Methods for Optimization

2016-09-27 · Raghu Bollapragada, Richard Byrd, Jorge Nocedal

The paper studies the solution of stochastic optimization problems in which approximations to the gradient and Hessian are obtained through subsampling. We first consider Newton-like methods that employ these approximati…

Stochastic Optimization

Distributed Newton Methods for Deep Neural Networks

2018-02-01 · Chien-Chih Wang, Kent Loong Tan, Chun-Ting Chen, Yu-Hsiang Lin 외

Deep learning involves a difficult non-convex optimization problem with a large number of weights between any two adjacent layers of a deep structure. To handle large data sets or complicated networks, distributed traini…

Do Subsampled Newton Methods Work for High-Dimensional Data?

2019-02-13 · Xiang Li, Shusen Wang, Zhihua Zhang

Subsampled Newton methods approximate Hessian matrices through subsampling techniques, alleviating the cost of forming Hessian matrices but using sufficient curvature information. However, previous results require $\Omeg…

Distributed OptimizationVocal Bursts Intensity Prediction

DP-Muon: Differentially Private Optimization via Matrix-Orthogonalized Momentum

2026-05-13 · Jihwan Kim, Chenglin Fan arxiv

We study differentially private (DP) training with Muon, a matrix-valued optimizer that updates hidden-layer weights using momentum followed by Newton--Schulz orthogonalization. While DP-SGD is well understood, the inter…

A Gauss-Newton Method for Markov Decision Processes

2015-07-29 · Thomas Furmston, Guy Lever

Approximate Newton methods are a standard optimization tool which aim to maintain the benefits of Newton's method, such as a fast rate of convergence, whilst alleviating its drawbacks, such as computationally expensive c…