paper-with-me

홈 › Papers

Unsupervised Recalibration

2019-08-24 · Albert Ziegler, Paweł Czyż

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.

📄 PDF Abstract BibTeX arXiv:1908.09157

Code (1)

albert-ziegler/unsupervised-calibration 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Unsupervised Domain Adversarial Self-Calibration for Electromyographic-based Gesture Recognition

2019-12-21 · Ulysse Côté-Allard, Gabriel Gagnon-Turcotte, Angkoon Phinyomark, Kyrre Glette 외

Surface electromyography (sEMG) provides an intuitive and non-invasive interface from which to control machines. However, preserving the myoelectric control system's performance over multiple days is challenging, due to …

Gesture Recognition

Privacy Preserving Recalibration under Domain Shift

2020-08-21 · Rachel Luo, Shengjia Zhao, Jiaming Song, Jonathan Kuck 외

Classifiers deployed in high-stakes real-world applications must output calibrated confidence scores, i.e. their predicted probabilities should reflect empirical frequencies. Recalibration algorithms can greatly improve …

Privacy Preserving

Test Time Adaptation Using Adaptive Quantile Recalibration

2025-11-05 · Paria Mehrbod, Pedro Vianna, Geraldin Nanfack, Guy Wolf 외 arxiv

Domain adaptation is a key strategy for enhancing the generalizability of deep learning models in real-world scenarios, where test distributions often diverge significantly from the training domain. However, conventional…

Test-time AdaptationDomain Adaptation

Improving Predictor Reliability with Selective Recalibration

2024-10-07 · Thomas P. Zollo, Zhun Deng, Jake C. Snell, Toniann Pitassi 외

A reliable deep learning system should be able to accurately express its confidence with respect to its predictions, a quality known as calibration. One of the most effective ways to produce reliable confidence estimates…

zero-shot-classificationZero-Shot Learning

PAC-Bayes Analysis for Recalibration in Classification

2024-06-10 · Masahiro Fujisawa, Futoshi Futami

Nonparametric estimation with binning is widely employed in the calibration error evaluation and the recalibration of machine learning models. Recently, theoretical analyses of the bias induced by this estimation approac…

Classification