paper-with-me

Papers

Classy Ensemble: A Novel Ensemble Algorithm for Classification

2023-02-21 · Moshe Sipper

We present Classy Ensemble, a novel ensemble-generation algorithm for classification tasks, which aggregates models through a weighted combination of per-class accuracy. Tested over 153 machine learning datasets we demonstrate that Classy Ensemble outperforms two other well-known aggregation algorithms -- order-based pruning and clustering-based pruning -- as well as the recently introduced lexigarden ensemble generator. We then present three enhancements: 1) Classy Cluster Ensemble, which combines Classy Ensemble and cluster-based pruning; 2) Deep Learning experiments, showing the merits of Classy Ensemble over four image datasets: Fashion MNIST, CIFAR10, CIFAR100, and ImageNet; and 3) Classy Evolutionary Ensemble, wherein an evolutionary algorithm is used to select the set of models which Classy Ensemble picks from. This latter, combining learning and evolution, resulted in improved performance on the hardest dataset.

📄 PDF Abstract BibTeX arXiv:2302.10580

Code (1)

moshesipper/classy-ensemble 공식 구현 pytorch

Tasks

ClassificationClustering

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

A Melting Pot of Evolution and Learning

2023-06-08 · Moshe Sipper, Achiya Elyasaf, Tomer Halperin, Zvika Haramaty 외

We survey eight recent works by our group, involving the successful blending of evolutionary algorithms with machine learning and deep learning: 1. Binary and Multinomial Classification through Evolutionary Symbolic Regr…

ClassificationDeep LearningEvolutionary Algorithmsimage-classification+3

Interpretable multiclass classification by MDL-based rule lists

2019-05-01 · Hugo M. Proença, Matthijs van Leeuwen

Interpretable classifiers have recently witnessed an increase in attention from the data mining community because they are inherently easier to understand and explain than their more complex counterparts. Examples of int…

ClassificationGeneral ClassificationModel Selection

French and German Corpora for Audience-based Text Type Classification

2012-05-01 · LREC 2012 5 · Amalia Todirascu, Sebastian Pad{\'o}, Jennifer Krisch, Max Kisselew 외

This paper presents some of the results of the CLASSYN project which investigated the classification of text according to audience-related text types. We describe the design principles and the properties of the French an…

Dependency ParsingGeneral ClassificationText CategorizationText Classification+2

Kalman Filter-based Heuristic Ensemble (KFHE): A new perspective on multi-class ensemble classification using Kalman filters

2018-07-30 · Arjun Pakrashi, Brian Mac Namee

This paper introduces a new perspective on multi-class ensemble classification that considers training an ensemble as a state estimation problem. The new perspective considers the final ensemble classifier model as a sta…

ClassificationGeneral ClassificationState Estimation

ClassyTune: A Performance Auto-Tuner for Systems in the Cloud

2019-10-12 · Yuqing Zhu, Jianxun Liu

Performance tuning can improve the system performance and thus enable the reduction of cloud computing resources needed to support an application. Due to the ever increasing number of parameters and complexity of systems…

Cloud Computing