CLIP4VI-ReID: Learning Modality-shared Representations via CLIP Semantic Bridge for Visible-Infrared Person Re-identification
Xiaomei Yang, Xizhan Gao, Sijie Niu, Fa Zhu, Guang Feng, Xiaofeng Qu, David Camacho
TL;DR
CLIP4VI-ReID tackles VI-ReID by introducing a three-stage, CLIP-driven framework that first generates RGB-specific text semantics, then uses these semantics to refine infrared features, and finally fine-tunes high-level semantic alignment across RGB, IR, and text. By leveraging aText Semantic Generation stage, Infrared Feature Embedding, and High-level Semantic Alignment, the model builds robust modality-shared representations that bridge the RGB-IR gap with minimal noise in IR text. The approach achieves state-of-the-art or competitive results on SYSU-MM01 and RegDB, with extensive ablations and visualizations confirming the effectiveness of each stage and the importance of learnable prompts. Overall, the method demonstrates that text-guided, staged optimization can markedly improve cross-modal identity discrimination while maintaining inference efficiency through a primarily visual-encoder-based pipeline.
Abstract
This paper proposes a novel CLIP-driven modality-shared representation learning network named CLIP4VI-ReID for VI-ReID task, which consists of Text Semantic Generation (TSG), Infrared Feature Embedding (IFE), and High-level Semantic Alignment (HSA). Specifically, considering the huge gap in the physical characteristics between natural images and infrared images, the TSG is designed to generate text semantics only for visible images, thereby enabling preliminary visible-text modality alignment. Then, the IFE is proposed to rectify the feature embeddings of infrared images using the generated text semantics. This process injects id-related semantics into the shared image encoder, enhancing its adaptability to the infrared modality. Besides, with text serving as a bridge, it enables indirect visible-infrared modality alignment. Finally, the HSA is established to refine the high-level semantic alignment. This process ensures that the fine-tuned text semantics only contain id-related information, thereby achieving more accurate cross-modal alignment and enhancing the discriminability of the learned modal-shared representations. Extensive experimental results demonstrate that the proposed CLIP4VI-ReID achieves superior performance than other state-of-the-art methods on some widely used VI-ReID datasets.
