drift detection

Monitoring for changes over time in input feature distributions or model performance uses statistical tests (KS test, PSI), online detectors (ADWIN, Page-Hinkley), and performance telemetry to trigger alerts and automated retraining or investigation when data drift or concept drift is detected.

driftdetection

12-Month Skill Trend

Momentum and market value over time
Trending
Score
+20 in 12 mo
96
12 mo agoNow
Career
Value
+$12K in 12 mo
$42K/year
12 mo agoNow

Recommended Survey Paper

Quick overview of the field
View more

Must-Read Papers

Most classic and influential ideas
View more

This work addresses the high false positive rate (12.5%) and false negative rate (6.8%) of Mozilla’s existing T-test–based performance anomaly detection system, which hampers continuous integration efficiency. The authors introduce the first benchmark dataset comprising 174 engineer-annotated performance time series and conduct a systematic evaluation of 25 change-point detection algorithms combined with 15 ensemble strategies. They propose an ensemble voting mechanism that integrates offline, online, and hybrid methods to effectively mitigate the precision–recall trade-off. Experimental results and engineer feedback demonstrate that the proposed approach improves the F1-score by 11% over the original system and has been successfully integrated into Mozilla’s performance engineering infrastructure.

change point detectioncontinuous integrationfalse positives

On Continuous Monitoring of Risk Violations under Unknown Shift

Jun 19, 2025
AT
Alexander Timans
🏛️ UvA-Bosch Delta Lab | University of Amsterdam | Johns Hopkins University

Real-world machine learning systems operate under dynamic data distribution shifts, rendering conventional risk control methods—predicated on static distributional assumptions—ineffective and incapable of online monitoring for decision risk violations. To address this, we propose the first sequential testing framework grounded in the “betting” paradigm, which strictly controls the false alarm rate (≤ α) under arbitrary, unknown distributional shifts—without assuming prior knowledge of drift type or underlying distributions. Our approach unifies betting-based hypothesis testing, risk-bound modeling, and online streaming statistical inference to enable real-time, robust monitoring of model risk. Extensive experiments demonstrate that the method achieves high sensitivity in detecting risk violations across diverse drift scenarios, while simultaneously delivering rigorous statistical guarantees in both anomaly detection and conformal prediction tasks.

Detect bounded risk violations with false alarm controlEnsure reliability under unknown distribution shiftsMonitor risk violations in dynamic data streams

Industrial sensor drift causes persistent degradation of machine learning model performance, while standard cross-validation—ignoring temporal dependencies and inducing data leakage—severely overestimates model robustness. To address this, we propose a drift-aware model validation paradigm that eliminates the artificial inflation of drift robustness inherent in conventional validation protocols. Furthermore, we introduce AutoML-DC, the first AutoML system designed for adaptive compensation of diverse sensor drift types, capable of dynamically adjusting to varying drift severities. AutoML-DC integrates data balancing, meta-learning, automated ensemble construction, hyperparameter optimization, feature selection, and gradient boosting into an end-to-end drift compensation learning pipeline. Extensive experiments demonstrate that AutoML-DC significantly outperforms state-of-the-art methods in anomaly detection accuracy, generalizability, and robustness across multiple drift categories, while maintaining consistently high performance under varying drift intensities.

Addressing sensor drift in industrial measurement systemsEnhancing classification performance with AutoML techniquesImproving accuracy of predictive evaluation in ML models

To ensure safety in high-risk AI systems, continuous monitoring for abrupt distributional shifts—such as concept drift, covariate shift, and out-of-support shifts—is essential post-deployment. This paper proposes the Weighted Conformal Test Martingale (WCTM), a generalized nonparametric online changepoint detection framework. WCTM is the first method to achieve *anytime-valid* detection of arbitrary distributional shifts while rigorously controlling the false alarm rate; it further supports online adaptation to mild covariate shifts. Its theoretical foundation integrates weighted conformal prediction, anytime-valid inference, and online martingale construction, unifying the modeling of covariate, concept, and support-set shifts. Evaluated on multiple real-world datasets, WCTM significantly outperforms state-of-the-art methods, achieving superior trade-offs between detection sensitivity and false positive rate, and demonstrating distinct responsiveness to both adaptive and non-adaptive shifts.

Adapting to mild covariate shifts while alarming severe shiftsControlling false-alarms during online monitoringDetecting unexpected changepoints in data distribution

Monitoring Risks in Test-Time Adaptation

Jul 11, 2025
MS
Mona Schirmer
🏛️ University of Amsterdam | Johns Hopkins University

Test-time adaptation (TTA) suffers from latent model degradation due to distribution shifts, yet lacks effective online monitoring mechanisms. Method: We propose the first online risk monitoring framework for TTA, leveraging confidence sequences to construct a sequential hypothesis test that dynamically estimates model performance using only unlabeled test samples and detects statistically significant performance deterioration in real time. Contribution/Results: By rigorously integrating statistical inference into TTA—enabling unsupervised, online, and falsifiable failure detection—we bridge a critical methodological gap. Extensive experiments across multiple datasets, diverse shift types (e.g., corruption, domain, semantic), and state-of-the-art TTA algorithms demonstrate that our framework triggers alarms with high precision and low latency, substantially enhancing deployment robustness and safety.

Detecting model failure points during test-time adaptationExtending risk monitoring frameworks to adaptive modelsMonitoring predictive performance without labeled test data

Latest Papers

What's happening recently
View more

Adaptive Detection of Software Aging under Workload Shift

Nov 05, 2025
RJ
Rafael Jose Moura Silva
🏛️ Federal Rural University of Pernambuco | University of Tsukuba

To address the challenge of effectively detecting software aging under dynamic workloads, this paper proposes a machine learning–based detection method incorporating a concept drift adaptation mechanism. For the first time, online concept drift detectors—specifically ADWIN and DDM—are integrated into software aging monitoring, coupled with sliding-window-based tracking of performance metrics to enable real-time responsiveness to abrupt, gradual, and periodic workload transitions. Unlike static models, the proposed approach significantly enhances robustness and generalizability in aging identification for long-running systems. Experimental results demonstrate that the ADWIN-adaptive model achieves a consistently high F1-score above 0.93 across diverse unseen workload scenarios, markedly outperforming conventional methods. This work establishes a scalable, adaptive paradigm for aging-aware early warning in high-reliability systems.

Comparing adaptive models with static detection approachesDetecting software aging under dynamic workload conditionsMaintaining high accuracy during workload transitions using ADWIN

Autonomous Concept Drift Threshold Determination

Nov 13, 2025
PL
Pengqian Lu
🏛️ Australian Artificial Intelligence Institute | University of Technology Sydney

Existing drift detection methods rely on fixed thresholds, struggling to simultaneously minimize false positives and false negatives while exhibiting poor robustness to distributional shifts. This paper proposes a dynamic thresholding mechanism, establishing—through segmented performance analysis and rigorous theoretical proof—that time-varying thresholds are statistically superior to any fixed threshold. The resulting adaptive algorithm requires no prior knowledge and optimizes thresholds online to balance detection sensitivity and stability. Furthermore, a comparative-phase module is introduced to integrate seamlessly with mainstream detectors (e.g., ADWIN, DDM) and extend applicability to multimodal real-world data—including images and tabular datasets. Experiments across 12 synthetic and real-world benchmarks demonstrate that our method reduces false positive rate by 37.2% on average and improves drift recall by 29.5%, significantly enhancing model performance retention under continual learning.

Autonomous determination of concept drift detection thresholdsDynamic thresholds outperform fixed hyperparameters in drift detectionEnhancing drift detectors with adaptive threshold adjustment algorithms

To address the degradation of prediction probability calibration in deployed image classification models due to concept drift, this paper proposes an online calibration monitoring method that requires no access to model internals—only predicted probabilities and ground-truth labels. Our approach introduces, for the first time, a Cumulative Sum (CUSUM) control chart with dynamic control limits into calibration monitoring. It computes cumulative deviations of calibration error over time and adaptively adjusts detection thresholds to enable early warning of calibration loss. Compared to static-threshold methods, our framework significantly enhances sensitivity to temporal distribution shifts and accelerates response to emerging miscalibration. We validate its effectiveness and robustness across multiple image classification benchmarks under diverse concept drift scenarios. The proposed method establishes a scalable, black-box-compatible paradigm for trustworthy model deployment, enabling continuous, lightweight calibration assessment without architectural or training modifications.

Assessing prediction calibration without accessing the underlying ML modelDetecting concept drift affecting image classification model performanceMonitoring calibration loss in probability forecasts over time

Improving Anomaly Detection in Industrial Time Series: The Role of Segmentation and Heterogeneous Ensemble

Oct 10, 2025
EM
Emilio Mastriani
🏛️ INAF, Osservatorio Astrofisico di Catania

To address high temporal uncertainty and difficulty in identifying state transitions in industrial time-series anomaly detection, this paper proposes a synergistic framework integrating piecewise preprocessing with heterogeneous ensemble learning. First, change-point detection algorithms (e.g., ChangeFinder) adaptively segment the time series to explicitly model abrupt system state transitions, thereby mitigating temporal ambiguity. Second, a heterogeneous ensemble model is constructed by fusing Random Forest, XGBoost, and LSTM, augmented with PCA-based feature decorrelation. The method innovatively combines dynamic segmentation with model diversity, establishing a novel paradigm for boundary-sensitive anomaly modeling and feature-weight optimization. Evaluated on real-world industrial datasets, the approach achieves an AUC-ROC of 0.9760—outperforming baseline methods by 11.61 percentage points—and demonstrates significantly enhanced discrimination capability for transient anomalies and concept drift.

Combining heterogeneous ensembles to improve detection performanceEnhancing anomaly detection in industrial time series dataIntegrating segmentation techniques to reduce temporal uncertainty

Unveiling Statistical Significance of Online Regression over Multiple Datasets

Dec 14, 2025
MA
Mohammad Abu-Shaira
🏛️ The University of North Texas

Existing comparative evaluations of online regression models across multiple datasets lack rigorous statistical significance testing, particularly under dynamic environments with concept drift. Method: This paper introduces the first principled hypothesis-testing framework for online regression in dynamic settings. It systematically adapts the Friedman test and Nemenyi post-hoc test to multi-dataset online regression evaluation, integrating real and synthetic data, 5-fold cross-validation, and averaging over multiple random seeds to robustly assess convergence stability and adaptation capability under concept drift. Results: Empirical analysis reveals statistically significant performance inconsistencies among mainstream algorithms—including AROW and OGD—highlighting their limited convergence robustness and inadequate responsiveness to concept drift. The work delivers a fully reproducible benchmark framework and empirically grounded insights, establishing a statistical foundation for reliability validation and improvement of online learning algorithms.

Develop statistical tests for comparing multiple online regression algorithms across various datasets.Ensure statistical significance in online learning for rapid convergence and concept drift management.Evaluate state-of-the-art online regression models using Friedman and post-hoc tests on diverse datasets.

Hot Scholars

AR

Aaditya Ramdas

Associate Professor (with tenure), Carnegie Mellon University
Machine LearningStatistics
YC

Yunkang Cao

Hunan University
Visual Anomaly DetectionIndustrial Foundation ModelEmbodied Intelligence
JW

Jinbao Wang

Assistant Professor, School of Artificial Intelligence, Shenzhen University
Anomaly DetectionComputer VisionMachine Learning
GP

Guansong Pang

Assistant Professor of Computer Science, Singapore Management University
Machine LearningData MiningComputer VisionAnomaly Detection
ML

Markus Lienkamp

Lehrstuhl für Fahrzeugtechnik, TU München
Automotive