paper-with-me

Papers

Federated Calibration and Evaluation of Binary Classifiers

2022-10-22 · Graham Cormode, Igor Markov

We address two major obstacles to practical use of supervised classifiers on distributed private data. Whether a classifier was trained by a federation of cooperating clients or trained centrally out of distribution, (1) the output scores must be calibrated, and (2) performance metrics must be evaluated -- all without assembling labels in one place. In particular, we show how to perform calibration and compute precision, recall, accuracy and ROC-AUC in the federated setting under three privacy models (i) secure aggregation, (ii) distributed differential privacy, (iii) local differential privacy. Our theorems and experiments clarify tradeoffs between privacy, accuracy, and data efficiency. They also help decide whether a given application has sufficient data to support federated calibration and evaluation.

📄 PDF Abstract BibTeX arXiv:2210.12526

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Recalibrating binary probabilistic classifiers

2025-05-25 · Dirk Tasche

Recalibration of binary probabilistic classifiers to a target prior probability is an important task in areas like credit risk management. We analyse methods for recalibration from a distribution shift perspective. Distr…

Management

Classifier Calibration with ROC-Regularized Isotonic Regression

2023-11-21 · Eugene Berta, Francis Bach, Michael Jordan

Calibration of machine learning classifiers is necessary to obtain reliable and interpretable predictions, bridging the gap between model confidence and actual probabilities. One prominent technique, isotonic regression …

Classifier calibrationregression

Beyond temperature scaling: Obtaining well-calibrated multiclass probabilities with Dirichlet calibration

2019-10-28 · Meelis Kull, Miquel Perello-Nieto, Markus Kängsepp, Telmo Silva Filho 외

Class probabilities predicted by most multiclass classifiers are uncalibrated, often tending towards over-confidence. With neural networks, calibration can be improved by temperature scaling, a method to learn a single c…

Binary Classification

Beyond temperature scaling: Obtaining well-calibrated multi-class probabilities with Dirichlet calibration

2019-12-01 · NeurIPS 2019 12 · Meelis Kull, Miquel Perello Nieto, Markus Kängsepp, Telmo Silva Filho 외

Class probabilities predicted by most multiclass classifiers are uncalibrated, often tending towards over-confidence. With neural networks, calibration can be improved by temperature scaling, a method to learn a single c…

Binary Classification

Calibration of Machine Learning Classifiers for Probability of Default Modelling

2017-10-24 · Pedro G. Fonseca, Hugo D. Lopes

Binary classification is highly used in credit scoring in the estimation of probability of default. The validation of such predictive models is based both on rank ability, and also on calibration (i.e. how accurately the…

BIG-bench Machine LearningBinary ClassificationGeneral Classificationregression+2