AILGMLOct 31, 2018

Automated Machine Learning: From Principles to Practices

arXiv:1810.13306v5260 citations
Originality Synthesis-oriented
AI Analysis

It addresses the problem of tedious and difficult ML configuration for practitioners, but it is incremental as a survey paper.

This paper provides a comprehensive survey on automated machine learning (AutoML), which aims to generate satisfactory ML configurations for given tasks in a data-driven way to address the challenge of configuring and selecting proper methods.

Machine learning (ML) methods have been developing rapidly, but configuring and selecting proper methods to achieve a desired performance is increasingly difficult and tedious. To address this challenge, automated machine learning (AutoML) has emerged, which aims to generate satisfactory ML configurations for given tasks in a data-driven way. In this paper, we provide a comprehensive survey on this topic. We begin with the formal definition of AutoML and then introduce its principles, including the bi-level learning objective, the learning strategy, and the theoretical interpretation. Then, we summarize the AutoML practices by setting up the taxonomy of existing works based on three main factors: the search space, the search algorithm, and the evaluation strategy. Each category is also explained with the representative methods. Then, we illustrate the principles and practices with exemplary applications from configuring ML pipeline, one-shot neural architecture search, and integration with foundation models. Finally, we highlight the emerging directions of AutoML and conclude the survey.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes