English

L-DQN: An Asynchronous Limited-Memory Distributed Quasi-Newton Method

Optimization and Control 2021-09-07 v2 Distributed, Parallel, and Cluster Computing

Abstract

This work proposes a distributed algorithm for solving empirical risk minimization problems, called L-DQN, under the master/worker communication model. L-DQN is a distributed limited-memory quasi-Newton method that supports asynchronous computations among the worker nodes. Our method is efficient both in terms of storage and communication costs, i.e., in every iteration the master node and workers communicate vectors of size O(d)O(d), where dd is the dimension of the decision variable, and the amount of memory required on each node is O(md)O(md), where mm is an adjustable parameter. To our knowledge, this is the first distributed quasi-Newton method with provable global linear convergence guarantees in the asynchronous setting where delays between nodes are present. Numerical experiments are provided to illustrate the theory and the practical performance of our method.

Keywords

Cite

@article{arxiv.2108.09365,
  title  = {L-DQN: An Asynchronous Limited-Memory Distributed Quasi-Newton Method},
  author = {Bugra Can and Saeed Soori and Maryam Mehri Dehnavi and Mert Gürbüzbalaban},
  journal= {arXiv preprint arXiv:2108.09365},
  year   = {2021}
}
R2 v1 2026-06-24T05:17:48.426Z