MVP Matching: A Maximum-Value Perfect Matching for Mining Hard Samples, with Application to Person Re-Identification
Abstract
How to correctly stress hard samples in metric learning is critical for visual recognition tasks, especially in challenging person re-ID applications. Pedestrians across cameras with significant appearance variations are easily confused, which could bias the learned metric and slow down the convergence rate. In this paper, we propose a novel weighted complete bipartite graph based maximum-value perfect (MVP) matching for mining the hard samples from a batch of samples. It can emphasize the hard positive and negative sample pairs respectively, and thus relieve adverse optimization and sample imbalance problems. We then develop a new batch-wise MVP matching based loss objective and combine it in an end-to-end deep metric learning manner. It leads to significant improvements in both convergence rate and recognition performance. Extensive empirical results on five person re-ID benchmark datasets, i.e., Market-1501, CUHK03-Detected, CUHK03-Labeled, Duke-MTMC, and MSMT17, demonstrate the superiority of the proposed method. It can accelerate the convergence rate significantly while achieving state-of-the-art performance. The source code of our method is available at https://github.com/IAAI-CVResearchGroup/MVP-metric.
Cite
Text
Sun et al. "MVP Matching: A Maximum-Value Perfect Matching for Mining Hard Samples, with Application to Person Re-Identification." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019. doi:10.1109/ICCV.2019.00684Markdown
[Sun et al. "MVP Matching: A Maximum-Value Perfect Matching for Mining Hard Samples, with Application to Person Re-Identification." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019.](https://mlanthology.org/iccv/2019/sun2019iccv-mvp/) doi:10.1109/ICCV.2019.00684BibTeX
@inproceedings{sun2019iccv-mvp,
title = {{MVP Matching: A Maximum-Value Perfect Matching for Mining Hard Samples, with Application to Person Re-Identification}},
author = {Sun, Han and Chen, Zhiyuan and Yan, Shiyang and Xu, Lin},
booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision},
year = {2019},
doi = {10.1109/ICCV.2019.00684},
url = {https://mlanthology.org/iccv/2019/sun2019iccv-mvp/}
}