paper-with-me

Papers

A post-selection algorithm for improving dynamic ensemble selection methods

2023-09-25 · Paulo R. G. Cordeiro, George D. C. Cavalcanti, Rafael M. O. Cruz

Dynamic Ensemble Selection (DES) is a Multiple Classifier Systems (MCS) approach that aims to select an ensemble for each query sample during the selection phase. Even with the proposal of several DES approaches, no particular DES technique is the best choice for different problems. Thus, we hypothesize that selecting the best DES approach per query instance can lead to better accuracy. To evaluate this idea, we introduce the Post-Selection Dynamic Ensemble Selection (PS-DES) approach, a post-selection scheme that evaluates ensembles selected by several DES techniques using different metrics. Experimental results show that using accuracy as a metric to select the ensembles, PS-DES performs better than individual DES techniques. PS-DES source code is available in a GitHub repository

📄 PDF Abstract BibTeX arXiv:2309.14307

Code (1)

prgc/ps-des 공식 구현

Similar Papers 제목 키워드 기반

PSEO: Optimizing Post-hoc Stacking Ensemble Through Hyperparameter Tuning

2025-08-07 · Beicheng Xu, Wei Liu, Keyao Ding, Yupeng Lu 외 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-ho…

Hyperparameter OptimizationEnsemble Learning

Classifier Pool Generation based on a Two-level Diversity Approach

2020-11-03 · Marcos Monteiro, Alceu S. Britto Jr, Jean P. Barddal, Luiz S. Oliveira 외

This paper describes a classifier pool generation method guided by the diversity estimated on the data complexity and classifier decisions. First, the behavior of complexity measures is assessed by considering several su…

DiversityVocal Bursts Valence Prediction

Q(D)O-ES: Population-based Quality (Diversity) Optimisation for Post Hoc Ensemble Selection in AutoML

2023-07-17 · Lennart Purucker, Lennart Schneider, Marie Anastacio, Joeran Beel 외

Automated machine learning (AutoML) systems commonly ensemble models post hoc to improve predictive performance, typically via greedy ensemble selection (GES). However, we believe that GES may not always be optimal, as i…

AutoMLDiversity

Towards a Unified Framework for Uncertainty-aware Nonlinear Variable Selection with Theoretical Guarantees

2022-04-15 · Wenying Deng, Beau Coker, Rajarshi Mukherjee, Jeremiah Zhe Liu 외

We develop a simple and unified framework for nonlinear variable selection that incorporates uncertainty in the prediction function and is compatible with a wide range of machine learning models (e.g., tree ensembles, ke…

Variable Selection

Cost-sensitive Hierarchical Clustering for Dynamic Classifier Selection

2020-12-14 · Meinolf Sellmann, Tapan Shah

We consider the dynamic classifier selection (DCS) problem: Given an ensemble of classifiers, we are to choose which classifier to use depending on the particular input vector that we get to classify. The problem is a sp…

Clustering