LGMLDec 31, 2023

Kernel Density Estimation for Multiclass Quantification

arXiv:2401.00490v220 citationsh-index: 17Mach learn
Originality Incremental advance
AI Analysis

This work addresses the need for accurate class prevalence estimation in fields like social sciences and sentiment analysis, offering an incremental improvement over existing methods by better modeling inter-class information in multiclass settings.

The paper tackles the problem of multiclass quantification, where the goal is to predict class prevalence distributions rather than individual labels, by proposing a new representation based on kernel density estimation (KDE) to address suboptimal performance in existing distribution-matching methods. The results show that their method, KDEy, yields superior quantification performance compared to previous approaches and often outperforms the expectation-maximization method, a strong contender in the field.

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 members thereof. Quantification is the supervised machine learning task concerned with obtaining accurate predictors of class prevalence, and to do so particularly in the presence of label shift. The distribution-matching (DM) approaches represent one of the most important families among the quantification methods that have been proposed in the literature so far. Current DM approaches model the involved populations by means of histograms of posterior probabilities. In this paper, we argue that their application to the multiclass setting is suboptimal since the histograms become class-specific, thus missing the opportunity to model inter-class information that may exist in the data. We propose a new representation mechanism based on multivariate densities that we model via kernel density estimation (KDE). The experiments we have carried out show our method, dubbed KDEy, yields superior quantification performance with respect to previous DM approaches. We also investigate the KDE-based representation within the maximum likelihood framework and show KDEy often shows superior performance with respect to the expectation-maximization method for quantification, arguably the strongest contender in the quantification arena to date.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes