← Search

Sebastian U Stich

42 accepted papers

2026

Composite Optimization with Error Feedback: the Dual Averaging Approach

ICLR 2026poster

Communication efficiency is a central challenge in distributed machine learning training, and message compression is a widely used solution. However, standard Error Feedback (EF) methods (Seide et al., 2014), though effective for smooth unconstrained optimization with compression (Karimireddy et al.…

Cited by 0SourceScholar
2026

DADA: Dual Averaging with Distance Adaptation

ICLR 2026poster

We present a novel parameter-free universal gradient method for solving convex optimization problems. Our algorithm—Dual Averaging with Distance Adaptation (DADA)–is based on the classical scheme of dual averaging and dynamically adjusts its coefficients based on the observed gradients and the dista…

Cited by 0SourceScholar
2026

FedMuon: Federated Learning with Bias-corrected LMO-based Optimization

ICLR 2026poster

Recently, a new optimization method based on the linear minimization oracle (LMO), called Muon, has been attracting increasing attention since it can train neural networks faster than the existing adaptive optimization methods, such as Adam. In this paper, we study how Muon can be utilized in federa…

Cited by 0SourceScholar
2026

Monotone Near-Zero-Sum Games: A Generalization of Convex-Concave Minimax

ICLR 2026poster

Zero-sum and non-zero-sum (aka general-sum) games are relevant in a wide range of applications. While general non-zero-sum games are computationally hard, researchers focus on the special class of monotone games for gradient-based algorithms. However, there is a substantial gap between the gradient…

Cited by 0SourceScholar
2025

Decoupled SGDA for Games with Intermittent Strategy Communication

ICML 2025poster

We introduce *Decoupled SGDA*, a novel adaptation of Stochastic Gradient Descent Ascent (SGDA) tailored for multiplayer games with intermittent strategy communication. Unlike prior methods, Decoupled SGDA enables players to update strategies locally using outdated opponent strategies, significantly…

Cited by 0SourcePDFScholar
2025

Exploiting Similarity for Computation and Communication-Efficient Decentralized Optimization

ICML 2025poster

Reducing communication complexity is critical for efficient decentralized optimization. The proximal decentralized optimization (PDO) framework is particularly appealing, as methods within this framework can exploit functional similarity among nodes to reduce communication rounds. Specifically, when…

Cited by 0SourcePDFScholar
2025

Optimizing $(L_0, L_1)$-Smooth Functions by Gradient Methods

ICLR 2025poster

We study gradient methods for optimizing $(L_0, L_1)$-smooth functions, a class that generalizes Lipschitz-smooth functions and has gained attention for its relevance in machine learning. We provide new insights into the structure of this function class and develop a principled framework for analyzi…

Cited by 0SourcePDFScholar
2025

Revisiting Consensus Error: A Fine-grained Analysis of Local SGD under Second-order Data Heterogeneity

NeurIPS 2025poster

Local SGD, or Federated Averaging, is one of the most widely used algorithms for distributed optimization. Although it often outperforms alternatives such as mini-batch SGD, existing theory has not fully explained this advantage under realistic assumptions about data heterogeneity. Recent work has s…

Cited by 0SourceScholar
2025

Revisiting LocalSGD and SCAFFOLD: Improved Rates and Missing Analysis

AISTATS 2025poster

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 (MbS…

Cited by 0SourceScholar
2025

Towards Faster Decentralized Stochastic Optimization with Communication Compression

ICLR 2025poster

Communication efficiency has garnered significant attention as it is considered the main bottleneck for large-scale decentralized Machine Learning applications in distributed and federated settings. In this regime, clients are restricted to transmitting small amounts of compressed information to the…

2024

An improved analysis of per-sample and per-update clipping in federated learning

ICLR 2024poster

Gradient clipping is key mechanism that is essential to differentially private training techniques in Federated learning. Two popular strategies are per-sample clipping, which clips the mini-batch gradient, and per-update clipping, which clips each user's model update. However, there has not been a…

Cited by 4SourcePDFScholar
2024

Communication-Efficient Gradient Descent-Accent Methods for Distributed Variational Inequalities: Unified Analysis and Local Updates

ICLR 2024poster

Distributed and federated learning algorithms and techniques associated primarily with minimization problems. However, with the increase of minimax optimization and variational inequality problems in machine learning, the necessity of designing efficient distributed/federated learning approaches for…

2024

EControl: Fast Distributed Optimization with Compression and Error Control

ICLR 2024poster

Modern distributed training relies heavily on communication compression to reduce the communication overhead. In this work, we study algorithms employing a popular class of contractive compressors in order to reduce communication overhead. However, the naive implementation often leads to unstable co…

Cited by 10SourcePDFScholar
2024

Federated Optimization with Doubly Regularized Drift Correction

ICML 2024poster

Federated learning is a distributed optimization paradigm that allows training machine learning models across decentralized devices while keeping the data localized. The standard method, FedAvg, suffers from client drift which can hamper performance and increase communication costs over centralized…

Cited by 18SourcePDFScholar
2024

On Convergence of Incremental Gradient for Non-convex Smooth Functions

ICML 2024poster

In machine learning and neural network optimization, algorithms like incremental gradient, single shuffle SGD, and random reshuffle SGD are popular due to their cache-mismatch efficiency and good practical convergence behavior. However, their optimization properties in theory, especially for non-con…

Cited by 1SourcePDFScholar
2024

Spectral Preconditioning for Gradient Methods on Graded Non-convex Functions

ICML 2024poster

The performance of optimization methods is often tied to the spectrum of the objective Hessian. Yet, conventional assumptions, such as smoothness, do often not enable us to make finely-grained convergence statements—particularly not for non-convex problems. Striving for a more intricate characteriza…

Cited by 10SourcePDFScholar
2024

Stabilized Proximal-Point Methods for Federated Optimization

NeurIPS 2024spotlight

In developing efficient optimization algorithms, it is crucial to account for communication constraints—a significant challenge in modern Federated Learning. The best-known communication complexity among non-accelerated algorithms is achieved by DANE, a distributed proximal-point algorith…

2024

Universality of AdaGrad Stepsizes for Stochastic Optimization: Inexact Oracle, Acceleration and Variance Reduction

NeurIPS 2024poster

We present adaptive gradient methods (both basic and accelerated) for solving convex composite optimization problems in which the main part is approximately smooth (a.k.a. $(\delta, L)$-smooth) and can be accessed only via a (potentially biased) stochastic gradient oracle. This setting covers many i…

Cited by 4SourcePDFScholar
2023

Adaptive SGD with Polyak stepsize and Line-search: Robust Convergence and Variance Reduction

NeurIPS 2023poster

The recently proposed stochastic Polyak stepsize (SPS) and stochastic line-search (SLS) for SGD have shown remarkable effectiveness when training over-parameterized models. However, two issues remain unsolved in this line of work. First, in non-interpolation settings, both algorithms only guarante…

Cited by 25SourcePDFScholar
2023

On the Effectiveness of Partial Variance Reduction in Federated Learning With Heterogeneous Data

CVPR 2023highlight

Data heterogeneity across clients is a key challenge in federated learning. Prior works address this by either aligning client and server models or using control variates to correct client model drift. Although these methods achieve fast convergence in convex or simple non-convex problems, the perfo…

2023

Revisiting Gradient Clipping: Stochastic bias and tight convergence guarantees

ICML 2023poster

Gradient clipping is a popular modification to standard (stochastic) gradient descent, at every iteration limiting the gradient norm to a certain value $c >0$. It is widely used for example for stabilizing the training of deep learning models (Goodfellow et al., 2016), or for enforcing differential…

Cited by 56SourcePDFScholar
2023

Special Properties of Gradient Descent with Large Learning Rates

ICML 2023poster

When training neural networks, it has been widely observed that a large step size is essential in stochastic gradient descent (SGD) for obtaining superior models. However, the effect of large step sizes on the success of SGD is not well understood theoretically. Several previous works have attribute…

Cited by 10SourcePDFScholar
2022

Decentralized Local Stochastic Extra-Gradient for Variational Inequalities

NeurIPS 2022accept

We consider distributed stochastic variational inequalities (VIs) on unbounded domains with the problem data that is heterogeneous (non-IID) and distributed across many devices. We make a very general assumption on the computational network that, in particular, covers the settings of fully decentral…

Cited by 52SourcePDFScholar
2022

Sharper Convergence Guarantees for Asynchronous SGD for Distributed and Federated Learning

NeurIPS 2022accept

We study the asynchronous stochastic gradient descent algorithm, for distributed training over $n$ workers that might be heterogeneous. In this algorithm, workers compute stochastic gradients in parallel at their own pace and return them to the server without any synchronization. Existing convergen…

Cited by 106SourcePDFScholar
2021

An Improved Analysis of Gradient Tracking for Decentralized Machine Learning

NeurIPS 2021poster

We consider decentralized machine learning over a network where the training data is distributed across $n$ agents, each of which can compute stochastic model updates on their local data. The agent's common goal is to find a model that minimizes the average of all local loss functions. While gradien…

Cited by 112SourcePDFScholar
2021

Breaking the centralized barrier for cross-device federated learning

NeurIPS 2021poster

Federated learning (FL) is a challenging setting for optimization due to the heterogeneity of the data across different clients which gives rise to the client drift phenomenon. In fact, obtaining an algorithm for FL which is uniformly better than simple centralized training has been a major open pro…

Cited by 102SourcePDFScholar
2021

RelaySum for Decentralized Deep Learning on Heterogeneous Data

NeurIPS 2021poster

In decentralized machine learning, workers compute model updates on their local data. Because the workers only communicate with few neighbors without central coordination, these updates propagate progressively over the network. This paradigm enables distributed training on networks without all-to-al…

2021

Semantic Perturbations With Normalizing Flows for Improved Generalization

ICCV 2021poster

Data augmentation is a widely adopted technique for avoiding overfitting when training deep neural networks. However, this approach requires domain-specific knowledge and is often limited to a fixed set of hard-coded transformations. Recently, several works proposed to use generative models for gene…

Cited by 14PDFcodeScholar
2021

Taming GANs with Lookahead-Minmax

ICLR 2021poster

Generative Adversarial Networks are notoriously challenging to train. The underlying minmax optimization is highly susceptible to the variance of the stochastic gradient and the rotational component of the associated game vector field. To tackle these challenges, we propose the Lookahead algorithm f…

2020

Decentralized Deep Learning with Arbitrary Communication Compression

ICLR 2020poster

Decentralized training of deep learning models is a key element for enabling data privacy and on-device learning over networks, as well as for efficient scaling to large compute clusters. As current approaches are limited by network bandwidth, we propose the use of communication compression in the d…

Cited by 280SourcecodeScholar
2020

Ensemble Distillation for Robust Model Fusion in Federated Learning

NeurIPS 2020poster

Federated Learning (FL) is a machine learning setting where many devices collaboratively train a machine learning model while keeping the training data decentralized. In most of the current training schemes the central model is refined by averaging the parameters of the server model and the updated…

2019

Efficient Greedy Coordinate Descent for Composite Problems

AISTATS 2019poster

Coordinate descent with random coordinate selection is the current state of the art for many large scale optimization problems. However, greedy selection of the steepest coordinate on smooth problems can yield convergence rates independent of the dimension $n$, requiring $n$ times fewer iterations.…

2018

Accelerated Stochastic Matrix Inversion: General Theory and Speeding up BFGS Rules for Faster Second-Order Optimization

NeurIPS 2018poster

We present the first accelerated randomized algorithm for solving linear systems in Euclidean spaces. One essential problem of this type is the matrix inversion problem. In particular, our algorithm can be specialized to invert positive definite matrices in such a way that all iterates (approximate…

Cited by 56SourcePDFScholar