← Search

Sujay Sanghavi

44 accepted papers

2026

SFT Doesn’t Always Hurt General Capabilities: Revisiting Domain-Specific Fine-Tuning in LLMs

ICLR 2026poster

Supervised Fine-Tuning (SFT) on domain-specific datasets is a common approach to adapt Large Language Models (LLMs) to specialized tasks but is often believed to degrade their general capabilities. In this work, we revisit this trade-off and present both empirical and theoretical insights. First, we…

Cited by 0SourceScholar
2025

Enhancing Language Model Agents using Diversity of Thoughts

ICLR 2025poster

A popular approach to building agents using Language Models (LMs) involves iteratively prompting the LM, reflecting on its outputs, and updating the input prompts until the desired task is achieved. However, our analysis reveals two key shortcomings in the existing methods: $(i)$ limited exploration…

Cited by 1SourcePDFScholar
2025

Geometric Median (GM) Matching for Robust k-Subset Selection from Noisy Data

ICML 2025poster

Data pruning -- the combinatorial task of selecting a small and representative subset from a large dataset, is crucial for mitigating the enormous computational costs associated with training data-hungry modern deep learning models at scale. Since large-scale data collections are invariably noisy, d…

Cited by 0SourcePDFScholar
2025

Infilling Score: A Pretraining Data Detection Algorithm for Large Language Models

ICLR 2025poster

In pretraining data detection, the goal is to detect whether a given sentence is in the dataset used for training a Large Language Model LLM). Recent methods (such as Min-K % and Min-K%++) reveal that most training corpora are likely contaminated with both sensitive content and evaluation benchmarks…

Cited by 0SourcePDFScholar
2025

InfoPO: On Mutual Information Maximization for Large Language Model Alignment

NAACL 2025long

We study the post-training of large language models (LLMs) with human preference data. Recently, direct preference optimization and its variants have shown considerable promise in aligning language models, eliminating the need for reward models and online sampling. Despite these benefits, these meth…

Cited by 0SourcePDFScholar
2025

Learning Mixtures of Experts with EM: A Mirror Descent Perspective

ICML 2025poster

Classical Mixtures of Experts (MoE) are Machine Learning models that involve partitioning the input space, with a separate "expert" model trained on each partition. Recently, MoE-based model architectures have become popular as a means to reduce training and inference costs. There, the partitioning…

Cited by 0SourcePDFScholar
2025

Retraining with Predicted Hard Labels Provably Increases Model Accuracy

ICML 2025poster

The performance of a model trained with noisy labels is often improved by simply *retraining* the model with its *own predicted hard labels* (i.e., $1$/$0$ labels). Yet, a detailed theoretical characterization of this phenomenon is lacking. In this paper, we theoretically analyze retraining in a lin…

Cited by 2SourcePDFScholar
2025

Upweighting Easy Samples in Fine-Tuning Mitigates Forgetting

ICML 2025spotlight

Fine-tuning a pre-trained model on a downstream task often degrades its original capabilities, a phenomenon known as "catastrophic forgetting". This is especially an issue when one does not have access to the data and recipe used to develop the pre-trained model. Under this constraint, most existing…

2024

Adaptive and Optimal Second-order Optimistic Methods for Minimax Optimization

NeurIPS 2024poster

We propose adaptive, line-search-free second-order methods with optimal rate of convergence for solving convex-concave min-max problems. By means of an adaptive step size, our algorithms feature a simple update rule that requires solving only one linear system per iteration, eliminating the need for…

Cited by 4SourcePDFScholar
2024

DataComp-LM: In search of the next generation of training sets for language models

NeurIPS 2024poster

We introduce DataComp for Language Models, a testbed for controlled dataset experiments with the goal of improving language models. As part of DCLM, we provide a standardized corpus of 240T tokens extracted from Common Crawl, effective pretraining recipes based on the OpenLM framework, and a broad s…

Cited by 64SourcePDFScholar
2024

Improving Computational Complexity in Statistical Models with Local Curvature Information

ICML 2024poster

It is known that when the statistical models are singular, i.e., the Fisher information matrix at the true parameter is degenerate, the fixed step-size gradient descent algorithm takes polynomial number of steps in terms of the sample size $n$ to converge to a final statistical radius around the tru…

Cited by 0SourcePDFScholar
2024

In-Context Learning with Transformers: Softmax Attention Adapts to Function Lipschitzness

