paper-with-me

홈 › Papers

Adaptation Strategies for Automated Machine Learning on Evolving Data

2020-06-09 · Bilge Celik, Joaquin Vanschoren

Automated Machine Learning (AutoML) systems have been shown to efficiently build good models for new datasets. However, it is often not clear how well they can adapt when the data evolves over time. The main goal of this study is to understand the effect of data stream challenges such as concept drift on the performance of AutoML methods, and which adaptation strategies can be employed to make them more robust. To that end, we propose 6 concept drift adaptation strategies and evaluate their effectiveness on different AutoML approaches. We do this for a variety of AutoML approaches for building machine learning pipelines, including those that leverage Bayesian optimization, genetic programming, and random search with automated stacking. These are evaluated empirically on real-world and synthetic data streams with different types of concept drift. Based on this analysis, we propose ways to develop more sophisticated and robust AutoML techniques.

📄 PDF Abstract BibTeX arXiv:2006.06480

Code (1)

openml/continual-automl 공식 구현

Tasks

AutoMLBayesian OptimizationBIG-bench Machine Learning

Methods 이 논문이 사용한 방법론

Random Search Random Search replaces the exhaustive enumeration of all combinations by selecting them randomly. This can be simply applied to the discrete setting described above, but also…

Similar Papers 제목 키워드 기반

Automated Adaptation Strategies for Stream Learning

2018-12-27 · Rashid Bakirov, Bogdan Gabrys, Damien Fay

Automation of machine learning model development is increasingly becoming an established research area. While automated model selection and automated data pre-processing have been studied in depth, there is, however, a g…

Model Selection

JailbreakSkill: Scaling Automated Red-Teaming with Reusable and Ever-Evolving Skills

2026-08-17 · Xiaoyu Wen, Jiajia Li, Zhida He, Peng Yu 외 arxiv

Automated red-teaming has produced a growing collection of attack strategies, yet they typically remain scattered across prompts and workflows, making them difficult to systematically integrate, reuse, and improve at sca…

On-the-fly learning of adaptive strategies with bandit algorithms

2021-05-20 · ICML Workshop AutoML 2021 7 · Rashid Bakirov, Damien Fay, Bogdan Gabrys

Automation of machine learning model development is increasingly becoming an established research area. While automated model selection and automated data pre-processing have been studied in depth, there is, however, a g…

Model Selection

Evolving Machine Learning: A Survey

2025-05-23 · Ignacio Cabrera Martin, Subhaditya Mukherjee, Almas Baimagambetov, Joaquin Vanschoren 외

In an era defined by rapid data evolution, traditional machine learning (ML) models often fall short in adapting to dynamic environments. Evolving Machine Learning (EML) has emerged as a critical paradigm, enabling conti…

Meta-LearningSurvey

AutoAdapt: An Automated Domain Adaptation Framework for LLMs

2026-03-09 · Sidharth Sinha, Anson Bastos, Xuchao Zhang, Akshay Nambi 외 arxiv

Large language models (LLMs) excel in open domains but struggle in specialized settings with limited data and evolving knowledge. Existing domain adaptation practices rely heavily on manual trial-and-error processes, inc…

Domain Adaptation