Improving analytical color and texture similarity estimation methods for dataset-agnostic person reidentification
Nikita Gabdullin
TL;DR
The paper tackles the challenge of efficient, dataset-agnostic person re-identification suitable for edge devices by integrating compact human parsing with analytical color and texture features. It introduces color analysis in Lab space with histogram smoothing and a pre-configured latent-space SAE for texture, enabling interpretable, region-wise similarity without reliance on re-id training data. Experimental results on Market1501 show metrics comparable to some deep-learning approaches, though improvements are modest due to limited texture variability, underscoring the need for additional discriminative features. Practically, the approach enables edge deployments and text-based gallery search, while outlining directions for broader texture classes and alternative latent-space configurations to enhance generalization.
Abstract
This paper studies a combined person reidentification (re-id) method that uses human parsing, analytical feature extraction and similarity estimation schemes. One of its prominent features is its low computational requirements so it can be implemented on edge devices. The method allows direct comparison of specific image regions using interpretable features which consist of color and texture channels. It is proposed to analyze and compare colors in CIE-Lab color space using histogram smoothing for noise reduction. A novel pre-configured latent space (LS) supervised autoencoder (SAE) is proposed for texture analysis which encodes input textures as LS points. This allows to obtain more accurate similarity measures compared to simplistic label comparison. The proposed method also does not rely upon photos or other re-id data for training, which makes it completely re-id dataset-agnostic. The viability of the proposed method is verified by computing rank-1, rank-10, and mAP re-id metrics on Market1501 dataset. The results are comparable to those of conventional deep learning methods and the potential ways to further improve the method are discussed.
