SCCM : Stream Cruise Control Method for Automated Drift Detection and Adaptation

📅 2026-09-08
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
本文提出SCCM方法,通过自动检测漂移、量化漂移幅度和动态调整超参数等手段解决在线回归中因数据分布变化导致的模型适应性问题。
📝 Abstract
Real-world datasets often exhibit evolving distributions, known as concept drift. Ignoring drift degrades predictive performance, while reliance on fixed hyperparameters further limits model adaptability under changing conditions. Adaptive learning addresses this challenge by continuously updating models online, allowing them to incrementally adjust and remain effective as data distributions evolve. This paper presents the Stream Cruise Control Method (SCCM), a comprehensive framework for drift detection and adaptation in online regression. SCCM enables automated adaptation through early-response, pre-update drift detection, drift magnitude quantification, KPI-window-based thresholding for local false-alarm mitigation, dynamic hyperparameter tuning, and model recalibration. SCCM also adopts an in-memory design for real-time adaptability, unlike purely reactive methods that typically activate adaptation only after performance degradation is observed. By using dynamic thresholding and remaining agnostic to data distributions, SCCM supports KPI-based monitoring across varying data streams, including high-dimensional and large-scale settings. SCCM is integrated with four online regression models and evaluated on 18 synthetic datasets covering abrupt, incremental, and alternating gradual drift, together with eight real-world datasets. The evaluation uses both R2 and MSE and compares against eight detector--adaptation baselines. Results show improved predictive performance and effective drift handling across the evaluated online regression settings.
Problem

Research questions and friction points this paper is trying to address.

concept drift
predictive performance
adaptive learning
online regression
dynamic hyperparameter tuning
Innovation

Methods, ideas, or system contributions that make the work stand out.

Stream Cruise Control Method
Drift Detection and Adaptation
Dynamic Thresholding
Real-time Adaptability
KPI-based Monitoring
🔎 Similar Papers
No similar papers found.
💼 Related Jobs
No related jobs found.
M
Mohammad Abu-Shaira
Department of Computer Science and Engineering, University of North Texas, 1155 Union Circle #311366, Denton, 76203, Texas, USA
Weishi Shi
Weishi Shi
University of North Texas
Data miningMachine learningActive learning.