English

Unsupervised Recalibration

Machine Learning 2020-10-20 v3 Machine Learning

Abstract

Unsupervised recalibration (URC) is a general way to improve the accuracy of an already trained probabilistic classification or regression model upon encountering new data while deployed in the field. URC does not require any ground truth associated with the new field data. URC merely observes the model's predictions and recognizes when the training set is not representative of field data, and then corrects to remove any introduced bias. URC can be particularly useful when applied separately to different subpopulations observed in the field that were not considered as features when training the machine learning model. This makes it possible to exploit subpopulation information without retraining the model or even having ground truth for some or all subpopulations available. Additionally, if these subpopulations are the object of study, URC serves to determine the correct ground truth distributions for them, where naive aggregation methods, like averaging the model's predictions, systematically underestimate their differences.

Keywords

Cite

@article{arxiv.1908.09157,
  title  = {Unsupervised Recalibration},
  author = {Albert Ziegler and Paweł Czyż},
  journal= {arXiv preprint arXiv:1908.09157},
  year   = {2020}
}

Comments

26 pages, added comparison with standard quantification algorithms

R2 v1 2026-06-23T10:55:51.691Z