paper-with-me

Papers

Quasi-Newton Methods for Machine Learning: Forget the Past, Just Sample

2019-01-28 · Albert S. Berahas, Majid Jahani, Peter Richtárik, Martin Takáč

We present two sampled quasi-Newton methods (sampled LBFGS and sampled LSR1) for solving empirical risk minimization problems that arise in machine learning. Contrary to the classical variants of these methods that sequentially build Hessian or inverse Hessian approximations as the optimization progresses, our proposed methods sample points randomly around the current iterate at every iteration to produce these approximations. As a result, the approximations constructed make use of more reliable (recent and local) information, and do not depend on past iterate information that could be significantly stale. Our proposed algorithms are efficient in terms of accessed data points (epochs) and have enough concurrency to take advantage of parallel/distributed computing environments. We provide convergence guarantees for our proposed methods. Numerical tests on a toy classification problem as well as on popular benchmarking binary classification and neural network training tasks reveal that the methods outperform their classical variants.

📄 PDF Abstract BibTeX arXiv:1901.09997

Code (1)

OptMLGroup/SQN 공식 구현 tf

Tasks

BenchmarkingBIG-bench Machine LearningBinary ClassificationDistributed ComputingGeneral Classification

Similar Papers 제목 키워드 기반

A modified limited memory Nesterov's accelerated quasi-Newton

2021-12-01 · S. Indrapriyadarsini, Shahrzad Mahboubi, Hiroshi Ninomiya, Takeshi Kamio 외

The Nesterov's accelerated quasi-Newton (L)NAQ method has shown to accelerate the conventional (L)BFGS quasi-Newton method using the Nesterov's accelerated gradient in several neural network (NN) applications. However, t…

Limited-Memory Greedy Quasi-Newton Method with Non-asymptotic Superlinear Convergence Rate

2023-06-27 · Zhan Gao, Aryan Mokhtari, Alec Koppel

Non-asymptotic convergence analysis of quasi-Newton methods has gained attention with a landmark result establishing an explicit local superlinear rate of O$((1/\sqrt{t})^t)$. The methods that obtain this rate, however, …

Continual Learning With Quasi-Newton Methods

2025-03-25 · Steven Vander Eeckt, Hugo Van hamme

Catastrophic forgetting remains a major challenge when neural networks learn tasks sequentially. Elastic Weight Consolidation (EWC) attempts to address this problem by introducing a Bayesian-inspired regularization loss …

Continual Learning

Stochastic Newton and Quasi-Newton Methods for Large Linear Least-squares Problems

2017-02-23 · Julianne Chung, Matthias Chung, J. Tanner Slagel, Luis Tenorio

We describe stochastic Newton and stochastic quasi-Newton approaches to efficiently solve large linear least-squares problems where the very large data sets present a significant computational burden (e.g., the size may …

IQN: An Incremental Quasi-Newton Method with Local Superlinear Convergence Rate

2017-02-02 · Aryan Mokhtari, Mark Eisen, Alejandro Ribeiro

The problem of minimizing an objective that can be written as the sum of a set of $n$ smooth and strongly convex functions is considered. The Incremental Quasi-Newton (IQN) method proposed here belongs to the family of s…