paper-with-me

Papers

Continuous Sweep for Binary Quantification Learning

2023-08-16 · Kevin Kloos, Julian D. Karch, Quinten A. Meertens, Mark de Rooij

A quantifier is a supervised machine learning algorithm, focused on estimating the class prevalence in a dataset rather than labeling its individual observations. We introduce Continuous Sweep, a new parametric binary quantifier inspired by the well-performing Median Sweep, which is an ensemble method based on Adjusted Count estimators. We modified two aspects of Median Sweep: 1) using parametric class distributions instead of empirical distributions for the true and false positive rate; 2) using the mean instead of the median of a set of Adjusted Count estimates. These two modifications allow for a theoretical analysis of the bias and variance of Continuous Sweep. Furthermore, the expressions of bias and variance can be used to define optimal decision boundaries of the set of Adjusted count estimates to be used in the ensemble. We show in three simulation studies that Continuous Sweep outperforms the quantifiers in the group Classify, Count, and Correct, including Median Sweep, and is competitive with the two best quantifiers from the group Distribution Matchers. Also an empirical data set is analysed with these quantifiers showing similar performances.

📄 PDF Abstract BibTeX arXiv:2308.08387

Code (0)

등록된 구현이 없습니다.

Tasks

Binary Quantification

Similar Papers 제목 키워드 기반

A Comparative Evaluation of Quantification Methods

2021-03-04 · Tobias Schumacher, Markus Strohmaier, Florian Lemmerich

Quantification represents the problem of estimating the distribution of class labels on unseen data. It also represents a growing research field in supervised machine learning, for which a large variety of different algo…

Multiclass Quantification

Uncertainty Quantification for Rule-Based Models

2022-11-03 · Yusik Kim

Rule-based classification models described in the language of logic directly predict boolean values, rather than modeling a probability and translating it into a prediction as done in statistical models. The vast majorit…

Uncertainty Quantification

Non-Negative Spherical Relaxations for Universe-Free Multi-Matching and Clustering

2023-10-20 · Johan Thunberg, Florian Bernard

We propose a novel non-negative spherical relaxation for optimization problems over binary matrices with injectivity constraints, which in particular has applications in multi-matching and clustering. We relax respective…

Clustering

Model uncertainty quantification using feature confidence sets for outcome excursions

2025-04-28 · Junting Ren, Armin Schwartzman

When implementing prediction models for high-stakes real-world applications such as medicine, finance, and autonomous systems, quantifying prediction uncertainty is critical for effective risk management. Traditional app…

PredictionPrediction IntervalsUncertainty Quantification

A New Class of Explanations for Classifiers with Non-Binary Features

2023-04-28 · Chunxi Ji, Adnan Darwiche

Two types of explanations have been receiving increased attention in the literature when analyzing the decisions made by classifiers. The first type explains why a decision was made and is known as a sufficient reason fo…

counterfactualCounterfactual Explanation