RocketStack: Level-aware Deep Recursive Ensemble Learning Architecture
\c{C}a\u{g}atay Demirel

TL;DR
RocketStack introduces a level-aware recursive stacking architecture that enhances ensemble learning by pruning, regularizing, and compressing models across multiple levels, achieving improved accuracy and efficiency on diverse datasets.
Contribution
It extends deep stacking architectures with novel pruning, regularization, and compression techniques, enabling scalable, depth-aware ensemble learning with sublinear computational growth.
Findings
Increasing accuracy with depth confirmed across datasets.
Out-of-fold perturbation improves stability and late-level gains.
Periodic compression reduces runtime and feature dimensionality with minimal accuracy loss.
Abstract
Ensemble learning remains a cornerstone of machine learning, with stacking used to integrate predictions from multiple base learners through a meta-model. However, deep stacking remains uncommon due to feature redundancy, complexity, and computational burden. To address these limitations, RocketStack is introduced as a level-aware recursive stacking architecture explored up to ten stacking levels, extending beyond prior architectures. At level 1, base-learner predictions are fused with original features; at later levels, weaker learners are incrementally pruned using out-of-fold (OOF) scores. To curb early saturation, pruning is regularized by applying Gaussian perturbations at two noise scales to OOF scores prior to model selection for next-level stacking, alongside deterministic pruning. To control feature growth, periodic compression is applied at levels 3, 6, and 9 using Simple,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsBalanced Selection
