Domain Adaptation for Object Recognition: An Unsupervised Approach

Abstract

Adapting the classifier trained on a source domain to recognize instances from a new target domain is an important problem that is receiving recent attention. In this paper, we present one of the first studies on unsupervised domain adaptation in the context of object recognition, where we have labeled data only from the source domain (and therefore do not have correspondences between object categories across domains). Motivated by incremental learning, we create intermediate representations of data between the two domains by viewing the generative subspaces (of same dimension) created from these domains as points on the Grassmann manifold, and sampling points along the geodesic between them to obtain subspaces that provide a meaningful description of the underlying domain shift. We then obtain the projections of labeled source domain data onto these subspaces, from which a discriminative classifier is learnt to classify projected data from the target domain. We discuss extensions of our approach for semi-supervised adaptation, and for cases with multiple source and target domains, and report competitive results on standard datasets.

Cite

Text

Gopalan et al. "Domain Adaptation for Object Recognition: An Unsupervised Approach." IEEE/CVF International Conference on Computer Vision, 2011. doi:10.1109/ICCV.2011.6126344

Markdown

[Gopalan et al. "Domain Adaptation for Object Recognition: An Unsupervised Approach." IEEE/CVF International Conference on Computer Vision, 2011.](https://mlanthology.org/iccv/2011/gopalan2011iccv-domain/) doi:10.1109/ICCV.2011.6126344

BibTeX

@inproceedings{gopalan2011iccv-domain,
  title     = {{Domain Adaptation for Object Recognition: An Unsupervised Approach}},
  author    = {Gopalan, Raghuraman and Li, Ruonan and Chellappa, Rama},
  booktitle = {IEEE/CVF International Conference on Computer Vision},
  year      = {2011},
  pages     = {999-1006},
  doi       = {10.1109/ICCV.2011.6126344},
  url       = {https://mlanthology.org/iccv/2011/gopalan2011iccv-domain/}
}