L-DQN: An Asynchronous Limited-Memory Distributed Quasi-Newton Method
Bugra Can, Saeed Soori, Maryam Mehri Dehnavi, Mert G\"urb\"uzbalaban

TL;DR
L-DQN is a novel distributed asynchronous quasi-Newton algorithm for empirical risk minimization that offers efficient communication, low memory usage, and provable linear convergence guarantees in the presence of delays.
Contribution
This paper introduces L-DQN, the first distributed quasi-Newton method with proven global linear convergence under asynchronous delays.
Findings
Supports asynchronous computations among worker nodes.
Achieves efficient communication with vectors of size O(d).
Demonstrates practical performance through numerical experiments.
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 , where is the dimension of the decision variable, and the amount of memory required on each node is , where 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.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStochastic Gradient Optimization Techniques · Sparse and Compressive Sensing Techniques · Advanced Optimization Algorithms Research
