paper-with-me

Papers

Multi-Label Quantification

2022-11-15 · Alejandro Moreo, Manuel Francisco, Fabrizio Sebastiani

Quantification, variously called "supervised prevalence estimation" or "learning to quantify", is the supervised learning task of generating predictors of the relative frequencies (a.k.a. "prevalence values") of the classes of interest in unlabelled data samples. While many quantification methods have been proposed in the past for binary problems and, to a lesser extent, single-label multiclass problems, the multi-label setting (i.e., the scenario in which the classes of interest are not mutually exclusive) remains by and large unexplored. A straightforward solution to the multi-label quantification problem could simply consist of recasting the problem as a set of independent binary quantification problems. Such a solution is simple but na\"ive, since the independence assumption upon which it rests is, in most cases, not satisfied. In these cases, knowing the relative frequency of one class could be of help in determining the prevalence of other related classes. We propose the first truly multi-label quantification methods, i.e., methods for inferring estimators of class prevalence values that strive to leverage the stochastic dependencies among the classes of interest in order to predict their relative frequencies more accurately. We show empirical evidence that natively multi-label solutions outperform the na\"ive approaches by a large margin. The code to reproduce all our experiments is available online.

📄 PDF Abstract BibTeX arXiv:2211.08063

Code (1)

manuel-francisco/quapy-ml 공식 구현 pytorch

Tasks

Binary Quantification

Similar Papers 제목 키워드 기반

Uncertainty in Extreme Multi-label Classification

2022-10-18 · Jyun-Yu Jiang, Wei-Cheng Chang, Jiong Zhong, Cho-Jui Hsieh 외

Uncertainty quantification is one of the most crucial tasks to obtain trustworthy and reliable machine learning models for decision making. However, most research in this domain has only focused on problems with small la…

ClassificationDecision MakingExtreme Multi-Label ClassificationMulti-Label Classification+4

A Recurrent Neural Network for Sentiment Quantification

2018-09-04 · Andrea Esuli, Alejandro Moreo Fernández, Fabrizio Sebastiani

Quantification is a supervised learning task that consists in predicting, given a set of classes C and a set D of unlabelled items, the prevalence (or relative frequency) p(c|D) of each class c in C. Quantification can i…

Kernel Density Estimation for Multiclass Quantification

2023-12-31 · Alejandro Moreo, Pablo González, Juan José del Coz

Several disciplines, like the social sciences, epidemiology, sentiment analysis, or market research, are interested in knowing the distribution of the classes in a population rather than the individual labels of the memb…

Density EstimationEpidemiologyMulticlass QuantificationSentiment Analysis

Optimizing Text Quantifiers for Multivariate Loss Functions

2015-02-19 · Andrea Esuli, Fabrizio Sebastiani

We address the problem of \emph{quantification}, a supervised learning task whose goal is, given a class, to estimate the relative frequency (or \emph{prevalence}) of the class in a dataset of unlabelled items. Quantific…

Structured Prediction

Geometry-Aware Bayesian Quantification via Compositional Data Analysis

2026-07-06 · Alejandro Moreo, Pablo González, Juan José del Coz arxiv

Accurately estimating the unknown target label distribution is the critical first step for adapting to label shift. This task, widely known as quantification or class prevalence estimation, has recently seen significant …

Bayesian Inference