YYDS: Visible-Infrared Person Re-Identification with Coarse Descriptions
Yunhao Du, Zhicheng Zhao, Fei Su
TL;DR
The paper tackles visible-infrared person re-identification (VI-ReID) under a new Refer-VI-ReID setting, where coarse text descriptions supplement infrared probes to recover color information missing in infrared images. It proposes YYDS, a Y-Y-shape architecture that disentangles color and texture via two branches and a joint relation module, combined with text-IoU regularization and KL-based distribution matching, plus CMKR, a cross-modal extension of k-reciprocal re-ranking with novel neighbor strategies and MA-LQE to mitigate modality bias. The authors demonstrate substantial improvements over state-of-the-art methods on SYSU-MM01, RegDB, and LLCM datasets, validating both components through extensive ablations. The work enables more robust cross-modal retrieval using natural language cues, with practical implications for 24-hour surveillance and search applications, and provides publicly available code.
Abstract
Visible-infrared person re-identification (VI-ReID) is challenging due to considerable cross-modality discrepancies. Existing works mainly focus on learning modality-invariant features while suppressing modality-specific ones. However, retrieving visible images only depends on infrared samples is an extreme problem because of the absence of color information. To this end, we present the Refer-VI-ReID settings, which aims to match target visible images from both infrared images and coarse language descriptions (e.g., "a man with red top and black pants") to complement the missing color information. To address this task, we design a Y-Y-shape decomposition structure, dubbed YYDS, to decompose and aggregate texture and color features of targets. Specifically, the text-IoU regularization strategy is firstly presented to facilitate the decomposition training, and a joint relation module is then proposed to infer the aggregation. Furthermore, the cross-modal version of k-reciprocal re-ranking algorithm is investigated, named CMKR, in which three neighbor search strategies and one local query expansion method are explored to alleviate the modality bias problem of the near neighbors. We conduct experiments on SYSU-MM01, RegDB and LLCM datasets with our manually annotated descriptions. Both YYDS and CMKR achieve remarkable improvements over SOTA methods on all three datasets. Codes are available at https://github.com/dyhBUPT/YYDS.
