← Search

Alexander D'Amour

10 accepted papers

2024

CLIP the Bias: How Useful is Balancing Data in Multimodal Learning?

ICLR 2024poster

We study data-balancing for mitigating biases in contrastive language-image pretraining (CLIP), identifying areas of strength and limitation. First, we reaffirm prior conclusions that CLIP can inadvertently absorb stereotypes. To counter this, we present a novel algorithm, called Multi-Modal Moment…

Cited by 15SourcePDFScholar
2023

Beyond Invariance: Test-Time Label-Shift Adaptation for Addressing "Spurious" Correlations

NeurIPS 2023poster

Changes in the data distribution at test time can have deleterious effects on the performance of predictive models $p(y|x)$. We consider situations where there are additional meta-data labels (such as group labels), denoted by $z$, that can account for such changes in the distribution. In particular…

2023

When does Privileged information Explain Away Label Noise?

ICML 2023poster

Leveraging privileged information (PI), or features available during training but not at test time, has recently been shown to be an effective method for addressing label noise. However, the reasons for its effectiveness are not well understood. In this study, we investigate the role played by diffe…

2022

Diagnosing failures of fairness transfer across distribution shift in real-world medical settings

NeurIPS 2022accept

Diagnosing and mitigating changes in model fairness under distribution shift is an important component of the safe deployment of machine learning in healthcare settings. Importantly, the success of any mitigation strategy strongly depends on the \textit{structure} of the shift. Despite this, there h…

Cited by 74SourcePDFScholar
2022

The MultiBERTs: BERT Reproductions for Robustness Analysis

ICLR 2022spotlight

Experiments with pre-trained models such as BERT are often based on a single checkpoint. While the conclusions drawn apply to the artifact tested in the experiment (i.e., the particular instance of the model), it is not always clear whether they hold for the more general procedure which includes the…

2021

Counterfactual Invariance to Spurious Correlations in Text Classification

NeurIPS 2021spotlight

Informally, a 'spurious correlation' is the dependence of a model on some aspect of the input data that an analyst thinks shouldn't matter. In machine learning, these have a know-it-when-you-see-it character; e.g., changing the gender of a sentence's subject changes a sentiment predictor's output. T…

Cited by 90SourcePDFScholar
2021

On Robustness and Transferability of Convolutional Neural Networks

CVPR 2021poster

Modern deep convolutional networks (CNNs) are often criticized for not generalizing under distributional shifts. However, several recent breakthroughs in transfer learning suggest that these networks can cope with severe distribution shifts and successfully adapt to new tasks from a few training exa…

Cited by 165PDFcodeScholar
2021

SLOE: A Faster Method for Statistical Inference in High-Dimensional Logistic Regression

NeurIPS 2021spotlight

Logistic regression remains one of the most widely used tools in applied statistics, machine learning and data science. However, in moderately high-dimensional problems, where the number of features $d$ is a non-negligible fraction of the sample size $n$, the logistic regression maximum likelihood e…

2017

Reducing Reparameterization Gradient Variance

NeurIPS 2017poster

Optimization with noisy gradients has become ubiquitous in statistics and machine learning. Reparameterization gradients, or gradient estimates computed via the ``reparameterization trick,'' represent a class of noisy gradients often used in Monte Carlo variational inference (MCVI). However, when th…