paper-with-me

Papers

Binary Quantification and Dataset Shift: An Experimental Investigation

2023-10-06 · Pablo González, Alejandro Moreo, Fabrizio Sebastiani

Quantification is the supervised learning task that consists of training predictors of the class prevalence values of sets of unlabelled data, and is of special interest when the labelled data on which the predictor has been trained and the unlabelled data are not IID, i.e., suffer from dataset shift. To date, quantification methods have mostly been tested only on a special case of dataset shift, i.e., prior probability shift; the relationship between quantification and other types of dataset shift remains, by and large, unexplored. In this work we carry out an experimental analysis of how current quantification algorithms behave under different types of dataset shift, in order to identify limitations of current approaches and hopefully pave the way for the development of more broadly applicable methods. We do this by proposing a fine-grained taxonomy of types of dataset shift, by establishing protocols for the generation of datasets affected by these types of shift, and by testing existing quantification methods on the datasets thus generated. One finding that results from this investigation is that many existing quantification methods that had been found robust to prior probability shift are not necessarily robust to other types of dataset shift. A second finding is that no existing quantification method seems to be robust enough to dealing with all the types of dataset shift we simulate in our experiments. The code needed to reproduce all our experiments is publicly available at https://github.com/pglez82/quant_datasetshift.

📄 PDF Abstract BibTeX arXiv:2310.04565

Code (1)

pglez82/quant_datasetshift 공식 구현

Tasks

Binary Quantification

Similar Papers 제목 키워드 기반

Comments on Friedman's Method for Class Distribution Estimation

2024-05-26 · Dirk Tasche

The purpose of class distribution estimation (also known as quantification) is to determine the values of the prior class probabilities in a test dataset without class label observations. A variety of methods to achieve …

Error-quantified Conformal Inference for Time Series

2025-02-02 · Junxi Wu, Dongjian Hu, Yajie Bao, Shu-Tao Xia 외

Uncertainty quantification in time series prediction is challenging due to the temporal dependence and distribution shift on sequential data. Conformal inference provides a pivotal and flexible instrument for assessing t…

PredictionTime SeriesTime Series PredictionUncertainty Quantification+1

Nearest Neighbor Median Shift Clustering for Binary Data

2019-02-11 · Gaël Beck, Tarn Duong, Mustapha Lebbah, Hanane Azzag

We describe in this paper the theory and practice behind a new modal clustering method for binary data. Our approach (BinNNMS) is based on the nearest neighbor median shift. The median shift is an extension of the well-k…

Clustering

Exploring Few-Shot Object Detection on Blood Smear Images: A Case Study of Leukocytes and Schistocytes

2025-03-21 · Davide Antonio Mura, Michela Pinna, Lorenzo Putzu, Andrea Loddo 외

The detection of blood disorders often hinges upon the quantification of specific blood cell types. Variations in cell counts may indicate the presence of pathological conditions. Thus, the significance of developing pre…

Few-Shot Object Detectionobject-detectionObject Detection

Cross-Lingual Sentiment Quantification

2019-04-16 · Andrea Esuli, Alejandro Moreo, Fabrizio Sebastiani

\emph{Sentiment Quantification} (i.e., the task of estimating the relative frequency of sentiment-related classes -- such as \textsf{Positive} and \textsf{Negative} -- in a set of unlabelled documents) is an important to…

Cross-Lingual Sentiment ClassificationGeneral ClassificationSentiment AnalysisSentiment Classification