AI Navigate

HAPEns: Hardware-Aware Post-Hoc Ensembling for Tabular Data

arXiv cs.LG / 3/12/2026

📰 NewsDeveloper Stack & InfrastructureTools & Practical UsageModels & Research

Key Points

  • HAPEns is a post-hoc ensembling method that balances predictive accuracy with hardware efficiency on tabular data.
  • It constructs a Pareto-front of diverse ensembles by jointly optimizing performance and resource usage for deployment.
  • Experiments on 83 tabular datasets show HAPEns outperforms baselines and highlight memory usage as a key objective metric.
  • The approach can meaningfully improve greedy ensembling with a static multi-objective weighting scheme, underscoring practical deployment benefits.

Abstract

Ensembling is commonly used in machine learning on tabular data to boost predictive performance and robustness, but larger ensembles often lead to increased hardware demand. We introduce HAPEns, a post-hoc ensembling method that explicitly balances accuracy against hardware efficiency. Inspired by multi-objective and quality diversity optimization, HAPEns constructs a diverse set of ensembles along the Pareto front of predictive performance and resource usage. Existing hardware-aware post-hoc ensembling baselines are not available, highlighting the novelty of our approach. Experiments on 83 tabular classification datasets show that HAPEns significantly outperforms baselines, finding superior trade-offs for ensemble performance and deployment cost. Ablation studies also reveal that memory usage is a particularly effective objective metric. Further, we show that even a greedy ensembling algorithm can be significantly improved in this task with a static multi-objective weighting scheme.