LGJul 30, 2025

CaliMatch: Adaptive Calibration for Improving Safe Semi-supervised Learning

arXiv:2508.00922v11 citationsh-index: 6
Originality Incremental advance
AI Analysis

This addresses the safe SSL problem for real-world applications where unlabeled data includes unknown classes, offering an incremental improvement over existing methods.

The paper tackles the problem of label distribution mismatch in semi-supervised learning by proposing CaliMatch, a method that calibrates both the classifier and out-of-distribution detector to reduce errors from overconfidence, resulting in improved performance on datasets like CIFAR-10 and ImageNet.

Semi-supervised learning (SSL) uses unlabeled data to improve the performance of machine learning models when labeled data is scarce. However, its real-world applications often face the label distribution mismatch problem, in which the unlabeled dataset includes instances whose ground-truth labels are absent from the labeled training dataset. Recent studies, referred to as safe SSL, have addressed this issue by using both classification and out-of-distribution (OOD) detection. However, the existing methods may suffer from overconfidence in deep neural networks, leading to increased SSL errors because of high confidence in incorrect pseudo-labels or OOD detection. To address this, we propose a novel method, CaliMatch, which calibrates both the classifier and the OOD detector to foster safe SSL. CaliMatch presents adaptive label smoothing and temperature scaling, which eliminates the need to manually tune the smoothing degree for effective calibration. We give a theoretical justification for why improving the calibration of both the classifier and the OOD detector is crucial in safe SSL. Extensive evaluations on CIFAR-10, CIFAR-100, SVHN, TinyImageNet, and ImageNet demonstrate that CaliMatch outperforms the existing methods in safe SSL tasks.

Foundations

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

Your Notes