Home

Awesome

Visible Thermal Person Re-Identification (Cross-modlaity Person Re-ID)

Demo code for Hierarchical Discriminative Learning for Visible Thermal Person Re-Identification in AAAI 2018 and Visible Thermal Person Re-Identification via Dual-Constrained Top-Ranking in IJCAI 2018 .

The framework of our AAAI 18 paper: Two-Stage Framework (Feature Learning + Metric Learning)

The framework of our IJCAI 18 paper: End-to-End Learning

1. Prepare the dataset.

(Named: "Dongguk Body-based Person Recognition Database (DBPerson-Recog-DB1) on their website.")

2. Two-stream CNN network feature learning (TONE) in AAAI 2018

All the code is in the folder 'TONE/' written in Python. This demo code has been tested on Python 2.7 and Tensorflow v0.11.

(You can also modify the scripts to get different layers of features or evaluate different parameters. A trained model of one split can be downloaded on BaiduYun and GoogleDrive)

3. Hierarchical Cross-modality Metric Learning (HCML) in AAAI 18

All the code is in the folder 'HCML/' written in Matlab. This demo code has been tested on Matlab 2017a.

4. Bi-directional Dual-Constrained Top-Ranking (BDTR) in IJCAI 2018

All the code is in the folder 'BDTR/' written in Python. This demo code has been tested on Python 2.7 and Tensorflow v0.11. (Better Performance)

(We could adjust the weights to achieve much better performance by assigning larger weights of the ranking loss for the RegDB dataset.)

Demo results on RegDB dataset of one split *

MethodsRank@1Rank@5Rank@20mAP
#TONE15.7%28.2%45.6%18.0%
#HCML23.4%36.8%57.5%23.9%
#BDTR34.3%49.0%67.9%33.1%

(* Note that it may have some fluctuations due to randomly generated training/testing splits. Above results are obtained with the demo code in one split. We randomly conduct the experiments 10 trials to get the average performance in the paper. Better performance could be achieved by adjusting the weights.)

Citation

Please kindly cite this paper in your publications if it helps your research:

@inproceedings{aaai18vtreid,
  title={Hierarchical Discriminative Learning for Visible Thermal Person Re-Identification},
  author={Ye, Mang and Lan, Xiangyuan and Li, Jiawei and Yuen, Pong C.},
  booktitle={AAAI},
  year={2018},
}

@inproceedings{ijcai18vtreid,
  title={Visible Thermal Person Re-Identification via Dual-Constrained Top-Ranking},
  author={Ye, Mang and Wang, Zheng and Lan, Xiangyuan and Yuen, Pong C.},
  booktitle={IJCAI},
  year={2018},
}

If you also use the RegDB dataset, please kindly cite:

@article{sensors17,
  title={Person Recognition System Based on a Combination of Body Images from Visible Light and Thermal Cameras},
  author={Nguyen, Dat Tien and Hong, Hyung Gil and Kim, Ki Wan and Park, Kang Ryoung},
  journal={Sensors},
  volume={17},
  number={3},
  pages={605},
  year={2017},
}

Contact: mangye@comp.hkbu.edu.hk