paper-with-me

Papers

Scalable Multi-Output Label Prediction: From Classifier Chains to Classifier Trellises

2015-01-20 · J. Read, L. Martino, P. Olmos, D. Luengo

Multi-output inference tasks, such as multi-label classification, have become increasingly important in recent years. A popular method for multi-label classification is classifier chains, in which the predictions of individual classifiers are cascaded along a chain, thus taking into account inter-label dependencies and improving the overall performance. Several varieties of classifier chain methods have been introduced, and many of them perform very competitively across a wide range of benchmark datasets. However, scalability limitations become apparent on larger datasets when modeling a fully-cascaded chain. In particular, the methods' strategies for discovering and modeling a good chain structure constitutes a mayor computational bottleneck. In this paper, we present the classifier trellis (CT) method for scalable multi-label classification. We compare CT with several recently proposed classifier chain methods to show that it occupies an important niche: it is highly competitive on standard multi-label problems, yet it can also scale up to thousands or even tens of thousands of labels.

📄 PDF Abstract BibTeX arXiv:1501.04870

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Similar Papers 제목 키워드 기반

Extreme Gradient Boosted Multi-label Trees for Dynamic Classifier Chains

2020-06-15 · Bohlender, Simon, Loza Mencia, Eneldo 외

Classifier chains is a key technique in multi-label classification, since it allows to consider label dependencies effectively. However, the classifiers are aligned according to a static order of the labels. In the conce…

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATION

ML-Net: multi-label classification of biomedical texts with deep neural networks

2018-11-13 · Jingcheng Du, Qingyu Chen, Yifan Peng, Yang Xiang 외

In multi-label text classification, each textual document can be assigned with one or more labels. Due to this nature, the multi-label text classification task is often considered to be more challenging compared to the b…

BenchmarkingClassificationFeature EngineeringGeneral Classification+5

Embedding Inference for Structured Multilabel Prediction

2015-12-01 · NeurIPS 2015 12 · Farzaneh Mirzazadeh, Siamak Ravanbakhsh, Nan Ding, Dale Schuurmans

A key bottleneck in structured output prediction is the need for inference during training and testing, usually requiring some form of dynamic programming. Rather than using approximate inference or tailoring a speciali…

Prediction

On the use of a fuzzy classifier to speed up the Sp\_ToBI labeling of the Glissando Spanish corpus

2014-05-01 · LREC 2014 5 · David Escudero, Lourdes Aguilar-Cuevas, C{\'e}sar Gonz{\'a}lez-Ferreras, Yurena Guti{\'e}rrez-Gonz{\'a}lez 외

In this paper, we present the application of a novel automatic prosodic labeling methodology for speeding up the manual labeling of the Glissando corpus (Spanish read news items). The methodology is based on the use of s…

General ClassificationSpeech Recognition

LionGuard: Building a Contextualized Moderation Classifier to Tackle Localized Unsafe Content

2024-06-24 · Jessica Foo, Shaun Khoo

As large language models (LLMs) become increasingly prevalent in a wide variety of applications, concerns about the safety of their outputs have become more significant. Most efforts at safety-tuning or moderation today …