Monitoring the calibration of probability forecasts with an application to concept drift detection involving image classification
Christopher T. Franck, Anne R. Driscoll, Zoe Szajnfarber, William H. Woodall
TL;DR
The paper addresses the challenge of prospectively monitoring calibration of probability forecasts in image classification under potential concept drift. It introduces a calibration CUSUM chart with dynamic probability control limits (DPCLs) and a linear-log-odds (LLO) recalibration framework to detect when predictions cease to be well calibrated, using only predicted probabilities $x$ and binary outcomes $y$. Validation includes Monte Carlo simulations and a CIFAR-10 case study showing that the method maintains CFAR while signaling miscalibration quickly when drift occurs, including the emergence of new subtypes. The approach is model-agnostic and broadly applicable to any sequential prediction setting where calibration over time is critical, without requiring internal access to the predictive model.
Abstract
Machine learning approaches for image classification have led to impressive advances in that field. For example, convolutional neural networks are able to achieve remarkable image classification accuracy across a wide range of applications in industry, defense, and other areas. While these machine learning models boast impressive accuracy, a related concern is how to assess and maintain calibration in the predictions these models make. A classification model is said to be well calibrated if its predicted probabilities correspond with the rates events actually occur. While there are many available methods to assess machine learning calibration and recalibrate faulty predictions, less effort has been spent on developing approaches that continually monitor predictive models for potential loss of calibration as time passes. We propose a cumulative sum-based approach with dynamic limits that enable detection of miscalibration in both traditional process monitoring and concept drift applications. This enables early detection of operational context changes that impact image classification performance in the field. The proposed chart can be used broadly in any situation where the user needs to monitor probability predictions over time for potential lapses in calibration. Importantly, our method operates on probability predictions and event outcomes and does not require under-the-hood access to the machine learning model.
