CVAug 30, 2022

PercentMatch: Percentile-based Dynamic Thresholding for Multi-Label Semi-Supervised Classification

arXiv:2208.13946v17 citationsh-index: 13
Originality Incremental advance
AI Analysis

This addresses the underexplored problem of leveraging unlabeled data for multi-label classification, which is important for domains like image recognition, but it appears incremental as it builds on existing SSL methods.

The paper tackles the challenge of applying semi-supervised learning to multi-label classification by proposing PercentMatch, a dynamic thresholding scheme that adjusts pseudo-label thresholds and loss weights per class, achieving strong performance on Pascal VOC2007 and MS-COCO datasets compared to recent SSL methods.

While much of recent study in semi-supervised learning (SSL) has achieved strong performance on single-label classification problems, an equally important yet underexplored problem is how to leverage the advantage of unlabeled data in multi-label classification tasks. To extend the success of SSL to multi-label classification, we first analyze with illustrative examples to get some intuition about the extra challenges exist in multi-label classification. Based on the analysis, we then propose PercentMatch, a percentile-based threshold adjusting scheme, to dynamically alter the score thresholds of positive and negative pseudo-labels for each class during the training, as well as dynamic unlabeled loss weights that further reduces noise from early-stage unlabeled predictions. Without loss of simplicity, we achieve strong performance on Pascal VOC2007 and MS-COCO datasets when compared to recent SSL 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