paper-with-me

홈 › Papers

Handling Concept Drift via Model Reuse

2018-09-08 · Peng Zhao, Le-Wen Cai, Zhi-Hua Zhou

In many real-world applications, data are often collected in the form of stream, and thus the distribution usually changes in nature, which is referred as concept drift in literature. We propose a novel and effective approach to handle concept drift via model reuse, leveraging previous knowledge by reusing models. Each model is associated with a weight representing its reusability towards current data, and the weight is adaptively adjusted according to the model performance. We provide generalization and regret analysis. Experimental results also validate the superiority of our approach on both synthetic and real-world datasets.

📄 PDF Abstract BibTeX arXiv:1809.02804

Code (0)

등록된 구현이 없습니다.

Tasks

model

Similar Papers 제목 키워드 기반

Recurring Concept Meta-learning for Evolving Data Streams

2019-05-21 · Robert Anderson, Yun Sing Koh, Gillian Dobbie, Albert Bifet

When concept drift is detected during classification in a data stream, a common remedy is to retrain a framework's classifier. However, this loses useful information if the classifier has learnt the current concept well,…

DiversityGeneral ClassificationMeta-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

Analyzing Flight Delay Prediction Under Concept Drift

2021-04-05 · Lucas Giusti, Leonardo Carvalho, Antonio Tadeu Gomes, Rafaelli Coutinho 외

Flight delays impose challenges that impact any flight transportation system. Predicting when they are going to occur is an important way to mitigate this issue. However, the behavior of the flight delay system varies th…

Prediction

Handling Adversarial Concept Drift in Streaming Data

2018-03-24 · Tegjyot Singh Sethi, Mehmed Kantardzic

Classifiers operating in a dynamic, real world environment, are vulnerable to adversarial activity, which causes the data distribution to change over time. These changes are traditionally referred to as concept drift, an…

Active LearningDrift Detection

Handling Concept Drift for Predictions in Business Process Mining

2020-05-12 · Lucas Baier, Josua Reimold, Niklas Kühl

Predictive services nowadays play an important role across all business sectors. However, deployed machine learning models are challenged by changing data streams over time which is described as concept drift. Prediction…

BIG-bench Machine Learning