CVJul 17, 2020

Learning Posterior and Prior for Uncertainty Modeling in Person Re-Identification

arXiv:2007.08785v1
Originality Incremental advance
AI Analysis

It addresses data uncertainty for person re-identification, which is incremental as it builds on existing methods by adding uncertainty modeling.

The paper tackles uncertainty modeling in person re-identification by learning posterior and prior distributions in latent space, achieving state-of-the-art results with mAP improvements of 2.1% on Market1501 and 2.5% on DukeMTMC.

Data uncertainty in practical person reID is ubiquitous, hence it requires not only learning the discriminative features, but also modeling the uncertainty based on the input. This paper proposes to learn the sample posterior and the class prior distribution in the latent space, so that not only representative features but also the uncertainty can be built by the model. The prior reflects the distribution of all data in the same class, and it is the trainable model parameters. While the posterior is the probability density of a single sample, so it is actually the feature defined on the input. We assume that both of them are in Gaussian form. To simultaneously model them, we put forward a distribution loss, which measures the KL divergence from the posterior to the priors in the manner of supervised learning. In addition, we assume that the posterior variance, which is essentially the uncertainty, is supposed to have the second-order characteristic. Therefore, a $Σ-$net is proposed to compute it by the high order representation from its input. Extensive experiments have been carried out on Market1501, DukeMTMC, MARS and noisy dataset as well.

Foundations

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

Your Notes