LGAIFeb 22

Detecting labeling bias using influence functions

arXiv:2602.19130v11 citationsh-index: 8
Originality Incremental advance
AI Analysis

This addresses the challenge of labeling bias for fairness in machine learning, offering a method to detect errors, though it is incremental as it applies existing influence functions to a new problem.

The paper tackled the problem of detecting labeling bias in datasets, which can undermine fairness constraints, by using influence functions to identify mislabeled samples; they achieved nearly 90% detection accuracy on MNIST and showed consistent results on CheXpert.

Labeling bias arises during data collection due to resource limitations or unconscious bias, leading to unequal label error rates across subgroups or misrepresentation of subgroup prevalence. Most fairness constraints assume training labels reflect the true distribution, rendering them ineffective when labeling bias is present; leaving a challenging question, that \textit{how can we detect such labeling bias?} In this work, we investigate whether influence functions can be used to detect labeling bias. Influence functions estimate how much each training sample affects a model's predictions by leveraging the gradient and Hessian of the loss function -- when labeling errors occur, influence functions can identify wrongly labeled samples in the training set, revealing the underlying failure mode. We develop a sample valuation pipeline and test it first on the MNIST dataset, then scaled to the more complex CheXpert medical imaging dataset. To examine label noise, we introduced controlled errors by flipping 20\% of the labels for one class in the dataset. Using a diagonal Hessian approximation, we demonstrated promising results, successfully detecting nearly 90\% of mislabeled samples in MNIST. On CheXpert, mislabeled samples consistently exhibit higher influence scores. These results highlight the potential of influence functions for identifying label errors.

Foundations

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

Your Notes