← Search

Reza Babanezhad Harikandeh

8 accepted papers

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

Iterative Methods via Locally Evolving Set Process

NeurIPS 2024poster

Given the damping factor $\alpha$ and precision tolerance $\epsilon$, \citet{andersen2006local} introduced Approximate Personalized PageRank (APPR), the \textit{de facto local method} for approximating the PPR vector, with runtime bounded by $\Theta(1/(\alpha\epsilon))$ independent of the graph size…

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…

2019

Reducing the variance in online optimization by transporting past gradients

NeurIPS 2019spotlight

Most stochastic optimization methods use gradients once before discarding them. While variance reduction methods have shown that reusing past gradients can be beneficial when there is a finite number of datapoints, they do not easily extend to the online setting. One issue is the staleness due to us…

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