LGCVMLApr 6, 2023

Logistic-Normal Likelihoods for Heteroscedastic Label Noise

arXiv:2304.02849v24 citationsh-index: 20
AI Analysis

This addresses label noise issues in classification tasks, but it is incremental as it adapts an existing regression method to classification.

The paper tackled the problem of heteroscedastic label noise in classification by extending a probabilistic regression approach to classification, achieving improved robustness against label noise as demonstrated in experiments.

A natural way of estimating heteroscedastic label noise in regression is to model the observed (potentially noisy) target as a sample from a normal distribution, whose parameters can be learned by minimizing the negative log-likelihood. This formulation has desirable loss attenuation properties, as it reduces the contribution of high-error examples. Intuitively, this behavior can improve robustness against label noise by reducing overfitting. We propose an extension of this simple and probabilistic approach to classification that has the same desirable loss attenuation properties. Furthermore, we discuss and address some practical challenges of this extension. We evaluate the effectiveness of the method by measuring its robustness against label noise in classification. We perform enlightening experiments exploring the inner workings of the method, including sensitivity to hyperparameters, ablation studies, and other insightful analyses.

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