LGJun 2, 2016

Unified Framework for Quantification

arXiv:1606.00868v115 citations
Originality Incremental advance
AI Analysis

This work addresses the quantification problem in machine learning, which is incremental as it extends existing binary approaches to multi-class settings.

The authors tackled the problem of estimating class proportions in test data, which can differ from training data, by unifying major quantification approaches into a constrained multi-variate regression framework, extending binary methods to multi-class settings and validating it on datasets like Stanford Sentiment Treebank and CIFAR-10.

Quantification is the machine learning task of estimating test-data class proportions that are not necessarily similar to those in training. Apart from its intrinsic value as an aggregate statistic, quantification output can also be used to optimize classifier probabilities, thereby increasing classification accuracy. We unify major quantification approaches under a constrained multi-variate regression framework, and use mathematical programming to estimate class proportions for different loss functions. With this modeling approach, we extend existing binary-only quantification approaches to multi-class settings as well. We empirically verify our unified framework by experimenting with several multi-class datasets including the Stanford Sentiment Treebank and CIFAR-10.

Code Implementations1 repo
Foundations

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

Your Notes