paper-with-me

Papers

Robust Online Learning over Networks

2023-09-01 · Nicola Bastianello, Diego Deplano, Mauro Franceschelli, Karl H. Johansson

The recent deployment of multi-agent networks has enabled the distributed solution of learning problems, where agents cooperate to train a global model without sharing their local, private data. This work specifically targets some prevalent challenges inherent to distributed learning: (i) online training, i.e., the local data change over time; (ii) asynchronous agent computations; (iii) unreliable and limited communications; and (iv) inexact local computations. To tackle these challenges, we apply the Distributed Operator Theoretical (DOT) version of the Alternating Direction Method of Multipliers (ADMM), which we call "DOT-ADMM". We prove that if the DOT-ADMM operator is metric subregular, then it converges with a linear rate for a large class of (not necessarily strongly) convex learning problems toward a bounded neighborhood of the optimal time-varying solution, and characterize how such neighborhood depends on (i)-(iv). We first derive an easy-to-verify condition for ensuring the metric subregularity of an operator, followed by tutorial examples on linear and logistic regression problems. We corroborate the theoretical analysis with numerical simulations comparing DOT-ADMM with other state-of-the-art algorithms, showing that only the proposed algorithm exhibits robustness to (i)-(iv).

📄 PDF Abstract BibTeX arXiv:2309.00520

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Online Algorithms with Multiple Predictions

2022-05-08 · Keerti Anand, Rong Ge, Amit Kumar, Debmalya Panigrahi

This paper studies online algorithms augmented with multiple machine-learned predictions. While online algorithms augmented with a single prediction have been extensively studied in recent years, the literature for the m…

Prediction

Online convex optimization for constrained control of nonlinear systems

2024-12-01 · Marko Nonhoff, Johannes Köhler, Matthias A. Müller

This paper investigates the problem of controlling nonlinear dynamical systems subject to state and input constraints while minimizing time-varying and a priori unknown cost functions. We propose a modular approach that …

Fast Algorithms for Online Stochastic Convex Programming

2014-10-28 · Shipra Agrawal, Nikhil R. Devanur

We introduce the online stochastic Convex Programming (CP) problem, a very general version of stochastic online problems which allows arbitrary concave objectives and convex feasibility constraints. Many well-studied pro…

Learning-Augmented Algorithms for Online Concave Packing and Convex Covering Problems

2024-11-13 · Elena Grigorescu, Young-San Lin, Maoyuan Song

Learning-augmented algorithms have been extensively studied across the computer science community in the recent years, driven by advances in machine learning predictors, which can provide additional information to augmen…

Online Covering with Multiple Experts

2023-12-22 · Enikő Kevi, Kim-Thang Nguyen

Designing online algorithms with machine learning predictions is a recent technique beyond the worst-case paradigm for various practically relevant online problems (scheduling, caching, clustering, ski rental, etc.). Whi…

Scheduling