Source-linked AI summary

Person Re-Identification by Camera Correlation Aware Feature Augmentation

Ying-Cong Chen, Xiatian Zhu, Wei-Shi Zheng, Jian-Huang Lai

arXiv:1703.08837v1cs.CV

TL;DR

Person re-identification must handle severe cross-camera appearance distortion that view-generic transformations may not model adequately. CRAFT estimates camera correlation to adaptively augment features, enabling view-specific sub-models while retaining shared discrimination; it also extends to multi-camera networks and introduces HIPHOP features. On VIPeR, CRAFT-MFA reached a 50.3% rank-1 rate versus 47.8% for TCP, while HIPHOP fine-tuning generally added less than 1% rank-1 improvement.

  • Problem

    Cross-camera illumination, viewpoint, occlusion, and background changes distort person appearance, while existing view-generic transformations may inadequately capture camera-specific feature distortion.

  • Method

    CRAFT measures camera correlation from cross-view data distributions and adaptively augments features, while HIPHOP extracts structured, toward-view-invariant deep appearance features from lower convolutional layers.

  • Results

    50.3% rank-1 on VIPeR versus 47.8% for TCP; HIPHOP fine-tuning produced less than 1% rank-1 increase on all datasets except Market-1501, which gained 1.4%.

  • Takeaways & Limitations

    CRAFT generalizes view-generic learning to view-specific sub-models while modeling shared information and supports joint adaptation across camera networks with more than two cameras.

  • Takeaways & Limitations

    Learning augmentation matrices directly is impractical because high-dimensional features require many parameters while training data are typically limited.

Abstract

from arXiv · show

The challenge of person re-identification (re-id) is to match individual images of the same person captured by different non-overlapping camera views against significant and unknown cross-view feature distortion. While a large number of distance metric/subspace learning models have been developed for re-id, the cross-view transformations they learned are view-generic and thus potentially less effective in quantifying the feature distortion inherent to each camera view. Learning view-specific feature transformations for re-id (i.e., view-specific re-id), an under-studied approach, becomes an alternative resort for this problem. In this work, we formulate a novel view-specific person re-identification framework from the feature augmentation point of view, called Camera coRrelation Aware Feature augmenTation (CRAFT). Specifically, CRAFT performs cross-view adaptation by automatically measuring camera correlation from cross-view visual data distribution and adaptively conducting feature augmentation to transform the original features into a new adaptive space. Through our augmentation framework, view-generic learning algorithms can be readily generalized to learn and optimize view-specific sub-models whilst simultaneously modelling view-generic discrimination information. Therefore, our framework not only inherits the strength of view-generic model learning but also provides an effective way to take into account view specific characteristics. Our CRAFT framework can be extended to jointly learn view-specific feature transformations for person re-id across a large network with more than two cameras, a largely under-investigated but realistic re-id setting. Additionally, we present a domain-generic deep person appearance representation which is designed particularly to be towards view invariant for facilitating cross-view adaptation by CRAFT.

1 INTRODUCTION

Person re-identification must match people across non-overlapping cameras despite visual similarity between different people and substantial appearance changes across views. CRAFT addresses this by adapting features to camera correlations while retaining view-generic discrimination.

  • Cross-camera illumination, viewpoint, occlusion, and background changes make matching the same person difficult, while different people may look visually similar.
  • View-generic models learn shared discriminative information but do not explicitly model individual camera-view characteristics.
  • CRAFT measures cross-view correlation from visual data distributions and adaptively augments features into a new space for cross-view adaptation.
  • The augmentation framework generalizes view-generic algorithms to view-specific sub-models while simultaneously modeling shared view-generic discrimination information.
  • The work extends CRAFT to camera networks with more than two views and introduces a domain-generic deep appearance representation designed toward view invariance.

2 RELATED WORK

Prior re-identification methods largely emphasize shared view-generic discrimination, while view-specific modeling and robust feature representation address camera-dependent variation. CRAFT generalizes view-generic metric learning into view-specific modeling while preserving its learning strengths.

  • Supervised distance-metric methods dominate person re-identification, whereas unsupervised methods remain fewer and generally produce inferior results.
  • View-generic methods learn common discriminative knowledge but largely ignore individual feature variation associated with each camera view.
  • CRAFT generalizes view-generic distance-metric learning methods to view-specific re-identification while preserving their inherent learning strength.
  • Ideal re-identification features should be invariant to viewing-condition changes and transferable across cameras and domains, but existing features can require extensive labels or risk overfitting.
  • The proposed deep representation mines diverse, more view-invariant patterns from auxiliary image data and is largely domain-generic without labeled target training data.
  • Unlike conventional domain adaptation, the re-identification setting handles disjoint training and test persons rather than typically overlapping classes.
  • CRAFT differs from prior feature augmentation because it targets homogeneous person re-identification rather than heterogeneous feature representations.

3 TOWARDS VIEW INVARIANT STRUCTURED PERSON REPRESENTATION

The paper develops HIPHOP, a structured deep appearance representation built from lower convolutional layers. HIP captures activation intensity comprehensively, while HOP selectively pools salient feature-map indices to improve view tolerance.

  • Sparse labeled re-identification data motivates using deep convolutional networks to obtain domain-generic, view-change-tolerant person features.
  • HIPHOP uses the first two convolutional layers because lower layers are considered more transferable than task-specific higher layers.
  • HIP divides feature maps into horizontal strips and concatenates intensity histograms, producing a structured HIP descriptor with dimension 37376.
  • HOP ranks localized activations and pools the top-κ feature-map indices, selectively retaining salient maps to introduce further view invariance.
  • The final HIPHOP representation concatenates HIP and HOP, yielding total dimension 84096.

