paper-with-me

Papers

A Distributed Quasi-Newton Algorithm for Primal and Dual Regularized Empirical Risk Minimization

2019-12-12 · Ching-pei Lee, Cong Han Lim, Stephen J. Wright

We propose a communication- and computation-efficient distributed optimization algorithm using second-order information for solving empirical risk minimization (ERM) problems with a nonsmooth regularization term. Our algorithm is applicable to both the primal and the dual ERM problem. Current second-order and quasi-Newton methods for this problem either do not work well in the distributed setting or work only for specific regularizers. Our algorithm uses successive quadratic approximations of the smooth part, and we describe how to maintain an approximation of the (generalized) Hessian and solve subproblems efficiently in a distributed manner. When applied to the distributed dual ERM problem, unlike state of the art that takes only the block-diagonal part of the Hessian, our approach is able to utilize global curvature information and is thus magnitudes faster. The proposed method enjoys global linear convergence for a broad range of non-strongly convex problems that includes the most commonly used ERMs, thus requiring lower communication complexity. It also converges on non-convex problems, so has the potential to be used on applications such as deep learning. Computational results demonstrate that our method significantly improves on communication cost and running time over the current state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:1912.06508

Code (1)

leepei/dplbfgs 공식 구현

Tasks

Distributed Optimization

Similar Papers 제목 키워드 기반

Distributed quasi-Newton robust estimation under differential privacy

2024-08-22 · Chuhan Wang, Lixing Zhu, Xuehu Zhu

For distributed computing with Byzantine machines under Privacy Protection (PP) constraints, this paper develops a robust PP distributed quasi-Newton estimation, which only requires the node machines to transmit five vec…

Distributed Computing

Distributed Primal-Dual Interior Point Framework for Analyzing Infeasible Combined Transmission and Distribution Grid Networks

2024-09-22 · Muhammad Hamza Ali, Amritanshu Pandey

The proliferation of distributed energy resources has heightened the interactions between transmission and distribution (T&D) systems, necessitating novel analyses for the reliable operation and planning of interconnecte…

A Distributed Quasi-Newton Algorithm for Empirical Risk Minimization with Nonsmooth Regularization

2018-03-04 · Ching-pei Lee, Cong Han Lim, Stephen J. Wright

We propose a communication- and computation-efficient distributed optimization algorithm using second-order information for solving ERM problems with a nonsmooth regularization term. Current second-order and quasi-Newton…

Distributed Optimization

A comparison of second-order methods for deep convolutional neural networks

2018-01-01 · ICLR 2018 1 · Patrick H. Chen, Cho-Jui Hsieh

Despite many second-order methods have been proposed to train neural networks, most of the results were done on smaller single layer fully connected networks, so we still cannot conclude whether it's useful in training d…

Second-order methods

Quasi-Newton Updating for Large-Scale Distributed Learning

2023-06-07 · Shuyuan Wu, Danyang Huang, Hansheng Wang

Distributed computing is critically important for modern statistical analysis. Herein, we develop a distributed quasi-Newton (DQN) framework with excellent statistical, computation, and communication efficiency. In the D…

Distributed Computing