# Robust Depth-based Person Re-identification

**Authors:** Ancong Wu, Wei-Shi Zheng, Jianhuang Lai

arXiv: 1703.09474 · 2017-03-29

## TL;DR

This paper introduces a depth-based approach for person re-identification that is robust to illumination and clothing changes, utilizing novel depth descriptors and a feature transfer scheme to improve matching accuracy.

## Contribution

It proposes a new depth shape descriptor called Eigen-depth and a kernelized feature transfer method to enhance re-id performance when depth data is unavailable.

## Key findings

- Depth features improve re-id robustness under challenging conditions
- Eigen-depth descriptor is rotation invariant and effective for shape representation
- Combining estimated depth features with RGB enhances identification accuracy

## Abstract

Person re-identification (re-id) aims to match people across non-overlapping camera views. So far the RGB-based appearance is widely used in most existing works. However, when people appeared in extreme illumination or changed clothes, the RGB appearance-based re-id methods tended to fail. To overcome this problem, we propose to exploit depth information to provide more invariant body shape and skeleton information regardless of illumination and color change. More specifically, we exploit depth voxel covariance descriptor and further propose a locally rotation invariant depth shape descriptor called Eigen-depth feature to describe pedestrian body shape. We prove that the distance between any two covariance matrices on the Riemannian manifold is equivalent to the Euclidean distance between the corresponding Eigen-depth features. Furthermore, we propose a kernelized implicit feature transfer scheme to estimate Eigen-depth feature implicitly from RGB image when depth information is not available. We find that combining the estimated depth features with RGB-based appearance features can sometimes help to better reduce visual ambiguities of appearance features caused by illumination and similar clothes. The effectiveness of our models was validated on publicly available depth pedestrian datasets as compared to related methods for person re-identification.

## Full text

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

## Figures

34 figures with captions in the complete paper: https://tomesphere.com/paper/1703.09474/full.md

## References

85 references — full list in the complete paper: https://tomesphere.com/paper/1703.09474/full.md

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