Maximum Likelihood with Bias-Corrected Calibration is Hard-To-Beat at Label Shift Adaptation
Amr Alexandari, Anshul Kundaje, Avanti Shrikumar

TL;DR
This paper demonstrates that maximum likelihood combined with bias-corrected calibration effectively addresses label shift in distribution, outperforming state-of-the-art methods without requiring model retraining.
Contribution
It shows that combining maximum likelihood with bias-corrected calibration surpasses existing methods like BBSL and RLLS in label shift adaptation, and provides theoretical and practical insights.
Findings
Maximum likelihood with bias-corrected calibration outperforms BBSL and RLLS.
The maximum likelihood objective is proven to be concave.
A new strategy for estimating source priors enhances robustness.
Abstract
Label shift refers to the phenomenon where the prior class probability p(y) changes between the training and test distributions, while the conditional probability p(x|y) stays fixed. Label shift arises in settings like medical diagnosis, where a classifier trained to predict disease given symptoms must be adapted to scenarios where the baseline prevalence of the disease is different. Given estimates of p(y|x) from a predictive model, Saerens et al. proposed an efficient maximum likelihood algorithm to correct for label shift that does not require model retraining, but a limiting assumption of this algorithm is that p(y|x) is calibrated, which is not true of modern neural networks. Recently, Black Box Shift Learning (BBSL) and Regularized Learning under Label Shifts (RLLS) have emerged as state-of-the-art techniques to cope with label shift when a classifier does not output calibrated…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsMachine Learning and Data Classification · Domain Adaptation and Few-Shot Learning · Cancer-related molecular mechanisms research
