CVMar 28, 2017

Robust Depth-based Person Re-identification

arXiv:1703.09474v1140 citations
Originality Incremental advance
AI Analysis

This addresses robustness in surveillance and security applications by mitigating appearance-based failures, though it is incremental as it builds on existing depth and RGB methods.

The paper tackles person re-identification under extreme illumination or clothing changes by exploiting depth information for invariant body shape features, proposing Eigen-depth descriptors and a kernelized transfer scheme to estimate them from RGB images, and shows effectiveness on public datasets.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes