paper-with-me

Papers

Counterfactually Comparing Abstaining Classifiers

2023-05-17 · NeurIPS 2023 11 · Yo Joong Choe, Aditya Gangrade, Aaditya Ramdas

Abstaining classifiers have the option to abstain from making predictions on inputs that they are unsure about. These classifiers are becoming increasingly popular in high-stakes decision-making problems, as they can withhold uncertain predictions to improve their reliability and safety. When evaluating black-box abstaining classifier(s), however, we lack a principled approach that accounts for what the classifier would have predicted on its abstentions. These missing predictions matter when they can eventually be utilized, either directly or as a backup option in a failure mode. In this paper, we introduce a novel approach and perspective to the problem of evaluating and comparing abstaining classifiers by treating abstentions as missing data. Our evaluation approach is centered around defining the counterfactual score of an abstaining classifier, defined as the expected performance of the classifier had it not been allowed to abstain. We specify the conditions under which the counterfactual score is identifiable: if the abstentions are stochastic, and if the evaluation data is independent of the training data (ensuring that the predictions are missing at random), then the score is identifiable. Note that, if abstentions are deterministic, then the score is unidentifiable because the classifier can perform arbitrarily poorly on its abstentions. Leveraging tools from observational causal inference, we then develop nonparametric and doubly robust methods to efficiently estimate this quantity under identification. Our approach is examined in both simulated and real data experiments.

📄 PDF Abstract BibTeX arXiv:2305.10564

Code (1)

yjchoe/comparingabstainingclassifiers 공식 구현

Tasks

Causal InferencecounterfactualDecision Making

Similar Papers 제목 키워드 기반

Knows When it Doesn’t Know: Deep Abstaining Classifiers

2019-05-01 · ICLR 2019 5 · Sunil Thulasidasan, Tanmoy Bhattacharya, Jeffrey Bilmes, Gopinath Chennupati 외

We introduce the deep abstaining classifier -- a deep neural network trained with a novel loss function that provides an abstention option during training. This allows the DNN to abstain on confusing or difficult-to-lea…

Fair Classifiers that Abstain without Harm

2023-10-09 · Tongxin Yin, Jean-François Ton, Ruocheng Guo, Yuanshun Yao 외

In critical applications, it is vital for classifiers to defer decision-making to humans. We propose a post-hoc method that makes existing classifiers selectively abstain from predicting certain samples. Our abstaining c…

Decision MakingFairness

Interpretable and Fair Mechanisms for Abstaining Classifiers

2025-03-24 · Daphne Lenders, Andrea Pugnana, Roberto Pellungrini, Toon Calders 외

Abstaining classifiers have the option to refrain from providing a prediction for instances that are difficult to classify. The abstention mechanism is designed to trade off the classifier's performance on the accepted d…

Fairness

Learning the Difference that Makes a Difference with Counterfactually-Augmented Data

2019-09-26 · ICLR 2020 1 · Divyansh Kaushik, Eduard Hovy, Zachary C. Lipton

Despite alarm over the reliance of machine learning systems on so-called spurious patterns, the term lacks coherent meaning in standard statistical frameworks. However, the language of causality offers clarity: spurious …

counterfactualData AugmentationNatural Language InferenceSentiment Analysis

Asymmetry Learning for Counterfactually-invariant Classification in OOD Tasks

2021-09-29 · ICLR 2022 4 · S Chandra Mouli, Bruno Ribeiro

Generalizing from observed to new related environments (out-of-distribution) is central to the reliability of classifiers. However, most classifiers fail to predict label $Y$ from input $X$ when the change in environment…

Classification