OLR-WAA: Adaptive and Drift-Resilient Online Regression with Dynamic Weighted Averaging
By: Mohammad Abu-Shaira, Weishi Shi
Real-world datasets frequently exhibit evolving data distributions, reflecting temporal variations and underlying shifts. Overlooking this phenomenon, known as concept drift, can substantially degrade the predictive performance of the model. Furthermore, the presence of hyperparameters in online models exacerbates this issue, as these parameters are typically fixed and lack the flexibility to dynamically adjust to evolving data. This paper introduces "OLR-WAA: An Adaptive and Drift-Resilient Online Regression with Dynamic Weighted Average", a hyperparameter-free model designed to tackle the challenges of non-stationary data streams and enable effective, continuous adaptation. The objective is to strike a balance between model stability and adaptability. OLR-WAA incrementally updates its base model by integrating incoming data streams, utilizing an exponentially weighted moving average. It further introduces a unique optimization mechanism that dynamically detects concept drift, quantifies its magnitude, and adjusts the model based on real-time data characteristics. Rigorous evaluations show that it matches batch regression performance in static settings and consistently outperforms or rivals state-of-the-art online models, confirming its effectiveness. Concept drift datasets reveal a performance gap that OLR-WAA effectively bridges, setting it apart from other online models. In addition, the model effectively handles confidence-based scenarios through a conservative update strategy that prioritizes stable, high-confidence data points. Notably, OLR-WAA converges rapidly, consistently yielding higher R2 values compared to other online models.
Similar Papers
DAO-GP Drift Aware Online Non-Linear Regression Gaussian-Process
Machine Learning (CS)
Helps computers learn from changing information.
Scenario-based Regularization: A Tractable Framework for Distributionally Robust Stochastic Optimization
Optimization and Control
Helps make better decisions with uncertain future information.
Adapting to Online Distribution Shifts in Deep Learning: A Black-Box Approach
Machine Learning (CS)
Helps computers learn better when information changes.