LGJul 1, 2025

Diffusion Disambiguation Models for Partial Label Learning

arXiv:2507.00411v1h-index: 3
Originality Incremental advance
AI Analysis

This addresses the challenge of learning from ambiguous labels in machine learning applications, which is a practical but incremental improvement over existing methods.

The paper tackles the problem of partial label learning, where the goal is to identify the true label from a set of ambiguous candidates, by proposing a diffusion disambiguation model (DDMP) that uses diffusion processes to denoise labels and dynamically refine ground-truth estimates, resulting in improved classification performance as shown in experiments.

Learning from ambiguous labels is a long-standing problem in practical machine learning applications. The purpose of \emph{partial label learning} (PLL) is to identify the ground-truth label from a set of candidate labels associated with a given instance. Inspired by the remarkable performance of diffusion models in various generation tasks, this paper explores their potential to denoise ambiguous labels through the reverse denoising process. Therefore, this paper reformulates the label disambiguation problem from the perspective of generative models, where labels are generated by iteratively refining initial random guesses. This perspective enables the diffusion model to learn how label information is generated stochastically. By modeling the generation uncertainty, we can use the maximum likelihood estimate of the label for classification inference. However, such ambiguous labels lead to a mismatch between instance and label, which reduces the quality of generated data. To address this issue, this paper proposes a \emph{diffusion disambiguation model for PLL} (DDMP), which first uses the potential complementary information between instances and labels to construct pseudo-clean labels for initial diffusion training. Furthermore, a transition-aware matrix is introduced to estimate the potential ground-truth labels, which are dynamically updated during the diffusion generation. During training, the ground-truth label is progressively refined, improving the classifier. Experiments show the advantage of the DDMP and its suitability for PLL.

Foundations

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

Your Notes