← Search

Saurabh Garg

24 accepted papers

2026

Expert Routing with Synthetic Data for Domain Incremental Learning

ICML 2026poster

In many real-world settings, regulations and economic incentives permit the sharing of models but not data across institutional boundaries. In such scenarios, practitioners might hope to adapt models to new domains, without losing performance on previous domains (so-called catastrophic forgetting). …

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

Medical Adaptation of Large Language and Vision-Language Models: Are We Making Progress?

EMNLP 2024main

Several recent works seek to develop foundation models specifically for medical applications, adapting general-purpose large language models (LLMs) and vision-language models (VLMs) via continued pretraining on publicly available biomedical corpora. These works typically claim that such domain-adapt…

2024

Post-Hoc Reversal: Are We Selecting Models Prematurely?

NeurIPS 2024poster

Trained models are often composed with post-hoc transforms such as temperature scaling (TS), ensembling and stochastic weight averaging (SWA) to improve performance, robustness, uncertainty estimation, etc. However, such transforms are typically applied only after the base models have already been f…

2024

Prompting is a Double-Edged Sword: Improving Worst-Group Robustness of Foundation Models

ICML 2024poster

Machine learning models fail catastrophically under distribution shift, but a surprisingly effective way to empirically improve robustness to some types of shift (*e.g.*, Imagenet-A/C) is to use stronger open-vocabulary classifiers derived from foundation models. In this work, we first note that for…

Cited by 3SourcePDFScholar
2024

RL on Incorrect Synthetic Data Scales the Efficiency of LLM Math Reasoning by Eight-Fold

NeurIPS 2024poster

Training on model-generated synthetic data is a promising approach for finetuning LLMs, but it remains unclear when it helps or hurts. In this paper, we investigate this question for math reasoning via an empirical study, followed by building a conceptual understanding of our observations. First, we…

2024

TiC-CLIP: Continual Training of CLIP Models

ICLR 2024poster

Keeping large foundation models up to date on latest data is inherently expensive. To avoid the prohibitive costs of constantly retraining, it is imperative to continually train these models. This problem is exacerbated by the lack of any large scale continual learning benchmarks or baselines. We in…

2023

(Almost) Provable Error Bounds Under Distribution Shift via Disagreement Discrepancy

NeurIPS 2023poster

We derive a new, (almost) guaranteed upper bound on the error of deep neural networks under distribution shift using unlabeled test data. Prior methods are either vacuous in practice or accurate on average but heavily underestimate error for a sizeable fraction of shifts. In particular, the latter o…

2023

CHiLS: Zero-Shot Image Classification with Hierarchical Label Sets

ICML 2023poster

Open vocabulary models (e.g. CLIP) have shown strong performance on zero-shot classification through their ability generate embeddings for each class based on their (natural language) names. Prior work has focused on improving the accuracy of these models through prompt engineering or by incorporati…

2023

Complementary Benefits of Contrastive Learning and Self-Training Under Distribution Shift

NeurIPS 2023poster

Self-training and contrastive learning have emerged as leading techniques for incorporating unlabeled data, both under distribution shift (unsupervised domain adaptation) and when it is absent (semi-supervised learning). However, despite the popularity and compatibility of these techniques, their ef…

Cited by 17SourcePDFScholar
2023

Deconstructing Distributions: A Pointwise Framework of Learning

ICLR 2023poster

In machine learning, we traditionally evaluate the performance of a single model, averaged over a collection of test inputs. In this work, we propose a new approach: we measure the performance of a collection of models when evaluated at *single input point*. Specifically, we study a point's *profile…

2023

Disentangling the Mechanisms Behind Implicit Regularization in SGD

ICLR 2023poster

A number of competing hypotheses have been proposed to explain why small-batch Stochastic Gradient Descent (SGD) leads to improved generalization over the full-batch regime, with recent work crediting the implicit regularization of various quantities throughout training. However, to date, empirical…

2023

Downstream Datasets Make Surprisingly Good Pretraining Corpora

ACL 2023long

