paper-with-me

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 noisy curvature estimates that have harmful effects on the robustness of the iteration. In this paper, we propose a stochastic quasi-Newton method that is efficient, robust and scalable. It employs the classical BFGS update formula in its limited memory form, and is based on the observation that it is beneficial to collect curvature information pointwise, and at regular intervals, through (sub-sampled) Hessian-vector products. This technique differs from the classical approach that would compute differences of gradients, and where controlling the quality of the curvature estimates can be difficult. We present numerical results on problems arising in machine learning that suggest that the proposed method shows much promise.

📄 PDF Abstract BibTeX arXiv:1401.7020

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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…

mL-BFGS: A Momentum-based L-BFGS for Distributed Large-Scale Neural Network Optimization

2023-07-25 · Yue Niu, Zalan Fabian, Sunwoo Lee, Mahdi Soltanolkotabi 외

Quasi-Newton methods still face significant challenges in training large-scale neural networks due to additional compute costs in the Hessian related computations and instability issues in stochastic training. A well-kno…

Stochastic Optimization

Deep Neural Network Learning with Second-Order Optimizers -- a Practical Study with a Stochastic Quasi-Gauss-Newton Method

2020-04-06 · Christopher Thiele, Mauricio Araya-Polo, Detlef Hohl

Training in supervised deep learning is computationally demanding, and the convergence behavior is usually not fully understood. We introduce and study a second-order stochastic quasi-Gauss-Newton (SQGN) optimization met…

Adaptive Sampling Quasi-Newton Methods for Derivative-Free Stochastic Optimization

2019-10-29 · Raghu Bollapragada, Stefan M. Wild

We consider stochastic zero-order optimization problems, which arise in settings from simulation optimization to reinforcement learning. We propose an adaptive sampling quasi-Newton method where we estimate the gradients…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Stochastic Optimization

Fast large-scale optimization by unifying stochastic gradient and quasi-Newton methods

2013-11-09 · Jascha Sohl-Dickstein, Ben Poole, Surya Ganguli

We present an algorithm for minimizing a sum of functions that combines the computational efficiency of stochastic gradient descent (SGD) with the second order curvature information leveraged by quasi-Newton methods. We …

Computational Efficiency