Recurrent Convolutional Network for Video-Based Person Re-Identification

Abstract

In this paper we propose a novel recurrent neural network architecture for video-based person re-identification. Given the video sequence of a person, features are extracted from each frame using a convolutional neural network that incorporates a recurrent final layer, which allows information to flow between time-steps. The features from all time-steps are then combined using temporal pooling to give an overall appearance feature for the complete sequence. The convolutional network, recurrent layer, and temporal pooling layer, are jointly trained to act as a feature extractor for video-based re-identification using a Siamese network architecture. Our approach makes use of colour and optical flow information in order to capture appearance and motion information which is useful for video re-identification. Experiments are conduced on the iLIDS-VID and PRID-2011 datasets to show that this approach outperforms existing methods of video-based re-identification.

Cite

Text

McLaughlin et al. "Recurrent Convolutional Network for Video-Based Person Re-Identification." Conference on Computer Vision and Pattern Recognition, 2016. doi:10.1109/CVPR.2016.148

Markdown

[McLaughlin et al. "Recurrent Convolutional Network for Video-Based Person Re-Identification." Conference on Computer Vision and Pattern Recognition, 2016.](https://mlanthology.org/cvpr/2016/mclaughlin2016cvpr-recurrent/) doi:10.1109/CVPR.2016.148

BibTeX

@inproceedings{mclaughlin2016cvpr-recurrent,
  title     = {{Recurrent Convolutional Network for Video-Based Person Re-Identification}},
  author    = {McLaughlin, Niall and del Rincon, Jesus Martinez and Miller, Paul},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2016},
  doi       = {10.1109/CVPR.2016.148},
  url       = {https://mlanthology.org/cvpr/2016/mclaughlin2016cvpr-recurrent/}
}