English

LoMETab: Beyond Rank-1 Ensembles for Tabular Deep Learning

Machine Learning 2026-05-15 v1 Artificial Intelligence

Abstract

Recent tabular learning benchmarks increasingly show a tight performance cluster rather than a clear hierarchy among leading methods, spanning gradient boosted decision trees, attention-based architectures, and implicit ensembles such as TabM. As benchmark gains plateau, a complementary goal is to understand and control the mechanisms that make simple neural tabular models competitive. We propose LoMETab, a rank-rr generalization of multiplicative implicit ensembles. LoMETab lifts the rank-1 BatchEnsemble/TabM modulation to a rank-rr identity-residual Hadamard family by parameterizing each member weight as Wk=W(1+AkBk)W_k = W \odot (1 + A_kB_k^\top), where WW is shared and (Ak,Bk)(A_k, B_k) are member-specific low-rank factors. This exposes two practical diversity-control axes: the adapter rank rr and the initialization scale σinit\sigma_{\mathrm{init}}, and we prove that for r2r \ge 2 this generalization strictly enlarges BatchEnsemble's hypothesis class. Empirically, we show that this added capacity manifests as measurable predictive diversity after training: on representative classification datasets, LoMETab sustains higher pairwise KL than an additive low-rank ablation, and (r,σinit)(r, \sigma_{\mathrm{init}}) provides broad control over pairwise KL, varying by up to several orders of magnitude across configurations. The induced diversity is reflected in task-appropriate output-level measures: argmax disagreement for classification and ambiguity for regression, indicating that the control extends beyond pairwise KL to decision- and output-level member variation. Finally, experiments sweeping over adapter rank rr and initialization scale σinit\sigma_{\mathrm{init}} reveal that predictive performance is dataset-dependent over the (r,σinit)(r, \sigma_{\mathrm{init}}) grid, supporting LoMETab as a controllable family of implicit ensembles rather than a fixed rank-1 construction.

Cite

@article{arxiv.2605.14365,
  title  = {LoMETab: Beyond Rank-1 Ensembles for Tabular Deep Learning},
  author = {Changryeol Choi and Hyewon Park and Yujin Kwon and Gowun Jeong},
  journal= {arXiv preprint arXiv:2605.14365},
  year   = {2026}
}
R2 v1 2026-07-22T07:11:36.880Z