← Search

Ananya Kumar

16 accepted papers

2023

Finetune Like You Pretrain: Improved Finetuning of Zero-Shot Vision Models

CVPR 2023poster

Finetuning image-text models such as CLIP achieves state-of-the-art accuracies on a variety of benchmarks. However, recent works (Kumar et al., 2022; Wortsman et al., 2021) have shown that even subtle differences in the finetuning process can lead to surprisingly large differences in the final perfo…

2023

Surgical Fine-Tuning Improves Adaptation to Distribution Shifts

ICLR 2023poster

A common approach to transfer learning under distribution shift is to fine-tune the last few layers of a pre-trained model, preserving learned features while also adapting to the new task. This paper shows that in such settings, selectively fine-tuning a subset of layers (which we term surgical fine…

2022

Beyond Separability: Analyzing the Linear Transferability of Contrastive Representations to Related Subpopulations

NeurIPS 2022accept

Contrastive learning is a highly effective method for learning representations from unlabeled data. Recent works show that contrastive representations can transfer across domains, leading to simple state-of-the-art algorithms for unsupervised domain adaptation. In particular, a linear classifier tra…

Cited by 44SourcePDFScholar
2022

Calibrated ensembles can mitigate accuracy tradeoffs under distribution shift

UAI 2022poster

We often see undesirable tradeoffs in robust machine learning where out-of-distribution (OOD) accuracy is at odds with in-distribution (ID) accuracy. A robust classifier obtained via specialized techniques such as removing spurious features often has better OOD but worse ID accuracy compared to a st…

Cited by 36SourcePDFScholar
2022

Connect, Not Collapse: Explaining Contrastive Learning for Unsupervised Domain Adaptation

ICML 2022oral

We consider unsupervised domain adaptation (UDA), where labeled data from a source domain (e.g., photos) and unlabeled data from a target domain (e.g., sketches) are used to learn a classifier for the target domain. Conventional UDA methods (e.g., domain adversarial training) learn domain-invariant…

2022

Extending the WILDS Benchmark for Unsupervised Adaptation

ICLR 2022oral

Machine learning systems deployed in the wild are often trained on a source distribution but deployed on a different target distribution. Unlabeled data can be a powerful point of leverage for mitigating these distribution shifts, as it is frequently much more available than labeled data and can oft…

Cited by 143SourcePDFScholar
2022

Fine-Tuning can Distort Pretrained Features and Underperform Out-of-Distribution

ICLR 2022oral

When transferring a pretrained model to a downstream task, two popular methods are full fine-tuning (updating all the model parameters) and linear probing (updating only the last linear layer---the "head"). It is well known that fine-tuning leads to better accuracy in-distribution (ID). However, in…

Cited by 807SourcePDFScholar
2022

Picking on the Same Person: Does Algorithmic Monoculture lead to Outcome Homogenization?

NeurIPS 2022accept

As the scope of machine learning broadens, we observe a recurring theme of *algorithmic monoculture*: the same systems, or systems that share components (e.g. datasets, models), are deployed by multiple decision-makers. While sharing offers advantages like amortizing effort, it also has risks. We…

Cited by 100SourcePDFScholar
2021

In-N-Out: Pre-Training and Self-Training using Auxiliary Information for Out-of-Distribution Robustness

ICLR 2021poster

Consider a prediction setting with few in-distribution labeled examples and many unlabeled examples both in- and out-of-distribution (OOD). The goal is to learn a model which performs well both in-distribution and OOD. In these settings, auxiliary information is often cheaply available for every inp…

Cited by 71SourcePDFScholar
2021

Selective Classification Can Magnify Disparities Across Groups

ICLR 2021poster

Selective classification, in which models can abstain on uncertain predictions, is a natural approach to improving accuracy in settings where errors are costly but abstentions are manageable. In this paper, we find that while selective classification can improve average accuracies, it can simultaneo…

Cited by 62SourcePDFScholar
2020

Self-training Avoids Using Spurious Features Under Domain Shift

NeurIPS 2020poster

In unsupervised domain adaptation, existing theory focuses on situations where the source and target domains are close. In practice, conditional entropy minimization and pseudo-labeling work even when the domain shifts are much larger than those analyzed by existing theory. We identify and analyze o…

Cited by 92SourcePDFScholar