paper-with-me

Papers

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 and parallelize L-BFGS effectively in a distributed system. In this paper, we study the problem of parallelizing the L-BFGS algorithm in large clusters of tens of thousands of shared-nothing commodity machines. First, we show that a naive implementation of L-BFGS using Map-Reduce requires either a significant amount of memory or a large number of map-reduce steps with negative performance impact. Second, we propose a new L-BFGS algorithm, called Vector-free L-BFGS, which avoids the expensive dot product operations in the two loop recursion and greatly improves computation efficiency with a great degree of parallelism. The algorithm scales very well and enables a variety of machine learning algorithms to handle a massive number of variables over large datasets. We prove the mathematical equivalence of the new Vector-free L-BFGS and demonstrate its excellent performance and scalability using real-world machine learning problems with billions of variables in production clusters.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learningparameter estimation

Similar Papers 제목 키워드 기반

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

A-MapReduce: Executing Wide Search via Agentic MapReduce

2026-02-01 · Mingju Chen, Guibin Zhang, Heng Chang, Yuchen Guo 외 arxiv

Contemporary large language model (LLM)-based multi-agent systems exhibit systematic advantages in deep research tasks, which emphasize iterative, vertically structured information seeking. However, when confronted with …

LM-CMA: an Alternative to L-BFGS for Large Scale Black-box Optimization

2015-11-01 · Ilya Loshchilov

The limited memory BFGS method (L-BFGS) of Liu and Nocedal (1989) is often considered to be the method of choice for continuous optimization when first- and/or second- order information is available. However, the use of …

Large-scale Artificial Neural Network: MapReduce-based Deep Learning

2015-10-09 · Kairan Sun, Xu Wei, Gengtao Jia, Risheng Wang 외

Faced with continuously increasing scale of data, original back-propagation neural network based machine learning algorithm presents two non-trivial challenges: huge amount of data makes it difficult to maintain both eff…

Cloud ComputingDeep LearningHandwritten Digit Recognition

Stochastic L-BFGS: Improved Convergence Rates and Practical Acceleration Strategies

2017-04-01 · Renbo Zhao, William B. Haskell, Vincent Y. F. Tan

We revisit the stochastic limited-memory BFGS (L-BFGS) algorithm. By proposing a new framework for the convergence analysis, we prove improved convergence rates and computational complexities of the stochastic L-BFGS alg…

regression