LGAICVJul 14, 2023

Exploiting Counter-Examples for Active Learning with Partial labels

arXiv:2307.07413v12 citationsh-index: 37Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of reducing annotation costs in machine learning by introducing a novel approach for active learning with partial labels, which is an incremental advancement in the field.

The paper tackles the problem of active learning with partial labels (ALPL), where an oracle provides partial labels to reduce annotation burden, and proposes WorseNet, a method that uses counter-examples to mitigate overfitting and improve sample selection, achieving comprehensive improvements over ten representative AL frameworks on nine datasets.

This paper studies a new problem, \emph{active learning with partial labels} (ALPL). In this setting, an oracle annotates the query samples with partial labels, relaxing the oracle from the demanding accurate labeling process. To address ALPL, we first build an intuitive baseline that can be seamlessly incorporated into existing AL frameworks. Though effective, this baseline is still susceptible to the \emph{overfitting}, and falls short of the representative partial-label-based samples during the query process. Drawing inspiration from human inference in cognitive science, where accurate inferences can be explicitly derived from \emph{counter-examples} (CEs), our objective is to leverage this human-like learning pattern to tackle the \emph{overfitting} while enhancing the process of selecting representative samples in ALPL. Specifically, we construct CEs by reversing the partial labels for each instance, and then we propose a simple but effective WorseNet to directly learn from this complementary pattern. By leveraging the distribution gap between WorseNet and the predictor, this adversarial evaluation manner could enhance both the performance of the predictor itself and the sample selection process, allowing the predictor to capture more accurate patterns in the data. Experimental results on five real-world datasets and four benchmark datasets show that our proposed method achieves comprehensive improvements over ten representative AL frameworks, highlighting the superiority of WorseNet. The source code will be available at \url{https://github.com/Ferenas/APLL}.

Foundations

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

Your Notes