# Structured Deep Hashing with Convolutional Neural Networks for Fast   Person Re-identification

**Authors:** Lin Wu, Yang Wang

arXiv: 1702.04179 · 2017-12-05

## TL;DR

This paper introduces a deep hashing framework with CNNs for fast and accurate person re-identification, optimizing feature robustness and search efficiency for real-world applications.

## Contribution

It proposes a novel deep hashing method that learns CNN features and hash codes simultaneously, improving re-identification speed and accuracy.

## Key findings

- Outperforms state-of-the-art methods on CUHK03 and Market-1501 datasets.
- Achieves faster matching through Hamming distance-based retrieval.
- Demonstrates stable convergence with a structured loss function.

## Abstract

Given a pedestrian image as a query, the purpose of person re-identification is to identify the correct match from a large collection of gallery images depicting the same person captured by disjoint camera views. The critical challenge is how to construct a robust yet discriminative feature representation to capture the compounded variations in pedestrian appearance. To this end, deep learning methods have been proposed to extract hierarchical features against extreme variability of appearance. However, existing methods in this category generally neglect the efficiency in the matching stage whereas the searching speed of a re-identification system is crucial in real-world applications. In this paper, we present a novel deep hashing framework with Convolutional Neural Networks (CNNs) for fast person re-identification. Technically, we simultaneously learn both CNN features and hash functions/codes to get robust yet discriminative features and similarity-preserving hash codes. Thereby, person re-identification can be resolved by efficiently computing and ranking the Hamming distances between images. A structured loss function defined over positive pairs and hard negatives is proposed to formulate a novel optimization problem so that fast convergence and more stable optimized solution can be obtained. Extensive experiments on two benchmarks CUHK03 \cite{FPNN} and Market-1501 \cite{Market1501} show that the proposed deep architecture is efficacy over state-of-the-arts.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1702.04179/full.md

## Figures

18 figures with captions in the complete paper: https://tomesphere.com/paper/1702.04179/full.md

## References

64 references — full list in the complete paper: https://tomesphere.com/paper/1702.04179/full.md

---
Source: https://tomesphere.com/paper/1702.04179