← Search

Sharan Vaswani

20 accepted papers

2026

On the Convergence of Steepest Descent and Adaptive Gradient Methods under Non-Uniform Smoothness

ICML 2026poster

Recent work has analyzed the convergence of first-order methods under non-uniform smoothness assumptions that better model the loss landscape in machine learning tasks. We generalize this assumption to objectives whose curvature is an affine function of the objective value. This property is satisfie…

Cited by 0SourceScholar
2025

Armijo Line-search Can Make (Stochastic) Gradient Descent Provably Faster

ICML 2025poster

Armijo line-search (Armijo-LS) is a standard method to set the step-size for gradient descent (GD). For smooth functions, Armijo-LS alleviates the need to know the global smoothness constant $L$ and adapts to the ``local'' smoothness, enabling GD to converge faster. Existing theoretical analyses sho…

Cited by 0SourcePDFScholar
2025

Fast Convergence of Softmax Policy Mirror Ascent

AISTATS 2025poster

Natural policy gradient (NPG) is a common policy optimization algorithm and can be viewed as mirror ascent in the space of probabilities. Recently, Vaswani et al. (2021) introduced a policy gradient method that corresponds to mirror ascent in the dual space of logits. We refine this algorithm, remov…

Cited by 0SourceScholar
2024

Small steps no more: Global convergence of stochastic gradient bandits for arbitrary learning rates

NeurIPS 2024poster

We provide a new understanding of the stochastic gradient bandit algorithm by showing that it converges to a globally optimal policy almost surely using \emph{any} constant learning rate. This result demonstrates that the stochastic gradient algorithm continues to balance exploration and exploitatio…

Cited by 1SourcePDFScholar
2023

Decision-Aware Actor-Critic with Function Approximation and Theoretical Guarantees

NeurIPS 2023poster

Actor-critic (AC) methods are widely used in reinforcement learning (RL), and benefit from the flexibility of using any policy gradient method as the actor and value-based method as the critic. The critic is usually trained by minimizing the TD error, an objective that is potentially decorrelated wi…

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

A general class of surrogate functions for stable and efficient reinforcement learning

AISTATS 2022poster

Common policy gradient methods rely on the maximization of a sequence of surrogate functions. In recent years, many such surrogate functions have been proposed, most without strong theoretical guarantees, leading to algorithms such as TRPO, PPO, or MPO. Rather than design yet another surrogate funct…

2022

Towards Noise-adaptive, Problem-adaptive (Accelerated) Stochastic Gradient Descent

ICML 2022oral

We aim to make stochastic gradient descent (SGD) adaptive to (i) the noise $\sigma^2$ in the stochastic gradients and (ii) problem-dependent constants. When minimizing smooth, strongly-convex functions with condition number $\kappa$, we prove that $T$ iterations of SGD with exponentially decreasing…

2022

Towards painless policy optimization for constrained MDPs

UAI 2022poster

We study policy optimization in an infinite horizon, $\gamma$-discounted constrained Markov decision process (CMDP). Our objective is to return a policy that achieves large expected reward with a small constraint violation. We consider the online setting with linear function approximation and assume…

2021

Stochastic Polyak Step-size for SGD: An Adaptive Learning Rate for Fast Convergence

AISTATS 2021poster

We propose a stochastic variant of the classical Polyak step-size (Polyak, 1987) commonly used in the subgradient method. Although computing the Polyak step-size requires knowledge of the optimal function values, this information is readily available for typical modern machine learning applications.…

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

Old Dog Learns New Tricks: Randomized UCB for Bandit Problems

AISTATS 2020poster

We propose RandUCB, a bandit strategy that uses theoretically derived confidence intervals similar to upper confidence bound (UCB) algorithms, but akin to Thompson sampling (TS), uses randomization to trade off exploration and exploitation. In the $K$-armed bandit setting, we show that there are inf…

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

Garbage In, Reward Out: Bootstrapping Exploration in Multi-Armed Bandits

ICML 2019oral

We propose a bandit algorithm that explores by randomizing its history of rewards. Specifically, it pulls the arm with the highest mean reward in a non-parametric bootstrap sample of its history with pseudo rewards. We design the pseudo rewards such that the bootstrap mean is optimistic with a suffi…

Cited by 85SourcePDFScholar
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…

2017

Online Influence Maximization under Independent Cascade Model with Semi-Bandit Feedback

NeurIPS 2017poster

We study the online influence maximization problem in social networks under the independent cascade model. Specifically, we aim to learn the set of "best influencers" in a social network online while repeatedly interacting with it. We address the challenges of (i) combinatorial action space, since t…

Cited by 158SourcePDFScholar