Graph Convolution for Re-ranking in Person Re-identification
Yuqi Zhang, Qian Qi, Chong Liu, Weihua Chen, Fan Wang, Hao Li, Rong, Jin

TL;DR
This paper introduces a graph convolution-based re-ranking method for person re-identification that enhances feature quality while maintaining Euclidean distance for fast retrieval, applicable to both image and video data.
Contribution
The paper proposes a novel graph convolution approach for re-ranking in person re-ID that preserves Euclidean distance and extends to video data using profile vectors.
Findings
Improves re-ID accuracy on benchmark datasets
Maintains efficiency with Euclidean distance-based retrieval
Effective extension to video re-ID with profile vectors
Abstract
Nowadays, deep learning is widely applied to extract features for similarity computation in person re-identification (re-ID) and have achieved great success. However, due to the non-overlapping between training and testing IDs, the difference between the data used for model training and the testing data makes the performance of learned feature degraded during testing. Hence, re-ranking is proposed to mitigate this issue and various algorithms have been developed. However, most of existing re-ranking methods focus on replacing the Euclidean distance with sophisticated distance metrics, which are not friendly to downstream tasks and hard to be used for fast retrieval of massive data in real applications. In this work, we propose a graph-based re-ranking method to improve learned features while still keeping Euclidean distance as the similarity metric. Inspired by graph convolution…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVideo Surveillance and Tracking Methods · Human Pose and Action Recognition · Gait Recognition and Analysis
MethodsConvolution
