OCLGNov 14, 2017

An Accelerated Communication-Efficient Primal-Dual Optimization Framework for Structured Machine Learning

arXiv:1711.05305v110 citations
Originality Incremental advance
AI Analysis

This work addresses communication efficiency for distributed machine learning training, but it is incremental as it builds on existing CoCoA+ methods.

The paper tackles the communication bottleneck in distributed optimization for large-scale machine learning by proposing an accelerated variant of the CoCoA+ framework, achieving a faster convergence rate of O(1/t^2) compared to the previous O(1/t) and showing reduced constants in the bounds.

Distributed optimization algorithms are essential for training machine learning models on very large-scale datasets. However, they often suffer from communication bottlenecks. Confronting this issue, a communication-efficient primal-dual coordinate ascent framework (CoCoA) and its improved variant CoCoA+ have been proposed, achieving a convergence rate of $\mathcal{O}(1/t)$ for solving empirical risk minimization problems with Lipschitz continuous losses. In this paper, an accelerated variant of CoCoA+ is proposed and shown to possess a convergence rate of $\mathcal{O}(1/t^2)$ in terms of reducing suboptimality. The analysis of this rate is also notable in that the convergence rate bounds involve constants that, except in extreme cases, are significantly reduced compared to those previously provided for CoCoA+. The results of numerical experiments are provided to show that acceleration can lead to significant performance gains.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes