LGNov 13, 2025

Autonomous Concept Drift Threshold Determination

arXiv:2511.09953v12 citationsh-index: 70
Originality Incremental advance
AI Analysis

This addresses the challenge of maintaining model performance in machine learning systems by improving drift detection, though it builds incrementally on existing frameworks.

The paper tackles the problem of concept drift detection by proving that dynamic thresholds outperform fixed thresholds, and proposes an algorithm that enhances state-of-the-art drift detectors with substantial performance gains across synthetic and real-world datasets.

Existing drift detection methods focus on designing sensitive test statistics. They treat the detection threshold as a fixed hyperparameter, set once to balance false alarms and late detections, and applied uniformly across all datasets and over time. However, maintaining model performance is the key objective from the perspective of machine learning, and we observe that model performance is highly sensitive to this threshold. This observation inspires us to investigate whether a dynamic threshold could be provably better. In this paper, we prove that a threshold that adapts over time can outperform any single fixed threshold. The main idea of the proof is that a dynamic strategy, constructed by combining the best threshold from each individual data segment, is guaranteed to outperform any single threshold that apply to all segments. Based on the theorem, we propose a Dynamic Threshold Determination algorithm. It enhances existing drift detection frameworks with a novel comparison phase to inform how the threshold should be adjusted. Extensive experiments on a wide range of synthetic and real-world datasets, including both image and tabular data, validate that our approach substantially enhances the performance of state-of-the-art drift detectors.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes