paper-with-me

홈 › Papers

Controlled abstention neural networks for identifying skillful predictions for classification problems

2021-04-16 · Elizabeth A. Barnes, Randal J. Barnes

The earth system is exceedingly complex and often chaotic in nature, making prediction incredibly challenging: we cannot expect to make perfect predictions all of the time. Instead, we look for specific states of the system that lead to more predictable behavior than others, often termed "forecasts of opportunity." When these opportunities are not present, scientists need prediction systems that are capable of saying "I don't know." We introduce a novel loss function, termed the "NotWrong loss", that allows neural networks to identify forecasts of opportunity for classification problems. The NotWrong loss introduces an abstention class that allows the network to identify the more confident samples and abstain (say "I don't know") on the less confident samples. The abstention loss is designed to abstain on a user-defined fraction of the samples via a PID controller. Unlike many machine learning methods used to reject samples post-training, the NotWrong loss is applied during training to preferentially learn from the more confident samples. We show that the NotWrong loss outperforms other existing loss functions for multiple climate use cases. The implementation of the proposed loss function is straightforward in most network architectures designed for classification as it only requires the addition of an abstention class to the output layer and modification of the loss function.

📄 PDF Abstract BibTeX arXiv:2104.08281

Code (1)

eabarnes1010/controlled_abstention_networks tf

Tasks

General Classification

Similar Papers 제목 키워드 기반

Controlled abstention neural networks for identifying skillful predictions for regression problems

2021-04-16 · Elizabeth A. Barnes, Randal J. Barnes

The earth system is exceedingly complex and often chaotic in nature, making prediction incredibly challenging: we cannot expect to make perfect predictions all of the time. Instead, we look for specific states of the sys…

regression

AbstainGNN: Teaching Graph Neural Networks to Abstain for Graph Classification

2026-05-29 · Xixun Lin, Zhiheng Zhou, Zhengyin Zhang, Yancheng Chen 외 arxiv

Graph classification is a core task in graph data mining with widespread real-world applications. Recent advances in graph neural networks (GNNs) have led to substantial performance improvements for graph classification.…

Graph Classification

Classification with abstention but without disparities

2021-02-24 · Nicolas Schreuder, Evgenii Chzhen

Classification with abstention has gained a lot of attention in recent years as it allows to incorporate human decision-makers in the process. Yet, abstention can potentially amplify disparities and lead to discriminator…

ClassificationFairnessGeneral Classification

Reliable Multi-label Classification: Prediction with Partial Abstention

2019-04-19 · Vu-Linh Nguyen, Eyke Hüllermeier

In contrast to conventional (single-label) classification, the setting of multilabel classification (MLC) allows an instance to belong to several classes simultaneously. Thus, instead of selecting a single class label, p…

ClassificationGeneral ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+1

Label Ranking with Partial Abstention based on Thresholded Probabilistic Models

2012-12-01 · NeurIPS 2012 12 · Weiwei Cheng, Eyke Hüllermeier, Willem Waegeman, Volkmar Welker

Several machine learning methods allow for abstaining from uncertain predictions. While being common for settings like conventional classification, abstention has been studied much less in learning to rank. We address ab…

General ClassificationLearning-To-Rank