paper-with-me

Papers

Estimating calibration error under label shift without labels

2023-12-14 · Teodora Popordanoska, Gorjan Radevski, Tinne Tuytelaars, Matthew B. Blaschko

In the face of dataset shift, model calibration plays a pivotal role in ensuring the reliability of machine learning systems. Calibration error (CE) is an indicator of the alignment between the predicted probabilities and the classifier accuracy. While prior works have delved into the implications of dataset shift on calibration, existing CE estimators assume access to labels from the target domain, which are often unavailable in practice, i.e., when the model is deployed and used. This work addresses such challenging scenario, and proposes a novel CE estimator under label shift, which is characterized by changes in the marginal label distribution $p(Y)$, while keeping the conditional $p(X|Y)$ constant between the source and target distributions. Our contribution is an approach, which, by leveraging importance re-weighting of the labeled source distribution, provides consistent and asymptotically unbiased CE estimation with respect to the shifted target distribution. Empirical results across diverse real-world datasets, under various conditions and label-shift intensities, demonstrate the effectiveness and reliability of the proposed estimator.

📄 PDF Abstract BibTeX arXiv:2312.08586

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Unified View of Label Shift Estimation

2020-03-17 · NeurIPS 2020 12 · Saurabh Garg, Yifan Wu, Sivaraman Balakrishnan, Zachary C. Lipton

Under label shift, the label distribution p(y) might change but the class-conditional distributions p(x|y) do not. There are two dominant approaches for estimating the label marginal. BBSE, a moment-matching approach bas…

Calibrated Uncertainty Sampling for Active Learning

2025-10-03 · Ha Manh Bui, Iliana Maifeld-Carucci, Anqi Liu arxiv

We study the problem of actively learning a classifier with a low calibration error. One of the most popular Acquisition Functions (AFs) in pool-based Active Learning (AL) is querying by the model's uncertainty. However,…

Active Learning

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

Diabetic Retinopathy DetectionDomain AdaptationImage ClassificationMedical Diagnosis

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

Unbiased Prevalence Estimation with Multicalibrated LLMs

2026-04-23 · Fridolin Linder, Thomas Leeper, Daniel Haimovich, Niek Tax 외 arxiv

Estimating the prevalence of a category in a population using imperfect measurement devices (diagnostic tests, classifiers, or large language models) is fundamental to science, public health, and online trust and safety.…