NeurIPS 2024spotlight

A striking property of transformers is their ability to perform in-context learning (ICL), a machine learning framework in which the learner is presented with a novel context during inference implicitly through some data, and tasked with making a prediction in that context. As such, that learner mus…

Cited by 20SourcePDFScholar
2024

SVFT: Parameter-Efficient Fine-Tuning with Singular Vectors

NeurIPS 2024poster

Popular parameter-efficient fine-tuning (PEFT) methods, such as LoRA and its variants, freeze pre-trained model weights $\(\mathbf{W}\)$ and inject learnable matrices $\(\mathbf{\Delta W}\)$. These $\(\mathbf{\Delta W}\)$ matrices are structured for efficient parameterization, often using techniques…

2024

Time Weaver: A Conditional Time Series Generation Model

ICML 2024spotlight

Imagine generating a city’s electricity demand pattern based on weather, the presence of an electric vehicle, and location, which could be used for capacity planning during a winter freeze. Such real-world time series are often enriched with paired heterogeneous contextual metadata (e.g., weather an…

Cited by 17SourcePDFScholar
2024

Understanding the Training Speedup from Sampling with Approximate Losses

ICML 2024poster

It is well known that selecting samples with large losses/gradients can significantly reduce the number of training steps. However, the selection overhead is often too high to yield any meaningful gains in terms of overall training time. In this work, we focus on the greedy approach of selecting sam…

Cited by 0SourcePDFScholar
2023

Beyond Uniform Lipschitz Condition in Differentially Private Optimization

ICML 2023poster

Most prior results on differentially private stochastic gradient descent (DP-SGD) are derived under the simplistic assumption of uniform Lipschitzness, i.e., the per-sample gradients are uniformly bounded. We generalize uniform Lipschitzness by assuming that the per-sample gradients have sample-depe…

Cited by 25SourcePDFScholar
2023

Finite-Time Logarithmic Bayes Regret Upper Bounds

NeurIPS 2023poster

We derive the first finite-time logarithmic Bayes regret upper bounds for Bayesian bandits. In a multi-armed bandit, we obtain $O(c_\Delta \log n)$ and $O(c_h \log^2 n)$ upper bounds for an upper confidence bound algorithm, where $c_h$ and $c_\Delta$ are constants depending on the prior distribution…

Cited by 1SourcePDFScholar
2023

Latent Variable Representation for Reinforcement Learning

ICLR 2023poster

Deep latent variable models have achieved significant empirical successes in model-based reinforcement learning (RL) due to their expressiveness in modeling complex transition dynamics. On the other hand, it remains unclear theoretically and empirically how latent variable models may facilitate lear…

Cited by 12SourcePDFScholar
2023

Sample Efficiency of Data Augmentation Consistency Regularization

AISTATS 2023poster

Data augmentation is popular in the training of large neural networks; however, currently, theoretical understanding of the discrepancy between different algorithmic choices of leveraging augmented data remains limited. In this paper, we take a step in this direction – we first present a simple and…

Cited by 25SourcePDFScholar
2022

Faster non-convex federated learning via global and local momentum

UAI 2022poster

We propose \texttt{FedGLOMO}, a novel federated learning (FL) algorithm with an iteration complexity of $\mathcal{O}(\epsilon^{-1.5})$ to converge to an $\epsilon$-stationary point (i.e., $\mathbb{E}[\|\nabla f(x)\|^2] \leq \epsilon$) for smooth non-convex functions – under arbitrary client heteroge…

Cited by 106SourcePDFScholar
2022

Linear Bandit Algorithms with Sublinear Time Complexity

ICML 2022spotlight

We propose two linear bandits algorithms with per-step complexity sublinear in the number of arms $K$. The algorithms are designed for applications where the arm set is extremely large and slowly changing. Our key realization is that choosing an arm reduces to a maximum inner product search (MIPS) p…

Cited by 18SourcePDFScholar
2022

Robust Training in High Dimensions via Block Coordinate Geometric Median Descent

AISTATS 2022poster

Geometric median (GM) is a classical method in statistics for achieving robust estimation of the uncorrupted data; under gross corruption, it achieves the optimal breakdown point of 1/2. However, its computational complexity makes it infeasible for robustifying stochastic gradient descent (SGD) in h…

2022

Toward Understanding Privileged Features Distillation in Learning-to-Rank

NeurIPS 2022accept

In learning-to-rank problems, a \textit{privileged feature} is one that is available during model training, but not available at test time. Such features naturally arise in merchandised recommendation systems; for instance, "user clicked this item" as a feature is predictive of "user purchased this…

Cited by 18SourcePDFScholar
2022

Towards Statistical and Computational Complexities of Polyak Step Size Gradient Descent

AISTATS 2022poster

We study the statistical and computational complexities of the Polyak step size gradient descent algorithm under generalized smoothness and {Ł}ojasiewicz conditions of the population loss function, namely, the limit of the empirical loss function when the sample size goes to infinity, and the stabil…

Cited by 10SourcePDFScholar
2021

Nearly Horizon-Free Offline Reinforcement Learning

NeurIPS 2021poster

We revisit offline reinforcement learning on episodic time-homogeneous Markov Decision Processes (MDP). For tabular MDP with $S$ states and $A$ actions, or linear MDP with anchor points and feature dimension $d$, given the collected $K$ episodes data with minimum visiting probability of (anchor) sta…

Cited by 60SourcePDFScholar
2020

Extreme Multi-label Classification from Aggregated Labels

ICML 2020poster

Extreme multi-label classification (XMC) is the problem of finding the relevant labels for an input, from a very large universe of possible labels. We consider XMC in the setting where labels are available only for groups of samples - but not for individual ones. Current XMC approaches are not built…

2019

Interaction Hard Thresholding: Consistent Sparse Quadratic Regression in Sub-quadratic Time and Space

NeurIPS 2019poster

Quadratic regression involves modeling the response as a (generalized) linear function of not only the features $x^{j_1}$ but also of quadratic terms $x^{j_1}x^{j_2}$. The inclusion of such higher-order “interaction terms" in regression often provides an easy way to increase accuracy in already-high…

Cited by 6SourcePDFScholar
2019

Learning Distributions Generated by One-Layer ReLU Networks

NeurIPS 2019poster

We consider the problem of estimating the parameters of a $d$-dimensional rectified Gaussian distribution from i.i.d. samples. A rectified Gaussian distribution is defined by passing a standard Gaussian distribution through a one-layer ReLU neural network. We give a simple algorithm to estimate the…

2019

Learning a Compressed Sensing Measurement Matrix via Gradient Unrolling

ICML 2019oral

Linear encoding of sparse vectors is widely popular, but is commonly data-independent – missing any possible extra (but a priori unknown) structure beyond sparsity. In this paper we present a new method to learn linear encoders that adapt to data, while still performing well with the widely used $\e…

2019

Sparse Logistic Regression Learns All Discrete Pairwise Graphical Models

NeurIPS 2019spotlight

We characterize the effectiveness of a classical algorithm for recovering the Markov graph of a general discrete pairwise graphical model from i.i.d. samples. The algorithm is (appropriately regularized) maximum conditional log-likelihood, which involves solving a convex program for each node; for I…

2017

Non-square matrix sensing without spurious local minima via the Burer-Monteiro approach

AISTATS 2017poster

We consider the non-square matrix sensing problem, under restricted isometry property (RIP) assumptions. We focus on the non-convex formulation, where any rank-r matrix $X ∈R^m x n$ is represented as $UV^T$, where $U ∈R^m x r$ and $V ∈R^n x r$. In this paper, we complement recent findings on the no…

Cited by 207SourcePDFScholar
2016

Single Pass PCA of Matrix Products

NeurIPS 2016poster

In this paper we present a new algorithm for computing a low rank approximation of the product $A^TB$ by taking only a single pass of the two matrices $A$ and $B$. The straightforward way to do this is to (a) first sketch $A$ and $B$ individually, and then (b) find the top components using PCA on th…

2016

Structurally-constrained gradient descent for matrix factorization in haplotype assembly problems

ICASSP 2016accepted

In matrix decomposition problems, one often seeks to represent a data matrix by the product of two matrices - one capturing meaningful information contained in the data and the other specifying how this information is combined to generate the data matrix. We consider matrix decomposition that arises…

Cited by 0SourceScholar
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
2015

Preference Completion: Large-scale Collaborative Ranking from Pairwise Comparisons

ICML 2015poster

In this paper we consider the collaborative ranking setting: a pool of users each provides a set of pairwise preferences over a small subset of the set of d possible items; from these we need to predict each user’s preferences for items s/he has not yet seen. We do so via fitting a rank r score matr…

Cited by 99SourcePDFScholar