ZLPR: A Novel Loss for Multi-label Classification
Jianlin Su, Mingren Zhu, Ahmed Murtadha, Shengfeng Pan, Bo Wen,, Yunfeng Liu

TL;DR
This paper introduces ZLPR, a new loss function for multi-label classification that handles uncertain label counts, considers label correlations, and is computationally efficient, with demonstrated effectiveness on benchmark datasets.
Contribution
The paper proposes ZLPR, a novel loss function for MLC that manages uncertain label numbers, incorporates label correlations, and supports regularization techniques.
Findings
ZLPR outperforms existing rank-based losses on benchmark datasets.
ZLPR is computationally comparable to binary relevance methods.
The soft version of ZLPR enables regularization like label smoothing.
Abstract
In the era of deep learning, loss functions determine the range of tasks available to models and algorithms. To support the application of deep learning in multi-label classification (MLC) tasks, we propose the ZLPR (zero-bounded log-sum-exp \& pairwise rank-based) loss in this paper. Compared to other rank-based losses for MLC, ZLPR can handel problems that the number of target labels is uncertain, which, in this point of view, makes it equally capable with the other two strategies often used in MLC, namely the binary relevance (BR) and the label powerset (LP). Additionally, ZLPR takes the corelation between labels into consideration, which makes it more comprehensive than the BR methods. In terms of computational complexity, ZLPR can compete with the BR methods because its prediction is also label-independent, which makes it take less time and memory than the LP methods. Our…
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.
Taxonomy
TopicsText and Document Classification Technologies · Machine Learning and Data Classification · Image Retrieval and Classification Techniques
MethodsZero-bounded Log-sum-exp & Pairwise Rank-based Loss · Label Smoothing
