Exploring Correlation between Labels to improve Multi-Label Classification
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.