paper-with-me

홈 › Papers

Noisy Label Regularisation for Textual Regression

2022-10-01 · COLING 2022 10 · Yuxia Wang, Timothy Baldwin, Karin Verspoor

Training with noisy labelled data is known to be detrimental to model performance, especially for high-capacity neural network models in low-resource domains. Our experiments suggest that standard regularisation strategies, such as weight decay and dropout, are ineffective in the face of noisy labels. We propose a simple noisy label detection method that prevents error propagation from the input layer. The approach is based on the observation that the projection of noisy labels is learned through memorisation at advanced stages of learning, and that the Pearson correlation is sensitive to outliers. Extensive experiments over real-world human-disagreement annotations as well as randomly-corrupted and data-augmented labels, across various tasks and domains, demonstrate that our method is effective, regularising noisy labels and improving generalisation performance.

📄 PDF Abstract BibTeX

Code (1)

yuxiaw/regularise-regression-noisy-labels 공식 구현 pytorch

Tasks

regression

Similar Papers 제목 키워드 기반

Rates of Convergence for Regression with the Graph Poly-Laplacian

2022-09-06 · Nicolás García Trillos, Ryan Murray, Matthew Thorpe

In the (special) smoothing spline problem one considers a variational problem with a quadratic data fidelity penalty and Laplacian regularisation. Higher order regularity can be obtained via replacing the Laplacian regul…

regression

Out-of-distribution robustness for multivariate analysis via causal regularisation

2024-03-04 · Homer Durand, Gherardo Varando, Nathan Mankovich, Gustau Camps-Valls

We propose a regularisation strategy of classical machine learning algorithms rooted in causality that ensures robustness against distribution shifts. Building upon the anchor regression framework, we demonstrate how inc…

Causal Inferenceregression

Robust One-Class Kernel Spectral Regression

2019-02-06 · Shervin Rahimzadeh Arashloo, Josef Kittler

The kernel null-space technique and its regression-based formulation (called one-class kernel spectral regression, a.k.a. OC-KSR) is known to be an effective and computationally attractive one-class classification framew…

General ClassificationOne-Class Classificationregression

UPLME: Uncertainty-Aware Probabilistic Language Modelling for Robust Empathy Regression

2025-08-05 · Md Rakibul Hasan, Md Zakir Hossain, Aneesh Krishna, Shafin Rahman 외 arxiv

Noisy self-reported empathy scores challenge supervised learning for empathy regression. While many algorithms have been proposed for learning with noisy labels in textual classification problems, the regression counterp…

Learning with noisy labelsLanguage Modelling

Comparing regularisation paths of (conjugate) gradient estimators in ridge regression

2025-03-07 · Laura Hucker, Markus Reiß, Thomas Stark

We consider standard gradient descent, gradient flow and conjugate gradients as iterative algorithms for minimizing a penalized ridge criterion in linear regression. While it is well known that conjugate gradients exhibi…

regression