CVAug 18, 2022

ConMatch: Semi-Supervised Learning with Confidence-Guided Consistency Regularization

NVIDIAU of Toronto
arXiv:2208.08631v266 citationsh-index: 46Has Code
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in semi-supervised learning for computer vision, offering an incremental improvement over prior techniques.

The paper tackles the problem of semi-supervised learning by proposing ConMatch, a framework that uses confidence-guided consistency regularization between strongly-augmented views of images, resulting in consistent performance boosts when integrated into existing methods.

We present a novel semi-supervised learning framework that intelligently leverages the consistency regularization between the model's predictions from two strongly-augmented views of an image, weighted by a confidence of pseudo-label, dubbed ConMatch. While the latest semi-supervised learning methods use weakly- and strongly-augmented views of an image to define a directional consistency loss, how to define such direction for the consistency regularization between two strongly-augmented views remains unexplored. To account for this, we present novel confidence measures for pseudo-labels from strongly-augmented views by means of weakly-augmented view as an anchor in non-parametric and parametric approaches. Especially, in parametric approach, we present, for the first time, to learn the confidence of pseudo-label within the networks, which is learned with backbone model in an end-to-end manner. In addition, we also present a stage-wise training to boost the convergence of training. When incorporated in existing semi-supervised learners, ConMatch consistently boosts the performance. We conduct experiments to demonstrate the effectiveness of our ConMatch over the latest methods and provide extensive ablation studies. Code has been made publicly available at https://github.com/JiwonCocoder/ConMatch.

Code Implementations1 repo
Foundations

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

Your Notes