paper-with-me

Papers

Nesterov's Acceleration For Approximate Newton

2017-10-17 · Haishan Ye, Zhihua Zhang

Optimization plays a key role in machine learning. Recently, stochastic second-order methods have attracted much attention due to their low computational cost in each iteration. However, these algorithms might perform poorly especially if it is hard to approximate the Hessian well and efficiently. As far as we know, there is no effective way to handle this problem. In this paper, we resort to Nesterov's acceleration technique to improve the convergence performance of a class of second-order methods called approximate Newton. We give a theoretical analysis that Nesterov's acceleration technique can improve the convergence performance for approximate Newton just like for first-order methods. We accordingly propose an accelerated regularized sub-sampled Newton. Our accelerated algorithm performs much better than the original regularized sub-sampled Newton in experiments, which validates our theory empirically. Besides, the accelerated regularized sub-sampled Newton has good performance comparable to or even better than classical algorithms.

📄 PDF Abstract BibTeX arXiv:1710.08496

Code (0)

등록된 구현이 없습니다.

Tasks

Second-order methods

Similar Papers 제목 키워드 기반

FLeNS: Federated Learning with Enhanced Nesterov-Newton Sketch

2024-09-23 · Sunny Gupta, Mohit Jindal, Pankhi Kashyap, Pranav Jeevan 외

Federated learning faces a critical challenge in balancing communication efficiency with rapid convergence, especially for second-order methods. While Newton-type algorithms achieve linear convergence in communication ro…

Dimensionality ReductionEdge-computingFederated LearningSecond-order methods

Inference of Online Newton Methods with Nesterov's Accelerated Sketching

2026-04-25 · Haoxuan Wang, Xinchen Du, Sen Na arxiv

Reliable decision-making with streaming data requires principled uncertainty quantification of online methods. While first-order methods enable efficient iterate updates, their inference procedures still require updating…

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…

Implementation of a modified Nesterov's Accelerated quasi-Newton Method on Tensorflow

2019-10-21 · S. Indrapriyadarsini, Shahrzad Mahboubi, Hiroshi Ninomiya, Hideki Asai

Recent studies incorporate Nesterov's accelerated gradient method for the acceleration of gradient based training. The Nesterov's Accelerated Quasi-Newton (NAQ) method has shown to drastically improve the convergence spe…

Second-order methods

Stochastic Cubic Regularization for Fast Nonconvex Optimization

2017-11-08 · NeurIPS 2018 12 · Nilesh Tripuraneni, Mitchell Stern, Chi Jin, Jeffrey Regier 외

This paper proposes a stochastic variant of a classic algorithm---the cubic-regularized Newton method [Nesterov and Polyak 2006]. The proposed algorithm efficiently escapes saddle points and finds approximate local minim…