AI Designing AI: An AutoML Review

Synced
SyncedReview
Published in
4 min readMay 21, 2019

Automated machine learning (AutoML) is a hot topic in artificial intelligence. Researchers from German digital and software company USU Software AG and the University of Stuttgart recently published a review paper summarizing the latest academic and industrial developments in AutoML.

Developing machine learning applications typically requires both domain experts and skilled data scientists. AutoML simplifies this, enabling domain experts to build machine learning applications independently and without specialized data science knowledge. The authors introduce a set of holistic problem formulations along with approaches for solving AutoML subproblems, and an empirical evaluation of these approaches.

The problem formulations include Machine Learning Pipeline, Pipeline Performance and Pipeline Creation Problem. Machine Learning Pipeline is an arbitrary directed acyclic graph (DAG) pipeline structure, where each node represents a data preprocessing, feature engineering, or modeling algorithm. Pipeline Performance refers to supervised learning but can be extended to reinforcement learning with proper loss functions. Pipeline Creation meanwhile is the first task in building an ML pipeline. Common best practices suggest a basic ML pipeline outline as shown in Figure 1.

Figure 1. Prototypical ML pipeline.

Many AutoML frameworks are preset to the fixed pipeline structure displayed in Figure 2 to eliminate complexity in determining graph structure and reduce the pipeline creation problem to a selection between a preprocessing and modeling algorithms.

Figure 2. Fixed ML pipeline used by most AutoML frameworks.

However, fixed-shape ML pipelines lack the flexibility required to effectively adapt to specific tasks. Variable shape pipelines — which comprise a set of ML primitives, an operator to clone a dataset, and an operator to combine multiple datasets — can overcome the restrictions of fixed-shape pipelines. Figure 3 shows a specialized ML pipeline that could be used for example for genetic programming, hierarchical planning, or self-play.

Figure 3. Specialized ML pipeline for a specific ML task

The paper also summarizes six algorithm selections and hyperparameter optimizations: grid search, random search, sequential model-based optimization, evolutionary algorithms, multi-armed bandit learning, and gradient descent. Grid search evaluates a grid of configurations, and is the first approach for systematically exploring the configuration space. Random search randomly selects a value for each hyperparameter. Figure 4 shows configurations chosen by random search for two hyperparameters.

Figure 4. Random search selects configurations at random

Evolutionary algorithms are a combination of many population-based optimization algorithms. All instances of evolutionary algorithms follow the abstract procedure visualized in Figure 5. The bandit problem refers to a game between a player and an adversary. Multi-armed bandit learning is bounded to a limited number of bandits, which makes it helpful for selecting categorical hyperparameter values. Gradient descent meanwhile is a powerful optimization method and an iterative minimization algorithm.

Figure 5. Schematic procedure of genetic programming

The paper provides empirical evaluations of different CASH and pipeline building algorithms through synthetic test functions, empirical performance models and the use of real datasets. Some results are shown in Figure 6 and Figure 7.

Figure 6. Results of all tested CASH solvers after 100 iterations
Figure 7. Misclassification rate in percent of AutoML frameworks on selected OpenML data sets

Although the USU Software AG and University of Stuttgart team note that a drawback of automating ML pipeline creation is interpretability, as the user “basically has no chance to understand why a specific pipeline has been selected,” they conclude that further research into the process can be expected to lead to improved holistic AutoML frameworks.

The paper Survey on Automated Machine Learning is on arXiv.

Author: Hongxi Li | Editor: Michael Sarazen

2018 Fortune Global 500 Public Company AI Adaptivity Report is out!
Purchase a Kindle-formatted report on Amazon.
Apply for Insight Partner Program to get a complimentary full PDF report.

Follow us on Twitter @Synced_Global for daily AI news!

We know you don’t want to miss any stories. Subscribe to our popular Synced Global AI Weekly to get weekly AI updates.

--

--

Synced
SyncedReview

AI Technology & Industry Review — syncedreview.com | Newsletter: http://bit.ly/2IYL6Y2 | Share My Research http://bit.ly/2TrUPMI | Twitter: @Synced_Global