4 CAMERA CORRELATION AWARE FEATURE AUGMENTATION FOR RE-ID

CRAFT reformulates re-identification as adaptive feature augmentation, using camera-distribution correlation to retain view-specific transformations while modeling shared cross-view information. It extends zero-padding augmentation by coupling camera-specific mappings through correlation-aware design and regularization.

  • Feature augmentation: CRAFT adapts original features into a view-adaptive space where view-generic re-id learners can perform view-specific discrimination.The framework is formulated first for two non-overlapping cameras and is intended to support cross-view matching.
  • Feature augmentation: Zero padding lets a shared learner optimize separate camera sub-models, potentially aligning cross-view feature distributions more effectively.The augmented projection decomposes into camera-specific components for views a and b.
  • Feature augmentation: Zero padding can loosen inter-camera correlation because independently optimized sub-models may miss shared appearance variation and view-generic cues.CRAFT addresses this limitation by retaining individual-view modeling while incorporating common camera information.
  • Camera correlation: CRAFT estimates camera commonness from correlations between image-feature distributions, using training images from both cameras to obtain the measure.The camera is represented by its captured image features, and canonical-correlation geometry is used for the commonness estimate.
  • Camera correlation: Correlation-aware augmentation couples camera transformations while preserving view specificity, embedding shared information directly into the augmented feature space.When camera correlation is zero, the construction reduces to zero padding; when correlation is maximal, the transformations become similar.
  • Camera correlation: The augmentation matrices are designed rather than directly learned because their parameter count is large relative to the available training data.The stated imbalance is typically tens of thousands of feature dimensions versus hundreds of training samples.

10 (III) Optimization

The optimization extends camera-correlation-aware feature augmentation to kernel and multi-camera settings, then learns discriminative CRAFT models and applies them for cross-camera ranking.

  • CRAFT-MFA optimization: CRAFT-MFA uses Marginal Fisher Analysis to learn the discriminative model after feature augmentation.MFA is selected for its distributional flexibility, greater projection-direction capacity, and inter-class separability.
  • CRAFT-MFA optimization: Each person identity is treated as one class, combining same-person images captured by either camera during MFA learning.The augmented training data are then used to construct the MFA optimization problem.
  • Kernelized augmentation: The kernelized augmentation represents each sample by its similarities to all training samples and preserves the linear formulation's subsequent regularization and optimization steps.The kernel similarity vector has dimension n, where n is the total number of training samples.
  • Extension to more than two camera views: For more than two cameras, CRAFT jointly learns adaptive view-specific re-id models while quantifying correlations across the camera network.The extension treats the two-camera case as the special case J = 2.
  • Re-identification pipeline: At deployment, CRAFT augments probe and gallery features, computes Euclidean distances in prediction space, and sorts gallery identities into a ranking list.The true match is expected to appear among the top-ranked gallery entries.

5 EXPERIMENTS

Experiments across five challenging person re-identification benchmarks evaluate CRAFT, its regularization, feature representation, generality, and comparisons with existing methods. CRAFT consistently improves over baselines and state-of-the-art systems, while HIPHOP provides complementary and more effective appearance features.

  • Datasets and Evaluation Settings: CRAFT was evaluated on five challenging benchmarks spanning unknown cross-camera variation in illumination, viewpoint, occlusion, and background clutter.The datasets were VIPeR, CUHK01, CUHK03, QMUL GRID, and Market-1501.
  • Evaluating Our Proposed Re-Id Approach: CRAFT consistently outperformed OriFeat, ZeroPad, and BaseFeatAug across four datasets, with or without kernelization.At rank-1, reported gains over the baselines reached 15.1%, 29.7%, and 11.0% in the cited dataset comparisons.
  • Evaluating Our Proposed Re-Id Approach: The CVD regularization improved re-identification performance by controlling correlation between view-specific sub-models.The comparison used the full model and a stripped-down CRAFT(no γcvd) variant.
  • Evaluating Our Proposed Re-Id Approach: CRAFT remained effective with different distance metric learning algorithms and achieved better results than competing feature augmentation methods.This supports the framework’s flexibility for incorporating existing metric and subspace learning algorithms.
  • Evaluating Our Proposed Re-Id Approach: HIPHOP improved rank-1 accuracy over comparison features, reaching 50.3% on VIPeR, 74.5% on CUHK01, 84.3% on CUHK03, and 68.7% on Market-1501.The authors attribute this to diverse filters and salient patterns that are more tolerant to view variation.
  • Comparing State-of-the-Art Re-Id Methods: CRAFT-MFA outperformed state-of-the-art competitors on VIPeR, CUHK01, CUHK03, QMUL GRID, Market-1501, and multi-feature comparisons.Examples include 50.3% versus 47.8% rank-1 on VIPeR, 74.5% versus 66.6% on CUHK01, and 61.8% versus 51.3% rank-10 on QMUL GRID.

6 CONCLUSION

CRAFT jointly learns view-generic and view-specific discriminative information through a camera-correlation-aware feature space. The framework extends to networks with more than two cameras and includes a domain-generic, view-invariant-oriented appearance representation.

  • CRAFT jointly learns view-generic and view-specific discriminative information for person re-id.
  • Its camera-correlation-aware feature space lets view-generic algorithms induce view-specific sub-models while retaining shared discriminative information.
  • Camera view discrepancy regularization further constrains the correlation between per-camera sub-models.
  • CRAFT extends beyond two-camera re-id to joint learning across a whole network of more than two cameras.
  • The proposed feature extraction method constructs view-invariance-oriented person representations using auxiliary object images beyond target re-id training data.
  • The feature extraction method is scalable and deployable regardless of access to labelled target training data.
Loading 1703.08837v1…