paper-with-me

Papers

A Multi-Batch L-BFGS Method for Machine Learning

2016-05-19 · NeurIPS 2016 12 · Albert S. Berahas, Jorge Nocedal, Martin Takáč

The question of how to parallelize the stochastic gradient descent (SGD) method has received much attention in the literature. In this paper, we focus instead on batch methods that use a sizeable fraction of the training set at each iteration to facilitate parallelism, and that employ second-order information. In order to improve the learning process, we follow a multi-batch approach in which the batch changes at each iteration. This can cause difficulties because L-BFGS employs gradient differences to update the Hessian approximations, and when these gradients are computed using different data points the process can be unstable. This paper shows how to perform stable quasi-Newton updating in the multi-batch setting, illustrates the behavior of the algorithm in a distributed computing platform, and studies its convergence properties for both the convex and nonconvex cases.

📄 PDF Abstract BibTeX arXiv:1605.06049

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningDistributed Computing

Similar Papers 제목 키워드 기반

A Progressive Batching L-BFGS Method for Machine Learning

2018-02-15 · ICML 2018 7 · Raghu Bollapragada, Dheevatsa Mudigere, Jorge Nocedal, Hao-Jun Michael Shi 외

The standard L-BFGS method relies on gradient approximations that are not dominated by noise, so that search directions are descent directions, the line search is reliable, and quasi-Newton updating yields useful quadrat…

BIG-bench Machine Learning

A Robust Multi-Batch L-BFGS Method for Machine Learning

2017-07-26 · Albert S. Berahas, Martin Takáč

This paper describes an implementation of the L-BFGS method designed to deal with two adversarial situations. The first occurs in distributed computing environments where some of the computational nodes devoted to the ev…

BIG-bench Machine LearningBinary ClassificationDistributed Computing

An Adaptive Memory Multi-Batch L-BFGS Algorithm for Neural Network Training

2020-12-14 · Federico Zocco, Seán McLoone

Motivated by the potential for parallel implementation of batch-based algorithms and the accelerated convergence achievable with approximated second order information a limited memory version of the BFGS algorithm has be…

On the Acceleration of L-BFGS with Second-Order Information and Stochastic Batches

2018-07-14 · Jie Liu, Yu Rong, Martin Takac, Junzhou Huang

This paper proposes a framework of L-BFGS based on the (approximate) second-order information with stochastic batches, as a novel approach to the finite-sum minimization problems. Different from the classical L-BFGS wher…

Large-scale L-BFGS using MapReduce

2014-12-01 · NeurIPS 2014 12 · Weizhu Chen, Zhenghao Wang, Jingren Zhou

L-BFGS has been applied as an effective parameter estimation method for various machine learning algorithms since 1980s. With an increasing demand to deal with massive instances and variables, it is important to scale up…

BIG-bench Machine Learningparameter estimation