English

Towards Semi-supervised Learning with Non-random Missing Labels

Machine Learning 2023-08-21 v1 Computer Vision and Pattern Recognition

Abstract

Semi-supervised learning (SSL) tackles the label missing problem by enabling the effective usage of unlabeled data. While existing SSL methods focus on the traditional setting, a practical and challenging scenario called label Missing Not At Random (MNAR) is usually ignored. In MNAR, the labeled and unlabeled data fall into different class distributions resulting in biased label imputation, which deteriorates the performance of SSL models. In this work, class transition tracking based Pseudo-Rectifying Guidance (PRG) is devised for MNAR. We explore the class-level guidance information obtained by the Markov random walk, which is modeled on a dynamically created graph built over the class tracking matrix. PRG unifies the historical information of class distribution and class transitions caused by the pseudo-rectifying procedure to maintain the model's unbiased enthusiasm towards assigning pseudo-labels to all classes, so as the quality of pseudo-labels on both popular classes and rare classes in MNAR could be improved. Finally, we show the superior performance of PRG across a variety of MNAR scenarios, outperforming the latest SSL approaches combining bias removal solutions by a large margin. Code and model weights are available at https://github.com/NJUyued/PRG4SSL-MNAR.

Keywords

Cite

@article{arxiv.2308.08872,
  title  = {Towards Semi-supervised Learning with Non-random Missing Labels},
  author = {Yue Duan and Zhen Zhao and Lei Qi and Luping Zhou and Lei Wang and Yinghuan Shi},
  journal= {arXiv preprint arXiv:2308.08872},
  year   = {2023}
}

Comments

Accepted by ICCV 2023

R2 v1 2026-06-28T11:57:47.936Z