← Search

Praneeth Netrapalli

34 accepted papers

2025

Spark Transformer: Reactivating Sparsity in Transformer FFN and Attention

NeurIPS 2025poster

The discovery of the *lazy neuron phenomenon* (Li et al., 2022), where fewer than 10% of the feedforward networks (FFN) parameters in trained Transformers are activated per token, has spurred significant interests in *activation sparsity* for enhancing large model efficiency. While notable progress…

Cited by 0SourceScholar
2024

Tandem Transformers for Inference Efficient LLMs

ICML 2024poster

The autoregressive nature of conventional large language models (LLMs) inherently limits inference speed, as tokens are generated sequentially. While speculative (Leviathan et al., 2023) and parallel (Stern et al., 2018) decoding techniques attempt to mitigate this, they face limitations: either rel…

Cited by 5SourcePDFScholar
2024

The Feature Speed Formula: a flexible approach to scale hyper-parameters of deep neural networks

NeurIPS 2024poster

Deep learning succeeds by doing hierarchical feature learning, yet tuning hyper-parameters (HP) such as initialization scales, learning rates etc., only give indirect control over this behavior. In this paper, we introduce a key notion to predict and control feature learning: the angle $\theta_\ell$…

Cited by 1SourcePDFScholar
2023

Feature Reconstruction From Outputs Can Mitigate Simplicity Bias in Neural Networks

ICLR 2023poster

Deep Neural Networks are known to be brittle to even minor distribution shifts compared to the training distribution. While one line of work has demonstrated that \emph{Simplicity Bias} (SB) of DNNs -- bias towards learning only the simplest features -- is a key reason for this brittleness, another…

Cited by 11SourcePDFScholar
2023

Multi-User Reinforcement Learning with Low Rank Rewards

ICML 2023poster

We consider collaborative multi-user reinforcement learning, where multiple users have the same state-action space and transition probabilities but different rewards. Under the assumption that the reward matrix of the $N$ users has a low-rank structure -- a standard and practically successful assump…

Cited by 1SourcePDFScholar
2023

Simplicity Bias in 1-Hidden Layer Neural Networks

NeurIPS 2023poster

Recent works have demonstrated that neural networks exhibit extreme *simplicity bias* (SB). That is, they learn *only the simplest* features to solve a task at hand, even in the presence of other, more robust but more complex features. Due to the lack of a general and rigorous definition of *featu…

Cited by 15SourcePDFScholar
2022

Focus on the Common Good: Group Distributional Robustness Follows

ICLR 2022poster

We consider the problem of training a classification model with group annotated training data. Recent work has established that, if there is distribution shift across different groups, models trained using the standard empirical risk minimization (ERM) objective suffer from poor performance on minor…

2022

Minimax Optimization with Smooth Algorithmic Adversaries

ICLR 2022poster

This paper considers minimax optimization $\min_x \max_y f(x, y)$ in the challenging setting where $f$ can be both nonconvex in $x$ and nonconcave in $y$. Though such optimization problems arise in many machine learning paradigms including training generative adversarial networks (GANs) and adversar…

2022

Online Target Q-learning with Reverse Experience Replay: Efficiently finding the Optimal Policy for Linear MDPs

ICLR 2022poster

Q-learning is a popular Reinforcement Learning (RL) algorithm which is widely used in practice with function approximation (Mnih et al., 2015). In contrast, existing theoretical results are pessimistic about Q-learning. For example, (Baird, 1995) shows that Q-learning does not converge even with lin…

Cited by 31SourcePDFScholar
2022

Reproducibility in Optimization: Theoretical Framework and Limits

NeurIPS 2022accept

We initiate a formal study of reproducibility in optimization. We define a quantitative measure of reproducibility of optimization procedures in the face of noisy or error-prone operations such as inexact or stochastic gradient computations or inexact initialization. We then analyze several convex o…

Cited by 25SourcePDFScholar
2021

Do Input Gradients Highlight Discriminative Features?

NeurIPS 2021poster

Post-hoc gradient-based interpretability methods [Simonyan et al., 2013, Smilkov et al., 2017] that provide instance-specific explanations of model predictions are often based on assumption (A): magnitude of input gradients—gradients of logits with respect to input—noisily highlight discriminative t…

2021

Near-Optimal Lower Bounds For Convex Optimization For All Orders of Smoothness

NeurIPS 2021spotlight

We study the complexity of optimizing highly smooth convex functions. For a positive integer $p$, we want to find an $\epsilon$-approximate minimum of a convex function $f$, given oracle access to the function and its first $p$ derivatives, assuming that the $p$th derivative of $f$ is Lipschitz. R…

Cited by 18SourcePDFScholar
2021

Near-optimal Offline and Streaming Algorithms for Learning Non-Linear Dynamical Systems

NeurIPS 2021spotlight

We consider the setting of vector valued non-linear dynamical systems $X_{t+1} = \phi(A^{*} X_t) + \eta_t$, where $\eta_t$ is unbiased noise and $\phi : \mathbb{R} \to \mathbb{R}$ is a known link function that satisfies certain {\em expansivity property}. The goal is to learn $A^{*}$ from a single t…

Cited by 39SourcePDFScholar
2021

Optimal regret algorithm for Pseudo-1d Bandit Convex Optimization

ICML 2021spotlight

We study online learning with bandit feedback (i.e. learner has access to only zeroth-order oracle) where cost/reward functions $\f_t$ admit a "pseudo-1d" structure, i.e. $\f_t(\w) = \loss_t(\pred_t(\w))$ where the output of $\pred_t$ is one-dimensional. At each round, the learner observes context $…

Cited by 7SourcePDFScholar
2021

Statistically and Computationally Efficient Linear Meta-representation Learning

NeurIPS 2021poster

In typical few-shot learning, each task is not equipped with enough data to be learned in isolation. To cope with such data scarcity, meta-representation learning methods train across many related tasks to find a shared (lower-dimensional) representation of the data where all tasks can be solved acc…

Cited by 16SourcePDFScholar
2021

Streaming Linear System Identification with Reverse Experience Replay

NeurIPS 2021poster

We consider the problem of estimating a linear time-invariant (LTI) dynamical system from a single trajectory via streaming algorithms, which is encountered in several applications including reinforcement learning (RL) and time-series analysis. While the LTI system estimation problem is well-studie…

Cited by 21SourcePDFScholar
2020

Efficient Domain Generalization via Common-Specific Low-Rank Decomposition

ICML 2020poster

Domain generalization refers to the task of training a model which generalizes to new domains that are not seen during training. We present CSD (Common Specific Decomposition), for this setting, which jointly learns a common component (which generalizes to new domains) and a domain specific componen…

2020

Follow the Perturbed Leader: Optimism and Fast Parallel Algorithms for Smooth Minimax Games

NeurIPS 2020poster

We consider the problem of online learning and its application to solving minimax games. For the online learning problem, Follow the Perturbed Leader (FTPL) is a widely studied algorithm which enjoys the optimal $O(T^{1/2})$ \emph{worst case} regret guarantee for both convex and nonconvex losses. In…

Cited by 17SourcePDFScholar
2020

Least Squares Regression with Markovian Data: Fundamental Limits and Algorithms

NeurIPS 2020spotlight

We study the problem of least squares linear regression where the datapoints are dependent and are sampled from a Markov chain. We establish sharp information theoretic minimax lower bounds for this problem in terms of $\tmix$, the mixing time of the underlying Markov chain, under different noise se…

Cited by 86SourcePDFScholar
2020

MOReL: Model-Based Offline Reinforcement Learning

NeurIPS 2020poster

In offline reinforcement learning (RL), the goal is to learn a highly rewarding policy based solely on a dataset of historical interactions with the environment. This serves as an extreme test for an agent's ability to effectively use historical data which is known to be critical for efficient RL. P…

Cited by 855SourcePDFScholar
2020

Projection Efficient Subgradient Method and Optimal Nonsmooth Frank-Wolfe Method

NeurIPS 2020spotlight

We consider the classical setting of optimizing a nonsmooth Lipschitz continuous convex function over a convex constraint set, when having access to a (stochastic) first-order oracle (FO) for the function and a projection oracle (PO) for the constraint set. It is well known that to achieve $\epsilon…

2020

The Pitfalls of Simplicity Bias in Neural Networks

NeurIPS 2020poster

Several works have proposed Simplicity Bias (SB)---the tendency of standard training procedures such as Stochastic Gradient Descent (SGD) to find simple models---to justify why neural networks generalize well [Arpit et al. 2017, Nakkiran et al. 2019, Valle-Perez et al. 2019]. However, the precise no…

