paper-with-me

홈 › Papers

Benchmarking Optimizers for MLPs in Tabular Deep Learning

2026-04-16 · Yury Gorishniy, Ivan Rubachev, Dmitrii Feoktistov, Artem Babenko arxiv

MLP is a heavily used backbone in modern deep learning (DL) architectures for supervised learning on tabular data, and AdamW is the go-to optimizer used to train tabular DL models. Unlike architecture design, however, the choice of optimizer for tabular DL has not been examined systematically, despite new optimizers showing promise in other domains. To fill this gap, we benchmark 15 optimizers on 17 tabular datasets for training MLP-based models in the standard supervised learning setting under a shared experiment protocol. Our main finding is that the Muon optimizer consistently outperforms AdamW, and thus should be considered a strong and practical choice for practitioners and researchers, if the associated training efficiency overhead is affordable. Additionally, we find exponential moving average of model weights to be a simple yet effective technique that improves AdamW on vanilla MLPs, though its effect is less consistent across model variants.

📄 PDF Abstract BibTeX arXiv:2604.15297

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Benchmarking Study of Kolmogorov-Arnold Networks on Tabular Data

2024-06-20 · Eleonora Poeta, Flavio Giobergia, Eliana Pastor, Tania Cerquitelli 외

Kolmogorov-Arnold Networks (KANs) have very recently been introduced into the world of machine learning, quickly capturing the attention of the entire community. However, KANs have mostly been tested for approximating co…

BenchmarkingKolmogorov-Arnold Networks

NAS-Bench-1Shot1: Benchmarking and Dissecting One-shot Neural Architecture Search

2020-01-28 · ICLR 2020 1 · Arber Zela, Julien Siems, Frank Hutter

One-shot neural architecture search (NAS) has played a crucial role in making NAS methods computationally feasible in practice. Nevertheless, there is still a lack of understanding on how these weight-sharing algorithms …

BenchmarkingNeural Architecture Search

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 u…

TabM: Advancing Tabular Deep Learning with Parameter-Efficient Ensembling

2024-10-31 · Yury Gorishniy, Akim Kotelnikov, Artem Babenko

Deep learning architectures for supervised learning on tabular data range from simple multilayer perceptrons (MLP) to sophisticated Transformers and retrieval-augmented methods. This study highlights a major, yet so far …

Deep LearningRetrieval

Partial Rankings of Optimizers

2024-02-26 · Julian Rodemann, Hannah Blocher

We introduce a framework for benchmarking optimizers according to multiple criteria over various test functions. Based on a recently introduced union-free generic depth function for partial orders/rankings, it fully expl…

Benchmarking