Incremental Uncertainty-aware Performance Monitoring with Active Labeling Intervention
Alexander Koebler, Thomas Decker, Ingo Thon, Volker Tresp, Florian Buettner
TL;DR
This work tackles the problem of monitoring deployed models under gradual distribution shifts without abundant labels. It introduces Incremental Uncertainty-aware Performance Monitoring (IUPM), an optimal-transport–based framework that builds an incremental transition map $\\Psi_t$ to relate current unlabeled data to the initial labeled distribution and produces a predictive distribution $\\hat{P}(Y_t|X_t)$, accompanied by an uncertainty measure. A key theoretical result shows a linear-in-time error bound $|\\mathcal{L}_t - \\hat{\\mathcal{L}}_t^{IUPM}| \le \sum_{i=1}^t L_t \varepsilon_t$, anchored in gradual Lipschitz smoothness, and the paper also introduces an active labeling strategy (UI) that queries the most uncertain samples to reduce uncertainty within a limited labeling budget. Empirically, IUPM outperforms baselines across synthetic, MNIST, ImageNet-c, and real-world temporal shifts, and UI further improves accuracy with substantially fewer labeled examples, highlighting the method’s practical impact for reliable monitoring in dynamic environments.
Abstract
We study the problem of monitoring machine learning models under gradual distribution shifts, where circumstances change slowly over time, often leading to unnoticed yet significant declines in accuracy. To address this, we propose Incremental Uncertainty-aware Performance Monitoring (IUPM), a novel label-free method that estimates performance changes by modeling gradual shifts using optimal transport. In addition, IUPM quantifies the uncertainty in the performance prediction and introduces an active labeling procedure to restore a reliable estimate under a limited labeling budget. Our experiments show that IUPM outperforms existing performance estimation baselines in various gradual shift scenarios and that its uncertainty awareness guides label acquisition more effectively compared to other strategies.
