paper-with-me

Papers

Smooth ECE: Principled Reliability Diagrams via Kernel Smoothing

2023-09-21 · Jarosław Błasiok, Preetum Nakkiran

Calibration measures and reliability diagrams are two fundamental tools for measuring and interpreting the calibration of probabilistic predictors. Calibration measures quantify the degree of miscalibration, and reliability diagrams visualize the structure of this miscalibration. However, the most common constructions of reliability diagrams and calibration measures -- binning and ECE -- both suffer from well-known flaws (e.g. discontinuity). We show that a simple modification fixes both constructions: first smooth the observations using an RBF kernel, then compute the Expected Calibration Error (ECE) of this smoothed function. We prove that with a careful choice of bandwidth, this method yields a calibration measure that is well-behaved in the sense of (B{\l}asiok, Gopalan, Hu, and Nakkiran 2023a) -- a consistent calibration measure. We call this measure the SmoothECE. Moreover, the reliability diagram obtained from this smoothed function visually encodes the SmoothECE, just as binned reliability diagrams encode the BinnedECE. We also provide a Python package with simple, hyperparameter-free methods for measuring and plotting calibration: pip install relplot\.

📄 PDF Abstract BibTeX arXiv:2309.12236

Code (1)

apple/ml-calibration 공식 구현

Methods 이 논문이 사용한 방법론

RBF 설명 없음

Similar Papers 제목 키워드 기반

Plots of the cumulative differences between observed and expected values of ordered Bernoulli variates

2020-06-03 · Mark Tygert

Many predictions are probabilistic in nature; for example, a prediction could be for precipitation tomorrow, but with only a 30 percent chance. Given both the predictions and the actual outcomes, "reliability diagrams" (…

Density Estimation

Normalizing Diffusion Kernels with Optimal Transport

2025-07-08 · Nathan Kessler, Robin Magnet, Jean Feydy

Smoothing a signal based on local neighborhoods is a core operation in machine learning and geometry processing. On well-structured domains such as vector spaces and manifolds, the Laplace operator derived from different…

Gaussian kernel smoothing

2020-07-19 · Moo. K. Chung

Image acquisition and segmentation are likely to introduce noise. Further image processing such as image registration and parameterization can introduce additional noise. It is thus imperative to reduce noise measurement…

Image Registrationimage smoothing

Improved Model-based Reinforcement Learning with Smooth Kernels

2026-05-08 · Kun Long, Yuqiang Li, Xianyi Wu arxiv

For continuous state-action space scenarios, classical reinforcement learning (RL) theory predominantly focuses on low-rank Markov decision processes (MDPs), which provide sample-efficient guarantees at the expense of re…

Reinforcement Learning

Adaptive Kernel Estimation of the Spectral Density with Boundary Kernel Analysis

2018-03-11 · Alexander Sidorenko, Kurt S. Riedel

A hybrid estimator of the log-spectral density of a stationary time series is proposed. First, a multiple taper estimate is performed, followed by kernel smoothing the log-multitaper estimate. This procedure reduces the …

Time SeriesTime Series Analysis