paper-with-me

홈 › Papers

Candidate-aware Selective Disambiguation Based On Normalized Entropy for Instance-dependent Partial-label Learning

2023-01-01 · ICCV 2023 1 · Shuo He, Guowu Yang, Lei Feng

In partial-label learning (PLL), each training example has a set of candidate labels, among which only one is the true label. Most existing PLL studies focus on the instance-independent (II) case, where the generation of candidate labels is only dependent on the true label. However, this II-PLL paradigm could be unrealistic, since candidate labels are usually generated according to the specific features of the instance. Therefore, instance-dependent PLL (ID-PLL) has attracted increasing attention recently. Unfortunately, existing ID-PLL studies lack an insightful perception of the intrinsic challenge in ID-PLL. In this paper, we start with an empirical study of the dynamics of label disambiguation in both II-PLL and ID-PLL. We found that the performance degradation of ID-PLL stems from the inaccurate supervision caused by massive under-disambiguated (UD) examples that do not achieve complete disambiguation. To solve this problem, we propose a novel two-stage PLL framework including selective disambiguation and candidate-aware thresholding. Specifically, we first choose a part of well-disambiguated (WD) examples based on the magnitude of normalized entropy (NE) and integrate harmless complementary supervision from the remaining ones to train two networks. Next, the remaining examples whose NE is lower than the specific class-wise WD-NE threshold are selected as additional WD ones. Meanwhile, the remaining UD examples, whose NE is lower than the self-adaptive UD-NE threshold and whose predictions from two networks are agreed, are also regarded as WD ones for model training. Extensive experiments demonstrate that our proposed method outperforms state-of-the-art PLL methods.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Partial Label Learning

Similar Papers 제목 키워드 기반

STAPO: Selective Trajectory-Aware Policy Optimization for LLM Agent Training

2026-07-06 · Qiuyi Qi, Tian Liang, Mutian Bao, Jinjian Zhang 외 arxiv

Reinforcement Learning (RL) is the dominant paradigm for training Large Language Model (LLM) agents on long-horizon tasks. However, sparse and delayed rewards often lead to trajectory neglect, in which agents lose focus …

Reinforcement Learning

PAEC: Position-Aware Entropy Calibration for LLM Reasoning in RLVR

2026-06-07 · Shumeng Yang, Yisu Liu, Jiayi Zheng, Zhaohui Yang 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) improves large language model reasoning but often suffers from rapid policy-entropy collapse, where the policy prematurely concentrates on narrow high-probability rea…

Reinforcement LearningMathematical Reasoning

Entity-aware ELMo: Learning Contextual Entity Representation for Entity Disambiguation

2019-08-14 · Hamed Shahbazi, Xiaoli Z. Fern, Reza Ghaeini, Rasha Obeidat 외

We present a new local entity disambiguation system. The key to our system is a novel approach for learning entity representations. In our approach we learn an entity aware extension of Embedding for Language Model (ELMo…

Entity DisambiguationLanguage ModelingLanguage Modelling

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…

Partial Label LearningvalidWeakly-supervised Learning

ProPML: Probability Partial Multi-label Learning

2024-03-12 · Łukasz Struski, Adam Pardyl, Jacek Tabor, Bartosz Zieliński

Partial Multi-label Learning (PML) is a type of weakly supervised learning where each training instance corresponds to a set of candidate labels, among which only some are true. In this paper, we introduce \our{}, a nove…

Multi-Label LearningWeakly-supervised Learning