paper-with-me

Papers

Multilabel Consensus Classification

2013-10-16 · Sihong Xie, Xiangnan Kong, Jing Gao, Wei Fan, Philip S. Yu

In the era of big data, a large amount of noisy and incomplete data can be collected from multiple sources for prediction tasks. Combining multiple models or data sources helps to counteract the effects of low data quality and the bias of any single model or data source, and thus can improve the robustness and the performance of predictive models. Out of privacy, storage and bandwidth considerations, in certain circumstances one has to combine the predictions from multiple models or data sources to obtain the final predictions without accessing the raw data. Consensus-based prediction combination algorithms are effective for such situations. However, current research on prediction combination focuses on the single label setting, where an instance can have one and only one label. Nonetheless, data nowadays are usually multilabeled, such that more than one label have to be predicted at the same time. Direct applications of existing prediction combination methods to multilabel settings can lead to degenerated performance. In this paper, we address the challenges of combining predictions from multiple multilabel classifiers and propose two novel algorithms, MLCM-r (MultiLabel Consensus Maximization for ranking) and MLCM-a (MLCM for microAUC). These algorithms can capture label correlations that are common in multilabel classifications, and optimize corresponding performance metrics. Experimental results on popular multilabel classification tasks verify the theoretical analysis and effectiveness of the proposed methods.

📄 PDF Abstract BibTeX arXiv:1310.4252

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationPrediction

Similar Papers 제목 키워드 기반

Wasserstein Barycenter Model Ensembling

2019-05-01 · ICLR 2019 5 · Pierre Dognin*, Igor Melnyk*, Youssef Mroueh*, Jarret Ross* 외

In this paper we propose to perform model ensembling in a multiclass or a multilabel learning setting using Wasserstein (W.) barycenters. Optimal transport metrics, such as the Wasserstein distance, allow incorporating s…

AttributeGeneral ClassificationImage Captioningmodel+1

Wasserstein Barycenter Model Ensembling

2019-02-13 · Pierre Dognin, Igor Melnyk, Youssef Mroueh, Jerret Ross 외

In this paper we propose to perform model ensembling in a multiclass or a multilabel learning setting using Wasserstein (W.) barycenters. Optimal transport metrics, such as the Wasserstein distance, allow incorporating s…

AttributeGeneral ClassificationImage Captioningmodel+1

sigmoidF1: A Smooth F1 Score Surrogate Loss for Multilabel Classification

2021-08-24 · Gabriel Bénédict, Vincent Koops, Daan Odijk, Maarten de Rijke

Multiclass multilabel classification is the task of attributing multiple labels to examples via predictions. Current models formulate a reduction of the multilabel setting into either multiple binary classifications or m…

Classification

Correlated Logistic Model With Elastic Net Regularization for Multilabel Image Classification

2019-04-17 · Qiang Li, Bo Xie, Jane You, Wei Bian 외

In this paper, we present correlated logistic (CorrLog) model for multilabel image classification. CorrLog extends conventional logistic regression model into multilabel cases, via explicitly modeling the pairwise correl…

Classificationfeature selectionGeneral Classificationimage-classification+1

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