paper-with-me

Papers

Efficient End-to-End AutoML via Scalable Search Space Decomposition

2022-06-19 · Yang Li, Yu Shen, Wentao Zhang, Ce Zhang, Bin Cui

End-to-end AutoML has attracted intensive interests from both academia and industry which automatically searches for ML pipelines in a space induced by feature engineering, algorithm/model selection, and hyper-parameter tuning. Existing AutoML systems, however, suffer from scalability issues when applying to application domains with large, high-dimensional search spaces. We present VolcanoML, a scalable and extensible framework that facilitates systematic exploration of large AutoML search spaces. VolcanoML introduces and implements basic building blocks that decompose a large search space into smaller ones, and allows users to utilize these building blocks to compose an execution plan for the AutoML problem at hand. VolcanoML further supports a Volcano-style execution model -- akin to the one supported by modern database systems -- to execute the plan constructed. Our evaluation demonstrates that, not only does VolcanoML raise the level of expressiveness for search space decomposition in AutoML, it also leads to actual findings of decomposition strategies that are significantly more efficient than the ones employed by state-of-the-art AutoML systems such as auto-sklearn. This paper is the extended version of the initial VolcanoML paper appeared in VLDB 2021.

📄 PDF Abstract BibTeX arXiv:2206.09423

Code (1)

PKU-DAIR/mindware 공식 구현

Tasks

AutoMLFeature EngineeringModel Selection

Similar Papers 제목 키워드 기반

VolcanoML: Speeding up End-to-End AutoML via Scalable Search Space Decomposition

2021-07-19 · Yang Li, Yu Shen, Wentao Zhang, Jiawei Jiang 외

End-to-end AutoML has attracted intensive interests from both academia and industry, which automatically searches for ML pipelines in a space induced by feature engineering, algorithm/model selection, and hyper-parameter…

AutoMLFeature EngineeringModel Selection

Katib: A Distributed General AutoML Platform on Kubernetes

2019-01-01 · USENIX Conference on Operational Machine Learning 2019 2019 1 · Jinan Zhou, Andrey Velichkevich, Kirill Prosvirov, Anubhav Garg 외

Automatic Machine Learning (AutoML) is a powerful mechanism to design and tune models. We present Katib, a scalable Kubernetes-native general AutoML platform that can support a range of AutoML algorithms including both h…

AutoMLHyperparameter OptimizationManagementNeural Architecture Search

ShrinkML: End-to-End ASR Model Compression Using Reinforcement Learning

2019-07-08 · Łukasz Dudziak, Mohamed S. Abdelfattah, Ravichander Vipperla, Stefanos Laskaridis 외

End-to-end automatic speech recognition (ASR) models are increasingly large and complex to achieve the best possible accuracy. In this paper, we build an AutoML system that uses reinforcement learning (RL) to optimize th…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)AutoMLModel Compression+6

DREAM: Debugging and Repairing AutoML Pipelines

2023-12-31 · XiaoYu Zhang, Juan Zhai, Shiqing Ma, Chao Shen

Deep Learning models have become an integrated component of modern software systems. In response to the challenge of model design, researchers proposed Automated Machine Learning (AutoML) systems, which automatically sea…

AutoML

A Scalable AutoML Approach Based on Graph Neural Networks

2021-10-29 · Mossad Helali, Essam Mansour, Ibrahim Abdelaziz, Julian Dolby 외

AutoML systems build machine learning models automatically by performing a search over valid data transformations and learners, along with hyper-parameter optimization for each learner. Many AutoML systems use meta-learn…

AutoMLGraph GenerationMeta-Learningvalid