← Search

Manish Purohit

12 accepted papers

2025

Descent with Misaligned Gradients and Applications to Hidden Convexity

ICLR 2025poster

We consider the problem of minimizing a convex objective given access to an oracle that outputs "misaligned" stochastic gradients, where the expected value of the output is guaranteed to be correlated with, but not necessarily equal to the true gradient of the objective. In the case where the misal…

Cited by 0SourcePDFScholar
2023

Bandit Online Linear Optimization with Hints and Queries

ICML 2023poster

We study variants of the online linear optimization (OLO) problem with bandit feedback, where the algorithm has access to external information about the unknown cost vector. Our motivation is the recent body of work on using such ``hints'' towards improving regret bounds for OLO problems in the full…

Cited by 3SourcePDFScholar
2021

Dynamic Balancing for Model Selection in Bandits and RL

ICML 2021spotlight

We propose a framework for model selection by combining base algorithms in stochastic bandits and reinforcement learning. We require a candidate regret bound for each base algorithm that may or may not hold. We select base algorithms to play in each round using a “balancing condition” on the candida…

Cited by 40SourcePDFScholar
2021

Power of Hints for Online Learning with Movement Costs

AISTATS 2021poster

We consider the online linear optimization problem with movement costs, a variant of online learning in which the learner must not only respond to cost vectors $c_t$ with points $x_t$ in order to maintain low regret, but is also penalized for movement by an additional cost $\|x_t-x_{t+1}\|^{1+\epsil…

Cited by 8SourcePDFScholar
2019

Efficient Rematerialization for Deep Networks

NeurIPS 2019poster

When training complex neural networks, memory usage can be an important bottleneck. The question of when to rematerialize, i.e., to recompute intermediate values rather than retaining them in memory, becomes critical to achieving the best time and space efficiency. In this work we consider the rem…