Skip to main content
QUICK REVIEW

[Paper Review] A Novel Visual Word Co-occurrence Model for Person Re-identification

Ziming Zhang, Yuting Chen|arXiv (Cornell University)|Oct 24, 2014
Video Surveillance and Tracking Methods14 references4 citations
TL;DR

This paper proposes a novel visual word co-occurrence model for person re-identification that encodes appearance transformations across camera views using codeword co-occurrence statistics. By mapping images to visual words via an unsupervised codebook and modeling spatially aware co-occurrence patterns through kernel mean embedding, the method achieves state-of-the-art performance with 83.86% and 85.49% rank-15 CMC scores on VIPeR and CUHK Campus datasets, outperforming prior methods by 10.44% and 22.27% respectively.

ABSTRACT

Person re-identification aims to maintain the identity of an individual in diverse locations through different non-overlapping camera views. The problem is fundamentally challenging due to appearance variations resulting from differing poses, illumination and configurations of camera views. To deal with these difficulties, we propose a novel visual word co-occurrence model. We first map each pixel of an image to a visual word using a codebook, which is learned in an unsupervised manner. The appearance transformation between camera views is encoded by a co-occurrence matrix of visual word joint distributions in probe and gallery images. Our appearance model naturally accounts for spatial similarities and variations caused by pose, illumination & configuration change across camera views. Linear SVMs are then trained as classifiers using these co-occurrence descriptors. On the VIPeR and CUHK Campus benchmark datasets, our method achieves 83.86% and 85.49% at rank-15 on the Cumulative Match Characteristic (CMC) curves, and beats the state-of-the-art results by 10.44% and 22.27%.

Motivation & Objective

  • To address the challenge of person re-identification under significant appearance variations due to pose, illumination, and camera configuration differences.
  • To model appearance transformations between non-overlapping camera views not as invariant features, but as statistical co-occurrence patterns of visual words.
  • To improve matching accuracy by leveraging spatially sensitive co-occurrence statistics of visual codewords across probe and gallery images.
  • To outperform existing state-of-the-art methods on benchmark datasets such as VIPeR and CUHK Campus.

Proposed method

  • Images are encoded into visual words using an unsupervised codebook learned from training data.
  • The spatial distribution of each visual word is embedded into a kernel space using kernel mean embedding with latent-variable conditional densities as kernels.
  • A co-occurrence matrix of visual word joint distributions is constructed between probe and gallery images to model appearance transformations across camera views.
  • The resulting descriptors are used to train linear SVMs for classification and re-identification.
  • The method incorporates spatial similarity by using spatial kernels with a learned sigma parameter, enhancing robustness to pose and illumination changes.
  • The weighting matrix learned during training captures discriminative co-occurrence patterns, with high weights indicating statistically significant positive or negative co-occurrence relationships.

Experimental results

Research questions

  • RQ1Can co-occurrence patterns of visual codewords across different camera views reliably capture appearance transformations for person re-identification?
  • RQ2How does modeling spatial distributions of visual words improve robustness to pose, illumination, and configuration variations?
  • RQ3Can a statistical co-occurrence model of visual words outperform methods based on invariant feature learning or metric learning?
  • RQ4What is the impact of codebook size and kernel choice on the performance of the co-occurrence model?
  • RQ5Does the use of kernel mean embedding with latent spatial kernels enhance discriminative power compared to simpler feature representations?

Key findings

  • On the VIPeR dataset, the proposed method achieves a rank-15 CMC score of 83.86%, representing a 10.44% improvement over the previous state-of-the-art.
  • On the CUHK Campus dataset, the method achieves a rank-15 CMC score of 85.49%, outperforming the previous state-of-the-art by 22.27%.
  • The method performs best with codebook sizes of 100, 200, and 500, with performance saturating beyond 500 codewords.
  • The learned weighting matrix reveals that certain codeword co-occurrence patterns are highly discriminative, with high positive weights for correct matches and high negative weights for incorrect ones.
  • The use of latent spatial kernels significantly improves performance over alternative kernel choices, indicating the importance of spatial context in co-occurrence modeling.
  • The method demonstrates strong generalization, achieving consistent SOTA results on both the VIPeR and CUHK Campus benchmark datasets.

Better researchstarts right now

From reading papers to final review, dramatically reduce your research time.

No credit card · Free plan available

This review was created by AI and reviewed by human editors.