paper-with-me

Papers

Instance-Dependent Partial Label Learning

2021-10-25 · NeurIPS 2021 12 · Ning Xu, Congyu Qiao, Xin Geng, Min-Ling Zhang

Partial label learning (PLL) is a typical weakly supervised learning problem, where each training example is associated with a set of candidate labels among which only one is true. Most existing PLL approaches assume that the incorrect labels in each training example are randomly picked as the candidate labels. However, this assumption is not realistic since the candidate labels are always instance-dependent. In this paper, we consider instance-dependent PLL and assume that each example is associated with a latent label distribution constituted by the real number of each label, representing the degree to each label describing the feature. The incorrect label with a high degree is more likely to be annotated as the candidate label. Therefore, the latent label distribution is the essential labeling information in partially labeled examples and worth being leveraged for predictive model training. Motivated by this consideration, we propose a novel PLL method that recovers the label distribution as a label enhancement (LE) process and trains the predictive model iteratively in every epoch. Specifically, we assume the true posterior density of the latent label distribution takes on the variational approximate Dirichlet density parameterized by an inference model. Then the evidence lower bound is deduced for optimizing the inference model and the label distributions generated from the variational posterior are utilized for training the predictive model. Experiments on benchmark and real-world datasets validate the effectiveness of the proposed method. Source code is available at https://github.com/palm-ml/valen.

📄 PDF Abstract BibTeX arXiv:2110.12911

Code (1)

palm-ml/valen 공식 구현 pytorch

Tasks

Partial Label LearningWeakly-supervised Learning

Similar Papers 제목 키워드 기반

Progressive Purification for Instance-Dependent Partial Label Learning

2022-06-02 · Ning Xu, Biao Liu, Jiaqi Lv, Congyu Qiao 외

Partial label learning (PLL) aims to train multiclass classifiers from the examples each annotated with a set of candidate labels where a fixed but unknown candidate label is correct. In the last few years, the instance-…

Partial Label Learning

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

Mitigating Instance Entanglement in Instance-Dependent Partial Label Learning

2026-03-05 · Rui Zhao, Bin Shi, Kai Sun, Bo Dong arxiv

Partial label learning is a prominent weakly supervised classification task, where each training instance is ambiguously labeled with a set of candidate labels. In real-world scenarios, candidate labels are often influen…

Weakly Supervised ClassificationPartial Label Learning

Decompositional Generation Process for Instance-Dependent Partial Label Learning

2022-04-08 · Congyu Qiao, Ning Xu, Xin Geng

Partial label learning (PLL) is a typical weakly supervised learning problem, where each training example is associated with a set of candidate labels among which only one is true. Most existing PLL approaches assume tha…

Partial Label LearningWeakly-supervised Learning

Reduction-based Pseudo-label Generation for Instance-dependent Partial Label Learning

2024-10-28 · Congyu Qiao, Ning Xu, Yihao Hu, Xin Geng

Instance-dependent Partial Label Learning (ID-PLL) aims to learn a multi-class predictive model given training instances annotated with candidate labels related to features, among which correct labels are hidden fixed bu…

Partial Label LearningPseudo Label