paper-with-me

Papers

Partial Label Learning with Dissimilarity Propagation guided Candidate Label Shrinkage

2023-09-21 · NeurIPS 2023 11

In partial label learning (PLL), each sample is associated with a group of candidate labels, among which only one label is correct. The key of PLL is to disambiguate the candidate label set to find the ground-truth label. To this end, we first construct a constrained regression model to capture the confidence of the candidate labels, and multiply the label confidence matrix by its transpose to build a second-order similarity matrix, whose elements indicate the pairwise similarity relationships of samples globally. Then we develop a semantic dissimilarity matrix by considering the complement of the intersection of the candidate label set, and further propagate the initial dissimilarity relationships to the whole data set by leveraging the local geometric structure of samples. The similarity and dissimilarity matrices form an adversarial relationship, which is further utilized to shrink the solution space of the label confidence matrix and promote the dissimilarity matrix. We finally extend the proposed model to a kernel version to exploit the non-linear structure of samples and solve the proposed model by the inexact augmented Lagrange multiplier method. By exploiting the adversarial prior, the proposed method can significantly outperform state-of-the-art PLL algorithms when evaluated on 10 artificial and 7 real-world partial label data sets. We also prove the effectiveness of our method with some theoretical guarantees. The code is publicly available at https://github.com/Yangfc-ML/DPCLS.

📄 PDF Abstract BibTeX

Code (1)

yangfc-ml/dpcls 공식 구현

Similar Papers 제목 키워드 기반

Mixed Blessing: Class-Wise Embedding guided Instance-Dependent Partial Label Learning

2024-12-06 · Fuchao Yang, Jianhong Cheng, Hui Liu, Yongqiang Dong 외

In partial label learning (PLL), every sample is associated with a candidate label set comprising the ground-truth label and several noisy labels. The conventional PLL assumes the noisy labels are randomly generated (ins…

Partial Label Learning

Recovering Accurate Labeling Information from Partially Valid Data for Effective Multi-Label Learning

2020-06-20 · Xi-Ming Li, Yang Wang

Partial Multi-label Learning (PML) aims to induce the multi-label predictor from datasets with noisy supervision, where each training instance is associated with several candidate labels but only partially valid. To addr…

Multi-Label Learningvalid

Semi-Supervised Partial Label Learning via Confidence-Rated Margin Maximization

2020-12-01 · NeurIPS 2020 12 · Wei Wang, Min-Ling Zhang

Partial label learning assumes inaccurate supervision where each training example is associated with a set of candidate labels, among which only one is valid. In many real-world scenarios, however, it is costly and time-…

Partial Label Learningvalid

Meta Objective Guided Disambiguation for Partial Label Learning

2022-08-26 · Bo-Shi Zou, Ming-Kun Xie, Sheng-Jun Huang

Partial label learning (PLL) is a typical weakly supervised learning framework, where each training instance is associated with a candidate label set, among which only one label is valid. To solve PLL problems, typically…

Partial Label LearningvalidWeakly-supervised Learning

Label-Consistent Dataset Distillation with Detector-Guided Refinement

2025-07-17 · Yawen Zou, Guang Li, Zi Wang, Chunzhi Gu 외 arxiv

Dataset distillation (DD) aims to generate a compact yet informative dataset that achieves performance comparable to the original dataset, thereby reducing demands on storage and computational resources. Although diffusi…