LGApr 8, 2022

Decompositional Generation Process for Instance-Dependent Partial Label Learning

arXiv:2204.03845v3104 citationsh-index: 46Has Code
AI Analysis

This work addresses a key limitation in weakly supervised learning for scenarios where label ambiguity is instance-specific, offering a refined modeling approach that is incremental over prior methods.

The paper tackles the problem of instance-dependent partial label learning, where candidate labels are not randomly generated but depend on the data instance, by proposing a method that models the label generation process as a two-step decomposition. The approach achieves improved performance, validated through extensive experiments on both synthetic and real-world datasets.

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 and model the generation process of the candidate labels in a simple way. However, these approaches usually do not perform as well as expected due to the fact that the generation process of the candidate labels is always instance-dependent. Therefore, it deserves to be modeled in a refined way. In this paper, we consider instance-dependent PLL and assume that the generation process of the candidate labels could decompose into two sequential parts, where the correct label emerges first in the mind of the annotator but then the incorrect labels related to the feature are also selected with the correct label as candidate labels due to uncertainty of labeling. Motivated by this consideration, we propose a novel PLL method that performs Maximum A Posterior (MAP) based on an explicitly modeled generation process of candidate labels via decomposed probability distribution models. Extensive experiments on manually corrupted benchmark datasets and real-world datasets validate the effectiveness of the proposed method. Source code is available at https://github.com/palm-ml/idgp.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes