Just Y-Prediction: Enabling Historical Cumulative Inconsistency in Label Diffusion for Learning with Noisy Label
Abstract
Lay Summary
Machine learning systems usually learn from labeled examples, but in many real-world datasets some labels are wrong. These mistakes can come from crowdsourcing, web scraping, or automatic labeling tools, and they may cause models to learn incorrect patterns. Our work aims to make classification models more reliable when the training labels are noisy. We introduce Just Y-Prediction (JYP), a method that uses a generative label diffusion model to directly recover clean labels from corrupted label information. Unlike standard diffusion methods that predict random noise step by step, JYP predicts the label itself, which gives the model clearer guidance for classification. We also track how consistently each sample disagrees with its given label during training, helping the model distinguish likely clean samples, likely noisy samples, and difficult samples. Across a wide range of noisy-label benchmarks, JYP achieves strong performance and supports efficient one-step prediction. Our results show that directly modeling labels can be a practical way to improve learning from imperfect data.