# Part-based Deep Hashing for Large-scale Person Re-identification

**Authors:** Fuqing Zhu, Xiangwei Kong, Liang Zheng, Haiyan Fu, Qi Tian

arXiv: 1705.02145 · 2017-05-08

## TL;DR

This paper introduces Part-based Deep Hashing (PDH), a novel framework combining deep learning and hashing with spatial partitioning for efficient and accurate large-scale person re-identification.

## Contribution

It proposes a new deep hashing method that incorporates spatial part information and triplet loss for improved large-scale person re-id accuracy.

## Key findings

- Achieves competitive accuracy on Market-1501 datasets.
- Efficient real-time search in large galleries.
- Integrates spatial information with deep hashing.

## Abstract

Large-scale is a trend in person re-identification (re-id). It is important that real-time search be performed in a large gallery. While previous methods mostly focus on discriminative learning, this paper makes the attempt in integrating deep learning and hashing into one framework to evaluate the efficiency and accuracy for large-scale person re-id. We integrate spatial information for discriminative visual representation by partitioning the pedestrian image into horizontal parts. Specifically, Part-based Deep Hashing (PDH) is proposed, in which batches of triplet samples are employed as the input of the deep hashing architecture. Each triplet sample contains two pedestrian images (or parts) with the same identity and one pedestrian image (or part) of the different identity. A triplet loss function is employed with a constraint that the Hamming distance of pedestrian images (or parts) with the same identity is smaller than ones with the different identity. In the experiment, we show that the proposed Part-based Deep Hashing method yields very competitive re-id accuracy on the large-scale Market-1501 and Market-1501+500K datasets.

## Full text

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

## Figures

8 figures with captions in the complete paper: https://tomesphere.com/paper/1705.02145/full.md

## References

71 references — full list in the complete paper: https://tomesphere.com/paper/1705.02145/full.md

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