TL;DR
This paper introduces the Feature Recovery Transformer (FRT), a novel method for occluded person re-identification that effectively recovers complete features and improves matching accuracy by focusing on visible regions and leveraging neighbor information.
Contribution
The paper proposes a new FRT approach combining visibility graph matching and feature recovery transformer to address occlusion challenges in person Re-ID, outperforming existing methods.
Findings
FRT achieves at least 6.2% higher Rank-1 accuracy on Occluded-Duke.
FRT improves mAP scores by 7.2% on occluded datasets.
Extensive experiments validate FRT's effectiveness across various datasets.
Abstract
One major issue that challenges person re-identification (Re-ID) is the ubiquitous occlusion over the captured persons. There are two main challenges for the occluded person Re-ID problem, i.e., the interference of noise during feature matching and the loss of pedestrian information brought by the occlusions. In this paper, we propose a new approach called Feature Recovery Transformer (FRT) to address the two challenges simultaneously, which mainly consists of visibility graph matching and feature recovery transformer. To reduce the interference of the noise during feature matching, we mainly focus on visible regions that appear in both images and develop a visibility graph to calculate the similarity. In terms of the second challenge, based on the developed graph similarity, for each query image, we propose a recovery transformer that exploits the feature sets of its -nearest…
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
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Layer Normalization · Softmax · Adam · Byte Pair Encoding · Residual Connection · Label Smoothing · Dropout
