Learning Deep Feature Representations with Domain Guided Dropout for Person Re-Identification

Abstract

Learning generic and robust feature representations with data from multiple domains for the same problem is of great value, especially for the problems that have multiple datasets but none of them are large enough to provide abundant data variations. In this work, we present a pipeline for learning deep feature representations from multiple domains with Convolutional Neural Networks (CNNs). When training a CNN with data from all the domains, some neurons learn representations shared across several domains, while some others are effective only for a specific one. Based on this important observation, we propose a Domain Guided Dropout algorithm to improve the feature learning procedure. Experiments show the effectiveness of our pipeline and the proposed algorithm. Our methods on the person re-identification problem outperform state-of-the-art methods on multiple datasets by large margins.

Cite

Text

Xiao et al. "Learning Deep Feature Representations with Domain Guided Dropout for Person Re-Identification." Conference on Computer Vision and Pattern Recognition, 2016. doi:10.1109/CVPR.2016.140

Markdown

[Xiao et al. "Learning Deep Feature Representations with Domain Guided Dropout for Person Re-Identification." Conference on Computer Vision and Pattern Recognition, 2016.](https://mlanthology.org/cvpr/2016/xiao2016cvpr-learning/) doi:10.1109/CVPR.2016.140

BibTeX

@inproceedings{xiao2016cvpr-learning,
  title     = {{Learning Deep Feature Representations with Domain Guided Dropout for Person Re-Identification}},
  author    = {Xiao, Tong and Li, Hongsheng and Ouyang, Wanli and Wang, Xiaogang},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2016},
  doi       = {10.1109/CVPR.2016.140},
  url       = {https://mlanthology.org/cvpr/2016/xiao2016cvpr-learning/}
}