Agent Tuning & Optimization 相关度: 5/10

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

Jannis Maier, Lennart Purucker
arXiv: 2603.10582v1 发布: 2026-03-11 更新: 2026-03-11

AI 摘要

HAPEns是一种硬件感知的后验集成方法,旨在平衡表格数据的预测性能和硬件效率。

主要贡献

  • 提出HAPEns:一种硬件感知的后验集成方法
  • 使用多目标优化和质量多样性优化构建Pareto前沿的集成
  • 证明HAPEns在表格数据分类任务中优于现有方法

方法论

利用多目标优化和质量多样性优化,在预测性能和资源使用之间寻找Pareto最优的集成。

原文摘要

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.

标签

集成学习 硬件感知 多目标优化 表格数据 后验集成

arXiv 分类

cs.LG