Source-linked AI summary

Transferring a Semantic Representation for Person Re-Identification and Search

Zhiyuan Shi, Timothy M. Hospedales, Tao Xiang

arXiv:1706.03725v1cs.CV

TL;DR

Existing semantic attribute methods for person re-identification and description-based search require non-scalable camera-specific annotation and do not transfer directly from fashion imagery to surveillance. The paper introduces a generative, Bayesian-adapted attribute framework trained on weakly or strongly labelled fashion data, achieving state-of-the-art unsupervised re-identification and search performance while unifying both tasks.

  • Problem

    Existing attribute-centric approaches underperform conventional methods because they require extensive domain-specific annotation, while fashion-trained attributes face severe domain shift in surveillance.

  • Method

    MRF-IBP learns semantic attributes from weakly or strongly annotated fashion data and transfers them to an unannotated surveillance domain through Bayesian adaptation.

  • Results

    The representation achieves state-of-the-art performance for unsupervised person re-identification and person search, with competitive supervised re-identification performance.

  • Takeaways & Limitations

    A transferable semantic representation unifies person re-identification and description-based person search without requiring target-domain annotation.

Abstract

from arXiv · show

Learning semantic attributes for person re-identification and description-based person search has gained increasing interest due to attributes' great potential as a pose and view-invariant representation. However, existing attribute-centric approaches have thus far underperformed state-of-the-art conventional approaches. This is due to their non-scalable need for extensive domain (camera) specific annotation. In this paper we present a new semantic attribute learning approach for person re-identification and search. Our model is trained on existing fashion photography datasets -- either weakly or strongly labelled. It can then be transferred and adapted to provide a powerful semantic description of surveillance person detections, without requiring any surveillance domain supervision. The resulting representation is useful for both unsupervised and supervised person re-identification, achieving state-of-the-art and near state-of-the-art performance respectively. Furthermore, as a semantic representation it allows description-based person search to be integrated within the same framework.

1. Introduction

Semantic attributes offer a shared, potentially view-invariant representation for person re-identification and description-based search, but existing methods require costly camera-specific annotation. The paper addresses this through a transferable, adaptable attribute model learned from fashion data.

  • Motivation: Person re-identification and description-based search retrieve images of a person using visual or textual queries, respectively, and support surveillance applications.These tasks underpin multi-camera tracking, crowd analysis, and forensic search.
  • Motivation: Semantic attributes could address varying surveillance views and poses because they provide a mid-level representation that is intrinsically invariant to viewing conditions.
  • Problem: Existing attribute-centric re-identification methods underperform conventional approaches because robust attribute detectors require extensive, detailed annotations for each camera or dataset.
  • Problem: Fashion datasets provide abundant attribute annotations, but severe domain shift prevents direct transfer to surveillance images containing illumination variation, occlusion, low resolution, and motion blur.
  • Approach: The proposed framework learns a generative semantic attribute model from weakly or strongly labelled fashion data and adapts it for surveillance re-identification and search.The IBP formulation jointly learns attributes, supports weak supervision, and enables Bayesian unsupervised domain adaptation.
  • Outcome: The adapted representation is highly person-variant and view-invariant, achieving state-of-the-art results for both person re-identification and description-based person search.

2. Related Work

Prior work includes supervised and unsupervised re-identification, semantic attribute representations, and domain adaptation, but existing approaches leave cross-domain semantic transfer insufficiently addressed. MRF-IBP combines generative attribute learning, Bayesian transfer, and spatial coherence for person search and re-identification.

  • Person Re-identification: Unsupervised re-identification is more practical because it avoids per-target-camera identity annotation, whereas supervised methods use labelled matching pairs.
  • Person Re-identification: Existing transfer-learning studies transfer matching models between surveillance datasets rather than transferring semantic representations from another domain.
  • Semantic Attributes: Semantic attribute methods target view-invariant and person-variant representations, but earlier approaches often train independent detectors from weakly labelled images.
  • Semantic Attributes: Fashion and face-search methods rely on cleaner or more constrained imagery than surveillance, motivating a bridge from richly annotated fashion data to noisy, scarcely annotated surveillance data.
  • Domain Adaptation: Unsupervised domain adaptation is difficult because low-level methods are disconnected from attribute semantics; the paper transfers source attribute models as Bayesian priors.
  • Contributions: MRF-IBP uses a generative model supporting weak, strong, or mixed supervision and adds spatial coherence through a Markov Random Field for finer attribute segmentation.
  • Contributions: The framework enables better description-based person search than existing discriminative modelling approaches.

3. Semantic Representation Learning

MRF-IBP learns semantic attribute factors from annotated or weakly annotated source images and adapts them to an unannotated target domain. Its generative model jointly represents patch attributes, background clutter, and factor appearances.

  • 3. Semantic Representation Learning: MRF-IBP represents each super-pixel with a potentially unbounded binary factor vector covering known attributes and unannotated image aspects.The first Ks factors correspond to annotations, while later factors are free to model additional structure.
  • 3. Semantic Representation Learning: The model can learn from either image-level weak supervision or patch-level strong supervision on an auxiliary dataset.Weak supervision requires inferring which image-level factors occur in individual patches; strong supervision directly provides patch annotations.
  • 3.1. Model Formulation: An Indian Buffet Process prior with a Potts-model Markov random field combines unbounded factor sampling with spatial correlation across patches.The IBP supplies factors, while the inter-patch MRF couples neighboring patch activations through β.
  • 3.2. Model Learning: Gibbs sampling updates latent factor states and factor appearances to approximate the posterior over hidden variables.The hidden variables include patch factor activations and factor appearance parameters.
  • 3.3. Model Adaptation to the Target Set: Bayesian adaptation uses learned source-domain appearance statistics as a prior for updating target-domain appearances without target supervision.Target latent factors remain unsupervised, while source sufficient statistics provide top-down influence during appearance updates.

4. Semantic Representation Applications

The learned semantic representation is converted into fixed-size patch descriptors and factor heat maps. These representations support unsupervised and supervised re-identification as well as different semantics for multi-attribute search.

  • 4. Semantic Representation Applications: Each target image is converted from super-pixel factor matrices into K factor heat maps and 14 overlapping grid-patch descriptors.The grid uses a 2×7 layout with 32×32 windows, and each patch receives a K-dimensional attribute vector.
  • 4. Semantic Representation Applications: Unsupervised matching treats person comparison as semantic patch matching, using TreeCANN to compute image distances efficiently.Supervised re-identification instead learns a matching model from identity annotations in the target re-identification dataset.
  • 4. Semantic Representation Applications: Multi-factor queries distinguish between factors appearing anywhere in an image and factors required to co-occur in the same location.The framework uses max(Mk) · max(Mk′) for unconstrained co-occurrence and max(Mk · Mk′) for spatial co-location.

5. Experiments

Experiments evaluate MRF-IBP for re-identification and description-based person search using transferred fashion-domain attributes, unsupervised adaptation, and varying supervision. The method performs strongly across re-identification and search settings while its components, data sources, and model-level adaptation each contribute to performance.

  • 5.1. Datasets and Settings: The experiments use Colourful-Fashion and Clothing-Attribute as auxiliary sources, providing strongly annotated pixel-level data and weakly annotated image-level attributes.Colourful-Fashion contains 2,682 images with 13 colour and 23 category labels; Clothing-Attribute contains 1,856 images with 26 attributes, including six additional texture attributes.
  • 5.2. Person Re-identification: Re-identification is evaluated on VIPeR, CUHK01, and PRID450S over 10 random train-test splits using rank-k CMC accuracy.The study compares unsupervised and supervised matching, including variants with feature or score fusion.
  • 5.2. Person Re-identification: MRF-IBP alone significantly outperforms competing unsupervised methods on all three re-identification datasets and approaches the strongest supervised methods.Fusing the representation with SDALF improves performance further.
  • 5.2. Person Re-identification: Combining auxiliary datasets is synergistic, weak supervision is effective, and strong supervision is helpful but not critical.The reported comparisons are f-F+w-C > f-F, w-F+w-C close to f-F+w-C, and w-F close to f-F.
  • 5.2. Person Re-identification: MRF modelling, transfer, and adaptation each contribute to final re-identification performance, while the proposed model-level adaptation outperforms SVM-based alternatives and feature-level DASA adaptation.The component study compares NoMRF, NoAdapt, their combination, and NoTransfer; the transfer study reports that DASA improves SVM performance but remains less effective than model-level adaptation.
  • 5.3. Person Search: For description-based search, the method outperforms MCD, SVM, and DASA on VIPeR-Tag and achieves a larger margin on the harder PETA multi-attribute queries.Queries combine attributes such as Red-Shirt and Blue-Trousers; patch-level conjunctive representations support unseen attribute combinations and complex queries.

6. Conclusion

The framework transfers semantic attribute models from annotated non-surveillance data to surveillance images without target-domain annotation, supporting re-identification and person search in one model.

  • The framework transfers weakly and/or strongly annotated source data from other domains with adaptation, requiring no target-domain annotation.
  • Its patch-level semantic representation achieves competitive supervised re-identification and state-of-the-art unsupervised re-identification.
  • The semantic representation unifies person re-identification and description-based person search within the same model.
Loading 1706.03725v1…