paper-with-me

홈 › Papers

Accuracy on the wrong line: On the pitfalls of noisy data for out-of-distribution generalisation

2024-06-27 · Amartya Sanyal, Yaxi Hu, Yaodong Yu, Yian Ma, Yixin Wang, Bernhard Schölkopf

"Accuracy-on-the-line" is a widely observed phenomenon in machine learning, where a model's accuracy on in-distribution (ID) and out-of-distribution (OOD) data is positively correlated across different hyperparameters and data configurations. But when does this useful relationship break down? In this work, we explore its robustness. The key observation is that noisy data and the presence of nuisance features can be sufficient to shatter the Accuracy-on-the-line phenomenon. In these cases, ID and OOD accuracy can become negatively correlated, leading to "Accuracy-on-the-wrong-line". This phenomenon can also occur in the presence of spurious (shortcut) features, which tend to overshadow the more complex signal (core, non-spurious) features, resulting in a large nuisance feature space. Moreover, scaling to larger datasets does not mitigate this undesirable behavior and may even exacerbate it. We formally prove a lower bound on Out-of-distribution (OOD) error in a linear classification model, characterizing the conditions on the noise and nuisance features for a large OOD error. We finally demonstrate this phenomenon across both synthetic and real datasets with noisy data and nuisance features.

📄 PDF Abstract BibTeX arXiv:2406.19049

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

General Pitfalls of Model-Agnostic Interpretation Methods for Machine Learning Models

2020-07-08 · Christoph Molnar, Gunnar König, Julia Herbinger, Timo Freiesleben 외

An increasing number of model-agnostic interpretation techniques for machine learning (ML) models such as partial dependence plots (PDP), permutation feature importance (PFI) and Shapley values provide insightful model i…

BIG-bench Machine LearningFeature Importance

Generalizability of Machine Learning Models: Quantitative Evaluation of Three Methodological Pitfalls

2022-02-01 · Farhad Maleki, Katie Ovens, Rajiv Gupta, Caroline Reinhold 외

Purpose: Despite the potential of machine learning models, the lack of generalizability has hindered their widespread adoption in clinical practice. We investigate three methodological pitfalls: (1) violation of independ…

BIG-bench Machine LearningData Augmentationfeature selectionPneumonia Detection

CETA: A Consensus Enhanced Training Approach for Denoising in Distantly Supervised Relation Extraction

2022-10-01 · COLING 2022 10 · Ruri Liu, Shasha Mo, Jianwei Niu, Shengda Fan

Distantly supervised relation extraction aims to extract relational facts from texts but suffers from noisy instances. Existing methods usually select reliable sentences that rely on potential noisy labels, resulting in …

ClassificationDenoisingRelationRelation Extraction+2

Handling Label Noise via Instance-Level Difficulty Modeling and Dynamic Optimization

2025-05-01 · Kuan Zhang, Chengliang Chai, Jingzhe Xu, Chi Zhang 외

Recent studies indicate that deep neural networks degrade in generalization performance under noisy supervision. Existing methods focus on isolating clean subsets or correcting noisy labels, facing limitations such as hi…

Two Wrongs Don't Make a Right: Combating Confirmation Bias in Learning with Label Noise

2021-12-06 · Mingcai Chen, Hao Cheng, Yuntao Du, Ming Xu 외

Noisy labels damage the performance of deep networks. For robust learning, a prominent two-stage pipeline alternates between eliminating possible incorrect labels and semi-supervised training. However, discarding part of…

Image Classification