paper-with-me

Papers

Ensemble Pruning via Margin Maximization

2019-06-07 · Waldyn Martinez

Ensemble models refer to methods that combine a typically large number of classifiers into a compound prediction. The output of an ensemble method is the result of fitting a base-learning algorithm to a given data set, and obtaining diverse answers by reweighting the observations or by resampling them using a given probabilistic selection. A key challenge of using ensembles in large-scale multidimensional data lies in the complexity and the computational burden associated with them. The models created by ensembles are often difficult, if not impossible, to interpret and their implementation requires more computational power than single classifiers. Recent research effort in the field has concentrated in reducing ensemble size, while maintaining their predictive accuracy. We propose a method to prune an ensemble solution by optimizing its margin distribution, while increasing its diversity. The proposed algorithm results in an ensemble that uses only a fraction of the original classifiers, with improved or similar generalization performance. We analyze and test our method on both synthetic and real data sets. The simulations show that the proposed method compares favorably to the original ensemble solutions and to other existing ensemble pruning methodologies.

📄 PDF Abstract BibTeX arXiv:1906.03247

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityEnsemble Pruning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Ensemble Pruning based on Objection Maximization with a General Distributed Framework

2018-06-13 · Yijun Bian, Yijun Wang, Yaqiang Yao, Huanhuan Chen

Ensemble pruning, selecting a subset of individual learners from an original ensemble, alleviates the deficiencies of ensemble learning on the cost of time and space. Accuracy and diversity serve as two crucial factors w…

DiversityEnsemble LearningEnsemble Pruning

The MBPEP: a deep ensemble pruning algorithm providing high quality uncertainty prediction

2019-02-25 · Ruihan Hu, Qijun Huang, Sheng Chang, Hao Wang 외

Machine learning algorithms have been effectively applied into various real world tasks. However, it is difficult to provide high-quality machine learning solutions to accommodate an unknown distribution of input dataset…

BIG-bench Machine LearningEnsemble PruningPrediction

When does Diversity Help Generalization in Classification Ensembles?

2019-10-30 · Yijun Bian, Huanhuan Chen

Ensembles, as a widely used and effective technique in the machine learning community, succeed within a key element -- "diversity." The relationship between diversity and generalization, unfortunately, is not entirely un…

ClassificationDiversityEnsemble PruningGeneral Classification+1

HALP: Hardware-Aware Latency Pruning

2021-10-20 · Maying Shen, Hongxu Yin, Pavlo Molchanov, Lei Mao 외

Structural pruning can simplify network architecture and improve inference speed. We propose Hardware-Aware Latency Pruning (HALP) that formulates structural pruning as a global resource allocation optimization problem, …

Structural Pruning via Latency-Saliency Knapsack

2022-10-13 · Maying Shen, Hongxu Yin, Pavlo Molchanov, Lei Mao 외

Structural pruning can simplify network architecture and improve inference speed. We propose Hardware-Aware Latency Pruning (HALP) that formulates structural pruning as a global resource allocation optimization problem, …