LGCVJul 2, 2023

Partial-label Learning with Mixed Closed-set and Open-set Out-of-candidate Examples

arXiv:2307.00553v21 citationsh-index: 25
Originality Incremental advance
AI Analysis

This addresses a restrictive assumption in partial-label learning for real-world scenarios where data collection errors occur, but it is an incremental improvement on existing PLL methods.

The paper tackles the problem in partial-label learning where some training examples have true labels outside their candidate sets, introducing out-of-candidate (OOC) examples and differentiating closed-set and open-set types. It proposes a method using wooden cross-entropy loss and regularization, achieving superior performance over state-of-the-art PLL methods in experiments.

Partial-label learning (PLL) relies on a key assumption that the true label of each training example must be in the candidate label set. This restrictive assumption may be violated in complex real-world scenarios, and thus the true label of some collected examples could be unexpectedly outside the assigned candidate label set. In this paper, we term the examples whose true label is outside the candidate label set OOC (out-of-candidate) examples, and pioneer a new PLL study to learn with OOC examples. We consider two types of OOC examples in reality, i.e., the closed-set/open-set OOC examples whose true label is inside/outside the known label space. To solve this new PLL problem, we first calculate the wooden cross-entropy loss from candidate and non-candidate labels respectively, and dynamically differentiate the two types of OOC examples based on specially designed criteria. Then, for closed-set OOC examples, we conduct reversed label disambiguation in the non-candidate label set; for open-set OOC examples, we leverage them for training by utilizing an effective regularization strategy that dynamically assigns random candidate labels from the candidate label set. In this way, the two types of OOC examples can be differentiated and further leveraged for model training. Extensive experiments demonstrate that our proposed method outperforms state-of-the-art PLL methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes