English

Deep Co-Training for Semi-Supervised Image Recognition

Computer Vision and Pattern Recognition 2018-03-19 v1

Abstract

In this paper, we study the problem of semi-supervised image recognition, which is to learn classifiers using both labeled and unlabeled images. We present Deep Co-Training, a deep learning based method inspired by the Co-Training framework. The original Co-Training learns two classifiers on two views which are data from different sources that describe the same instances. To extend this concept to deep learning, Deep Co-Training trains multiple deep neural networks to be the different views and exploits adversarial examples to encourage view difference, in order to prevent the networks from collapsing into each other. As a result, the co-trained networks provide different and complementary information about the data, which is necessary for the Co-Training framework to achieve good results. We test our method on SVHN, CIFAR-10/100 and ImageNet datasets, and our method outperforms the previous state-of-the-art methods by a large margin.

Keywords

Cite

@article{arxiv.1803.05984,
  title  = {Deep Co-Training for Semi-Supervised Image Recognition},
  author = {Siyuan Qiao and Wei Shen and Zhishuai Zhang and Bo Wang and Alan Yuille},
  journal= {arXiv preprint arXiv:1803.05984},
  year   = {2018}
}
R2 v1 2026-06-23T00:54:51.096Z