paper-with-me

Papers

META-DES.H: a dynamic ensemble selection technique using meta-learning and a dynamic weighting approach

2018-11-01 · Rafael M. O. Cruz, Robert Sabourin, George D. C. Cavalcanti

In Dynamic Ensemble Selection (DES) techniques, only the most competent classifiers are selected to classify a given query sample. Hence, the key issue in DES is how to estimate the competence of each classifier in a pool to select the most competent ones. In order to deal with this issue, we proposed a novel dynamic ensemble selection framework using meta-learning, called META-DES. The framework is divided into three steps. In the first step, the pool of classifiers is generated from the training data. In the second phase the meta-features are computed using the training data and used to train a meta-classifier that is able to predict whether or not a base classifier from the pool is competent enough to classify an input instance. In this paper, we propose improvements to the training and generalization phase of the META-DES framework. In the training phase, we evaluate four different algorithms for the training of the meta-classifier. For the generalization phase, three combination approaches are evaluated: Dynamic selection, where only the classifiers that attain a certain competence level are selected; Dynamic weighting, where the meta-classifier estimates the competence of each classifier in the pool, and the outputs of all classifiers in the pool are weighted based on their level of competence; and a hybrid approach, in which first an ensemble with the most competent classifiers is selected, after which the weights of the selected classifiers are estimated in order to be used in a weighted majority voting scheme. Experiments are carried out on 30 classification datasets. Experimental results demonstrate that the changes proposed in this paper significantly improve the recognition accuracy of the system in several datasets.

📄 PDF Abstract BibTeX arXiv:1811.01742

Code (0)

등록된 구현이 없습니다.

Tasks

Meta-Learning

Similar Papers 제목 키워드 기반

On Meta-Learning for Dynamic Ensemble Selection

2018-11-01 · Rafael M. O. Cruz, Robert Sabourin, George D. C. Cavalcanti

In this paper, we propose a novel dynamic ensemble selection framework using meta-learning. The framework is divided into three steps. In the first step, the pool of classifiers is generated from the training data. The s…

Meta-Learning

META-DES: A Dynamic Ensemble Selection Framework using Meta-Learning

2018-09-30 · Rafael M. O. Cruz, Robert Sabourin, George D. C. Cavalcanti, Tsang Ing Ren

Dynamic ensemble selection systems work by estimating the level of competence of each classifier from a pool of classifiers. Only the most competent ones are selected to classify a given test sample. This is achieved by …

General ClassificationMeta-Learning

A DEEP analysis of the META-DES framework for dynamic selection of ensemble of classifiers

2015-09-02 · Rafael M. O. Cruz, Robert Sabourin, George D. C. Cavalcanti

Dynamic ensemble selection (DES) techniques work by estimating the level of competence of each classifier from a pool of classifiers. Only the most competent ones are selected to classify a given test sample. Hence, the …

Meta-Learning

META-DES.Oracle: Meta-learning and feature selection for ensemble selection

2018-11-01 · Rafael M. O. Cruz, Robert Sabourin, George D. C. Cavalcanti

The key issue in Dynamic Ensemble Selection (DES) is defining a suitable criterion for calculating the classifiers' competence. There are several criteria available to measure the level of competence of base classifiers,…

feature selectionGeneral ClassificationMeta-Learning

MLRS-PDS: A Meta-learning recommendation of dynamic ensemble selection pipelines

2024-07-10 · Hesam Jalalian, Rafael M. O. Cruz

Dynamic Selection (DS), where base classifiers are chosen from a classifier's pool for each new instance at test time, has shown to be highly effective in pattern recognition. However, instability and redundancy in the c…

Computational EfficiencyMeta-Learning