paper-with-me

Papers

Maximum Likelihood with Bias-Corrected Calibration is Hard-To-Beat at Label Shift Adaptation

2019-01-21 · Amr Alexandari, Anshul Kundaje, Avanti Shrikumar

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 probabilities, but both methods require model retraining with importance weights and neither has been benchmarked against maximum likelihood. Here we (1) show that combining maximum likelihood with a type of calibration we call bias-corrected calibration outperforms both BBSL and RLLS across diverse datasets and distribution shifts, (2) prove that the maximum likelihood objective is concave, and (3) introduce a principled strategy for estimating source-domain priors that improves robustness to poor calibration. This work demonstrates that the maximum likelihood with appropriate calibration is a formidable and efficient baseline for label shift adaptation; notebooks reproducing experiments available at https://github.com/kundajelab/labelshiftexperiments

📄 PDF Abstract BibTeX arXiv:1901.06852

Code (3)

blindauth/labelshiftexperiments 공식 구현 tf
kundajelab/abstention 공식 구현
kundajelab/labelshiftexperiments 공식 구현 tf

Tasks

Diabetic Retinopathy DetectionDomain AdaptationImage ClassificationMedical Diagnosis

Similar Papers 제목 키워드 기반

Bootstrap inference for fixed-effect models

2022-01-26 · Ayden Higgins, Koen Jochmans

The maximum-likelihood estimator of nonlinear panel data models with fixed effects is consistent but asymptotically-biased under rectangular-array asymptotics. The literature has thus far concentrated its effort on devis…

Bias and Identifiability in the Bounded Confidence Model

2025-06-13 · Claudio Borile, Jacopo Lenti, Valentina Ghidini, Corrado Monti 외

Opinion dynamics models such as the bounded confidence models (BCMs) describe how a population can reach consensus, fragmentation, or polarization, depending on a few parameters. Connecting such models to real-world data…

modelparameter estimation

Expectation Maximization with Bias-Corrected Calibration is Hard-To-Beat at Label Shift Adaptation

2020-01-01 · ICML 2020 1 · Amr Mohamed Alexandari, Anshul Kundaje, Avanti Shrikumar

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 m…

Medical Diagnosis

Manifold-adaptive dimension estimation revisited

2020-08-07 · Zsigmond Benkő, Marcell Stippinger, Roberta Rehus, Attila Bencze 외

Data dimensionality informs us about data complexity and sets limit on the structure of successful signal processing pipelines. In this work we revisit and improve the manifold-adaptive Farahmand-Szepesv\'ari-Audibert (F…

Bias-corrected Cox regression with AI-extracted covariates via calibration summary statistics

2026-07-28 · Arjun Sondhi arxiv

Large-scale observational studies increasingly rely on AI pipelines to extract structured variables from unstructured clinical records. A common workflow separates the data vendor, who validates extraction accuracy with …