paper-with-me

Papers

DINGO: Distributed Newton-Type Method for Gradient-Norm Optimization

2019-01-16 · NeurIPS 2019 12 · Rixon Crane, Fred Roosta

For optimization of a sum of functions in a distributed computing environment, we present a novel communication efficient Newton-type algorithm that enjoys a variety of advantages over similar existing methods. Similar to Newton-MR, our algorithm, DINGO, is derived by optimization of the gradient's norm as a surrogate function. DINGO does not impose any specific form on the underlying functions, and its application range extends far beyond convexity. In addition, the distribution of the data across the computing environment can be arbitrary. Further, the underlying sub-problems of DINGO are simple linear least-squares, for which a plethora of efficient algorithms exist. Lastly, DINGO involves a few hyper-parameters that are easy to tune. Moreover, we theoretically show that DINGO is not sensitive to the choice of its hyper-parameters in that a strict reduction in the gradient norm is guaranteed, regardless of the selected hyper-parameters. We demonstrate empirical evidence of the effectiveness, stability and versatility of our method compared to other relevant algorithms.

📄 PDF Abstract BibTeX arXiv:1901.05134

Code (1)

RixonC/DINGO 공식 구현 pytorch

Tasks

Distributed ComputingVocal Bursts Type Prediction

Similar Papers 제목 키워드 기반

Distributed Newton Can Communicate Less and Resist Byzantine Workers

2020-06-15 · NeurIPS 2020 12 · Avishek Ghosh, Raj Kumar Maity, Arya Mazumdar

We develop a distributed second order optimization algorithm that is communication-efficient as well as robust against Byzantine failures of the worker machines. We propose COMRADE (COMunication-efficient and Robust Appr…

Distributed Optimization

Network-GIANT: Fully distributed Newton-type optimization via harmonic Hessian consensus

2023-05-13 · Alessio Maritan, Ganesh Sharma, Luca Schenato, Subhrakanti Dey

This paper considers the problem of distributed multi-agent learning, where the global aim is to minimize a sum of local objective (empirical loss) functions through local optimization and information exchange between ne…

Distributed OptimizationFederated LearningVocal Bursts Type Prediction

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

DONE: Distributed Approximate Newton-type Method for Federated Edge Learning

2020-12-10 · Canh T. Dinh, Nguyen H. Tran, Tuan Dung Nguyen, Wei Bao 외

There is growing interest in applying distributed machine learning to edge computing, forming federated edge learning. Federated edge learning faces non-i.i.d. and heterogeneous data, and the communication between edge w…

Edge-computingVocal Bursts Type Prediction

Newton-ADMM: A Distributed GPU-Accelerated Optimizer for Multiclass Classification Problems

2018-07-18 · Chih-Hao Fang, Sudhir B. Kylasa, Fred Roosta, Michael W. Mahoney 외

First-order optimization methods, such as stochastic gradient descent (SGD) and its variants, are widely used in machine learning applications due to their simplicity and low per-iteration costs. However, they often requ…

General ClassificationGPU