For most natural language processing tasks, the dominant practice is to finetune large pretrained transformer models (e.g., BERT) using smaller downstream datasets. Despite the success of this approach, it remains unclear to what extent these gainsare attributable to the massive background corpora e…

2023

Online Label Shift: Optimal Dynamic Regret meets Practical Algorithms

NeurIPS 2023spotlight

This paper focuses on supervised and unsupervised online label shift, where the class marginals $Q(y)$ varies but the class-conditionals $Q(x|y)$ remain invariant. In the unsupervised setting, our goal is to adapt a learner, trained on some offline labeled data, to changing label distributions given…

2023

RLSbench: Domain Adaptation Under Relaxed Label Shift

ICML 2023poster

Despite the emergence of principled methods for domain adaptation under label shift, their sensitivity to shifts in class conditional distributions is precariously under explored. Meanwhile, popular deep domain adaptation heuristics tend to falter when faced with label proportions shifts. While seve…

2022

Characterizing Datapoints via Second-Split Forgetting

NeurIPS 2022accept

Researchers investigating example hardness have increasingly focused on the dynamics by which neural networks learn and forget examples throughout training. Popular metrics derived from these dynamics include (i) the epoch at which examples are first correctly classified; (ii) the number of times th…

2022

Domain Adaptation under Open Set Label Shift

NeurIPS 2022accept

We introduce the problem of domain adaptation under Open Set Label Shift (OSLS), where the label distribution can change arbitrarily and a new class may arrive during deployment, but the class-conditional distributions $p(x|y)$ are domain-invariant. OSLS subsumes domain adaptation under label shift…

2022

Leveraging unlabeled data to predict out-of-distribution performance

ICLR 2022poster

Real-world machine learning deployments are characterized by mismatches between the source (training) and target (test) distributions that may cause performance drops. In this work, we investigate methods for predicting the target domain accuracy using only labeled source data and unlabeled target d…

2022

Unsupervised Learning under Latent Label Shift

NeurIPS 2022accept

What sorts of structure might enable a learner to discover classes from unlabeled data? Traditional approaches rely on feature-space similarity and heroic assumptions on the data. In this paper, we introduce unsupervised learning under Latent Label Shift (LLS), where the label marginals $p_d(y)$ shi…

Cited by 10SourcePDFScholar
2021

Mixture Proportion Estimation and PU Learning:A Modern Approach

NeurIPS 2021spotlight

Given only positive examples and unlabeled examples (from both positive and negative classes), we might hope nevertheless to estimate an accurate positive-versus-negative classifier. Formally, this task is broken down into two subtasks: (i) Mixture Proportion Estimation (MPE)---determining the fract…

2021

On Proximal Policy Optimization’s Heavy-tailed Gradients

ICML 2021spotlight

Modern policy gradient algorithms such as Proximal Policy Optimization (PPO) rely on an arsenal of heuristics, including loss clipping and gradient clipping, to ensure successful learning. These heuristics are reminiscent of techniques from robust statistics, commonly used for estimation in outlier-…

Cited by 15SourcePDFScholar
2021

RATT: Leveraging Unlabeled Data to Guarantee Generalization

ICML 2021oral

To assess generalization, machine learning scientists typically either (i) bound the generalization gap and then (after training) plug in the empirical risk to obtain a bound on the true risk; or (ii) validate empirically on holdout data. However, (i) typically yields vacuous guarantees for overpara…

2020

A Unified View of Label Shift Estimation

NeurIPS 2020poster

Under label shift, the label distribution $p(y)$ might change but the class-conditional distributions $p(x|y)$ do not. There are two dominant approaches for estimating the label marginal. BBSE, a moment-matching approach based on confusion matrices, is provably consistent and provides interpretable…

2018

Joint Gender-, Tone-, Vowel- Classification Via Novel Hierarchical Classification for Annotation of Monosyllabic Mandarin Word Tokens

ICASSP 2018accepted

The automatic annotation of Mandarin monosyllabic audio word tokens remains an important yet challenging issue in phonetics research. In this work, we address this annotation task via a novel subcategories-classification framework that not only performs word identification via the joint classificati…

Cited by 0SourceScholar