Multi-Shot Re-Identification with Random-Projection-Based Random Forests

Abstract

Human re-identification remains one of the fundamental, difficult problems in video surveillance and analysis. Current metric learning algorithms mainly focus on finding an optimized vector space such that observations of the same person in this space have a smaller distance than observations of two different people. In this paper, we propose a novel metric learning approach to the human reidentification problem, with an emphasis on the multi-shot scenario. First, we perform dimensionality reduction on image feature vectors through random projection. Next, a random forest is trained based on pair wise constraints in the projected subspace. This procedure repeats with a number of random projection bases, so that a series of random forests are trained in various feature subspaces. Finally, we select personalized random forests for each subject using their multi-shot appearances. We evaluate the performance of our algorithm on three benchmark datasets.

Cite

Text

Li et al. "Multi-Shot Re-Identification with Random-Projection-Based Random Forests." IEEE/CVF Winter Conference on Applications of Computer Vision, 2015. doi:10.1109/WACV.2015.56

Markdown

[Li et al. "Multi-Shot Re-Identification with Random-Projection-Based Random Forests." IEEE/CVF Winter Conference on Applications of Computer Vision, 2015.](https://mlanthology.org/wacv/2015/li2015wacv-multi/) doi:10.1109/WACV.2015.56

BibTeX

@inproceedings{li2015wacv-multi,
  title     = {{Multi-Shot Re-Identification with Random-Projection-Based Random Forests}},
  author    = {Li, Yang and Wu, Ziyan and Radke, Richard J.},
  booktitle = {IEEE/CVF Winter Conference on Applications of Computer Vision},
  year      = {2015},
  pages     = {373-380},
  doi       = {10.1109/WACV.2015.56},
  url       = {https://mlanthology.org/wacv/2015/li2015wacv-multi/}
}