LGApr 17

Benchmarking Optimizers for MLPs in Tabular Deep Learning

arXiv:2604.1529726.9h-index: 7
Predicted impact top 13% in LG · last 90 daysOriginality Synthesis-oriented
AI Analysis

For practitioners and researchers using MLPs on tabular data, this provides a systematic comparison of optimizers, highlighting Muon as a superior alternative to AdamW.

The paper benchmarks 15 optimizers on 17 tabular datasets for training MLP-based models, finding that Muon consistently outperforms AdamW, making it a strong practical choice if training overhead is acceptable.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes