← Search

Mark Schmidt

31 accepted papers

2026

Flatland: The Adventures of Gradient Descent with Large Step Sizes

ICML 2026poster

The training of neural networks often entails objective functions that are not globally $L$-smooth. For these functions, it is both theoretically and practically difficult to reply to the question: what is the largest possible step size that ensures the convergence of gradient descent (GD)? We addre…

Cited by 0SourceScholar
2025

Implicit Bias of Spectral Descent and Muon on Multiclass Separable Data

NeurIPS 2025spotlight

Different gradient-based methods for optimizing overparameterized models can all achieve zero training error yet converge to distinctly different solutions inducing different generalization properties. We provide the first complete characterization of implicit optimization bias for p-norm normalized…

Cited by 0SourceScholar
2025

ReMA: Learning to Meta-Think for LLMs with Multi-agent Reinforcement Learning

NeurIPS 2025poster

Recent research on Reasoning of Large Language Models (LLMs) has sought to further enhance their performance by integrating meta-thinking—enabling models to monitor, evaluate, and control their reasoning processes for more adaptive and effective problem-solving. However, current single-agent work la…

Cited by 0SourcecodeScholar
2024

Heavy-Tailed Class Imbalance and Why Adam Outperforms Gradient Descent on Language Models

NeurIPS 2024spotlight

Adam has been shown to outperform gradient descent on large language models by a larger margin than on other tasks, but it is unclear why. We show that a key factor in this performance gap is the heavy-tailed class imbalance found in language tasks. When trained with gradient descent, the loss of in…

Cited by 32SourcePDFScholar
2023

BiSLS/SPS: Auto-tune Step Sizes for Stable Bi-level Optimization

NeurIPS 2023poster

The popularity of bi-level optimization (BO) in deep learning has spurred a growing interest in studying gradient-based BO algorithms. However, existing algorithms involve two coupled learning rates that can be affected by approximation errors when computing hypergradients, making careful fine-tunin…

Cited by 5SourcePDFScholar
2023

Don't be so Monotone: Relaxing Stochastic Line Search in Over-Parameterized Models

NeurIPS 2023poster

Recent works have shown that line search methods can speed up Stochastic Gradient Descent (SGD) and Adam in modern over-parameterized settings. However, existing line searches may take steps that are smaller than necessary since they require a monotone decrease of the (mini-)batch objective function…

Cited by 10SourcePDFScholar
2023

Noise Is Not the Main Factor Behind the Gap Between Sgd and Adam on Transformers, But Sign Descent Might Be

ICLR 2023poster

The success of the Adam optimizer on a wide array of architectures has made it the default in settings where stochastic gradient descent (SGD) performs poorly. However, our theoretical understanding of this discrepancy is lagging, preventing the development of significant improvements on either algo…

2023

Optimistic Thompson Sampling-based algorithms for episodic reinforcement learning

UAI 2023poster

We propose two Thompson Sampling-like, model-based learning algorithms for episodic Markov decision processes (MDPs) with a finite time horizon. Our proposed algorithms are inspired by Optimistic Thompson Sampling (O-TS), empirically studied in Chapelle and Li [2011], May et al. [2012] for stochas…

Cited by 6SourcePDFScholar
2023

Searching for Optimal Per-Coordinate Step-sizes with Multidimensional Backtracking

NeurIPS 2023poster

The backtracking line-search is an effective technique to automatically tune the step-size in smooth optimization. It guarantees similar performance to using the theoretically optimal step-size. Many approaches have been developed to instead tune per-coordinate step-sizes, also known as diagonal pre…

2023

Simplifying Momentum-based Positive-definite Submanifold Optimization with Applications to Deep Learning

ICML 2023poster

Riemannian submanifold optimization with momentum is computationally challenging because, to ensure that the iterates remain on the submanifold, we often need to solve difficult differential equations. Here, we simplify such difficulties for a class of structured symmetric positive-definite matrices…

2023

Target-based Surrogates for Stochastic Optimization

ICML 2023poster

We consider minimizing functions for which it is expensive to compute the (possibly stochastic) gradient. Such functions are prevalent in reinforcement learning, imitation learning and adversarial training. Our target optimization framework uses the (expensive) gradient computation to construct surr…

2022

Homeomorphic-Invariance of EM: Non-Asymptotic Convergence in KL Divergence for Exponential Families via Mirror Descent (Extended Abstract)

IJCAI 2022poster

Expectation maximization (EM) is the default algorithm for fitting probabilistic models with missing or latent variables, yet we lack a full understanding of its non-asymptotic convergence properties. Previous works show results along the lines of “EM converges at least as fast as gradient descent”…

Cited by 40SourcePDFScholar
2021

Homeomorphic-Invariance of EM: Non-Asymptotic Convergence in KL Divergence for Exponential Families via Mirror Descent

AISTATS 2021poster

Expectation maximization (EM) is the default algorithm for fitting probabilistic models with missing or latent variables, yet we lack a full understanding of its non-asymptotic convergence properties. Previous works show results along the lines of "EM converges at least as fast as gradient descent"…

Cited by 40SourcePDFScholar
2021

Robust Asymmetric Learning in POMDPs

ICML 2021oral

Policies for partially observed Markov decision processes can be efficiently learned by imitating expert policies generated using asymmetric information. Unfortunately, existing approaches for this kind of imitation learning have a serious flaw: the expert does not know what the trainee cannot see,…

2021

Tractable structured natural-gradient descent using local parameterizations

