TL;DR
This paper introduces RBRL, a novel multi-label classification model combining Ranking SVM and Binary Relevance with low-rank learning to improve accuracy by exploiting label correlations and addressing class imbalance.
Contribution
The paper proposes a joint model that integrates Ranking SVM and Binary Relevance with low-rank constraints, enhancing multi-label classification by leveraging label correlations and reducing thresholding errors.
Findings
RBRL outperforms state-of-the-art methods in various datasets.
The low-rank constraint effectively captures label correlations.
Kernelized RBRL achieves nonlinear classification with high efficiency.
Abstract
Multi-label classification studies the task where each example belongs to multiple labels simultaneously. As a representative method, Ranking Support Vector Machine (Rank-SVM) aims to minimize the Ranking Loss and can also mitigate the negative influence of the class-imbalance issue. However, due to its stacking-style way for thresholding, it may suffer error accumulation and thus reduces the final classification performance. Binary Relevance (BR) is another typical method, which aims to minimize the Hamming Loss and only needs one-step learning. Nevertheless, it might have the class-imbalance issue and does not take into account label correlations. To address the above issues, we propose a novel multi-label classification model, which joints Ranking support vector machine and Binary Relevance with robust Low-rank learning (RBRL). RBRL inherits the ranking loss minimization advantages…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
