Nearest Labelset Using Double Distances for Multi-label Classification
Hyukjun Gweon, Matthias Schonlau, Stefan Steiner

TL;DR
This paper introduces NLDD, a novel multi-label classification method that predicts labelsets based on a weighted combination of feature and label space distances, effectively capturing label dependencies.
Contribution
The paper proposes NLDD, a new approach that considers label dependencies by predicting observed labelsets using a double-distance metric with estimated weights.
Findings
NLDD outperforms existing methods on benchmark datasets in Hamming loss.
NLDD achieves competitive results in 0/1 loss and multi-label accuracy.
NLDD ranks second after ECC on the F-measure.
Abstract
Multi-label classification is a type of supervised learning where an instance may belong to multiple labels simultaneously. Predicting each label independently has been criticized for not exploiting any correlation between labels. In this paper we propose a novel approach, Nearest Labelset using Double Distances (NLDD), that predicts the labelset observed in the training data that minimizes a weighted sum of the distances in both the feature space and the label space to the new instance. The weights specify the relative tradeoff between the two distances. The weights are estimated from a binomial regression of the number of misclassified labels as a function of the two distances. Model parameters are estimated by maximum likelihood. NLDD only considers labelsets observed in the training data, thus implicitly taking into account label dependencies. Experiments on benchmark multi-label…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsText and Document Classification Technologies · Image Retrieval and Classification Techniques · Spam and Phishing Detection
