paper-with-me

Papers

Selective Probabilistic Classifier Based on Hypothesis Testing

2021-05-09 · Saeed Bakhshi Germi, Esa Rahtu, Heikki Huttunen

In this paper, we propose a simple yet effective method to deal with the violation of the Closed-World Assumption for a classifier. Previous works tend to apply a threshold either on the classification scores or the loss function to reject the inputs that violate the assumption. However, these methods cannot achieve the low False Positive Ratio (FPR) required in safety applications. The proposed method is a rejection option based on hypothesis testing with probabilistic networks. With probabilistic networks, it is possible to estimate the distribution of outcomes instead of a single output. By utilizing Z-test over the mean and standard deviation for each class, the proposed method can estimate the statistical significance of the network certainty and reject uncertain outputs. The proposed method was experimented on with different configurations of the COCO and CIFAR datasets. The performance of the proposed method is compared with the Softmax Response, which is a known top-performing method. It is shown that the proposed method can achieve a broader range of operation and cover a lower FPR than the alternative.

📄 PDF Abstract BibTeX arXiv:2105.03876

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Conjunction Subspaces Test for Conformal and Selective Classification

2024-10-16 · Zengyou He, Zerun Li, Junjie Dong, Xinying Liu 외

In this paper, we present a new classifier, which integrates significance testing results over different random subspaces to yield consensus p-values for quantifying the uncertainty of classification decision. The null h…

ClassificationConformal Prediction

On the Role of Randomization in Adversarially Robust Classification

2023-02-14 · NeurIPS 2023 11

Deep neural networks are known to be vulnerable to small adversarial perturbations in test data. To defend against adversarial attacks, probabilistic classifiers have been proposed as an alternative to deterministic ones…

Robust classification

A Statistical Test for Probabilistic Fairness

2020-12-09 · Bahar Taskesen, Jose Blanchet, Daniel Kuhn, Viet Anh Nguyen

Algorithms are now routinely used to make consequential decisions that affect human lives. Examples include college admissions, medical interventions or law enforcement. While algorithms empower us to harness all informa…

BIG-bench Machine LearningFairness

I-trustworthy Models. A framework for trustworthiness evaluation of probabilistic classifiers

2025-01-26 · Ritwik Vashistha, Arya Farahi

As probabilistic models continue to permeate various facets of our society and contribute to scientific advancements, it becomes a necessity to go beyond traditional metrics such as predictive accuracy and error rates an…

Diagnostic

Ask for More Than Bayes Optimal: A Theory of Indecisions for Classification

2024-12-17 · Mohamed Ndaoud, Peter Radchenko, Bradley Rava

Selective classification is a powerful tool for automated decision-making in high-risk scenarios, allowing classifiers to make only highly confident decisions while abstaining when uncertainty is too high. Given a target…

Decision Making