paper-with-me

Papers

PSEO: Optimizing Post-hoc Stacking Ensemble Through Hyperparameter Tuning

2025-08-07 · Beicheng Xu, Wei Liu, Keyao Ding, Yupeng Lu, Bin Cui arxiv

The Combined Algorithm Selection and Hyperparameter Optimization (CASH) problem is fundamental in Automated Machine Learning (AutoML). Inspired by the success of ensemble learning, recent AutoML systems construct post-hoc ensembles for final predictions rather than relying on the best single model. However, while most CASH methods conduct extensive searches for the optimal single model, they typically employ fixed strategies during the ensemble phase that fail to adapt to specific task characteristics. To tackle this issue, we propose PSEO, a framework for post-hoc stacking ensemble optimization. First, we conduct base model selection through binary quadratic programming, with a trade-off between diversity and performance. Furthermore, we introduce two mechanisms to fully realize the potential of multi-layer stacking. Finally, PSEO builds a hyperparameter space and searches for the optimal post-hoc ensemble strategy within it. Empirical results on 80 public datasets show that \sys achieves the best average test rank (2.96) among 16 methods, including post-hoc designs in recent AutoML systems and state-of-the-art ensemble learning methods.

📄 PDF Abstract BibTeX arXiv:2508.05144

Code (0)

등록된 구현이 없습니다.

Tasks

Hyperparameter OptimizationEnsemble Learning

Similar Papers 제목 키워드 기반

Optimizing Ensemble Weights and Hyperparameters of Machine Learning Models for Regression Problems

2019-08-14 · Mohsen Shahhosseini, Guiping Hu, Hieu Pham

Aggregating multiple learners through an ensemble of models aim to make better predictions by capturing the underlying distribution of the data more accurately. Different ensembling methods, such as bagging, boosting, an…

BIG-bench Machine Learningregression

Ensemble Prediction via Covariate-dependent Stacking

2024-08-19 · Tomoya Wakayama, Shonosuke Sugasawa

This study proposes a novel approach to ensemble prediction, called ``covariate-dependent stacking'' (CDST). Unlike traditional stacking methods, CDST allows model weights to vary flexibly as a function of covariates, th…

Computational EfficiencyPrediction

Optimizing Multi-Class Text Classification: A Diverse Stacking Ensemble Framework Utilizing Transformers

2023-08-19 · Anusuya Krishnan

Customer reviews play a crucial role in assessing customer satisfaction, gathering feedback, and driving improvements for businesses. Analyzing these reviews provides valuable insights into customer sentiments, including…

ClassificationMulti Class Text Classificationtext-classificationText Classification

Systematic Ensemble Learning for Regression

2014-03-28 · Roberto Aldave, Jean-Pierre Dussault

The motivation of this work is to improve the performance of standard stacking approaches or ensembles, which are composed of simple, heterogeneous base models, through the integration of the generation and selection sta…

Ensemble Learningregression

BagStacking: An Integrated Ensemble Learning Approach for Freezing of Gait Detection in Parkinson's Disease

2024-02-24 · Seffi Cohen, Lior Rokach

This paper introduces BagStacking, a novel ensemble learning method designed to enhance the detection of Freezing of Gait (FOG) in Parkinson's Disease (PD) by using a lower-back sensor to track acceleration. Building on …

Ensemble Learning