LGSep 9, 2021

AutoSmart: An Efficient and Automatic Machine Learning framework for Temporal Relational Data

arXiv:2109.04115v19 citations
Originality Incremental advance
AI Analysis

This provides an efficient solution for industrial ML practitioners dealing with temporal relational data, though it appears incremental as it builds on existing AutoML concepts.

The paper tackles the problem of labor-intensive feature engineering for temporal relational data in industrial ML by proposing AutoSmart, an automatic framework that won the KDD Cup 2019 AutoML Track, outperforming baselines on multiple datasets.

Temporal relational data, perhaps the most commonly used data type in industrial machine learning applications, needs labor-intensive feature engineering and data analyzing for giving precise model predictions. An automatic machine learning framework is needed to ease the manual efforts in fine-tuning the models so that the experts can focus more on other problems that really need humans' engagement such as problem definition, deployment, and business services. However, there are three main challenges for building automatic solutions for temporal relational data: 1) how to effectively and automatically mining useful information from the multiple tables and the relations from them? 2) how to be self-adjustable to control the time and memory consumption within a certain budget? and 3) how to give generic solutions to a wide range of tasks? In this work, we propose our solution that successfully addresses the above issues in an end-to-end automatic way. The proposed framework, AutoSmart, is the winning solution to the KDD Cup 2019 of the AutoML Track, which is one of the largest AutoML competition to date (860 teams with around 4,955 submissions). The framework includes automatic data processing, table merging, feature engineering, and model tuning, with a time\&memory controller for efficiently and automatically formulating the models. The proposed framework outperforms the baseline solution significantly on several datasets in various domains.

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