Spectral Enhancement and Pseudo-Anchor Guidance for Infrared-Visible Person Re-Identification
This work addresses a domain-specific problem in intelligent security by enhancing cross-modality person re-identification, though it appears incremental as it builds on existing methods to bridge spectral differences.
The paper tackles the problem of matching pedestrians across infrared and visible images for 24-hour surveillance by introducing SEPG-Net, which uses spectral enhancement and pseudo-anchor guidance to improve performance, achieving superior results on two benchmark datasets.
The development of deep learning has facilitated the application of person re-identification (ReID) technology in intelligent security. Visible-infrared person re-identification (VI-ReID) aims to match pedestrians across infrared and visible modality images enabling 24-hour surveillance. Current studies relying on unsupervised modality transformations as well as inefficient embedding constraints to bridge the spectral differences between infrared and visible images, however, limit their potential performance. To tackle the limitations of the above approaches, this paper introduces a simple yet effective Spectral Enhancement and Pseudo-anchor Guidance Network, named SEPG-Net. Specifically, we propose a more homogeneous spectral enhancement scheme based on frequency domain information and greyscale space, which avoids the information loss typically caused by inefficient modality transformations. Further, a Pseudo Anchor-guided Bidirectional Aggregation (PABA) loss is introduced to bridge local modality discrepancies while better preserving discriminative identity embeddings. Experimental results on two public benchmark datasets demonstrate the superior performance of SEPG-Net against other state-of-the-art methods. The code is available at https://github.com/1024AILab/ReID-SEPG.