paper-with-me

Papers

CoCoA: A General Framework for Communication-Efficient Distributed Optimization

2016-11-07 · Virginia Smith, Simone Forte, Chenxin Ma, Martin Takac, Michael. I. Jordan, Martin Jaggi

The scale of modern datasets necessitates the development of efficient distributed optimization methods for machine learning. We present a general-purpose framework for distributed computing environments, CoCoA, that has an efficient communication scheme and is applicable to a wide variety of problems in machine learning and signal processing. We extend the framework to cover general non-strongly-convex regularizers, including L1-regularized problems like lasso, sparse logistic regression, and elastic net regularization, and show how earlier work can be derived as a special case. We provide convergence guarantees for the class of convex regularized loss minimization objectives, leveraging a novel approach in handling non-strongly-convex regularizers and non-smooth loss functions. The resulting framework has markedly improved performance over state-of-the-art methods, as we illustrate with an extensive set of experiments on real distributed datasets.

📄 PDF Abstract BibTeX arXiv:1611.02189

Code (2)

epfml/cola pytorch
gingsmith/cocoa

Tasks

BIG-bench Machine LearningDistributed ComputingDistributed Optimization

Similar Papers 제목 키워드 기반

Adding vs. Averaging in Distributed Primal-Dual Optimization

2015-02-12 · Chenxin Ma, Virginia Smith, Martin Jaggi, Michael. I. Jordan 외

Distributed optimization methods for large-scale machine learning suffer from a communication bottleneck. It is difficult to reduce this bottleneck while still efficiently and accurately aggregating partial work from dif…

Distributed Optimization

Communication-Efficient Distributed Dual Coordinate Ascent

2014-09-04 · NeurIPS 2014 12 · Martin Jaggi, Virginia Smith, Martin Takáč, Jonathan Terhorst 외

Communication remains the most significant bottleneck in the performance of distributed optimization algorithms for large-scale machine learning. In this paper, we propose a communication-efficient framework, CoCoA, that…

BIG-bench Machine LearningDistributed Optimization

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

2017-11-14 · Chenxin Ma, Martin Jaggi, Frank E. Curtis, Nathan Srebro 외

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-effi…

BIG-bench Machine LearningDistributed Optimization

Distributed Primal-Dual Algorithms: Unification, Connections, and Insights

2025-02-01 · Runxiong Wu, Dong Liu, Xueqin Wang, Andi Wang

We study primal-dual algorithms for general empirical risk minimization problems in distributed settings, focusing on two prominent classes of algorithms. The first class is the communication-efficient distributed dual c…

Continual Learning with Distributed Optimization: Does CoCoA Forget?

2022-11-30 · Martin Hellkvist, Ayça Özçelikkale, Anders Ahlén

We focus on the continual learning problem where the tasks arrive sequentially and the aim is to perform well on the newly arrived task without performance degradation on the previously seen tasks. In contrast to the con…

Continual LearningDistributed Optimization