LGCVJan 25, 2022

AggMatch: Aggregating Pseudo Labels for Semi-Supervised Learning

arXiv:2201.10444v11 citations
Originality Incremental advance
AI Analysis

This addresses a key bottleneck in semi-supervised learning for researchers and practitioners, though it appears incremental as it builds on existing consistency regularization frameworks.

The paper tackles the problem of inaccurate or noisy pseudo labels in semi-supervised learning by proposing AggMatch, a framework that aggregates pseudo labels using similarity and a confidence-aware queue, resulting in improved performance over latest methods on standard benchmarks.

Semi-supervised learning (SSL) has recently proven to be an effective paradigm for leveraging a huge amount of unlabeled data while mitigating the reliance on large labeled data. Conventional methods focused on extracting a pseudo label from individual unlabeled data sample and thus they mostly struggled to handle inaccurate or noisy pseudo labels, which degenerate performance. In this paper, we address this limitation with a novel SSL framework for aggregating pseudo labels, called AggMatch, which refines initial pseudo labels by using different confident instances. Specifically, we introduce an aggregation module for consistency regularization framework that aggregates the initial pseudo labels based on the similarity between the instances. To enlarge the aggregation candidates beyond the mini-batch, we present a class-balanced confidence-aware queue built with the momentum model, encouraging to provide more stable and consistent aggregation. We also propose a novel uncertainty-based confidence measure for the pseudo label by considering the consensus among multiple hypotheses with different subsets of the queue. We conduct experiments to demonstrate the effectiveness of AggMatch over the latest methods on standard benchmarks and provide extensive analyses.

Foundations

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

Your Notes