LGDBMLMar 21, 2020

ARDA: Automatic Relational Data Augmentation for Machine Learning

arXiv:2003.09758v115 citations
AI Analysis

This work addresses the need for more accessible and efficient machine learning by automating data augmentation, which is incremental as it builds on existing AutoML efforts.

The paper tackles the problem of automating data augmentation in machine learning by introducing ARDA, a system that searches and joins external data with input datasets and selects relevant features, resulting in improved predictive performance as demonstrated in empirical evaluations.

Automatic machine learning (\AML) is a family of techniques to automate the process of training predictive models, aiming to both improve performance and make machine learning more accessible. While many recent works have focused on aspects of the machine learning pipeline like model selection, hyperparameter tuning, and feature selection, relatively few works have focused on automatic data augmentation. Automatic data augmentation involves finding new features relevant to the user's predictive task with minimal ``human-in-the-loop'' involvement. We present \system, an end-to-end system that takes as input a dataset and a data repository, and outputs an augmented data set such that training a predictive model on this augmented dataset results in improved performance. Our system has two distinct components: (1) a framework to search and join data with the input data, based on various attributes of the input, and (2) an efficient feature selection algorithm that prunes out noisy or irrelevant features from the resulting join. We perform an extensive empirical evaluation of different system components and benchmark our feature selection algorithm on real-world datasets.

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