paper-with-me

홈 › Papers

TabPack: Efficient Hyperparameter Ensembles for Tabular Deep Learning

2026-07-06 · Yury Gorishniy, Akim Kotelnikov, Ivan Rubachev, Artem Babenko arxiv

In deep learning for tabular data, efficient ensembles of multilayer perceptrons (MLPs) have recently emerged as effective and practical architectures. Existing methods of this kind use the same hyperparameters for all underlying MLPs, which requires hyperparameter tuning for achieving the best performance. In this work, we introduce TabPack, an efficient MLP ensemble with strong out-of-the-box performance and reduced reliance on traditional tuning. In a single run, TabPack samples and trains many MLPs with different hyperparameters efficiently in parallel and selects ensemble members on the fly during training. Thus, TabPack only requires specifying ranges from which to sample MLP hyperparameter rather than exact hyperparameter values, which naturally demands less precision for good performance. In experiments on medium-to-large public datasets, TabPack with default settings performs on par with extensively tuned prior methods, thus substantially reducing effort and compute resources needed to achieve competitive results on tabular tasks. Notably, running the default TabPack configuration on a modern MacBook took less time than tuning some baselines on an industry-grade GPU.

📄 PDF Abstract BibTeX arXiv:2607.05380

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AgEBO-Tabular: Joint Neural Architecture and Hyperparameter Search with Autotuned Data-Parallel Training for Tabular Data

2020-10-30 · Romain Egele, Prasanna Balaprakash, Venkatram Vishwanath, Isabelle Guyon 외

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. Recen…

AutoMLBayesian OptimizationNeural Architecture Search

TabArena: A Living Benchmark for Machine Learning on Tabular Data

2025-06-20 · Nick Erickson, Lennart Purucker, Andrej Tschalzev, David Holzmüller 외

With the growing popularity of deep learning and foundation models for tabular data, the need for standardized and reliable benchmarks is higher than ever. However, current benchmarks are static. Their design is not upda…

Benchmarking

Hyperparameter Ensembles for Robustness and Uncertainty Quantification

2020-06-24 · NeurIPS 2020 12 · Florian Wenzel, Jasper Snoek, Dustin Tran, Rodolphe Jenatton

Ensembles over neural network weights trained from different random initialization, known as deep ensembles, achieve state-of-the-art accuracy and calibration. The recently introduced batch ensembles provide a drop-in re…

Diversityimage-classificationImage ClassificationUncertainty Quantification

XGenBoost: Synthesizing Small and Large Tabular Datasets with XGBoost

2026-03-06 · Jim Achterberg, Marcel Haas, Bram van Dijk, Marco Spruit arxiv

Tree ensembles such as XGBoost are often preferred for discriminative tasks in mixed-type tabular data, due to their inductive biases, minimal hyperparameter tuning, and training efficiency. We argue that these qualities…

Neural Oblivious Decision Ensembles for Deep Learning on Tabular Data

2019-09-13 · ICLR 2020 1 · Sergei Popov, Stanislav Morozov, Artem Babenko

Nowadays, deep neural networks (DNNs) have become the main instrument for machine learning tasks within a wide range of domains, including vision, NLP, and speech. Meanwhile, in an important case of heterogenous tabular …

BIG-bench Machine LearningDeep LearningRepresentation Learning