English

Fast, Accurate, and Simple Models for Tabular Data via Augmented Distillation

Machine Learning 2021-11-05 v1 Machine Learning

Abstract

Automated machine learning (AutoML) can produce complex model ensembles by stacking, bagging, and boosting many individual models like trees, deep networks, and nearest neighbor estimators. While highly accurate, the resulting predictors are large, slow, and opaque as compared to their constituents. To improve the deployment of AutoML on tabular data, we propose FAST-DAD to distill arbitrarily complex ensemble predictors into individual models like boosted trees, random forests, and deep networks. At the heart of our approach is a data augmentation strategy based on Gibbs sampling from a self-attention pseudolikelihood estimator. Across 30 datasets spanning regression and binary/multiclass classification tasks, FAST-DAD distillation produces significantly better individual models than one obtains through standard training on the original data. Our individual distilled models are over 10x faster and more accurate than ensemble predictors produced by AutoML tools like H2O/AutoSklearn.

Keywords

Cite

@article{arxiv.2006.14284,
  title  = {Fast, Accurate, and Simple Models for Tabular Data via Augmented Distillation},
  author = {Rasool Fakoor and Jonas Mueller and Nick Erickson and Pratik Chaudhari and Alexander J. Smola},
  journal= {arXiv preprint arXiv:2006.14284},
  year   = {2021}
}
R2 v1 2026-06-23T16:37:06.150Z