paper-with-me

Papers

Multilabel Classification through Random Graph Ensembles

2013-10-31 · Hongyu Su, Juho Rousu

We present new methods for multilabel classification, relying on ensemble learning on a collection of random output graphs imposed on the multilabel and a kernel-based structured output learner as the base classifier. For ensemble learning, differences among the output graphs provide the required base classifier diversity and lead to improved performance in the increasing size of the ensemble. We study different methods of forming the ensemble prediction, including majority voting and two methods that perform inferences over the graph structures before or after combining the base models into the ensemble. We compare the methods against the state-of-the-art machine learning approaches on a set of heterogeneous multilabel benchmark problems, including multilabel AdaBoost, convex multitask feature learning, as well as single target learning approaches represented by Bagging and SVM. In our experiments, the random graph ensembles are very competitive and robust, ranking first or second on most of the datasets. Overall, our results show that random graph ensembles are viable alternatives to flat multilabel and multitask learners.

📄 PDF Abstract BibTeX arXiv:1310.8428

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationDiversityEnsemble LearningGeneral Classification

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

On Aggregation in Ensembles of Multilabel Classifiers

2020-06-21 · Vu-Linh Nguyen, Eyke Hüllermeier, Michael Rapp, Eneldo Loza Mencía 외

While a variety of ensemble methods for multilabel classification have been proposed in the literature, the question of how to aggregate the predictions of the individual members of the ensemble has received little atten…

General Classification

RIPML: A Restricted Isometry Property based Approach to Multilabel Learning

2017-02-16 · Akshay Soni, Yashar Mehdad

The multilabel learning problem with large number of labels, features, and data-points has generated a tremendous interest recently. A recurring theme of these problems is that only a few labels are active in any given d…

Dimensionality Reduction

Gated recurrent units and temporal convolutional network for multilabel classification

2021-10-09 · Loris Nanni, Alessandra Lumini, Alessandro Manfe, Riccardo Rampon 외

Multilabel learning tackles the problem of associating a sample with multiple class labels. This work proposes a new ensemble method for managing multilabel classification: the core of the proposed approach combines a se…

Classification

Multilabel Classification with R Package mlr

2017-03-27 · Philipp Probst, Quay Au, Giuseppe Casalicchio, Clemens Stachl 외

We implemented several multilabel classification algorithms in the machine learning package mlr. The implemented methods are binary relevance, classifier chains, nested stacking, dependent binary relevance and stacking, …

BIG-bench Machine LearningClassificationGeneral Classification

Tackling Multilabel Imbalance through Label Decoupling and Data Resampling Hybridization

2018-02-14 · Francisco Charte, Antonio J. Rivera, María J. del Jesus, Francisco Herrera

The learning from imbalanced data is a deeply studied problem in standard classification and, in recent times, also in multilabel classification. A handful of multilabel resampling methods have been proposed in late year…

General Classification