LGJun 5, 2025

Tuning the Right Foundation Models is What you Need for Partial Label Learning

arXiv:2506.05027v12 citationsh-index: 4Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of training classifiers from inexact supervision for real-world applications, but it is incremental as it focuses on evaluating and adapting existing foundation models rather than introducing a new paradigm.

The paper tackles partial label learning (PLL) by evaluating 11 foundation models across 13 PLL approaches on 8 datasets, finding that these approaches achieve significant performance gains with foundation models and exhibit similar performance to each other, while proposing PartialCLIP for efficient fine-tuning.

Partial label learning (PLL) seeks to train generalizable classifiers from datasets with inexact supervision, a common challenge in real-world applications. Existing studies have developed numerous approaches to progressively refine and recover ground-truth labels by training convolutional neural networks. However, limited attention has been given to foundation models that offer transferrable representations. In this work, we empirically conduct comprehensive evaluations of 11 foundation models across 13 PLL approaches on 8 benchmark datasets under 3 PLL scenarios. We further propose PartialCLIP, an efficient fine-tuning framework for foundation models in PLL. Our findings reveal that current PLL approaches tend to 1) achieve significant performance gains when using foundation models, 2) exhibit remarkably similar performance to each other, 3) maintain stable performance across varying ambiguity levels, while 4) are susceptible to foundation model selection and adaptation strategies. Additionally, we demonstrate the efficacy of text-embedding classifier initialization and effective candidate label filtering using zero-shot CLIP. Our experimental results and analysis underscore the limitations of current PLL approaches and provide valuable insights for developing more generalizable PLL models. The source code can be found at https://github.com/SEU-hk/PartialCLIP.

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