paper-with-me

Papers

Newton Sketch: A Linear-time Optimization Algorithm with Linear-Quadratic Convergence

2015-05-09 · Mert Pilanci, Martin J. Wainwright

We propose a randomized second-order method for optimization known as the Newton Sketch: it is based on performing an approximate Newton step using a randomly projected or sub-sampled Hessian. For self-concordant functions, we prove that the algorithm has super-linear convergence with exponentially high probability, with convergence and complexity guarantees that are independent of condition numbers and related problem-dependent quantities. Given a suitable initialization, similar guarantees also hold for strongly convex and smooth objectives without self-concordance. When implemented using randomized projections based on a sub-sampled Hadamard basis, the algorithm typically has substantially lower complexity than Newton's method. We also describe extensions of our methods to programs involving convex constraints that are equipped with self-concordant barriers. We discuss and illustrate applications to linear programs, quadratic programs with convex constraints, logistic regression and other generalized linear models, as well as semidefinite programs.

📄 PDF Abstract BibTeX arXiv:1505.02250

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

OverSketched Newton: Fast Convex Optimization for Serverless Systems

2019-03-21 · Vipul Gupta, Swanand Kadhe, Thomas Courtade, Michael W. Mahoney 외

Motivated by recent developments in serverless systems for large-scale computation as well as improvements in scalable randomized matrix algorithms, we develop OverSketched Newton, a randomized Hessian-based optimization…

Distributed Optimization

Adaptive Newton Sketch: Linear-time Optimization with Quadratic Convergence and Effective Hessian Dimensionality

2021-05-15 · Jonathan Lacotte, Yifei Wang, Mert Pilanci

We propose a randomized algorithm with quadratic convergence rate for convex optimization problems with a self-concordant, composite, strongly convex objective function. Our method is based on performing an approximate N…

FedNS: A Fast Sketching Newton-Type Algorithm for Federated Learning

2024-01-05 · Jian Li, Yong liu, Wei Wang, Haoran Wu 외

Recent Newton-type federated learning algorithms have demonstrated linear convergence with respect to the communication rounds. However, communicating Hessian matrices is often unfeasible due to their quadratic communica…

Federated Learning

Efficient Second Order Online Learning by Sketching

2016-02-06 · NeurIPS 2016 12 · Haipeng Luo, Alekh Agarwal, Nicolo Cesa-Bianchi, John Langford

We propose Sketched Online Newton (SON), an online second order learning algorithm that enjoys substantially improved regret guarantees for ill-conditioned data. SON is an enhanced version of the Online Newton Step, whic…

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