paper-with-me

Papers

Revisiting LocalSGD and SCAFFOLD: Improved Rates and Missing Analysis

2025-01-08 · Ruichen Luo, Sebastian U Stich, Samuel Horváth, Martin Takáč

LocalSGD and SCAFFOLD are widely used methods in distributed stochastic optimization, with numerous applications in machine learning, large-scale data processing, and federated learning. However, rigorously establishing their theoretical advantages over simpler methods, such as minibatch SGD (MbSGD), has proven challenging, as existing analyses often rely on strong assumptions, unrealistic premises, or overly restrictive scenarios. In this work, we revisit the convergence properties of LocalSGD and SCAFFOLD under a variety of existing or weaker conditions, including gradient similarity, Hessian similarity, weak convexity, and Lipschitz continuity of the Hessian. Our analysis shows that (i) LocalSGD achieves faster convergence compared to MbSGD for weakly convex functions without requiring stronger gradient similarity assumptions; (ii) LocalSGD benefits significantly from higher-order similarity and smoothness; and (iii) SCAFFOLD demonstrates faster convergence than MbSGD for a broader class of non-quadratic functions. These theoretical insights provide a clearer understanding of the conditions under which LocalSGD and SCAFFOLD outperform MbSGD.

📄 PDF Abstract BibTeX arXiv:2501.04443

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningStochastic Optimization

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Demystifying Pipeline Parallelism: First Theory for PipeDream

2026-06-02 · Ivan Ilin, Peter Richtárik arxiv

Training modern machine learning models increasingly requires computation to be distributed across many accelerators. Data parallelism remains the default choice and is often paired with tensor-parallel sharding, but mod…

Revisiting Concentration of Missing Mass

2020-05-19 · Maciej Skorski

We revisit the problem of \emph{missing mass concentration}, developing a new method of estimating concentration of heterogenic sums, in spirit of celebrated Rosenthal's inequality. As a result we slightly improve the st…

Improved motif-scaffolding with SE(3) flow matching

2024-01-08 · Jason Yim, Andrew Campbell, Emile Mathieu, Andrew Y. K. Foong 외

Protein design often begins with the knowledge of a desired function from a motif which motif-scaffolding aims to construct a functional protein around. Recently, generative models have achieved breakthrough success in d…

Data AugmentationDiversityProtein Design

Self-Taught Optimizer (STOP): Recursively Self-Improving Code Generation

2023-10-03 · Eric Zelikman, Eliana Lorch, Lester Mackey, Adam Tauman Kalai

Several recent advances in AI systems solve problems by providing a "scaffolding" program that structures multiple calls to language models (LMs) to generate better outputs. A scaffolding program is written in a programm…

Code GenerationLanguage ModelingLanguage Modelling

Revisiting Multivariate Time Series Forecasting with Missing Values

2025-09-27 · Jie Yang, Yifan Hu, Kexin Zhang, Luyang Niu 외 arxiv

Missing values are common in real-world time series, and multivariate time series forecasting with missing values (MTSF-M) has become a crucial area of research for ensuring reliable predictions. To address the challenge…

Multivariate Time Series Forecasting