LGAug 31, 2023

Robust Representation Learning for Unreliable Partial Label Learning

arXiv:2308.16718v13 citationsh-index: 46
Originality Incremental advance
AI Analysis

This addresses a practical issue in weakly supervised learning for scenarios with noisy annotations, though it appears incremental as it builds on existing PLL methods.

The paper tackles the problem of Unreliable Partial Label Learning (UPLL), where ground-truth labels may be missing from candidate sets due to annotation errors, by proposing the Unreliability-Robust Representation Learning (URRL) framework, which outperforms state-of-the-art methods on various datasets with diverse unreliability levels.

Partial Label Learning (PLL) is a type of weakly supervised learning where each training instance is assigned a set of candidate labels, but only one label is the ground-truth. However, this idealistic assumption may not always hold due to potential annotation inaccuracies, meaning the ground-truth may not be present in the candidate label set. This is known as Unreliable Partial Label Learning (UPLL) that introduces an additional complexity due to the inherent unreliability and ambiguity of partial labels, often resulting in a sub-optimal performance with existing methods. To address this challenge, we propose the Unreliability-Robust Representation Learning framework (URRL) that leverages unreliability-robust contrastive learning to help the model fortify against unreliable partial labels effectively. Concurrently, we propose a dual strategy that combines KNN-based candidate label set correction and consistency-regularization-based label disambiguation to refine label quality and enhance the ability of representation learning within the URRL framework. Extensive experiments demonstrate that the proposed method outperforms state-of-the-art PLL methods on various datasets with diverse degrees of unreliability and ambiguity. Furthermore, we provide a theoretical analysis of our approach from the perspective of the expectation maximization (EM) algorithm. Upon acceptance, we pledge to make the code publicly accessible.

Foundations

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

Your Notes