2020

What is Local Optimality in Nonconvex-Nonconcave Minimax Optimization?

ICML 2020poster

Minimax optimization has found extensive applications in modern machine learning, in settings such as generative adversarial networks (GANs), adversarial training and multi-agent reinforcement learning. As most of these applications involve continuous nonconvex-nonconcave formulations, a very basic…

Cited by 414SourcePDFScholar
2019

Efficient Algorithms for Smooth Minimax Optimization

NeurIPS 2019poster

This paper studies first order methods for solving smooth minimax optimization problems $\min_x \max_y g(x,y)$ where $g(\cdot,\cdot)$ is smooth and $g(x,\cdot)$ is concave for each $x$. In terms of $g(\cdot,y)$, we consider two settings -- strongly convex and nonconvex -- and improve upon the best k…

2019

The Step Decay Schedule: A Near Optimal, Geometrically Decaying Learning Rate Procedure For Least Squares

NeurIPS 2019poster

Minimax optimal convergence rates for numerous classes of stochastic convex optimization problems are well characterized, where the majority of results utilize iterate averaged stochastic gradient descent (SGD) with polynomially decaying step sizes. In contrast, the behavior of SGD’s final iterate h…

2018

On the insufficiency of existing momentum schemes for Stochastic Optimization

ICLR 2018oral

Momentum based stochastic gradient methods such as heavy ball (HB) and Nesterov's accelerated gradient descent (NAG) method are widely used in practice for training deep networks and other supervised learning models, as they often provide significant improvements over stochastic gradient descent (SG…

2018

Support Recovery for Orthogonal Matching Pursuit: Upper and Lower bounds

NeurIPS 2018spotlight

This paper studies the problem of sparse regression where the goal is to learn a sparse vector that best optimizes a given objective function. Under the assumption that the objective function satisfies restricted strong convexity (RSC), we analyze orthogonal matching pursuit (OMP), a greedy algorith…

Cited by 8SourcePDFScholar
2017

Global Convergence of Non-Convex Gradient Descent for Computing Matrix Squareroot

AISTATS 2017poster

While there has been a significant amount of work studying gradient descent techniques for non-convex optimization problems over the last few years, all existing results establish either local convergence with good rates or global convergence with highly suboptimal rates, for many problems of intere…

Cited by 33SourcePDFScholar
2017

How to Escape Saddle Points Efficiently

ICML 2017poster

This paper shows that a perturbed form of gradient descent converges to a second-order stationary point in a number iterations which depends only poly-logarithmically on dimension (i.e., it is almost “dimension-free”). The convergence rate of this procedure matches the well-known convergence rate of…

Cited by 1074SourcePDFScholar
2016

Efficient Algorithms for Large-scale Generalized Eigenvector Computation and Canonical Correlation Analysis

ICML 2016poster

This paper considers the problem of canonical-correlation analysis (CCA) and, more broadly, the generalized eigenvector problem for a pair of symmetric matrices. These are two fundamental problems in data analysis and scientific computing with numerous applications in machine learning and statistics…

Cited by 88SourcePDFScholar
2016

Faster Eigenvector Computation via Shift-and-Invert Preconditioning

ICML 2016poster

We give faster algorithms and improved sample complexities for the fundamental problem of estimating the top eigenvector. Given an explicit matrix $A \in \mathbb{R}^{n \times d}$, we show how to compute an $\epsilon$-approximate top eigenvector of $A^TA$ in time $\tilde O\left( \left[\text{nnz}(A) +…

Cited by 92SourcePDFScholar
2016

Provable Efficient Online Matrix Completion via Non-convex Stochastic Gradient Descent

NeurIPS 2016poster

Matrix completion, where we wish to recover a low rank matrix by observing a few entries from it, is a widely studied problem in both theory and practice with wide applications. Most of the provable algorithms so far on this problem have been restricted to the offline setting where they provide an e…

Cited by 122SourcePDFScholar
2015

Convergence Rates of Active Learning for Maximum Likelihood Estimation

NeurIPS 2015poster

An active learner is given a class of models, a large set of unlabeled examples, and the ability to interactively query labels of a subset of these examples; the goal of the learner is to learn a model in the class that fits the data well. Previous theoretical work has rigorously characterized label…

Cited by 90SourcePDFScholar