PLOOD: Partial Label Learning with Out-of-distribution Objects
Jintao Huang, Yiu-Ming Cheung, Chi-Man Vong
TL;DR
The paper addresses the fragility of traditional partial label learning (PLL) when Out-of-Distribution (OOD) samples appear, introducing the OODPLL paradigm and the PLOOD framework. PLOOD combines a Positive-Negative Sample Augmentation (PNSA) module for adaptive, perturbation-aware feature learning with a confidence-calibration mechanism and a Partial Energy (PE) score for integrated OOD detection and label refinement. Ablation studies confirm that both PNSA and PE are essential for robust performance, and experiments on CIFAR-10/100 and real-world PLL datasets show that PLOOD outperforms state-of-the-art PLL methods in open-set scenarios while maintaining strong in-distribution accuracy. The approach offers a practical, interpretable solution for open-set PLL, with broad implications for reliable weak supervision under distribution shifts.
Abstract
Existing Partial Label Learning (PLL) methods posit that training and test data adhere to the same distribution, a premise that frequently does not hold in practical application where Out-of-Distribution (OOD) objects are present. We introduce the OODPLL paradigm to tackle this significant yet underexplored issue. And our newly proposed PLOOD framework enables PLL to tackle OOD objects through Positive-Negative Sample Augmented (PNSA) feature learning and Partial Energy (PE)-based label refinement. The PNSA module enhances feature discrimination and OOD recognition by simulating in- and out-of-distribution instances, which employ structured positive and negative sample augmentation, in contrast to conventional PLL methods struggling to distinguish OOD samples. The PE scoring mechanism combines label confidence with energy-based uncertainty estimation, thereby reducing the impact of imprecise supervision and effectively achieving label disambiguation. Experimental results on CIFAR-10 and CIFAR-100, alongside various OOD datasets, demonstrate that conventional PLL methods exhibit substantial degradation in OOD scenarios, underscoring the necessity of incorporating OOD considerations in PLL approaches. Ablation studies show that PNSA feature learning and PE-based label refinement are necessary for PLOOD to work, offering a robust solution for open-set PLL problems.
