Abstract
Person re-identification (ReID) under diverse weather conditions remains a critical yet insufficiently explored problem. Most existing ReID approaches are developed and benchmarked on clear-weather datasets, resulting in significant performance degradation when deployed in rainy, snowy, or hazy environments. Conventional image restoration methods, typically optimized for low-level image quality metrics, are often misaligned with the objectives of high-level identity discrimination and thus fail to improve the person ReID performance. To address these limitations, we propose DW-ReID, a unified framework that integrates weather-degraded image restoration with person re-identification tasks. The proposed DW-ReID is built upon a large-scale Contrastive Language-Image Pre-training (CLIP) model and achieved by a two-stage training paradigm. In the first stage, a set of learnable text prompts is optimized to construct identity-specific ambiguous descriptions for each person’s identity. In the second stage, the optimized text descriptions, together with a frozen text encoder, provide language supervision to jointly train a weather encoder, an image restorer, and a ReID encoder in an end-to-end manner. The experimental results on two our contributed synthetic datasets consistently demonstrate the effectiveness and superior performance of the proposed DW-ReID method.
1. Introduction
Person re-identification (ReID) is a fundamental computer vision task that aims to match and track persons across non-overlapping camera views, with broad applications in intelligent video surveillance [1,2,3], intelligent transportation systems [4], and more. Although substantial progress has been achieved, most existing ReID methods are developed, trained, and evaluated under clear-weather conditions using large-scale, high-quality datasets. Consequently, even state-of-the-art approaches will suffer significant performance degradation in adverse weather conditions, where visual degradations pose critical challenges for robust person ReID [5].
To prevent performance degradation in adverse weather conditions, several high-level computer vision studies incorporate image restoration algorithms as a pre-processing step to restore clear images. However, existing image restoration methods (e.g., de-raining [6,7,8,9], de-snowing [10,11,12], and de-hazing [13,14]) are not well suited for person ReID in adverse weather conditions and may even degrade performance in certain cases. This issue arises for two primary reasons [15]. First, they are typically optimized for low-level image quality metrics, such as PSNR and SSIM, which are weakly correlated with the objectives of person ReID. As a result, the restored image details may be irrelevant or even detrimental to high-level ReID models. Second, most existing image restoration models are typically designed to handle a single type of weather degradation, without considering the coexistence or variability of multiple adverse weather conditions.
To conduct person re-identification in adverse weather conditions, several approaches [5,16] have been developed. However, to our knowledge, current methods are typically tailored to specific weather conditions, lacking the generality required for outdoor person ReID, which must operate stably across diverse weather conditions. Thus, this inspired us to design a unified framework that integrates low-level weather-degraded image restoration and high-level person ReID tasks. Specifically, in this paper, we propose DW-ReID to explore vision–language learning for person ReID under diverse weather conditions, such as clear, rainy, hazy, and snowy environments. The proposed DW-ReID method is built upon pre-trained CLIP and achieved by a two-stage training paradigm. In the first stage, a series of learnable text descriptions is optimized to construct identity-specific ambiguous text descriptions for each person’s identity (ID). In the second stage, these optimized text descriptions, together with a frozen text encoder, provide language supervision to jointly train a weather encoder, an image restorer, and a ReID encoder. The joint training in the second stage is an end-to-end manner, which tightly integrates the low-level weather-degraded image restoration and the high-level person ReID tasks into a unified framework.
In summary, the main contributions of this article are as follows:
- We propose a unified framework DW-ReID to explore vision–language learning for person ReID under diverse weather conditions. The proposed DW-ReID can effectively reduce the interference of diverse adverse weather on person ReID.
- We introduce the two-stage training paradigm to optimize the proposed DW-ReID. Such a training paradigm enables the proposed method to obtain language supervision from pre-trained CLIP to handle the person ReID under diverse weather conditions.
- We contribute two synthetic weather-degraded image datasets for studying person ReID under multiple weather conditions, such as clear, rainy, snowy, and hazy environments. The experimental results consistently demonstrate the effectiveness and superiority of our method compared to other ReID approaches.
2. Related Work
2.1. Person Re-Identification
Person re-identification (ReID) aims to retrieve images of the same person’s identity across non-overlapping camera views. Early approaches [17,18,19,20] primarily relied on handcrafted feature extraction combined with metric learning techniques. With the advent of deep learning, research attention has gradually shifted toward representation learning based on deep neural networks [21]. A prevalent paradigm formulates task-specific loss functions to supervise the training of well-designed CNN backbones, such as ResNet [22], for learning discriminative identity-specific features. However, as person ReID is a fine-grained recognition task characterized by large intra-class variations and small inter-class differences [23], conventional CNN backbones often struggle to learn sufficiently discriminative features for reliably distinguishing visually similar identities. To enhance feature discriminability, some works [24,25,26] incorporate various effective mechanisms into CNN backbones to better mine identity-specific cues and reinforce weakly discriminative features. Beyond CNN-based person ReID approaches, a growing line of research [23,27,28,29,30] has adopted Vision Transformers (ViTs) [31] to leverage their global representation modeling capability for learning more robust and discriminative features from large-scale image datasets.
Although existing person ReID methods have demonstrated impressive performance, such success largely stems from the fact that they are predominantly trained and tested under consistent data distribution, since the images in the training and testing sets are commonly collected from clear weather conditions. However, when they are deployed across diverse weather conditions, these models often experience significant performance degradation due to pronounced distribution shifts induced by adverse weather. Considering this, Pang et al. [5] tackled the domain adaptation challenges in person ReID under hazy weather conditions. Their approach adopts a teacher–student architecture to learn haze-invariant representations under the supervision of an intrinsic similarity matrix, and further introduces an auxiliary discriminator to align the feature distribution of hazy images with that of clear images. In addition, they constructed two synthetic hazy ReID datasets to mitigate performance degradation when transferring the trained model to target domains affected by haze. Their method is specifically designed for specific hazy weather, which limits their generalization to other adverse weather conditions. To the best of our knowledge, there has not an effective method that can effectively perform person ReID under diverse weather conditions, such as clear, rainy, snowy, and hazy environments.
2.2. Vision–Language Learning
The large-scale Contrastive Language-Image Pre-training (CLIP) model [32] leverages extensive image–text datasets to pre-train paired image and text encoders through contrastive image–text alignment. Built upon the success of CLIP, a growing number of studies [33,34,35] have sought to enhance vision–language pre-training models, aiming to stimulate their potential for person ReID across diverse downstream tasks. To this end, Zhou et al. [33] proposed Context Optimization (CoOp), which learns data-specific text prompts for image classification. Subsequently, they extended this approach in [34] with Conditional Context Optimization (CoCoOp), wherein a lightweight meta-network generates a dynamic meta token for each image, allowing for prompt adaptation at the instance level rather than relying on static prompts as in CoOp. Instead of learning text prompts, Gao et al. [35] introduced CLIP-Adapter, which fine-tunes both image and text encoders using feature adapters, providing an alternative strategy to enhance CLIP for downstream tasks.
Since CLIP [32] has demonstrated a remarkable capacity to capture rich semantic information from both images and text; this inspired researchers to explore their potential for person ReID [36,37,38,39,40,41]. For example, Li et al. [36] introduced CLIP-ReID, a pioneering approach that adapts vision–language pre-trained models to the ReID task. Specifically, CLIP-ReID leverages a pre-trained CLIP model to constrain the image encoder via language descriptions generated by the text encoder. Building on this, Wang et al. [37] integrated self-supervision into large-scale vision–language pre-trained models (CLIP) for image re-identification. Lin et al. [38] proposed enhancing fine-grained visual features through part-informed language supervision. Specifically, they combined identity labels with parsing maps to generate pixel-level text prompts and fused multi-stage visual features using a lightweight auxiliary head to achieve more precise image–text alignment. More recently, UniPT [39] and CFine [40] applied the CLIP to text-to-image person ReID. However, both approaches rely on extensive manual annotation of text labels, and the generation of high-quality prompts remains a labor-intensive task requiring substantial domain expertise.
3. Methodology
The main objective of this work is to present a unified method to handle person re-identification under diverse weather conditions. For that, we propose DW-ReID, which integrates the weather-degraded image restoration with person re-identification. The schematic illustration of the proposed DW-ReID is shown in Figure 1, which consists of four components: weather encoder, image restorer, text encoder, and ReID encoder. To be adapted to the person ReID, the proposed DW-ReID is trained in a two-stage paradigm, as follows.
Figure 1.
Schematic illustration of our proposed DW-ReID, which contains two training stages. In the first stage (purple arrows), the parameters in the text encoder and ReID encoder are frozen, and a set of learnable text tokens is optimized to construct identity-specific ambiguous text descriptions for each person’s identity. In the second stage (orange arrows), the text encoder and the optimized text descriptions in the first stage are kept frozen, while the parameters in the weather encoder, image restorer, and ReID encoder are optimized jointly in an end-to-end manner with language supervision imposed by text descriptions and the text encoder.
3.1. The First Training Stage
The first training stage focuses on learning ambiguous text descriptions for each person’s identity. Specifically, following prior practices [36,37], we introduce identity-specific learnable tokens to construct identity dependent ambiguous text descriptions, which are optimized independently for each person’s identity. As shown in Figure 1, the text description fed into the text encoder is formulated as “A photo of a person”, where each () denotes a learnable text token embedded in the same space as word embeddings, and M is the number of such tokens. Subsequently, the text description and the corresponding ground-truth clear image are independently encoded by the text encoder and the ReID encoder, yielding the text feature embedding T and the image feature embedding I, respectively. The image feature embedding I provides vision supervision for text token learning through a text-to-image contrastive loss and an image-to-text contrastive loss . Notably, during this stage, the parameters of both the text encoder and the ReID encoder are kept fixed, while the learnable text tokens are optimized by calculating the contrastive losses and , as follows:
where and represent the i-th image and the text description in a batch. and are the sets of all positives with the same identity, B is the batch size, and represents the cardinality of . denotes the text feature embedding corresponding to text description , and denotes the image feature embedding corresponding to image sample .
Ultimately, by minimizing the joint contrastive loss and , gradients are back-propagated through the frozen text encoder to update the learnable text tokens :
3.2. The Second Training Stage
In this stage, the text encoder and the optimized text descriptions obtained in the first stage are kept frozen, while the weather encoder, image restorer, and ReID encoder are trained jointly in an end-to-end manner. Among them, the weather encoder is designed to learn weather-aware degradation representation to distinguish different weather types. Specifically, a set of weather-degraded images {}, corresponding to rain, snow, and haze, are randomly cropped to obtain two sets of image patches {} and {}. These image patches are then passed through the weather encoder to obtain the corresponding weather-aware feature embeddings and . To regularize the training of the weather encoder, a contrastive learning loss is formulated:
where and are the positive samples because they represent the same weather, whereas and are their corresponding feature embeddings. denotes the feature embeddings of negative samples relative to , and is a temperature coefficient. To overcome the limited number and insufficient diversity of negatives in a mini-batch, we introduce a MoCo-style FIFO memory bank as the negative sample queue to maintain a group of feature embeddings of negative samples during training. represents the storage size in the queue. In each training iteration, the feature embeddings of negative samples in the queue are updated according to the first-in, first-out principle. During training, the contrastive learning loss is minimized to reduce the feature distribution distance among matched positive pairs such as and , while increasing the feature distribution distance among non-matched negative pairs such as and . Thus, encourages the weather encoder to focus on learning weather-aware degradation representation from the input weather-degraded images.
The image restorer is designed to restore clear person images {} from their corresponding weather-degraded images {}. The restoration process is guided by the weather-aware degradation representation learned from the weather encoder, aiming to achieve all-in-one weather-degraded image restoration. Furthermore, to guarantee the fidelity of the restored images to their clear counterparts, a pixel-wise fidelity loss is introduced to regularize the training of the image restorer, as follows:
where denotes the ground-truth clear image, whereas is the corresponding restored clear image. On the other hand, a feature-wise perception loss is also introduced to align the restored clear image and its corresponding ground truth from an identity-perception perspective:
where and represent the identity-specific features extracted from restored clear image and its corresponding ground truth using the ReID encoder.
The ReID encoder is introduced to learn the descriminative identity-specific features for the final person ReID. To boost the ReID performance, we follow a widely used strong ReID training paradigm [36,37,42] in which a triplet loss and an identity loss with label smoothing is applied to regularize the ReID encoder:
where and represent the feature distances with respect to positive sample pairs and negative sample pairs for restored clear images, whereas and denote feature distances with respect to positive sample pairs and negative sample pairs for ground truth clear images, is the margin of . In addition, B denotes the batch size, whereas and represent values in the target distribution of restored and ground-truth clear images. and denote the identity prediction logits of class v for restored and ground-truth clear images. To fully exploit the advantage of pre-trained CLIP for each image, the text feature embeddings obtained in the first training stage is introduced to impose language supervision to the ReID encoder by calculating an image-to-text cross-entropy loss :
Ultimately, the weather encoder, image restorer, and ReID encoder are trained jointly in an end-to-end manner. And the final loss function used in the second stage is expressed as follows:
where , , , , , and denote the corresponding weighting parameters. The two-stage training procedure of DW-ReID is summarized in Algorithm 1.
| Algorithm 1 The two-stage training procedure of DW-ReID |
Input: batch of images and their corresponding texts . Parameter: a set of learnable text tokens () for all identities existing in training set, a weather encoder , an image restorer , a text encoder , and a ReID encoder , linear layers and , a negative sample queue . 1: Initialize , , and from the pre-trained CLIP. Initialize , , and () randomly. 2: while in the 1st stage do 3: , 4: Optimize by Equation (3) 5: end while 6: while in the 2nd stage do 7: , , 8: , , , 9: Jointly optimize , , and by Equation (10) 10: Update the queue 11: end while |
3.3. Network Architectures
For the text encoder and the ReID encoder in our proposed DW-ReID, we adopt the CLIP pre-trained ViT-B/16 model [38] as the backbone. ViT-B/16 consists of 12 Transformer layers with a hidden dimension of 768. To be compatible with the output dimension of the text encoder, the identity-specific features produced by the ReID encoder are reduced from 768 to 512 dimensions via a linear layer. For the weather encoder, we employ a six-layer convolutional network to extract the weather-aware degradation representation . For the image restorer, its architecture is illustrated in Figure 2, which contains several Weather-Degradation-Guided Block (WDGB) cascaded together. In each WDGB block, the weather-aware degradation representation is injected into a Deformable Convolution (DCN) [43] and a Spatial Feature Transform (SFT) [44]. With the guidance of , DCN is able to adaptively adjust the receptive field to capture the rich texture information in the input weather-degraded images, while SFT is capable of adjusting the latent distribution of different weather degradations, thereby alleviating the feature distribution discrepancy between the restored clear images and the ground-truth clear ones.
Figure 2.
Schematic illustration of the image restorer, which takes the weather-degraded images {} as input and is then sequentially fed them into a convolutional layer, several Weather-Degradation-Guided Blocks (WDGBs), and another convolutional layer to restore the clear person images {}.
4. Experiments
4.1. Synthetic Weather-Degraded Dataset and Evaluation Metrics
To achieve person ReID under diverse weather conditions, it is essential to construct a benchmark dataset containing person images captured under clear, rainy, snowy, and hazy environments. Nevertheless, collecting and annotating large-scale ReID datasets under diverse weather conditions remains prohibitively expensive and labor-intensive.
Considering that prior research has not yet involved person ReID under diverse weather conditions, this motivates us to synthesize weather-degraded images to reduce the negative impact of weather interference on ReID performance when deploying the models on real-world application scenarios. Specifically, we adopted the Imgaug library [45] to simulate degradations with respect to rain streaks, snowflakes, and haze. Then, we added these degradations on existing person images in Market-1501 [46] and DukeMTMC-reID [47] datasets so as to form two new datasets, termed DW-Market-1501 and DW-DukeMTMC-reID. For simulating the rain streaks, we set the degradation factors between and , while controlling speed factors between and . For simulating the snowflakes, we set the size of snowflakes between and while controlling speed factors between and . For simulating the haze, we set the mean intensity between 220 and 255. Figure 3 showcases some examples of synthetic weather-degraded images in our DW-Market-1501 and DW-DukeMTMC-reID datasets. From Figure 3, we can observe that these images exhibit different degrees of degradation caused by rain, snow, and haze. More details about the DW-Market-1501 and DW-DukeMTMC-reID datasets are summarized in Table 1. For performance evaluation, we adopted the Cumulative Matching Characteristics (CMC) at Rank-1 and the mean Average Precision (mAP) as evaluation metrics.
Figure 3.
Some examples of our synthetic weather-degraded images in our DW-Market-1501 and DW-DukeMTMC-reID datasets, including clear images, rainy images, snowy images, and hazy images.
Table 1.
Statistics of DW-Market-1501 and DW-DukeMTMC-reID datasets.
4.2. Implementation Details
The proposed DW-ReID was implemented using the PyTorch (v1.13.1) deep learning framework on a single GPU of NVIDIA RTX . In the first training stage, the Adam optimizer was applied to optimize the text tokens. At this stage, the model was trained for 120 epochs with an initial learning rate of . The learning rate was then decayed according to a cosine schedule. In the second stage, the weather encoder, image restorer, and ReID encoder were trained jointly in an end-to-end manner for 500 epochs. At this stage, the learning rate was initialized by and linearly decayed by a factor of for every 100 epochs. During the training procedure, we randomly sampled the person images with a batch size of 64 and then resized them to resolutions. Afterwards, these resized images were further randomly cropped to resolutions to be fed into the weather encoder. We fixed the weighting parameters of , , , , and at , whereas was fixed at .
4.3. Comparison with the State of the Arts
To conduct a comprehensive evaluation, we compare the proposed DW-ReID with several recently developed person ReID approaches. For a fair comparison, only the weather-degraded images (i.e., rain, snow, and haze) in the DW-Market-1501 and DW-DukeMTMC-reID datasets were processed using Histoformer [48] to obtain clear versions, while the images that were already captured under clear-weather conditions were left unchanged and directly used. Specifically, for both the training and testing sets, the degraded images were first restored to their clear counterparts using Histoformer [48]. These restored images were then combined with the original clear images to form corresponding training and testing sets, and all competing ReID models were subsequently retrained and evaluated on these sets. This protocol was designed to ensure fairness by avoiding any artificial modification of already clear images. The corresponding quantitative results are reported in Table 2 and Table 3, respectively. As can be seen, the proposed DW-ReID achieves the best performance on average under diverse weather conditions and also exceeds the second-best method CLIMB-ReID [49] in rainy, snowy, and hazy environments. For example, compared with the second-best ReID method SVLL-ReID [37], the proposed DW-ReID exceeds it by / in terms of mAP/Rank-1 on DW-Market-1501 and by / on DW-DukeMTMC-reID on the overall average performance evaluation. These results consistently demonstrate the effectiveness and superiority of our proposed DW-ReID in handling person re-identification under diverse weather conditions.
Table 2.
Quantitative performance comparison of different person ReID methods on the testing set of DW-Market-1501.
Table 3.
Quantitative performance comparison of different person ReID methods on the testing set of DW-DukeMTMC-reID.
4.4. Ablation Study
To further validate the proposed DW-ReID method, we conducted deeper analyses on the DW-DukeMTMC-reID dataset. Specifically, we mainly investigate the following three aspects: (1) The effect of two-stage training for DW-ReID. (2) The necessity of joint training in the second stage. (3) The necessity of adverse weather removal for person ReID.
The effect of two-stage training for DW-ReID: The proposed DW-ReID contains two training stages to be adapted to person re-identification. The first training stage aims to learn ambiguous text descriptions for each person’s identity. Then, in the second training stage, the text encoder and the optimized text descriptions obtained in the first stage are fixed, while the weather encoder, image restorer, and the ReID encoder are trained jointly in an end-to-end manner. To investigate the effect of two-stage training for DW-ReID, we excluded the first training stage (i.e., without the optimization of text descriptions and does not impose language supervision to the ReID encoder), while directly conducting the second training stage for person ReID (i.e., conducting the joint training of the weather encoder, image restorer, and ReID encoder). The corresponding results are reported in Table 4. As can be seen, the mAP and Rank-1 resulted by two-stage training are significantly superior to those by solely performing the second training stage. This implies that two-stage training scheme can fully stimulate the potential of vision–language learning to enhance the ReID performance under diverse weather conditions.
Table 4.
mAP and Rank-1 results with (✓) and without (×) employing two-stage training in the proposed DW-ReID method.
The necessity of joint training in the second stage: In DW-ReID, the weather encoder and the image restorer constitute the image restoration part, while the ReID encoder constitutes the person ReID part. To gain insight into whether training these two parts separately or jointly in the second stage is more beneficial for pedestrian ReID, we further carried out an ablation experiment, and Table 5 documents the corresponding results. One can observe that the mAP and Rank-1 resulted by joint training consistently outperform those of separated training; this is due to the fact that joint training could tightly integrate the weather-degraded image restoration and the person identification tasks into a unified framework. This enables the low-level image restoration task to better assist the high-level person re-identification task across diverse weather conditions. This study fully demonstrates the necessity of joint training in the second stage.
Table 5.
mAP and Rank-1 results for different training modes in the second stage.
The necessity of adverse weather removal for person ReID: In order to analyze the necessity of adverse weather removal for person ReID, we compared the re-identification performance with (w/) and without (w/o) image restoration in the proposed DW-ReID. Note that without image restoration means that we removed the weather encoder and image restorer in DW-ReID and directly used the ReID encoder for person re-identification. The corresponding quantitative results on the test set of DW-Market-1501 and DW-DukeMTMC-reID are documented in Table 6 and Table 7, respectively. One can see that, without image restoration, the performance of person re-identification drops dramatically compared to that with image restoration in the proposed DW-ReID. These quantitative results demonstrate the necessity of adverse weather removal for person ReID. In addition, to qualitatively demonstrate the necessity of adverse weather removal for person ReID, Figure 4 compares the attention maps with and without conducting image restoration in DW-ReID. One can see that, with image restoration, the proposed DW-ReID can focus more on the human body, which is beneficial for person retrieval. This benefit is attributed to the fact that the image restoration function in DW-ReID can effectively remove the interference of diverse adverse weather on person ReID.
Table 6.
mAP and Rank-1 results of the proposed DW-ReID with (w/) and without (w/o) image restoration on DW-Market-1501.
Table 7.
mAP and Rank-1 results of the proposed DW-ReID with (w/) and without (w/o) image restoration on DW-DukeMTMC-reID.
Figure 4.
Qualitative comparison of attention maps with (w/) and without (w/o) conducting image restoration in DW-ReID.
4.5. Cross-Dataset Evaluation
To evaluate the generalization ability, a cross-dataset evaluation was carried out among the proposed DW-ReID and three recently-developed baselines, including CLIP-ReID [36], SVLL-ReID [37], and CLIMB-ReID [49]. In this cross-dataset evaluation, all of the compared methods are either trained on the DW-Market-1501 dataset and then tested on DW-DukeMTMC-reID, or vice versa, trained on DW-DukeMTMC-reID and then tested on DW-Market-1501.
The corresponding results are shown in Table 8 and Table 9, respectively. As can be seen, the performance of all the compared methods significantly declined in the cross-dataset evaluation compared to the performance documented in Table 2 and Table 3, respectively. This can be attributed to the fact that models trained on a specific dataset tend to learn dataset-specific characteristics, including particular distributions of pedestrian appearance, illumination conditions, viewpoints, and backgrounds. Consequently, when evaluated on a different dataset, their generalization capability is often limited, as the target dataset may present substantially different visual statistics and data distributions. Nevertheless, from Table 8 and Table 9, we can also observe that, in the cross-dataset evaluation, the proposed DW-ReID still outperforms other competing methods on the overall average performance. This cross-dataset evaluation demonstrates that the proposed DW-ReID method presents better or competitive generalization ability compared with the other three competing methods.
Table 8.
mAP and Rank-1 results of different-person ReID methods in cross-dataset evaluation by training on DW-Market-1501 while testing on DW-DukeMTMC-reID.
Table 9.
mAP and Rank-1 results of different-person ReID methods in cross-dataset evaluation by training on DW-DukeMTMC-reID while testing on DW-Market-1501.
5. Conclusions
In this paper, we address the critical yet underexplored problem of person re-identification in multiple weather conditions. Specifically, we propose DW-ReID, an all-in-one learning framework that is built upon CLIP with a two-stage training paradigm. In the first stage, a set of learnable text descriptions is optimized to produce identity-specific ambiguous text descriptions for each person’s identity. In the second stage, those optimized text descriptions together with a frozen text encoder provide language supervision to jointly train a weather encoder, an image restorer, and a ReID encoder. The experimental results consistently demonstrate the effectiveness and superiority of our proposed DW-ReID method against other competing ReID approaches.
Author Contributions
Methodology: Y.L.; software: L.C. and B.W.; validation: H.L. and J.Y.; writing—original draft preparation: L.C. and Y.L.; writing—review and editing: L.C.; formal analysis: B.W.; investigation: H.L.; data curation: T.Z.; visualization: L.C.; supervision: T.Z.; funding acquisition: L.C. and T.Z. All authors have read and agreed to the published version of the manuscript.
Funding
This work was supported in part by the Natural Science Foundation of Fujian Province under Grant 2024J01098; in part by the Natural Science Foundation of Xiamen, China, under Grant 3502Z202472011; in part by the Scientific Research Funds of Huaqiao University under Grant 24BS109; in part by the National Natural Science Foundation of China (NSFC) under Grant 62261011; and in part by the Natural Science Foundation of Guangxi Province under Grant 2025JJA170157.
Institutional Review Board Statement
Not applicable. This study did not involve any direct interaction with human participants or animal subjects.
Informed Consent Statement
Not applicable. The datasets were obtained in full compliance with the ethical guidelines established by the respective dataset creators.
Data Availability Statement
The datasets employed in this study are synthesized by adding weather degradation to existing publicly available datasets including Market-1501 [46] and DukeMTMC-reID [47], and the code of this work is available at: https://github.com/dvlyuying/DW-ReID (accessed on 5 February 2026).
Acknowledgments
We are extremely grateful for the valuable suggestions provided by the editors and reviewers.
Conflicts of Interest
The authors declare no conflicts of interest.
References
- Behera, N.; Sa, P.; Muhammad, K.; Bakshi, S. Large-scale person re-identification for crowd monitoring in emergency. IEEE Trans. Autom. Sci. Eng. 2023, 22, 4691–4699. [Google Scholar] [CrossRef]
- Uddin, M.; Bhuiyan, A.; Bappee, F.; Islam, M.; Hasan, M. Person Re-Identification with RGB–D and RGB–IR Sensors: A Comprehensive Survey. Sensors 2023, 23, 1504. [Google Scholar] [CrossRef]
- Nayak, K.; Dogra, D. A Comprehensive Review on Group Re-identification in Surveillance Videos. ACM Comput. Surv. 2025, 57, 1–35. [Google Scholar] [CrossRef]
- Dilek, E.; Dener, M. Computer vision applications in intelligent transportation systems: A survey. Sensors 2023, 23, 2938. [Google Scholar] [CrossRef] [PubMed]
- Pang, J.; Zhang, D.; Li, H.; Liu, W.; Yu, Z. Hazy Re-ID: An interference suppression model for domain adaptation person re-identification under inclement weather condition. In Proceedings of the IEEE International Conference on Multimedia and Expo, Shenzhen, China, 5–9 July 2021; IEEE: New York, NY, USA, 2021; pp. 1–6. [Google Scholar]
- Zhao, L.; Long, J.; Zhong, T. A Deep Learning-Based Two-Branch Generative Adversarial Network for Image De-Raining. Sensors 2024, 24, 6724. [Google Scholar] [CrossRef] [PubMed]
- Zhang, Y.; Xiang, Y.; Cai, L.; Fu, Y.; Huo, W.; Xia, J. Single image de-raining with high-low frequency guidance. In Proceedings of the IEEE International Conference on Acoustics, Speech and Signal Processing, Singapore, 23–27 May 2022; IEEE: New York, NY, USA, 2022; pp. 2330–2334. [Google Scholar]
- Cai, L.; Fu, Y.; Zhu, T.; Xiang, Y.; Zhang, Y.; Zeng, H. Joint depth and density guided single image de-raining. IEEE Trans. Circuits Syst. Video Technol. 2022, 32, 4108–4121. [Google Scholar] [CrossRef]
- Cai, L.; Fu, Y.; Huo, W.; Xiang, Y.; Zhu, T.; Zhang, Y.; Zeng, H.; Zeng, D. Multiscale attentive image de-raining networks via neural architecture search. IEEE Trans. Circuits Syst. Video Technol. 2023, 33, 618–633. [Google Scholar] [CrossRef]
- Guo, X.; Wang, X.; Fu, X.; Zha, Z. Deep unfolding network for image desnowing with snow shape prior. IEEE Trans. Circuits Syst. Video Technol. 2025, 35, 4740–4752. [Google Scholar] [CrossRef]
- Bae, G.; Kim, B.; Ahn, S.; Min, J.; Shim, I. Slide: Self-supervised lidar de-snowing through reconstruction difficulty. In Proceedings of the European Conference on Computer Vision, Tel Aviv, Israel, 23–27 October 2022; Springer: Berlin/Heidelberg, Germany, 2022; pp. 283–300. [Google Scholar]
- Wolf, A.; Alsattam, O.; Brooks-Lehnert, S.; Hirakawa, K. EBSnoR: Event-based snow removal by optimal dwell time thresholding. IEEE Trans. Pattern Anal. Mach. Intell. 2026, 48, 346–358. [Google Scholar] [CrossRef]
- Li, T.; Liu, Y.; Ren, W.; Shiri, B.; Lin, W. Single image dehazing using fuzzy region segmentation and haze density decomposition. IEEE Trans. Circuits Syst. Video Technol. 2025, 35, 9964–9978. [Google Scholar] [CrossRef]
- Shen, H.; Ding, H.; Zhang, Y.; Zhao, Z.Q.; Jiang, X. Spatial frequency modulation network for efficient image dehazing. IEEE Trans. Image Process. 2025, 34, 3982–3996. [Google Scholar] [CrossRef] [PubMed]
- Lee, Y.; Kim, Y.; Yu, J.; Jeon, M. Learning to remove bad weather: Towards robust visual perception for self-driving. IEEE Robot. Autom. Lett. 2022, 1. [Google Scholar] [CrossRef]
- Li, M.; Han, D.; Liu, W.; Liu, B. Foggy Person Re-Identification based on Adaptive Recognition of Fog Attributes. In Proceedings of the China Automation Congress, Nanjing, China, 2–5 October 2023; IEEE: New York, NY, USA, 2023; pp. 6132–6137. [Google Scholar]
- Yang, Y.; Yang, J.; Yan, J.; Liao, S.; Yi, D.; Li, S. Salient color names for person re-identification. In Proceedings of the European Conference on Computer Vision, Zurich, Switzerland, 6–12 September 2014; Springer: Berlin/Heidelberg, Germany, 2014; pp. 536–551. [Google Scholar]
- Liao, S.; Hu, Y.; Zhu, X.; Li, S.Z. Person re-identification by local maximal occurrence representation and metric learning. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Boston, MA, USA, 7–12 June 2015; IEEE: New York, NY, USA, 2015; pp. 2197–2206. [Google Scholar]
- Liao, S.; Li, S. Efficient psd constrained asymmetric metric learning for person re-identification. In Proceedings of the IEEE International Conference on Computer Vision, Sydney, Australia, 1–8 December 2015; IEEE: New York, NY, USA, 2015; pp. 3685–3693. [Google Scholar]
- Ye, M.; Liang, C.; Yu, Y.; Wang, Z.; Leng, Q.; Xiao, C.; Chen, J.; Hu, R. Person re-identification via ranking aggregation of similarity pulling and dissimilarity pushing. IEEE Trans. Multimed. 2016, 18, 2553–2566. [Google Scholar] [CrossRef]
- Yang, S.; Liu, W.; Yu, Y.; Hu, H.; Chen, D.; Su, T. Diverse feature learning network with attention suppression and part level background suppression for person re-identification. IEEE Trans. Circuits Syst. Video Technol. 2023, 33, 283–297. [Google Scholar] [CrossRef]
- He, K.; Zhang, X.; Ren, S.; Sun, J. Deep residual learning for image recognition. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Las Vegas, NA, USA, 27–30 June 2016; IEEE: New York, NY, USA, 2016; pp. 770–778. [Google Scholar]
- Li, W.; Zou, C.; Wang, M.; Xu, F.; Zhao, J.; Zheng, R.; Cheng, Y.; Chu, W. DC-Former: Diverse and compact transformer for person re-identification. In Proceedings of the AAAI Conference on Artificial Intelligence, Washington, DC, USA, 7–14 February 2023; AAAI Press: Washington, DC, USA, 2023; pp. 1415–1423. [Google Scholar]
- Xu, F.; Wang, M.; Zhang, W.; Cheng, Y.; Chu, W. Discrimination-aware mechanism for fine-grained representation learning. In Proceedings of the IEEE/CVF International Conference on Computer Vision and Pattern Recognition, Nashville, TN, USA, 19–25 June 2021; IEEE: New York, NY, USA, 2021; pp. 813–822. [Google Scholar]
- Gu, X.; Chang, H.; Ma, B.; Bai, S.; Shan, S.; Chen, X. Clothes-changing person re-identification with rgb modality only. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, New Orleans, LA, USA, 18–24 June 2022; IEEE: New York, NY, USA, 2022; pp. 1060–1069. [Google Scholar]
- Wang, P.; Zhao, Z.; Su, F.; Meng, H. LTReID: Factorizable feature generation with independent components for long-tailed person re-identification. IEEE Trans. Multimed. 2023, 25, 4610–4622. [Google Scholar] [CrossRef]
- Wang, T.; Liu, H.; Song, P.; Guo, T.; Shi, W. Pose-guided feature disentangling for occluded person re-identification based on transformer. AAAI Conf. Artif. Intell. 2022, 36, 2540–2549. [Google Scholar] [CrossRef]
- Zhu, H.; Ke, W.; Li, D.; Liu, J.; Tian, L.; Shan, Y. Dual cross-attention learning for fine-grained visual categorization and object re-identification. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, New Orleans, LA, USA, 18–24 June 2022; IEEE: New York, NY, USA, 2022; pp. 4692–4702. [Google Scholar]
- Chai, Z.; Ling, Y.; Luo, Z.; Lin, D.; Jiang, M.; Li, S. Dual-stream transformer with distribution alignment for visible-infrared person re-identification. IEEE Trans. Circuits Syst. Video Technol. 2023, 33, 6764–6776. [Google Scholar] [CrossRef]
- Zhu, K.; Guo, H.; Zhang, S.; Wang, Y.; Liu, J.; Wang, J.; Tang, M. AAformer: Auto-aligned transformer for person re-identification. IEEE Trans. Neural Netw. Learn. Syst. 2024, 35, 17307–17317. [Google Scholar] [CrossRef]
- Dosovitskiy, A.; Beyer, L.; Kolesnikov, A.; Weissenborn, D.; Zhai, X.; Unterthiner, T.; Dehghani, M.; Minderer, M.; Heigold, G.; Gelly, S.; et al. An image is worth 16x16 words: Transformers for image recognition at scale. arXiv 2020, arXiv:2010.11929. [Google Scholar]
- Radford, A.; Kim, J.W.; Hallacy, C.; Ramesh, A.; Goh, G.; Agarwal, S.; Sastry, G.; Askell, A.; Mishkin, P.; Clark, J.; et al. Learning transferable visual models from natural language supervision. In Proceedings of the International Conference on Machine Learning, Virtual, 18–24 July 2021; PmLR: Cambridge, MA, USA, 2021; pp. 8748–8763. [Google Scholar]
- Zhou, K.; Yang, J.; Loy, C.; Liu, Z. Learning to prompt for vision-language models. Int. J. Comput. Vis. 2022, 130, 2337–2348. [Google Scholar] [CrossRef]
- Zhou, K.; Yang, J.; Loy, C.; Liu, Z. Conditional prompt learning for vision-language models. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, New Orleans, LA, USA, 18–24 June 2022; IEEE: New York, NY, USA, 2022; pp. 16816–16825. [Google Scholar]
- Gao, P.; Geng, S.; Zhang, R.; Ma, T.; Fang, R.; Zhang, Y.; Li, H.; Qiao, Y. Clip-Adapter: Better vision-language models with feature adapters. Int. J. Comput. Vis. 2024, 132, 581–595. [Google Scholar] [CrossRef]
- Li, S.; Sun, L.; Li, Q. CLIP-ReID: Exploiting vision-language model for image re-identification without concrete text labels. AAAI Conf. Artif. Intell. 2023, 37, 1405–1413. [Google Scholar] [CrossRef]
- Wang, B.; Liang, Y.; Cai, L.; Huang, H.; Zeng, H. Image re-identification: Where self-supervision meets vision-language learning. Image Vis. Comput. 2025, 154, 105415. [Google Scholar] [CrossRef]
- Lin, Y.; Liu, C.; Chen, Y.; Hu, J.; Yin, B.; Yin, B.; Wang, Z. Exploring part-informed visual-language learning for person re-identification. In Proceedings of the IEEE International Conference on Multimedia and Expo, Nantes, France, 30 June–4 July 2025; IEEE: New York, NY, USA, 2025; pp. 1–6. [Google Scholar]
- Shao, Z.; Zhang, X.; Ding, C.; Wang, J.; Wang, J. Unified pre-training with pseudo texts for text-to-image person re-identification. In Proceedings of the IEEE/CVF International Conference on Computer Vision, Paris, France, 1–6 October 2023; IEEE: New York, NY, USA, 2023; pp. 11174–11184. [Google Scholar]
- Yan, S.; Dong, N.; Zhang, L.; Tang, J. CLIP-driven fine-grained text-image person re-identification. IEEE Trans. Image Process. 2023, 32, 6032–6046. [Google Scholar] [CrossRef]
- Asperti, A.; Naldi, L.; Fiorilla, S. An investigation of the domain gap in CLIP-Based person re-identification. Sensors 2025, 25, 363. [Google Scholar] [CrossRef]
- Luo, H.; Gu, Y.; Liao, X.; Lai, S.; Jiang, W. Bag of tricks and a strong baseline for deep person re-identification. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, Long Beach, CA, USA, 16–17 June 2019; IEEE: New York, NY, USA, 2019. [Google Scholar]
- Zhu, X.; Hu, H.; Lin, S.; Dai, J. Deformable convnets v2: More deformable, better results. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Long Beach, CA, USA, 15–20 June 2019; IEEE: New York, NY, USA, 2019; pp. 9308–9316. [Google Scholar]
- Wang, X.; Yu, K.; Dong, C.; Loy, C.C. Recovering realistic texture in image super-resolution by deep spatial feature transform. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Salt Lake City, UT, USA, 18–23 June 2018; IEEE: New York, NY, USA, 2018; pp. 606–615. [Google Scholar]
- Jung, A.B.; Wada, K.; Crall, J.; Tanaka, S.; Graving, J.; Reinders, C.; Yadav, S.; Banerjee, J.; Vecsei, G.; Kraft, A.; et al. imgaug. 2020. Available online: https://github.com/aleju/imgaug (accessed on 1 February 2020).
- Zheng, L.; Shen, L.; Tian, L.; Wang, S.; Wang, J.; Tian, Q. Scalable person re-identification: A benchmark. In Proceedings of the IEEE/CVF International Conference on Computer Vision, Santiago, Chile, 7–13 December 2015; IEEE: New York, NY, USA, 2015; pp. 1116–1124. [Google Scholar]
- Zheng, Z.; Zheng, L.; Yang, Y. Unlabeled samples generated by GAN improve the person re-identification baseline in vitro. In Proceedings of the IEEE/CVF International Conference on Computer Vision, Venice, Italy, 22–29 October 2017; IEEE: New York, NY, USA, 2017; pp. 3754–3762. [Google Scholar]
- Sun, S.; Ren, W.; Gao, X.; Wang, R.; Cao, X. Restoring images in adverse weather conditions via histogram transformer. In Proceedings of the European Conference on Computer Vision, Milan, Italy, 29 September–4 October 2024; Springer: Cham, Switzerland, 2024; pp. 111–129. [Google Scholar]
- Yu, C.; Liu, X.; Zhu, J.; Wang, Y.; Zhang, P.; Lu, H. Climb-reid: A hybrid clip-mamba framework for person re-identification. AAAI Conf. Artif. Intell. 2025, 39, 9589–9597. [Google Scholar] [CrossRef]
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2026 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license.



