Search papers, labs, and topics across Lattice.
This paper introduces a privacy-preserving approach to person re-identification (Re-ID) that utilizes depth images and temporal sequences processed through a Transformer architecture. By employing the Hungarian algorithm for optimizing the matching process and incorporating batch hard triplet loss, the method effectively captures dynamic movement patterns while maintaining competitive performance against traditional RGB-based methods. The results indicate that depth-only Re-ID can achieve comparable accuracy to state-of-the-art techniques, significantly reducing privacy risks associated with identifiable features.
Depth-only person re-identification can match the performance of RGB methods while safeguarding privacy, challenging the reliance on traditional imaging techniques.
Person re-identification (Re-ID) is a crucial task in surveillance and human behavior analysis, often used in public spaces such as transport hubs. Traditional RGB-based Re-ID methods raise privacy concerns and are highly sensitive to lighting variations and occlusion. In this paper, we propose a novel Re-ID approach that leverages depth images, which inherently obscures facial and other identifiable features, making it a privacy-preserving solution. Our method addresses the association problem between multiple views of individuals by applying the Hungarian algorithm, optimizing the matching process through minimization of the global cost across the distance matrix. We further enhance the approach by introducing temporal sequences of frames as input to a Transformer encoder architecture, which exploits both RGB and depth modalities. This architecture captures dynamic movement patterns, improving feature extraction and re-identification accuracy. Additionally, we employ batch hard triplet loss to enhance discriminative feature learning by focusing on the hardest samples. We evaluate both depth-only and RGB-D models on several top-view datasets, including TVPR2, GODPR, and BIWI RGBD-ID. Our results demonstrate that depth-only re-identification can achieve competitive performance compared to state-of-the-art methods, as measured by standard metrics such as Cumulative Matching Characteristics (CMC) and Mean Average Precision (mAP), while prioritizing privacy preservation.