Online Domain Adaptation of a Pre-Trained Cascade of Classifiers

Abstract

Many classifiers are trained with massive training sets only to be applied at test time on data from a different distribution. How can we rapidly and simply adapt a classifier to a new test distribution, even when we do not have access to the original training data? We present an on-line approach for rapidly adapting a "black box" classifier to a new test data set without retraining the classifier or examining the original optimization criterion. Assuming the original classifier outputs a continuous number for which a threshold gives the class, we reclassify points near the original boundary using a Gaussian process regression scheme. We show how this general procedure can be used in the context of a classifier cascade, demonstrating performance that far exceeds state-of-the-art results in face detection on a standard data set. We also draw connections to work in semi-supervised learning, domain adaptation, and information regularization.

Cite

Text

Jain and Learned-Miller. "Online Domain Adaptation of a Pre-Trained Cascade of Classifiers." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2011. doi:10.1109/CVPR.2011.5995317

Markdown

[Jain and Learned-Miller. "Online Domain Adaptation of a Pre-Trained Cascade of Classifiers." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2011.](https://mlanthology.org/cvpr/2011/jain2011cvpr-online/) doi:10.1109/CVPR.2011.5995317

BibTeX

@inproceedings{jain2011cvpr-online,
  title     = {{Online Domain Adaptation of a Pre-Trained Cascade of Classifiers}},
  author    = {Jain, Vidit and Learned-Miller, Erik G.},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2011},
  pages     = {577-584},
  doi       = {10.1109/CVPR.2011.5995317},
  url       = {https://mlanthology.org/cvpr/2011/jain2011cvpr-online/}
}