paper-with-me

Papers

Hardware Aware Ensemble Selection for Balancing Predictive Accuracy and Cost

2024-08-05 · Jannis Maier, Felix Möller, Lennart Purucker

Automated Machine Learning (AutoML) significantly simplifies the deployment of machine learning models by automating tasks from data preprocessing to model selection to ensembling. AutoML systems for tabular data often employ post hoc ensembling, where multiple models are combined to improve predictive accuracy. This typically results in longer inference times, a major limitation in practical deployments. Addressing this, we introduce a hardware-aware ensemble selection approach that integrates inference time into post hoc ensembling. By leveraging an existing framework for ensemble selection with quality diversity optimization, our method evaluates ensemble candidates for their predictive accuracy and hardware efficiency. This dual focus allows for a balanced consideration of accuracy and operational efficiency. Thus, our approach enables practitioners to choose from a Pareto front of accurate and efficient ensembles. Our evaluation using 83 classification datasets shows that our approach sustains competitive accuracy and can significantly improve ensembles' operational efficiency. The results of this study provide a foundation for extending these principles to additional hardware constraints, setting the stage for the development of more resource-efficient AutoML systems.

📄 PDF Abstract BibTeX arXiv:2408.02280

Code (1)

atraxus/ha-es 공식 구현

Tasks

AutoMLDiversityModel Selection

Methods 이 논문이 사용한 방법론

HOC 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

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

2026-03-11 · Jannis Maier, Lennart Purucker arxiv

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 met…

Optimizing Prognostic Biomarker Discovery in Pancreatic Cancer Through Hybrid Ensemble Feature Selection and Multi-Omics Data

2025-09-02 · John Zobolas, Anne-Marie George, Alberto López, Sebastian Fischer 외 arxiv

Prediction of patient survival using high-dimensional multi-omics data requires systematic feature selection methods that ensure predictive performance, sparsity, and reliability for prognostic biomarker discovery. We de…

Balancing Performance and Energy Consumption of Bagging Ensembles for the Classification of Data Streams in Edge Computing

2022-01-17 · Guilherme Cassales, Heitor Gomes, Albert Bifet, Bernhard Pfahringer 외

In recent years, the Edge Computing (EC) paradigm has emerged as an enabling factor for developing technologies like the Internet of Things (IoT) and 5G networks, bridging the gap between Cloud Computing services and end…

Cloud ComputingEdge-computing

An Experimental Study on the Rashomon Effect of Balancing Methods in Imbalanced Classification

2024-03-22 · Mustafa Cavus, Przemysław Biecek

Predictive models may generate biased predictions when classifying imbalanced datasets. This happens when the model favors the majority class, leading to low performance in accurately predicting the minority class. To ad…

imbalanced classificationModel Selection

Developing parsimonious ensembles using ensemble diversity within a reinforcement learning framework

2018-05-05 · Ana Stanescu, Gaurav Pandey

Heterogeneous ensembles built from the predictions of a wide variety and large number of diverse base predictors represent a potent approach to building predictive models for problems where the ideal base/individual pred…

Diversityreinforcement-learningReinforcement LearningReinforcement Learning (RL)