paper-with-me

Papers

Exploring Correlation between Labels to improve Multi-Label Classification

2015-11-25 · Amit Garg, Jonathan Noyola, Romil Verma, Ashutosh Saxena, Aditya Jami

This paper attempts multi-label classification by extending the idea of independent binary classification models for each output label, and exploring how the inherent correlation between output labels can be used to improve predictions. Logistic Regression, Naive Bayes, Random Forest, and SVM models were constructed, with SVM giving the best results: an improvement of 12.9\% over binary models was achieved for hold out cross validation by augmenting with pairwise correlation probabilities of the labels.

📄 PDF Abstract BibTeX arXiv:1511.07953

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationClassificationGeneral ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONregression

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…
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 제목 키워드 기반

Federated Learning with Only Positive Labels by Exploring Label Correlations

2024-04-24 · Xuming An, Dui Wang, Li Shen, Yong Luo 외

Federated learning aims to collaboratively learn a model by using the data from multiple users under privacy constraints. In this paper, we study the multi-label classification problem under the federated learning settin…

Federated LearningMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Exploring Partial Multi-Label Learning via Integrating Semantic Co-occurrence Knowledge

2025-07-08 · Xin Wu, Fei Teng, Yue Feng, Kaibo Shi 외

Partial multi-label learning aims to extract knowledge from incompletely annotated data, which includes known correct labels, known incorrect labels, and unknown labels. The core challenge lies in accurately identifying …

Multi-Label Learning

Exploring speech style spaces with language models: Emotional TTS without emotion labels

2024-05-18 · Shreeram Suresh Chandra, Zongyang Du, Berrak Sisman

Many frameworks for emotional text-to-speech (E-TTS) rely on human-annotated emotion labels that are often inaccurate and difficult to obtain. Learning emotional prosody implicitly presents a tough challenge due to the s…

text-to-speechText to SpeechTransfer Learning

Exploring label correlations using decision templates for ensemble of classifier chains

2026-03-13 · Victor F. Rocha, Alexandre L. Rodrigues, Thiago Oliveira-Santos, Flávio M. Varejão arxiv

The use of ensemble-based multi-label methods has been shown to be effective in improving multi-label classification results. One of the most widely used ensemble-based multi-label classifiers is Ensemble of Classifier C…

Multi-Label Classification

Improving Group Robustness on Spurious Correlation Requires Preciser Group Inference

2024-04-22 · Yujin Han, Difan Zou

Standard empirical risk minimization (ERM) models may prioritize learning spurious correlations between spurious features and true labels, leading to poor accuracy on groups where these correlations do not hold. Mitigati…

Attribute