Unsupervised Improvement of Visual Detectors Using Co-Training

Abstract

One significant challenge in the construction of visual detection systems is the acquisition of sufficient labeled data. This paper describes a new technique for training visual detectors which requires only a small quantity of labeled data, and then uses unlabeled data to improve performance over time. Unsupervised improvement is based on the cotraining framework of Blum and Mitchell, in which two disparate classifiers are trained simultaneously. Unlabeled examples which are confidently labeled by one classifier are added, with labels, to the training set of the other classifier. Experiments are presented on the realistic task of automobile detection in roadway surveillance video. In this application, co-training reduces the false positive rate by a factor of 2 to 11 from the classifier trained with labeled data alone. 1

Cite

Text

Levin et al. "Unsupervised Improvement of Visual Detectors Using Co-Training." IEEE/CVF International Conference on Computer Vision, 2003. doi:10.1109/ICCV.2003.1238406

Markdown

[Levin et al. "Unsupervised Improvement of Visual Detectors Using Co-Training." IEEE/CVF International Conference on Computer Vision, 2003.](https://mlanthology.org/iccv/2003/levin2003iccv-unsupervised/) doi:10.1109/ICCV.2003.1238406

BibTeX

@inproceedings{levin2003iccv-unsupervised,
  title     = {{Unsupervised Improvement of Visual Detectors Using Co-Training}},
  author    = {Levin, Anat and Viola, Paul A. and Freund, Yoav},
  booktitle = {IEEE/CVF International Conference on Computer Vision},
  year      = {2003},
  pages     = {626-633},
  doi       = {10.1109/ICCV.2003.1238406},
  url       = {https://mlanthology.org/iccv/2003/levin2003iccv-unsupervised/}
}