# Metric Learning in Codebook Generation of Bag-of-Words for Person   Re-identification

**Authors:** Lu Tian, Shengjin Wang

arXiv: 1704.02492 · 2017-04-12

## TL;DR

This paper introduces a supervised metric learning approach to generate codebooks for Bag-of-Words models in person re-identification, improving discriminative power and outperforming existing methods on multiple benchmarks.

## Contribution

It proposes using supervised Mahalanobis distance metric learning during codebook generation in BoW for person re-identification, a novel integration of metric learning into this phase.

## Key findings

- Outperforms state-of-the-art on VIPeR, PRID450S, and Market1501 datasets.
- Supervised Mahalanobis distance improves codebook discriminability.
- Effective with fused low-level features from superpixels.

## Abstract

Person re-identification is generally divided into two part: first how to represent a pedestrian by discriminative visual descriptors and second how to compare them by suitable distance metrics. Conventional methods isolate these two parts, the first part usually unsupervised and the second part supervised. The Bag-of-Words (BoW) model is a widely used image representing descriptor in part one. Its codebook is simply generated by clustering visual features in Euclidian space. In this paper, we propose to use part two metric learning techniques in the codebook generation phase of BoW. In particular, the proposed codebook is clustered under Mahalanobis distance which is learned supervised. Extensive experiments prove that our proposed method is effective. With several low level features extracted on superpixel and fused together, our method outperforms state-of-the-art on person re-identification benchmarks including VIPeR, PRID450S, and Market1501.

## Full text

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

## Figures

2 figures with captions in the complete paper: https://tomesphere.com/paper/1704.02492/full.md

## References

59 references — full list in the complete paper: https://tomesphere.com/paper/1704.02492/full.md

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