CVApr 22, 2020

Multi-Domain Learning and Identity Mining for Vehicle Re-Identification

arXiv:2004.10547v278 citationsHas Code
AI Analysis

This work addresses vehicle re-identification for surveillance and security applications, but it is incremental as it builds on existing person re-identification methods.

The paper tackled vehicle re-identification by combining real-world and synthetic data with multi-domain learning and identity mining, achieving a mAP score of 0.7322 and third place in the AI City Challenge 2020.

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.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes