CVCYLGMar 10, 2023

Overwriting Pretrained Bias with Finetuning Data

arXiv:2303.06167v251 citationsh-index: 16
AI Analysis

This addresses bias reduction in transfer learning for downstream tasks, though it is incremental as it builds on existing concerns about dataset curation.

The study tackled the problem of pretrained models propagating biases into finetuned models, finding that biases can be inherited but corrected with minor dataset interventions, often with negligible performance impact.

Transfer learning is beneficial by allowing the expressive features of models pretrained on large-scale datasets to be finetuned for the target task of smaller, more domain-specific datasets. However, there is a concern that these pretrained models may come with their own biases which would propagate into the finetuned model. In this work, we investigate bias when conceptualized as both spurious correlations between the target task and a sensitive attribute as well as underrepresentation of a particular group in the dataset. Under both notions of bias, we find that (1) models finetuned on top of pretrained models can indeed inherit their biases, but (2) this bias can be corrected for through relatively minor interventions to the finetuning dataset, and often with a negligible impact to performance. Our findings imply that careful curation of the finetuning dataset is important for reducing biases on a downstream task, and doing so can even compensate for bias in the pretrained model.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes