paper-with-me

Papers

Private Federated Multiclass Post-hoc Calibration

2025-10-02 · Samuel Maddock, Graham Cormode, Carsten Maple arxiv

Calibrating machine learning models so that predicted probabilities better reflect the true outcome frequencies is crucial for reliable decision-making across many applications. In Federated Learning (FL), the goal is to train a global model on data which is distributed across multiple clients and cannot be centralized due to privacy concerns. FL is applied in key areas such as healthcare and finance where calibration is strongly required, yet federated private calibration has been largely overlooked. This work introduces the integration of post-hoc model calibration techniques within FL. Specifically, we transfer traditional centralized calibration methods such as histogram binning and temperature scaling into federated environments and define new methods to operate them under strong client heterogeneity. We study (1) a federated setting and (2) a user-level Differential Privacy (DP) setting and demonstrate how both federation and DP impacts calibration accuracy. We propose strategies to mitigate degradation commonly observed under heterogeneity and our findings highlight that our federated temperature scaling works best for DP-FL whereas our weighted binning approach is best when DP is not required.

📄 PDF Abstract BibTeX arXiv:2510.01987

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Top-label calibration and multiclass-to-binary reductions

2021-07-18 · ICLR 2022 4 · Chirag Gupta, Aaditya Ramdas

A multiclass classifier is said to be top-label calibrated if the reported probability for the predicted class -- the top-label -- is calibrated, conditioned on the top-label. This conditioning on the top-label is absent…

Decision Making

CalArena: A Large-Scale Post-Hoc Calibration Benchmark

2026-05-28 · Eugène Berta, David Holzmüller, Francis Bach, Michael I. Jordan arxiv

Reliable probability estimates are critical in many machine learning applications, yet modern classifiers are often poorly calibrated. Post-hoc calibration provides a simple and widely used solution, but the large number…

Multiclass Local Calibration with the Jensen-Shannon Distance

2025-10-30 · Cesare Barbera, Lorenzo Perini, Giovanni De Toni, Andrea Passerini 외 arxiv

Developing trustworthy Machine Learning (ML) models requires their predicted probabilities to be well-calibrated, meaning they should reflect true-class frequencies. Among calibration notions in multiclass classification…

Multiclass versus Binary Differentially Private PAC Learning

2021-07-22 · NeurIPS 2021 12 · Mark Bun, Marco Gaboardi, Satchit Sivakumar

We show a generic reduction from multiclass differentially private PAC learning to binary private PAC learning. We apply this transformation to a recently proposed binary private PAC learner to obtain a private multiclas…

PAC learning

Classifier Calibration: A survey on how to assess and improve predicted class probabilities

2021-12-20 · Telmo Silva Filho, Hao Song, Miquel Perello-Nieto, Raul Santos-Rodriguez 외

This paper provides both an introduction to and a detailed overview of the principles and practice of classifier calibration. A well-calibrated classifier correctly quantifies the level of uncertainty or confidence assoc…

Classifier calibrationDecision Making