LGMLJul 31, 2018

Probability Calibration Trees

arXiv:1808.00111v229 citations
AI Analysis

This addresses the need for more accurate probability estimates in applications like cost minimization, offering a domain-specific improvement over existing global calibration methods.

The paper tackles the problem of improving probability calibration in classifiers by proposing probability calibration trees, which identify regions in the input space for fine-grained calibration models, resulting in lower root mean squared error compared to isotonic regression and Platt scaling.

Obtaining accurate and well calibrated probability estimates from classifiers is useful in many applications, for example, when minimising the expected cost of classifications. Existing methods of calibrating probability estimates are applied globally, ignoring the potential for improvements by applying a more fine-grained model. We propose probability calibration trees, a modification of logistic model trees that identifies regions of the input space in which different probability calibration models are learned to improve performance. We compare probability calibration trees to two widely used calibration methods---isotonic regression and Platt scaling---and show that our method results in lower root mean squared error on average than both methods, for estimates produced by a variety of base learners.

Foundations

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

Your Notes