paper-with-me

홈 › Papers

Meta Objective Guided Disambiguation for Partial Label Learning

2022-08-26 · Bo-Shi Zou, Ming-Kun Xie, Sheng-Jun Huang

Partial label learning (PLL) is a typical weakly supervised learning framework, where each training instance is associated with a candidate label set, among which only one label is valid. To solve PLL problems, typically methods try to perform disambiguation for candidate sets by either using prior knowledge, such as structure information of training data, or refining model outputs in a self-training manner. Unfortunately, these methods often fail to obtain a favorable performance due to the lack of prior information or unreliable predictions in the early stage of model training. In this paper, we propose a novel framework for partial label learning with meta objective guided disambiguation (MoGD), which aims to recover the ground-truth label from candidate labels set by solving a meta objective on a small validation set. Specifically, to alleviate the negative impact of false positive labels, we re-weight each candidate label based on the meta loss on the validation set. Then, the classifier is trained by minimizing the weighted cross entropy loss. The proposed method can be easily implemented by using various deep networks with the ordinary SGD optimizer. Theoretically, we prove the convergence property of meta objective and derive the estimation error bounds of the proposed method. Extensive experiments on various benchmark datasets and real-world PLL datasets demonstrate that the proposed method can achieve competent performance when compared with the state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2208.12459

Code (0)

등록된 구현이 없습니다.

Tasks

Partial Label LearningvalidWeakly-supervised Learning

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Calibratable Disambiguation Loss for Multi-Instance Partial-Label Learning

2025-12-19 · Wei Tang, Yin-Fang Yang, Weijia Zhang, Min-Ling Zhang arxiv

Multi-instance partial-label learning (MIPL) is a weakly supervised framework that extends the principles of multi-instance learning (MIL) and partial-label learning (PLL) to address the challenges of inexact supervision…

A Deep Model for Partial Multi-Label Image Classification with Curriculum Based Disambiguation

2022-07-06 · Feng Sun, Ming-Kun Xie, Sheng-Jun Huang

In this paper, we study the partial multi-label (PML) image classification problem, where each image is annotated with a candidate label set consists of multiple relevant labels and other noisy labels. Existing PML metho…

image-classificationImage ClassificationMulti-Label Image Classification

Weak Disambiguation for Partial Structured Output Learning

2022-09-20 · Xiaolei Lu, Tommy W. S. Chow

Existing disambiguation strategies for partial structured output learning just cannot generalize well to solve the problem that there are some candidates which can be false positive or similar to the ground-truth label. …

Learning to Learn to Disambiguate: Meta-Learning for Few-Shot Word Sense Disambiguation

2020-04-29 · Findings of the Association for Computational Linguistics 2020 · Nithin Holla, Pushkar Mishra, Helen Yannakoudakis, Ekaterina Shutova

The success of deep learning methods hinges on the availability of large training datasets annotated for the task of interest. In contrast to human intelligence, these methods lack versatility and struggle to learn and a…

Few-Shot LearningMeta-LearningWord Sense Disambiguation

Contrastive Label Disambiguation for Partial Label Learning

2021-09-29 · ICLR 2022 4 · Haobo Wang, Ruixuan Xiao, Sharon Li, Lei Feng 외

Partial label learning (PLL) is an important problem that allows each training example to be labeled with a coarse candidate set, which well suits many real-world data annotation scenarios with label ambiguity. Despite …

Contrastive LearningPartial Label LearningPICORepresentation Learning