Search papers, labs, and topics across Lattice.
This paper introduces TabPack, an innovative ensemble method for multilayer perceptrons (MLPs) that efficiently trains multiple models with varying hyperparameters in parallel, significantly reducing the need for extensive hyperparameter tuning. By allowing users to specify only ranges for hyperparameters rather than exact values, TabPack achieves strong performance on tabular data with minimal computational resources. Experiments demonstrate that TabPack's default configuration matches the performance of extensively tuned methods while being faster and less resource-intensive, highlighting its practical advantages for deep learning applications in tabular settings.
Achieving competitive performance on tabular tasks without the burden of hyperparameter tuning, TabPack drastically cuts down training time and resource usage.
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.