AgEBO-Tabular: Joint Neural Architecture and Hyperparameter Search with Autotuned Data-Parallel Training for Tabular Data
Romain Egele, Prasanna Balaprakash, Venkatram Vishwanath, Isabelle, Guyon, Zhengying Liu

TL;DR
AgEBO-Tabular introduces a joint neural architecture and hyperparameter search method with autotuned data-parallel training, significantly improving model performance and inference speed for large tabular datasets.
Contribution
The paper presents a novel combined approach of aging evolution and Bayesian optimization for neural architecture and hyperparameter search tailored for large tabular data.
Findings
Outperforms state-of-the-art AutoML ensemble models in inference speed by two orders of magnitude.
Achieves similar accuracy to existing models while significantly reducing training time.
Generates high-performing neural network models for large benchmark datasets.
Abstract
Developing high-performing predictive models for large tabular data sets is a challenging task. The state-of-the-art methods are based on expert-developed model ensembles from different supervised learning methods. Recently, automated machine learning (AutoML) is emerging as a promising approach to automate predictive model development. Neural architecture search (NAS) is an AutoML approach that generates and evaluates multiple neural network architectures concurrently and improves the accuracy of the generated models iteratively. A key issue in NAS, particularly for large data sets, is the large computation time required to evaluate each generated architecture. While data-parallel training is a promising approach that can address this issue, its use within NAS is difficult. For different data sets, the data-parallel training settings such as the number of parallel processes, learning…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Machine Learning and Algorithms · Advanced Neural Network Applications
MethodsAging Evolution
