paper-with-me

Papers

AutoWeka4MCPS-AVATAR: Accelerating Automated Machine Learning Pipeline Composition and Optimisation

2020-11-21 · Tien-Dung Nguyen, Bogdan Gabrys, Katarzyna Musial

Automated machine learning pipeline (ML) composition and optimisation aim at automating the process of finding the most promising ML pipelines within allocated resources (i.e., time, CPU and memory). Existing methods, such as Bayesian-based and genetic-based optimisation, which are implemented in Auto-Weka, Auto-sklearn and TPOT, evaluate pipelines by executing them. Therefore, the pipeline composition and optimisation of these methods frequently require a tremendous amount of time that prevents them from exploring complex pipelines to find better predictive models. To further explore this research challenge, we have conducted experiments showing that many of the generated pipelines are invalid in the first place, and attempting to execute them is a waste of time and resources. To address this issue, we propose a novel method to evaluate the validity of ML pipelines, without their execution, using a surrogate model (AVATAR). The AVATAR generates a knowledge base by automatically learning the capabilities and effects of ML algorithms on datasets' characteristics. This knowledge base is used for a simplified mapping from an original ML pipeline to a surrogate model which is a Petri net based pipeline. Instead of executing the original ML pipeline to evaluate its validity, the AVATAR evaluates its surrogate model constructed by capabilities and effects of the ML pipeline components and input/output simplified mappings. Evaluating this surrogate model is less resource-intensive than the execution of the original pipeline. As a result, the AVATAR enables the pipeline composition and optimisation methods to evaluate more pipelines by quickly rejecting invalid pipelines. We integrate the AVATAR into the sequential model-based algorithm configuration (SMAC). Our experiments show that when SMAC employs AVATAR, it finds better solutions than on its own.

📄 PDF Abstract BibTeX arXiv:2011.11846

Code (1)

UTS-AAi/autoweka 공식 구현

Tasks

BIG-bench Machine LearningCPUSMACSMAC+

Similar Papers 제목 키워드 기반

Exploring Opportunistic Meta-knowledge to Reduce Search Spaces for Automated Machine Learning

2021-05-01 · Tien-Dung Nguyen, David Jacob Kedziora, Katarzyna Musial, Bogdan Gabrys

Machine learning (ML) pipeline composition and optimisation have been studied to seek multi-stage ML models, i.e. preprocessor-inclusive, that are both valid and well-performing. These processes typically require the des…

BIG-bench Machine Learningvalid

On Taking Advantage of Opportunistic Meta-knowledge to Reduce Configuration Spaces for Automated Machine Learning

2022-08-08 · David Jacob Kedziora, Tien-Dung Nguyen, Katarzyna Musial, Bogdan Gabrys

The automated machine learning (AutoML) process can require searching through complex configuration spaces of not only machine learning (ML) components and their hyperparameters but also ways of composing them together, …

AutoMLMeta-LearningSpecificity

AutoMLBench: A Comprehensive Experimental Evaluation of Automated Machine Learning Frameworks

2022-04-18 · Hassan Eldeeb, Mohamed Maher, Radwa Elshawi, Sherif Sakr

With the booming demand for machine learning applications, it has been recognized that the number of knowledgeable data scientists can not scale with the growing data volumes and application needs in our digital world. I…

AutoMLBIG-bench Machine LearningMeta-Learning

Towards Developing Safety Assurance Cases for Learning-Enabled Medical Cyber-Physical Systems

2022-11-23 · Maryam Bagheri, Josephine Lamp, Xugui Zhou, Lu Feng 외

Machine Learning (ML) technologies have been increasingly adopted in Medical Cyber-Physical Systems (MCPS) to enable smart healthcare. Assuring the safety and effectiveness of learning-enabled MCPS is challenging, as suc…

MCP Safety Audit: LLMs with the Model Context Protocol Allow Major Security Exploits

2025-04-02 · Brandon Radosevich, John Halloran

To reduce development overhead and enable seamless integration between potential components comprising any given generative AI application, the Model Context Protocol (MCP) (Anthropic, 2024) has recently been released an…