← Search

Ahmed Khaled

12 accepted papers

2025

Understanding outer learning rates in Local SGD

NeurIPS 2025poster

Modern machine learning often requires training with large batch size, distributed data, and massively parallel compute hardware (like mobile and other edge devices or distributed data centers). Communication becomes a major bottleneck in such settings but methods like Local Stochastic Gradient Desc…

Cited by 0SourceScholar
2024

Directional Smoothness and Gradient Methods: Convergence and Adaptivity

NeurIPS 2024poster

We develop new sub-optimality bounds for gradient descent (GD) that depend on the conditioning of the objective along the path of optimization, rather than on global, worst-case constants. Key to our proofs is directional smoothness, a measure of gradient variation that we use to develop upper-boun…

Cited by 5SourcePDFScholar
2024

Don't Compress Gradients in Random Reshuffling: Compress Gradient Differences

NeurIPS 2024poster

Gradient compression is a popular technique for improving communication complexity of stochastic first-order methods in distributed training of machine learning models. However, the existing works consider only with-replacement sampling of stochastic gradients. In contrast, it is well-known in pract…

Cited by 0SourcePDFScholar
2024

The Road Less Scheduled

NeurIPS 2024oral

Existing learning rate schedules that do not require specification of the optimization stopping step $T$ are greatly out-performed by learning rate schedules that depend on $T$. We propose an approach that avoids the need for this stopping time by eschewing the use of schedules entirely, while exhib…

2023

DoWG Unleashed: An Efficient Universal Parameter-Free Gradient Descent Method

NeurIPS 2023poster

This paper proposes a new easy-to-implement parameter-free gradient-based optimizer: DoWG (Distance over Weighted Gradients). We prove that DoWG is efficient---matching the convergence rate of optimally tuned gradient descent in convex optimization up to a logarithmic factor without tuning any param…

2022

FLIX: A Simple and Communication-Efficient Alternative to Local Methods in Federated Learning

AISTATS 2022poster

Federated Learning (FL) is an increasingly popular machine learning paradigm in which multiple nodes try to collaboratively learn under privacy, communication and multiple heterogeneity constraints. A persistent problem in federated learning is that it is not clear what the optimization objective sh…

2020

Random Reshuffling: Simple Analysis with Vast Improvements

NeurIPS 2020poster

Random Reshuffling (RR) is an algorithm for minimizing finite-sum functions that utilizes iterative gradient descent steps in conjunction with data reshuffling. Often contrasted with its sibling Stochastic Gradient Descent (SGD), RR is usually faster in practice and enjoys significant popularity in…

2020

Tighter Theory for Local SGD on Identical and Heterogeneous Data

AISTATS 2020poster

We provide a new analysis of local SGD, removing unnecessary assumptions and elaborating on the difference between two data regimes: identical and heterogeneous. In both cases, we improve the existing theory and provide values of the optimal stepsize and optimal number of local iterations. Our bound…

Cited by 539SourcePDFScholar