paper-with-me

Papers

Nys-Newton: Nyström-Approximated Curvature for Stochastic Optimization

2021-10-16 · Dinesh Singh, Hardik Tankaria, Makoto Yamada

Second-order optimization methods are among the most widely used optimization approaches for convex optimization problems, and have recently been used to optimize non-convex optimization problems such as deep learning models. The widely used second-order optimization methods such as quasi-Newton methods generally provide curvature information by approximating the Hessian using the secant equation. However, the secant equation becomes insipid in approximating the Newton step owing to its use of the first-order derivatives. In this study, we propose an approximate Newton sketch-based stochastic optimization algorithm for large-scale empirical risk minimization. Specifically, we compute a partial column Hessian of size ($d\times m$) with $m\ll d$ randomly selected variables, then use the \emph{Nystr\"om method} to better approximate the full Hessian matrix. To further reduce the computational complexity per iteration, we directly compute the update step ($\Delta\boldsymbol{w}$) without computing and storing the full Hessian or its inverse. We then integrate our approximated Hessian with stochastic gradient descent and stochastic variance-reduced gradient methods. The results of numerical experiments on both convex and non-convex functions show that the proposed approach was able to obtain a better approximation of Newton\textquotesingle s method, exhibiting performance competitive with that of state-of-the-art first-order and stochastic quasi-Newton methods. Furthermore, we provide a theoretical convergence analysis for convex functions.

📄 PDF Abstract BibTeX arXiv:2110.08577

Code (0)

등록된 구현이 없습니다.

Tasks

Stochastic Optimization

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

A Stochastic Quasi-Newton Method for Large-Scale Optimization

2014-01-27 · R. H. Byrd, S. L. Hansen, J. Nocedal, Y. Singer

The question of how to incorporate curvature information in stochastic approximation methods is challenging. The direct application of classical quasi- Newton updating techniques for deterministic optimization leads to n…

Combining Stochastic Adaptive Cubic Regularization with Negative Curvature for Nonconvex Optimization

2019-06-27 · Seonho Park, Seung Hyun Jung, Panos M. Pardalos

We focus on minimizing nonconvex finite-sum functions that typically arise in machine learning problems. In an attempt to solve this problem, the adaptive cubic regularized Newton method has shown its strong global conve…

BIG-bench Machine Learning

Nonlinear discretizations and Newton's method: characterizing stationary points of regression objectives

2025-10-13 · Conor Rowan arxiv

Second-order methods are emerging as promising alternatives to standard first-order optimizers such as gradient descent and ADAM for training neural networks. Though the advantages of including curvature information in c…

A Stochastic Extra-Step Quasi-Newton Method for Nonsmooth Nonconvex Optimization

2019-10-21 · Ming-Han Yang, Andre Milzarek, Zaiwen Wen, Tong Zhang

In this paper, a novel stochastic extra-step quasi-Newton method is developed to solve a class of nonsmooth nonconvex composite optimization problems. We assume that the gradient of the smooth part of the objective funct…

FAGH: Accelerating Federated Learning with Approximated Global Hessian

2024-03-16 · Mrinmay Sen, A. K. Qin, Krishna Mohan C

In federated learning (FL), the significant communication overhead due to the slow convergence speed of training the global model poses a great challenge. Specifically, a large number of communication rounds are required…

Federated Learning