← Search

Sashank J. Reddi

22 accepted papers

2025

Bipartite Ranking From Multiple Labels: On Loss Versus Label Aggregation

ICML 2025poster

Bipartite ranking is a fundamental supervised learning problem, with the goal of learning a ranking over instances with maximal area under the ROC curve (AUC) against a single binary target label. However, one may often observe multiple binary target labels, e.g., from distinct human annotators. How…

Cited by 1SourcePDFScholar
2025

Efficient stagewise pretraining via progressive subnetworks

ICLR 2025poster

Recent developments in large language models have sparked interest in efficient pretraining methods. Stagewise training approaches to improve efficiency, like gradual stacking and layer dropping (Reddi et al., 2023; Zhang & He, 2020), have recently garnered attention. The prevailing view suggests th…

Cited by 8SourcePDFScholar
2025

Reasoning with Latent Thoughts: On the Power of Looped Transformers

ICLR 2025poster

Large language models have shown remarkable reasoning abilities and scaling laws suggest that large parameter count, especially along the depth axis, is the primary driver. In this work, we make a stronger claim --- many reasoning problems require a large depth but not necessarily many parameters. T…

Cited by 6SourcePDFScholar
2025

Structured Preconditioners in Adaptive Optimization: A Unified Analysis

ICML 2025poster

We present a novel unified analysis for a broad class of adaptive optimization algorithms with structured (e.g., layerwise, diagonal, and kronecker-factored) preconditioners for both online regret minimization and offline convex optimization. Our analysis not only provides matching rate to several i…

Cited by 2SourcePDFScholar
2024

Can Looped Transformers Learn to Implement Multi-step Gradient Descent for In-context Learning?

ICML 2024poster

Transformers to do reasoning and few-shot learning, without any fine-tuning, is widely conjectured to stem from their ability to implicitly simulate a multi-step algorithms -- such as gradient descent -- with their weights in a single forward pass. Recently, there has been progress in understanding…

Cited by 18SourcePDFScholar
2024

On the Inductive Bias of Stacking Towards Improving Reasoning

NeurIPS 2024poster

Given the increasing scale of model sizes, efficient training strategies like gradual stacking have garnered interest. Stacking enables efficient training by gradually growing the depth of a model in stages and using layers from a smaller model in an earlier stage to initialize the next stage. Altho…

Cited by 2SourcePDFScholar
2024

Simplicity Bias via Global Convergence of Sharpness Minimization

ICML 2024poster

The remarkable generalization ability of neural networks is usually attributed to the implicit bias of SGD, which often yields models with lower complexity using simpler (e.g. linear) and low-rank features. Recent works have provided empirical and theoretical evidence for the bias of particular vari…

Cited by 1SourcePDFScholar
2023

Differentially Private Adaptive Optimization with Delayed Preconditioners

ICLR 2023poster

Privacy costs may negate the benefits of using adaptive optimizers in differentially private model training. Prior works typically address this issue by using auxiliary information (e.g., public data) to boost the effectiveness of adaptive optimization. In this work, we explore techniques to estimat…

2023

Efficient Training of Language Models using Few-Shot Learning

ICML 2023poster

Large deep learning models have achieved state-of-the-art performance across various natural language processing (NLP) tasks and demonstrated remarkable few-shot learning performance. However, training them is often challenging and resource-intensive. In this paper, we study an efficient approach to…

Cited by 15SourcePDFScholar
2023

The Lazy Neuron Phenomenon: On Emergence of Activation Sparsity in Transformers

ICLR 2023poster

This paper studies a curious phenomenon that machine learning model with Transformer architectures have sparse activation maps. By activation map we refer to the intermediate output of the multi-layer perceptrons (MLPs) after a ReLU activation function, and by "sparse" we mean that on average very f…

Cited by 92SourcePDFScholar
2023

What is the Inductive Bias of Flatness Regularization? A Study of Deep Matrix Factorization Models

NeurIPS 2023poster

Recent works on over-parameterized neural networks have shown that the stochasticity in optimizers has the implicit regularization effect of minimizing the sharpness of the loss function (in particular, the trace of its Hessian) over the family zero-loss solutions. More explicit forms of flatness r…

Cited by 16SourcePDFScholar
2021

Adaptive Federated Optimization

ICLR 2021poster

Federated learning is a distributed machine learning paradigm in which a large number of clients coordinate with a central server to learn a model without sharing their own training data. Standard federated optimization methods such as Federated Averaging (FedAvg) are often difficult to tune and exh…

2021

Breaking the centralized barrier for cross-device federated learning

NeurIPS 2021poster

Federated learning (FL) is a challenging setting for optimization due to the heterogeneity of the data across different clients which gives rise to the client drift phenomenon. In fact, obtaining an algorithm for FL which is uniformly better than simple centralized training has been a major open pro…

Cited by 102SourcePDFScholar
2021

Efficient Training of Retrieval Models using Negative Cache

NeurIPS 2021poster

Factorized models, such as two tower neural network models, are widely used for scoring (query, document) pairs in information retrieval tasks. These models are typically trained by optimizing the model parameters to score relevant ``positive" pairs higher than the irrelevant ``negative" ones. While…

2019

Stochastic Negative Mining for Learning with Large Output Spaces

AISTATS 2019poster

We consider the problem of retrieving the most relevant labels for a given input when the size of the output space is very large. Retrieval methods are modeled as set-valued classifiers which output a small set of classes for each input, and a mistake is made if the label is not in the output set. D…

Cited by 72SourcePDFScholar
2016

Proximal Stochastic Methods for Nonsmooth Nonconvex Finite-Sum Optimization

NeurIPS 2016poster

We analyze stochastic algorithms for optimizing nonconvex, nonsmooth finite-sum problems, where the nonsmooth part is convex. Surprisingly, unlike the smooth case, our knowledge of this fundamental problem is very limited. For example, it is not known whether the proximal stochastic gradient method…

Cited by 268SourcePDFScholar
2016

Riemannian SVRG: Fast Stochastic Optimization on Riemannian Manifolds

NeurIPS 2016poster

We study optimization of finite sums of \emph{geodesically} smooth functions on Riemannian manifolds. Although variance reduction techniques for optimizing finite-sums have witnessed tremendous attention in the recent years, existing work is limited to vector space problems. We introduce \emph{Riema…

Cited by 313SourcePDFScholar
2016

Stochastic Variance Reduction for Nonconvex Optimization

ICML 2016poster

We study nonconvex finite-sum problems and analyze stochastic variance reduced gradient (SVRG) methods for them. SVRG and related methods have recently surged into prominence for convex optimization given their edge over stochastic gradient descent (SGD); but their theoretical analysis almost exclus…

Cited by 738SourcePDFScholar
2016

Variance Reduction in Stochastic Gradient Langevin Dynamics

NeurIPS 2016poster

Stochastic gradient-based Monte Carlo methods such as stochastic gradient Langevin dynamics are useful tools for posterior inference on large scale datasets in many machine learning applications. These methods scale to large datasets by using noisy gradients calculated using a mini-batch or subset o…

Cited by 120SourcePDFScholar
2015

On Variance Reduction in Stochastic Gradient Descent and its Asynchronous Variants

NeurIPS 2015poster

We study optimization algorithms based on variance reduction for stochastic gradientdescent (SGD). Remarkable recent progress has been made in this directionthrough development of algorithms like SAG, SVRG, SAGA. These algorithmshave been shown to outperform SGD, both theoretically and empirically.…

Cited by 209SourcePDFScholar