Person re-identification via efficient inference in fully connected CRF
Jiuqing Wan, Menglin Xing

TL;DR
This paper proposes an efficient inference method using a fully connected CRF model for person re-identification, improving accuracy by considering both probe-gallery and gallery-gallery similarities.
Contribution
It introduces a novel fully connected CRF model with an efficient inference algorithm tailored for person re-identification tasks.
Findings
Outperforms existing methods on public datasets
Effectively handles appearance variations and occlusions
Demonstrates computational efficiency in dense CRF inference
Abstract
In this paper, we address the problem of person re-identification problem, i.e., retrieving instances from gallery which are generated by the same person as the given probe image. This is very challenging because the person's appearance usually undergoes significant variations due to changes in illumination, camera angle and view, background clutter, and occlusion over the camera network. In this paper, we assume that the matched gallery images should not only be similar to the probe, but also be similar to each other, under suitable metric. We express this assumption with a fully connected CRF model in which each node corresponds to a gallery and every pair of nodes are connected by an edge. A label variable is associated with each node to indicate whether the corresponding image is from target person. We define unary potential for each node using existing feature calculation and…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVideo Surveillance and Tracking Methods · Advanced Image and Video Retrieval Techniques · Face recognition and analysis
MethodsConditional Random Field
