CVJun 23, 2015

Person re-identification via efficient inference in fully connected CRF

arXiv:1506.06905v11 citations
Originality Incremental advance
AI Analysis

This addresses the challenging problem of person re-identification for surveillance and security applications, but it is incremental as it builds on existing feature techniques with a novel inference approach.

The paper tackles person re-identification by proposing a fully connected CRF model that enforces similarity among matched gallery images, using efficient inference to compute marginal distributions, and demonstrates superiority over state-of-the-art methods on public datasets.

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 matching techniques, which reflect the similarity between probe and gallery image, and define pairwise potential for each edge in terms of a weighed combination of Gaussian kernels, which encode appearance similarity between pair of gallery images. The specific form of pairwise potential allows us to exploit an efficient inference algorithm to calculate the marginal distribution of each label variable for this dense connected CRF. We show the superiority of our method by applying it to public datasets and comparing with the state of the art.

Foundations

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

Your Notes