paper-with-me

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 algorithms has been proposed in recent years. However, a comprehensive empirical comparison of quantification methods that supports algorithm selection is not available yet. In this work, we close this research gap by conducting a thorough empirical performance comparison of 24 different quantification methods on overall more than 40 data sets, considering binary as well as multiclass quantification settings. We observe that no single algorithm generally outperforms all competitors, but identify a group of methods including the threshold selection-based Median Sweep and TSMax methods, the DyS framework including the HDy method, Forman's mixture model, and Friedman's method that performs best in the binary setting. For the multiclass setting, we observe that a different, broad group of algorithms yields good performance, including the HDx method, the Generalized Probabilistic Adjusted Count, the readme method, the energy distance minimization method, the EM algorithm for quantification, and Friedman's method. We also find that tuning the underlying classifiers has in most cases only a limited impact on the quantification performance. More generally, we find that the performance on multiclass quantification is inferior to the results obtained in the binary setting. Our results can guide practitioners who intend to apply quantification algorithms and help researchers to identify opportunities for future research.

📄 PDF Abstract BibTeX arXiv:2103.03223

Code (1)

tobiasschumacher/quantification_paper 공식 구현

Tasks

Multiclass Quantification

Similar Papers 제목 키워드 기반

NRU-HSE at SemEval-2016 Task 4: Comparative Analysis of Two Iterative Methods Using Quantification Library

2016-06-01 · SEMEVAL 2016 6 · Nikolay Karpov, Alex Porshnev, er, Kirill Rudakov
Document ClassificationOpinion MiningSentiment AnalysisWord Sense Disambiguation

A Comparison of Uncertainty Estimation Approaches in Deep Learning Components for Autonomous Vehicle Applications

2020-06-26 · Fabio Arnez, Huascar Espinoza, Ansgar Radermacher, François Terrier

A key factor for ensuring safety in Autonomous Vehicles (AVs) is to avoid any abnormal behaviors under undesirable and unpredicted circumstances. As AVs increasingly rely on Deep Neural Networks (DNNs) to perform safety-…

Autonomous VehiclesUncertainty Quantification

A CCG-based Compositional Semantics and Inference System for Comparatives

2019-10-02 · Izumi Haruta, Koji Mineshima, Daisuke Bekki

Comparative constructions play an important role in natural language inference. However, attempts to study semantic representations and logical inferences for comparatives from the computational perspective are not well …

Natural Language Inference

Comparative study of machine learning and statistical methods for automatic identification and quantification in γ-ray spectrometry

2025-08-08 · Dinh Triem Phan, Jérôme Bobin, Cheick Thiam, Christophe Bobin arxiv

During the last decade, a large number of different numerical methods have been proposed to tackle the automatic identification and quantification in γ-ray spectrometry. However, the lack of common benchmarks, including …

DICE: Discrete Interpretable Comparative Evaluation with Probabilistic Scoring for Retrieval-Augmented Generation

2025-12-27 · Shiyan Liu, Jian Ma, Rui Qu arxiv

As Retrieval-Augmented Generation (RAG) systems evolve toward more sophisticated architectures, ensuring their trustworthiness through explainable and robust evaluation becomes critical. Existing scalar metrics suffer fr…