English

Divide, Specialize, and Route: A New Approach to Efficient Ensemble Learning

Machine Learning 2025-06-27 v1

Abstract

Ensemble learning has proven effective in boosting predictive performance, but traditional methods such as bagging, boosting, and dynamic ensemble selection (DES) suffer from high computational cost and limited adaptability to heterogeneous data distributions. To address these limitations, we propose Hellsemble, a novel and interpretable ensemble framework for binary classification that leverages dataset complexity during both training and inference. Hellsemble incrementally partitions the dataset into circles of difficulty by iteratively passing misclassified instances from simpler models to subsequent ones, forming a committee of specialised base learners. Each model is trained on increasingly challenging subsets, while a separate router model learns to assign new instances to the most suitable base model based on inferred difficulty. Hellsemble achieves strong classification accuracy while maintaining computational efficiency and interpretability. Experimental results on OpenML-CC18 and Tabzilla benchmarks demonstrate that Hellsemble often outperforms classical ensemble methods. Our findings suggest that embracing instance-level difficulty offers a promising direction for constructing efficient and robust ensemble systems.

Keywords

Cite

@article{arxiv.2506.20814,
  title  = {Divide, Specialize, and Route: A New Approach to Efficient Ensemble Learning},
  author = {Jakub Piwko and Jędrzej Ruciński and Dawid Płudowski and Antoni Zajko and Patryzja Żak and Mateusz Zacharecki and Anna Kozak and Katarzyna Woźnica},
  journal= {arXiv preprint arXiv:2506.20814},
  year   = {2025}
}

Comments

14 pages, 6 figures

R2 v1 2026-07-01T03:33:41.630Z