LGSINov 25, 2015

Exploring Correlation between Labels to improve Multi-Label Classification

arXiv:1511.07953v14 citations
Originality Synthesis-oriented
AI Analysis

This work addresses multi-label classification problems, but it is incremental as it extends existing methods by incorporating label correlations.

The paper tackled multi-label classification by leveraging label correlations to enhance predictions, achieving a 12.9% improvement over independent binary models using SVM with pairwise correlation probabilities.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes