On Accelerating Distributed Convex Optimizations
Kushal Chakrabarti, Nirupam Gupta, Nikhil Chopra

TL;DR
This paper introduces an iterative pre-conditioning technique for distributed convex optimization that accelerates convergence, especially in ill-conditioned problems, and demonstrates superior empirical performance over existing methods.
Contribution
The paper proposes a novel iterative pre-conditioning method for distributed gradient descent that improves convergence rates and stability, with provable guarantees and practical effectiveness.
Findings
Achieves linear convergence with improved rate over traditional methods
Converges superlinearly when the minimizer is unique
Demonstrates faster training in logistic regression and neural network emulation
Abstract
This paper studies a distributed multi-agent convex optimization problem. The system comprises multiple agents in this problem, each with a set of local data points and an associated local cost function. The agents are connected to a server, and there is no inter-agent communication. The agents' goal is to learn a parameter vector that optimizes the aggregate of their local costs without revealing their local data points. In principle, the agents can solve this problem by collaborating with the server using the traditional distributed gradient-descent method. However, when the aggregate cost is ill-conditioned, the gradient-descent method (i) requires a large number of iterations to converge, and (ii) is highly unstable against process noise. We propose an iterative pre-conditioning technique to mitigate the deleterious effects of the cost function's conditioning on the convergence rate…
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 · Machine Learning and ELM
MethodsLogistic Regression