ICML 2021spotlight

Natural-gradient descent (NGD) on structured parameter spaces (e.g., low-rank covariances) is computationally challenging due to difficult Fisher-matrix computations. We address this issue by using \emph{local-parameter coordinates} to obtain a flexible and efficient NGD method that works well for a…

Cited by 38SourcePDFScholar
2020

Fast and Furious Convergence: Stochastic Second Order Methods under Interpolation

AISTATS 2020poster

We consider stochastic second-order methods for minimizing smooth and strongly-convex functions under an interpolation condition satisfied by over-parameterized models. Under this condition, we show that the regularized subsampled Newton method (R-SSN) achieves global linear convergence with an adap…

2020

Handling the Positive-Definite Constraint in the Bayesian Learning Rule

ICML 2020poster

The Bayesian learning rule is a natural-gradient variational inference method, which not only contains many existing learning algorithms as special cases but also enables the design of new algorithms. Unfortunately, when variational parameters lie in an open constraint set, the rule may not satisfy…

2020

Regret Bounds without Lipschitz Continuity: Online Learning with Relative-Lipschitz Losses

NeurIPS 2020poster

In online convex optimization (OCO), Lipschitz continuity of the functions is commonly assumed in order to obtain sublinear regret. Moreover, many algorithms have only logarithmic regret when these functions are also strongly convex. Recently, researchers from convex optimization proposed the notion…

Cited by 23SourcePDFScholar
2019

Are we there yet? Manifold identification of gradient-related proximal methods

AISTATS 2019poster

In machine learning, models that generalize better often generate outputs that lie on a low-dimensional manifold. Recently, several works have separately shown finite-time manifold identification by some proximal methods. In this work we provide a unified view by giving a simple condition under whi…

Cited by 41SourcePDFScholar
2019

Distributed Maximization of "Submodular plus Diversity" Functions for Multi-label Feature Selection on Huge Datasets

AISTATS 2019poster

There are many problems in machine learning and data mining which are equivalent to selecting a non-redundant, high "quality" set of objects. Recommender systems, feature selection, and data summarization are among many applications of this. In this paper, we consider this problem as an optimization…

Cited by 0SourcePDFScholar
2019

Fast and Faster Convergence of SGD for Over-Parameterized Models and an Accelerated Perceptron

AISTATS 2019poster

Modern machine learning focuses on highly expressive models that are able to fit or interpolate the data completely, resulting in zero training loss. For such models, we show that the stochastic gradients of common loss functions satisfy a strong growth condition. Under this condition, we prove tha…

Cited by 390SourcePDFScholar
2019

Fast and Simple Natural-Gradient Variational Inference with Mixture of Exponential-family Approximations

ICML 2019oral

Natural-gradient methods enable fast and simple algorithms for variational inference, but due to computational difficulties, their use is mostly limited to minimal exponential-family (EF) approximations. In this paper, we extend their application to estimate structured approximations such as mixture…

2019

Painless Stochastic Gradient: Interpolation, Line-Search, and Convergence Rates

NeurIPS 2019poster

Recent works have shown that stochastic gradient descent (SGD) achieves the fast convergence rates of full-batch gradient descent for over-parameterized models satisfying certain interpolation conditions. However, the step-size used in these works depends on unknown quantities and SGD's practical pe…

2018

Online Learning Rate Adaptation with Hypergradient Descent

ICLR 2018poster

We introduce a general method for improving the convergence rate of gradient-based optimizers that is easy to implement and works well in practice. We demonstrate the effectiveness of the method in a range of optimization problems by applying it to stochastic gradient descent, stochastic gradient d…

2018

SLANG: Fast Structured Covariance Approximations for Bayesian Deep Learning with Natural Gradient

NeurIPS 2018poster

Uncertainty estimation in large deep-learning models is a computationally challenging task, where it is difficult to form even a Gaussian approximation to the posterior distribution. In such situations, existing methods usually resort to a diagonal approximation of the covariance matrix despite the…

2018

Where are the blobs: Counting by Localization with Point Supervision

ECCV 2018poster

Object counting is an important task in computer vision due to its growing demand in applications such as surveillance, traffic monitoring, and counting everyday objects. State-of-the-art methods use regression-based optimization where they explicitly learn to count the objects of interest. These of…

Cited by 254SourcePDFScholar
2015

Coordinate Descent Converges Faster with the Gauss-Southwell Rule Than Random Selection

ICML 2015poster

There has been significant recent work on the theory and application of randomized coordinate descent algorithms, beginning with the work of  Nesterov [SIAM J. Optim., 22(2), 2012], who showed that a random-coordinate selection rule achieves the same convergence rate as the Gauss-Southwell selection…

Cited by 285SourcePDFScholar
2015

Non-Uniform Stochastic Average Gradient Method for Training Conditional Random Fields

AISTATS 2015poster

We apply stochastic average gradient (SAG) algorithms for training conditional random fields (CRFs). We describe a practical implementation that uses structure in the CRF gradient to reduce the memory requirement of this linearly-convergent stochastic gradient method, propose a non-uniform sampling…

Cited by 101SourcePDFScholar
2015

StopWasting My Gradients: Practical SVRG

NeurIPS 2015poster

We present and analyze several strategies for improving the performance ofstochastic variance-reduced gradient (SVRG) methods. We first show that theconvergence rate of these methods can be preserved under a decreasing sequenceof errors in the control variate, and use this to derive variants of SVRG…

Cited by 169SourcePDFScholar