Sampling Control for Imbalanced Calibration in Semi-Supervised Learning
Senmao Tian, Xiang Wei, Shunli Zhang
TL;DR
This work addresses CISSL under unlabeled-data distribution mismatch by introducing SC-SSL, which decouples sampling control during training from post-hoc logit calibration at inference. A shared-backbone framework employs an expansive classifier and an optimization-bias vector $\mathbf{b}_{opt}$ to expand minority-class decision boundaries and directly adjust logits, grounded by expansion and separation theoretical assumptions. Empirically, SC-SSL achieves state-of-the-art results on CIFAR10-LT, CIFAR100-LT, STL10-LT, and ImageNet-127 across diverse unlabeled distributions, with strong evidence from t-SNE and confusion-matrix analyses showing improved tail-class discrimination. The approach provides practical benefits for real-world CISSL tasks where unlabeled data distributions are unknown or nonstationary, by robustly improving both feature learning and logit calibration via principled sampling control.
Abstract
Class imbalance remains a critical challenge in semi-supervised learning (SSL), especially when distributional mismatches between labeled and unlabeled data lead to biased classification. Although existing methods address this issue by adjusting logits based on the estimated class distribution of unlabeled data, they often handle model imbalance in a coarse-grained manner, conflating data imbalance with bias arising from varying class-specific learning difficulties. To address this issue, we propose a unified framework, SC-SSL, which suppresses model bias through decoupled sampling control. During training, we identify the key variables for sampling control under ideal conditions. By introducing a classifier with explicit expansion capability and adaptively adjusting sampling probabilities across different data distributions, SC-SSL mitigates feature-level imbalance for minority classes. In the inference phase, we further analyze the weight imbalance of the linear classifier and apply post-hoc sampling control with an optimization bias vector to directly calibrate the logits. Extensive experiments across various benchmark datasets and distribution settings validate the consistency and state-of-the-art performance of SC-SSL.
