paper-with-me

홈 › Papers

Switching Scheme: A Novel Approach for Handling Incremental Concept Drift in Real-World Data Sets

2020-11-05 · Lucas Baier, Vincent Kellner, Niklas Kühl, Gerhard Satzger

Machine learning models nowadays play a crucial role for many applications in business and industry. However, models only start adding value as soon as they are deployed into production. One challenge of deployed models is the effect of changing data over time, which is often described with the term concept drift. Due to their nature, concept drifts can severely affect the prediction performance of a machine learning system. In this work, we analyze the effects of concept drift in the context of a real-world data set. For efficient concept drift handling, we introduce the switching scheme which combines the two principles of retraining and updating of a machine learning model. Furthermore, we systematically analyze existing regular adaptation as well as triggered adaptation strategies. The switching scheme is instantiated on New York City taxi data, which is heavily influenced by changing demand patterns over time. We can show that the switching scheme outperforms all other baselines and delivers promising prediction results.

📄 PDF Abstract BibTeX arXiv:2011.02738

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Handling Concept Drifts in Regression Problems -- the Error Intersection Approach

2020-04-01 · Lucas Baier, Marcel Hofmann, Niklas Kühl, Marisa Mohr 외

Machine learning models are omnipresent for predictions on big data. One challenge of deployed models is the change of the data over time, a phenomenon called concept drift. If not handled correctly, a concept drift can …

BIG-bench Machine Learningregression

Unsupervised Unlearning of Concept Drift with Autoencoders

2022-11-23 · André Artelt, Kleanthis Malialis, Christos Panayiotou, Marios Polycarpou 외

Concept drift refers to a change in the data distribution affecting the data stream of future samples. Consequently, learning models operating on the data stream might become obsolete, and need costly and difficult adjus…

Drift DetectionIncremental Learning

DriftMoE: A Mixture of Experts Approach to Handle Concept Drifts

2025-07-24 · Miguel Aspis, Sebastián A. Cajas Ordónez, Andrés L. Suárez-Cetrulo, Ricardo Simón Carbajo arxiv

Learning from non-stationary data streams subject to concept drift requires models that can adapt on-the-fly while remaining resource-efficient. Existing adaptive ensemble methods often rely on coarse-grained adaptation …

Adaptive Decision Forest: An Incremental Machine Learning Framework

2021-01-28 · Md Geaur Rahman, Md Zahidul Islam

In this study, we present an incremental machine learning framework called Adaptive Decision Forest (ADF), which produces a decision forest to classify new records. Based on our two novel theorems, we introduce a new spl…

BIG-bench Machine Learning

Handling Concept Drift in Global Time Series Forecasting

2023-04-04 · Ziyi Liu, Rakshitha Godahewa, Kasun Bandara, Christoph Bergmeir

Machine learning (ML) based time series forecasting models often require and assume certain degrees of stationarity in the data when producing forecasts. However, in many real-world situations, the data distributions are…

Time SeriesTime Series Forecasting