Source-linked AI summary

Multi-scale Deep Learning Architectures for Person Re-identification

Xuelin Qian, Yanwei Fu, Yu-Gang Jiang, Tao Xiang, Xiangyang Xue

arXiv:1709.05165v1cs.CV

TL;DR

Person re-identification must distinguish people across camera views despite appearance changes and subtle differences among similarly dressed individuals. MuDeep learns multi-scale discriminative features and automatically fuses their importance, achieving state-of-the-art performance across several benchmark datasets.

  • Problem

    Person re-identification is difficult because appearance varies across camera views and similarly dressed people may differ only in subtle, scale-specific details.

  • Method

    MuDeep uses multi-scale stream layers and a saliency-based learning fusion layer within a Siamese architecture to learn and combine discriminative features across scales.

  • Results

    MuDeep achieves state-of-the-art performance across several benchmark datasets, including 79.01% Rank-1 accuracy on VIPeR.

  • Takeaways & Limitations

    The results suggest that multi-scale and saliency-based feature fusion improves discriminative feature extraction for person re-identification.

  • Takeaways & Limitations

    Fusing outputs from models trained at original and lower resolutions produced performance around 1−2% lower than using the original-resolution model alone.

Abstract

from arXiv · show

Person Re-identification (re-id) aims to match people across non-overlapping camera views in a public space. It is a challenging problem because many people captured in surveillance videos wear similar clothes. Consequently, the differences in their appearance are often subtle and only detectable at the right location and scales. Existing re-id models, particularly the recently proposed deep learning based ones match people at a single scale. In contrast, in this paper, a novel multi-scale deep learning model is proposed. Our model is able to learn deep discriminative feature representations at different scales and automatically determine the most suitable scales for matching. The importance of different spatial locations for extracting discriminative features is also learned explicitly. Experiments are carried out to demonstrate that the proposed model outperforms the state-of-the art on a number of benchmarks

1. Introduction

Person re-id must distinguish people across non-overlapping cameras despite viewpoint and appearance changes, often using subtle global or local cues. MuDeep addresses the single-scale limitation with multi-scale, saliency-aware feature learning.

  • Person re-id matches pedestrian images across non-overlapping camera views despite pose, viewpoint, occlusion, illumination, and clothing similarities.
  • Discriminative features may be global, such as body build, or local, such as handbags and shoes.
  • Existing re-id models commonly compute features at a single scale and overlook the importance of spatial locations and scales.
  • MuDeep learns multi-scale feature representations, automatically weights scales, and uses saliency-based fusion to emphasize discriminative information.
  • MuDeep adds classification losses at middle layers alongside verification loss to supervise multi-scale feature learning.

2. Related Work

Prior re-id research progressed from hand-crafted features and metric learning to deep architectures, but MuDeep distinguishes itself by learning global-to-local multi-scale representations with saliency-based fusion. Experiments report improvements over existing deep re-id models.

  • Related deep models addressed viewpoint variation, triplet distances, similarity metrics, domain adaptation, or combined subnetworks.
  • MuDeep introduces multi-scale convolutional streams and a saliency-based fusion layer that weights important scales and channels.
  • Multi-scale re-id: MuDeep defines scale as global-to-local supporting regions, unlike prior work that used different image resolutions.

3. Multi-scale Deep Architecture (MuDeep)

MuDeep is a Siamese architecture that processes image pairs through tied multi-scale streams, saliency-based fusion, and verification and classification subnets. Its components learn scale-specific and discriminative person representations for matching.

  • Architecture overview: MuDeep formulates re-id as both identity classification and same-person verification using two branches for paired images.
  • Multi-scale stream layers: Multi-scale stream layers analyze 1 × 1, 3 × 3, and 5 × 5 receptive fields, with corresponding stream weights tied across the two branches.
  • Saliency-based learning fusion layer: The saliency-based fusion layer combines streams by learning channel weights that emphasize discriminative regions such as heads, clothing, bags, and limbs.
  • Saliency-based learning fusion layer: A fully connected layer compresses fused features to 4096 dimensions and improves testing efficiency.
  • Subnets for person Re-id: The verification subnet computes feature differences and predicts whether an image pair shows the same or different person.
  • Subnets for person Re-id: The classification subnet applies identity classification to fused features from each branch to strengthen appearance representations.

4. Experiments

MuDeep is evaluated on CUHK03, CUHK01, VIPeR, PRID-2011, and iLIDS-VID using rank accuracies and video-level comparisons. Across the reported image-based benchmarks, it outperforms competing methods, while ablations examine its multi-scale and saliency-based components.

  • CUHK03 results: MuDeep outperforms all competing baselines at every reported rank on CUHK03-Detected.The comparison includes both hand-crafted-feature methods and recent deep-learning models.
  • CUHK03 results: 7.54% higher at Rank-1 accuracy than Gated Sia, MuDeep surpasses a Siamese model designed to emphasize fine common local patterns.The authors attribute this result to analyzing multi-scale patterns through multi-scale stream and saliency-based fusion layers.
  • Training-data comparison: MuDeep with Jointly is only marginally better than Exclusively on CUHK03-Labelled, indicating strong performance even with less training data.The Jointly setting adds manually labelled CUHK03 images, while Exclusively uses detected images only.
  • CUHK03 results: 4.27% higher than G-Dropout, MuDeep achieves the best rank accuracies on CUHK03-Labelled despite G-Dropout using substantially more training data.The result is presented as evidence that the architecture extracts and fuses useful information from medium-scale data.
  • CUHK01 and VIPeR results: 79.01% on Rank-1 accuracy, MuDeep beats all compared methods on CUHK01 and exceeds the second-best method by 7.21%.On VIPeR, the model remains competitive and outperforms all compared methods despite the dataset’s small size and low resolution.
  • Ablations and further evaluations: The ablations compare MuDeep against Inception variants and remove fusion or classification components on CUHK01, while further evaluations include PRID-2011 and iLIDS-VID.The video evaluation is restricted to the first 200 persons appearing in both cameras.

5. Conclusion

The paper identifies missing multi-scale discriminative learning in deep re-id and presents MuDeep to address it. MuDeep achieves state-of-the-art performance on several benchmarks, including results exceeding most listed video-based specialist models.

  • MuDeep addresses the limitation that existing deep re-id models lack multi-scale discriminative feature learning.
  • MuDeep exploits multi-scale and saliency-based learning strategies for person re-id.
  • MuDeep achieves state-of-the-art performance on several benchmark datasets.
  • MuDeep’s results are better than those of most video-based re-id specialist models listed in Table 1 of.
Loading 1709.05165v1…