Multi-label learning with missing labels using sparse global structure for label-specific features
Multi-label learning associates a given data instance with one or several class labels. A frequent problem with real life multi-label datasets is the lack of complete label information. Incomplete labels increase model complexity as the label correlation information is not reliable, resulting in a suboptimal multi-label classifier. Further, high dimensionality of multi-label datasets often introduces spurious feature-label dependencies. Thus, discovering label-specific features is imperative for efficient handling of high-dimensional data for multi-label learning with missing labels. To deal with the issues emerging from incomplete labels and high-dimensional input space, we propose a multi-label learning approach based on identifying the label-specific features and constraining them with a sparse global structure. The sparse structural constraint helps maintain the typical characteristics of the multi-label learning data. Instances are expressed as linear combination of label-specific features and the inter-relation guides the construction of model coefficients. The model also constructs supplementary label correlations to assist missing label recovery as part of the optimization problem. Empirical results on benchmark multi-label datasets highlight the effectiveness of the proposed method.
Code (1)
Tasks
Missing LabelsMulti-Label LearningSimilar Papers 제목 키워드 기반
Expand Globally, Shrink Locally: Discriminant Multi-label Learning with Missing Labels
In multi-label learning, the issue of missing labels brings a major challenge. Many methods attempt to recovery missing labels by exploiting low-rank structure of label matrix. However, these methods just utilize global …
Missing LabelsMulti-Label LearningMulti-label Learning with Missing Labels using Mixed Dependency Graphs
This work focuses on the problem of multi-label learning with missing labels (MLML), which aims to label each test instance with multiple class labels given training instances that have an incomplete/partial set of these…
Image RetrievalMissing LabelsMulti-Label LearningRetrieval+1openXDATA: A Tool for Multi-Target Data Generation and Missing Label Completion
A common problem in machine learning is to deal with datasets with disjoint label spaces and missing labels. In this work, we introduce the openXDATA tool that completes the missing labels in partially labelled or unlabe…
Missing LabelsMulti-Label Learning with Global and Local Label Correlation
It is well-known that exploiting label correlations is important to multi-label learning. Existing approaches either assume that the label correlations are global and shared by all instances; or that the label correlatio…
Multi-Label LearningLabel Structure Preserving Contrastive Embedding for Multi-Label Learning with Missing Labels
Contrastive learning (CL) has shown impressive advances in image representation learning in whichever supervised multi-class classification or unsupervised learning. However, these CL methods fail to be directly adapted …
Contrastive Learningimage-classificationImage ClassificationMissing Labels+4