This paper introduces our solution for the Track2 in AI City Challenge 2020 (AICITY20). The Track2 is a vehicle re-identification (ReID) task with both the real-world data and synthetic data. Our solution is based on a strong baseline with bag of tricks (BoT-BS) proposed in person ReID. At first, we propose a multi-domain learning method to joint the real-world and synthetic data to train the model. Then, we propose the Identity Mining method to automatically generate pseudo labels for a part of the testing data, which is better than the k-means clustering. The tracklet-level re-ranking strategy with weighted features is also used to post-process the results. Finally, with multiple-model ensemble, our method achieves 0.7322 in the mAP score which yields third place in the competition. The codes are available at https://github.com/heshuting555/AICITY2020_DMT_VehicleReID.
@article{arxiv.2004.10547,
title = {Multi-Domain Learning and Identity Mining for Vehicle Re-Identification},
author = {Shuting He and Hao Luo and Weihua Chen and Miao Zhang and Yuqi Zhang and Fan Wang and Hao Li and Wei Jiang},
journal= {arXiv preprint arXiv:2004.10547},
year = {2020}
}
Comments
Solution for AI City Challenge, CVPR2020 Workshop. Codes are at https://github.com/heshuting555/AICITY2020_DMT_VehicleReID