Learning Context Graph for Person Search
Abstract
Person re-identification has achieved great progress with deep convolutional neural networks. However, most previous methods focus on learning individual appearance feature embedding, and it is hard for the models to handle difficult situations with different illumination, large pose variance and occlusion. In this work, we take a step further and consider employing context information for person search. For a probe-gallery pair, we first propose a contextual instance expansion module, which employs a relative attention module to search and filter useful context information in the scene. We also build a graph learning framework to effectively employ context pairs to update target similarity. These two modules are built on top of a joint detection and instance feature learning framework, which improves the discriminativeness of the learned features. The proposed framework achieves state-of-the-art performance on two widely used person search datasets.
Cite
Text
Yan et al. "Learning Context Graph for Person Search." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019. doi:10.1109/CVPR.2019.00226Markdown
[Yan et al. "Learning Context Graph for Person Search." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019.](https://mlanthology.org/cvpr/2019/yan2019cvpr-learning/) doi:10.1109/CVPR.2019.00226BibTeX
@inproceedings{yan2019cvpr-learning,
title = {{Learning Context Graph for Person Search}},
author = {Yan, Yichao and Zhang, Qiang and Ni, Bingbing and Zhang, Wendong and Xu, Minghao and Yang, Xiaokang},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2019},
doi = {10.1109/CVPR.2019.00226},
url = {https://mlanthology.org/cvpr/2019/yan2019cvpr-learning/}
}