Next Article in Journal
Rate-Responsive Cardiac Pacing: Technological Solutions and Their Applications
Next Article in Special Issue
Intraclass Image Augmentation for Defect Detection Using Generative Adversarial Neural Networks
Previous Article in Journal
HERAS: A Modular Matlab Tool Using Physical Optics for the Analysis of Reflector Antennas
Previous Article in Special Issue
Joint Cross-Consistency Learning and Multi-Feature Fusion for Person Re-Identification
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Margin-Based Modal Adaptive Learning for Visible-Infrared Person Re-Identification

1
College of Information Science and Engineering, Huaqiao University, Xiamen 361021, China
2
College of Engineering, Huaqiao University, Quanzhou 362021, China
3
Xiamen Yealink Network Technology Company Limited, Xiamen 361015, China
*
Author to whom correspondence should be addressed.
Sensors 2023, 23(3), 1426; https://doi.org/10.3390/s23031426
Submission received: 17 December 2022 / Revised: 15 January 2023 / Accepted: 24 January 2023 / Published: 27 January 2023

Abstract

:
Visible-infrared person re-identification (VIPR) has great potential for intelligent transportation systems for constructing smart cities, but it is challenging to utilize due to the huge modal discrepancy between visible and infrared images. Although visible and infrared data can appear to be two domains, VIPR is not identical to domain adaptation as it can massively eliminate modal discrepancies. Because VIPR has complete identity information on both visible and infrared modalities, once the domain adaption is overemphasized, the discriminative appearance information on the visible and infrared domains would drain. For that, we propose a novel margin-based modal adaptive learning (MMAL) method for VIPR in this paper. On each domain, we apply triplet and label smoothing cross-entropy functions to learn appearance-discriminative features. Between the two domains, we design a simple yet effective marginal maximum mean discrepancy (M 3 D) loss function to avoid an excessive suppression of modal discrepancies to protect the features’ discriminative ability on each domain. As a result, our MMAL method could learn modal-invariant yet appearance-discriminative features for improving VIPR. The experimental results show that our MMAL method acquires state-of-the-art VIPR performance, e.g., on the RegDB dataset in the visible-to-infrared retrieval mode, the rank-1 accuracy is 93.24% and the mean average precision is 83.77%.

1. Introduction

Visible-infrared person re-identification (VIPR) [1,2,3,4,5,6], as illustrated in Figure 1a, is important in smart city constructions because it can help find suspicious persons from massive traffic videos. As shown in Figure 1b, VIPR not only suffers from pose variations and viewpoint variations that commonly exist in traditional person re-identification [7,8,9,10] based on visible images but also encounters a huge modal discrepancy between visible and infrared images. The huge modal discrepancy is a serious challenge to VIPR because it leads to different identities of the same modality that are more similar than the same identity of different modalities. Therefore, how to to properly deal with modal discrepancies is crucial to VIPR.
To reduce the adverse effect of modal discrepancies, on the one hand, recent VIPR approaches [11,12,13,14,15] focus on adversarial-based modal conversion, which learns convert between visible and infrared data to ensure the two different modalities are uniform. For example, Wang et al. [16] applied a generative adversarial network (GAN) to produce fake infrared images from visible images and trained the VIPR model on both fake and real images to alleviate any modality discrepancies. Liu et al. [17] designed deep skip-connection generative adversarial networks to realize a high-quality cross-modal style translation to reduce modality discrepancies. Huang et al. [18] proposed using third modality data containing both visible and infrared information to prevent the information from the infrared modality from being overwhelmed during training. The third modality data were also produced by using a generative adversarial network. Choi et al. [19] proposed a hierarchical cross-modality disentanglement method to automatically disentangle the identity-discriminative factors and identity-excluded factors, creating a bridge between visible and infrared images to reduce modality discrepancies. Hu et al. [13] applied two modality-specific encoders and a modality-generic encoder to learn modality-specific and modality-generic features and then used two modality-specific decoders to generate synthetic images to compensate the missing modal data. We acknowledge that the adversarial way is effectively targeted to eliminate modal discrepancies, but it requires a list of complex sub-networks accompanied by the risk of model collapse and a high training computation cost.
On the other hand, domain adaptation [20,21,22,23,24,25] is a potential solution for VIPR because it has the goal of aligning distributions of source and target domains. The maximum mean discrepancy (MMD) [23,24,25] loss function is popular in domain adaptation and, recently, it has been applied to VIPR [26,27,28]. For example, Alehdaghi et al. [26] utilized the MMD loss function to determine the domain shift between visible and infrared modalities to provide additional information for training VIPR models. The Gram matrix-based MMD [27] method reduces modality variances in a latent space, learning modal-invariant features. The class-specific maximum mean discrepancy (CSMMD) loss function [28] independently reduces the modal discrepancies of visible and infrared images of each class. With the help of domain adaptation, those VIPR methods gain good performance, but there is still room for improving VIPR. Because VIPR is not a pure domain adaptation task, it has complete identity information on both visible and infrared modalities, so that it could not apply an unreserved maximum mean discrepancy suppression method to remove modal discrepancies, otherwise it would lose discriminative appearance information.
To this end, we propose a margin-based modal adaptive learning (MMAL) method for VIPR in this paper. In our MMAL method, we apply triplet and label smoothing cross-entropy functions to learn appearance-discriminative features and optimize maximum mean discrepancies to encourage the learned features to be modal invariant. Different from existing methods [27,28], our MMAL method does not focus on improving MMD to accurately measure the difference distribution of visible and infrared modalities, but pays attention to keeping a good balance of modal discrepancy suppression and appearance-discrimination learning. Thus, the main novelty of this paper is that our MMAL method designs a simple yet effective marginal strategy to avoid an excessive suppression of modal discrepancies to protect the features’ discriminative ability for boosting VIPR.
The contributions of this paper can be summarized as follows. (1) We design a margin-based modal adaptive learning (MMAL) method to join optimize modal discrepancies and discriminant appearances for VIPR, which could balance modal invariant and appearance discrimination via a marginal maximum mean discrepancy (M 3 D) loss function. (2) The experimental results on RegDB [29] and RGBNT [30] datasets demonstrate that our method acquires state-of-the-art performance, e.g., on the RegDB dataset, for the visible-to-infrared retrieval mode, the rank-1 accuracy is 93.24% and the mean average precision is 83.77%. The rest of this paper is organized as follows. Section 2 reviews the related work. Section 3 describes the proposed method in detail. Section 4 presents the experimental results to analyze our method’s superiority. Section 5 concludes this paper.

2. Related Work

In this section, we review the related works of this paper from two aspects: (1) recent VIPR progress and (2) domain adaption.

2.1. Recent VIPR Progress

As shown in Figure 2, VIPR has been a hot topic in the past three years and has progressed remarkably. For example, the D 2 RL method [31] acquired a 43.4% rank-1 accuracy in 2019, the Hi-CMD method [19] gained a 70.93% rank-1 accuracy in 2020, and the DFLN-ViT [32] and FMCNet [33] methods obtained a 92.10% rank-1 accuracy and an 89.12% rank-1 accuracy, respectively, in 2022. The huge modal discrepancy of visible and infrared images are still a great challenge for VIPR; recent methods mainly focus on two aspects: (1) feature alignment and (2) adversarial conversion. A more detailed survey follows.
Regarding feature alignment, there are a lot of approaches [5,34,35,36,37,38,39,40,41,42,43,44,45,46,47]. The most popular architecture [5,35,48] is a double-stream deep network, where shallow layers are independent for learning modal-specific features and deep layers are shared for learning modal-common features. Some researchers improved the double-stream architecture via fine part alignment designs [40,49], attention mechanisms [35,36], or new neural structures, such as graph [27] and transformer [32,50].
In addition to architecture works, researchers also focus on designing alignment loss functions [39,44,45,46,47,51,52]. For example, Zhu et al. [51] designed a hetero-center loss function to constrain the intra-class center distance between two different modalities. Feng et al. [52] learned a center for each class and pulled the sample to the center of the same class as well as pushed the sample to the center of different classes; thus, the features of intra-class samples of different modalities were compacted with the center.
Compared to feature alignment, adversarial conversion [4,6,13,14,19,31,41,53] is newer on the whole. The main idea of adversarial conversion is to learn a conversion between visible and infrared data to ensure that different styles of visible and infrared images are uniform. For example, Wang et al. [31] converse the visible (or infrared) images to their infrared (visible, respectively) version, which are combined to form multi-spectral images for feature learning. Zhong et al. [53] proposed a gray-scale enhancement colorization network, which learns the correspondence between single-channel infrared images and three-channel visible images by generating intermediate gray-scale images as auxiliary information to colorize the single-modality infrared images. Furthermore, some disentanglement methods [13,14,19] specifically consider pedestrians’ appearance characteristics—gender or age information are modal insensitive but clothes colors are only for visible images—to generate synthetic images for reducing modal discrepancies.
In summary, both feature alignment and adversarial conversion methods have greatly improved VIPR, but VIPR is still far weaker than single-modal person re-identification due to the severe challenge of huge modal discrepancies between visible and infrared images.

2.2. Domain Adaption

Domain adaption aims to reduce the gap between source and target domains and eliminate the domain shift, so that the trained model could learn domain-invariant features, which has a lot of applications, such as unsupervised segmentation [54,55], unsupervised classification [24], and cross-modal action recognition [56]. In the domain adaption research field, the maximum mean discrepancy (MMD) [57,58] is commonly-used. Recently, MMD has been used in unsupervised person re-identification [59,60,61,62,63]. For example, Mekhazni et al. [59] proposed a dissimilarity-based maximum mean discrepancy loss function to align the pair-wise distance distributions between source and target domains. Yang et al. [62] explored the usability of MMD in learning multi-granularity domain-invariant features to overcome the sub-optimal alignment of global feature distributions.
We note that there are some MMD-based VIPR methods [26,27,28] highly related to our approach. The [26] method directly uses MMD, while [27,28] designs improved MMD to measure the distribution difference of visible and infrared modalities. No matter whether they are directly using MMD or improving MMD, those methods neglect an essential difference between domain adaptation and VIPR, that is, both two domains of VIPR have identity information and simultaneously require appearance discriminability. If the modal adaption is overemphasized from using MMD or improved MMD, the discriminative learning on visible and infrared modalities would be harmed because modal adaption pursuing modal distribution consistency is not always in line with the appearance discriminability on different modalities. Different from those MMD-based VIPR methods not considering the potential conflict of modal-invariant and appearance discrimination, our method pays attention to design a marginal strategy to avoid an excessive optimization of modal discrepancies, so that it protects its appearance-discriminative ability and acquires a good VIPR performance.

3. Methodology

In this section, we describe our method from two main aspects. (1) The margin-based modal adaptive learning (MMAL), which aims to learn modal-invariant yet appearance-discriminative features. (2) The deep network-based VIPR model, which explains how to use MMAL to supervise deep network learning features and how to adopt the learned features to realize VIPR.

3.1. Margin-Based Modal Adaptive Learning

The MAL consists of two types of loss functions, i.e., marginal maximum mean discrepancy (M 3 D) and appearance-discriminative loss functions. The former is responsible for modal-invariant and the later is in charge of appearance-discriminant functions.

3.1.1. Marginal Maximum Mean Discrepancy Loss

Assume that a mini-batch consists of X and Y, which are two matrices carrying N × d features extracted from visible and infrared images, that is, X = [ x 1 , x 2 , , x N ] R N × d and Y = [ y 1 , y 2 , , y N ] R N × d , where N is the number of visible or infrared samples, and d is the dimension of features extracted from images. The deep network for extracting features will be described later. The maximum mean discrepancy (MMD) loss function [57,58] is defined as follows:
L M M D ( X , Y ) = 1 N i = 1 N ϕ x i 1 N i = 1 N ϕ y i H 2 = 1 N 2 i = 1 N j = 1 N ϕ x i ϕ x j 2 N 2 i = 1 N j = 1 N ϕ x i ϕ y j + 1 N 2 i = 1 N j = 1 N ϕ y i ϕ y j = 1 N 2 i = 1 N j = 1 N K x i , x j 2 N 2 i = 1 N j = 1 N K x i , y j + 1 N 2 i = 1 N j = 1 N K y i , y j ,
where ϕ ( · ) is a feature map function, if it is an identity function, the MMD loss function could simply compute the discrepancy between the samples’ means; H represents a reproducing kernel Hilbert space; · is a norm calculation; and K x , y is a kernel function, i.e.,  K x , y = ϕ x , ϕ y . In practice, the combination of multiple Gaussian kernels is a good choice for constructing a kernel function K x , y , as follows:
K x , y = i = 1 L β i G i x , y , β l 0 , i = 1 L β i = 1 ,
where G i represents the i-th Gaussian kernel; β i is related to the variance of G i , which is to guarantee that K is characteristic.
Considering that both the two domains of VIPR have supervisory information, VIPR could not completely pursue homogeneous features, otherwise, the features’ discriminative ability would be harmed. Therefore, we design a margin strategy to avoid an excessive reduction in modal discrepancies. The margin strategy is formulated as a marginal maximum mean discrepancy ( M 3 D ) loss function in Equation (3).
L M 3 D = max ( L M M D τ , 0 )
where τ > 0 is a margin used to keep a boundary to avoid an excessive optimization of MMD. The default value of τ is 0.01.

3.1.2. Appearance-Discriminative Loss

In this paper, we apply two types of appearance-discriminative loss functions, namely, the hard mining triplet (TRI) loss function [64] and the label-smoothing cross-entropy (LSCE) loss function [65]. The hard mining triplet (TRI) loss function is defined as:
L T R I = 1 M i = 1 M log [ 1 + e max f p P i f i f p 2 min f n N i f i f n 2 ] ,
where M = 2 × C × K denotes the number of images in a mini-batch and C represents the number of classes and K denotes the number of visible images or infrared images of each class in the mini-batch; f i R d is a d-dimensional feature corresponding the i-th image; and P i and N i denote the positive set and the negative set of the i-th image, respectively. Here, the positive set P i contains images of the same class to the i-th image and the negative set N i includes images of different classes from the i-th image.
The label-smoothing cross-entropy (LSCE) loss function is defined as follows:
L L S C E = 1 M m = 1 M k = 1 K ϵ m , k l o g ( p m , k ) ,
where p m , k represents the posterior probability of the m-th image belonging to the k-th class, which is calculated using a softmax function; ϵ m , k is a label-smoothing indicator function formulated as follows:
ϵ m , k = { 1 ( K 1 ) ζ K , x m k th class , ζ K , x m k th class ,
where ζ is a manual setting constant used to control the label-smoothing degree, which is usually set to 0.1 in practice.

3.2. Deep Network-Based VIPR

Following the existing VIPR works [35,38,41], we apply the popular residual network [66], namely, ResNet50, to construct a backbone for VIPR, as shown in Figure 3. Regarding the architecture, ResNet50 is a sequence with a stem layer (Stem), four residual groups (i.e., Layer-1–Layer-4), a generalized-mean pooling (GeP) [38] layer, and a batch normalization (BN) [64] layer. The Stem is a sequence of a 3 × 3 convolutional layer, a BN layer, a ReLU [67,68] layer, and a 2-stride max-pooling layer. Regarding the supervision, we assign the L T R I of Equation (4) on the GeP layer and set the L L S C E of Equation (5) and the M 3 D loss function L M 3 D of Equation (3) on the BN layer following the GeP layer. The supervision is further formulated as follows.
L T o t a l = λ L M M A L BN + L T R I GeP + L L S C E BN ,
where λ > 0 is a hyper-parameter used to control the contribution of the M 3 D loss function, so that it keeps a good balance of modal-invariant and appearance-discriminative optimizations. L M A L B N means the L M A L is applied to the BN layer following the GeP layer and both L T R I GeP and L L S C E BN have similar naming schemes. As a result, both modal-adaptive and appearance-discriminative loss functions are jointly applied to guide the ResNet50 to learn modal-invariant yet appearance-discriminative features for VIPR. In summary, the flowchart of the margin-based modal adaptive learning for VIPR is organized as Algorithm 1.
Algorithm 1 Margin-based Modal Adaptive Learning for VIPR
Input: 
A training dataset D B containing visible and infrared images and class labels, the number of training epochs E, and an initial deep network N e t .
Output: 
An updated deep network N e t .
1:
fort = 1:E do
2:
    Sampling: Randomly choosing a mini-batch from the training dataset D B and the mini-batch consists of K visible and K infrared images of C classes.
3:
    Extraction: Using the deep network N e t to extract features from images of the mini-batch.
4:
    Loss Calculation: Using the total margin-based modal adaptive learning loss function (i.e., L T o t a l in Equation (7)) to compute the loss on the mini-batch.
5:
    Updating: Using the mini-batch stochastic gradient descent optimizer to calculate the gradients of L T o t a l to update the deep network N e t .
6:
end for
In the testing process, the 2 normalized features from the GeP and BN layers are fused for evaluating the VIPR performance. First, both query and gallery images are fed into the ResNet50 to acquire features. Second, based on the features, the distances among the query and gallery images are computed. Third, distances are sorted in ascending order to find the top-k gallery images similar to how the query images obtain retrieval results for VIPR.

4. Experiments

In this section, we evaluate our MMAL method and compare it with state-of-the-art approaches recently published in top conferences (e.g., CVPR, ICCV, and ECCV) or journals (e.g., IEEE T-CSVT, T-IP, T-MM, and T-NNLS). Two open datasets (RegDB: https://drive.google.com/file/d/1gnVt9GIQSvium_mcxc7AWLhSXm6lNWsa/view RGBNT201: https://doi.org/10.1609/aaai.v35i4.16467, mail to: [email protected], accessed on 16 December 2022), namely, RegDB [29] and RGBNT201 [30], are applied to construct experiments.

4.1. Datasets

The RegDB [29] dataset includes 4120 pedestrian images of 412 classes and each class has five visible images and five infrared images. The evaluation protocol on RegDB is based on the average of ten trials and each trial randomly selected 206 classes of 2060 images as a training set and the non-overlapping rest as a testing set. Besides, there are two retrieval modes, i.e., visible-to-infrared (V2I) and infrared-to-visible (I2V). The V2I retrieval mode applies visible probes to search from a infrared gallery and the I2V retrieval mode is the opposite.
The RGBNT201 [30] dataset is a newly released three-modal (i.e., visible, infrared, and thermal) pedestrian image database. According to the data division of [30], the training subset consisting of 141 classes of 3280 visible images and 3280 infrared images and the testing set of 30 other classes of 836 visible images and 836 infrared images. However, different from [30], we only use visible and infrared images of each class for VIPR. Similar to the evaluation on the RegDB dataset, there are V2I and I2V retrieval modes. Regarding the V2I retrieval mode, the probe set is constructed by randomly selecting 10 visible images from each class of the testing set and the gallery set contains all the infrared images of the testing set. The I2V retrieval mode has the similar probe and gallery constructions but the modality configuration are opposite to the V2I retrieval mode. For both V2I and I2V retrieval modes, the average of ten for testing is reported as the final result.

4.2. Performance Metrics

Similar to existing works [5,36,38], the cumulative match characteristic (CMC) curve and the mean average precision (mAP) are applied to evaluate the VIPR performance, which are formulated as follows.
Assume that K is the number of gallery images; the indicator function is represented by Match and, if a query q correctly appears in the top-n retrieval results, Match ( q , n ) is equal to 1 and 0 otherwise. Then, the CMC is defined in Equation (8).
CMC ( n ) = 1 N q = 1 N Match ( q , n ) ,
where CMC ( 1 ) is represented as Rank1, which represents a rank-1 accuracy. Compared to CMC, mAP is a more comprehensive performance metric, which takes both precision and recall into account. The definition of mAP is formulated in Equation (9).
mAP = 1 N q = 1 N AP ( q ) ,
where AP ( q ) is the area under the precision-recall curve of the query q.

4.3. Experimental Conditions and System Configurations

As performed in [35,38], data augmentation is a sequence of 144 × 288 uniformly resizing, z-score normalizing, random cropping, random erasing [69], and horizontal flipping operations and the ImageNet [70] pre-trained Resnet50 is applied to initialize the backbone. The network optimizer is the stochastic gradient descent (SGD) [71]. Each mini-batch has four classes and each class contains five visible and five infrared images. The network’s weight decays are set to be 0.0005 and the momentums are set to be 0.9. There are 50 epochs for the training process. The learning rates are initialized to 0.001 and linearly warmed up [72] to 0.01 in the first 10 epochs. Then, the learning rates are kept at 0.01 from the 11st to the 30th epochs. At last, the learning rates are maintained at 0.001 from the 31st to the 50th epochs. The software tools are Pytorch 1.7, CUDA 11.1, and Python 3.8. The operation system is Ubuntu 18.04.5 LTS. The hardware device is a GeForce RTX 3090 GPU.

4.4. Results

The comparisons of our MMAL method and state-of-the-art approaches on the RegDB and RGBNT201 datasets are, respectively, listed in Table 1 and Table 2.
As compared in Table 1, our MMAL method achieves the best performance for both V2I and I2V retrieval modes. For the V2I retrieval mode, our MMAL method acquires 93.24% Rank1 and 83.77% mAP, which outperforms GLMC [40] with a 1.40% higher Rank1 and a 2.35% larger mAP and HC-Triplet [5] with a 2.19% higher Rank1 and a 0.49% larger mAP. In addition, compared with the two MMD-based methods, namely, CM-NAS [28] and ECGRAPH [27], our MMAL method outperforms CM-NAS [28] with an 8.70% higher Rank1 and a 3.45% larger mAP and outperforms ECGRAPH [27] with a 17.66% higher Rank1 and a 15.91% larger mAP. Compared with the disentangle method called ADCNet [13], our MMAL method achieves a 20.34% higher Rank1 and a 17.27% larger mAP. For the I2V retrieval mode, we find that, although our MMAL still wins the first place in terms of Rank1 and mAP, the advantage is relatively weaker compared to the V2I mode. We hypothesize that the reason is that we do not separate the optimizations of the visible-infrared and infrared-visible pairs.
Due to the RGBNT201 dataset being newly released and not for VIPR initially, there are few studies reporting their results. Under this background, we select several state-of-the-art approaches that have performed well on the RegDB dataset according to Table 1 as competitors to our MMAL method on the RGBNT201 dataset. The comparison results are shown in Table 2. We can observe that our MMAL method achieves the best performance for both V2I and I2V retrieval modes.
To create a more concise comparison, we compared our M 3 D loss function and the class-specific max mean discrepancy (CSMMD) [28] loss function under the same conditions, i.e., using the same backbone and the same appearance-discriminative loss functions. The comparisons are shown in Figure 4 and Figure 5. We found that our M 3 D loss function consistently outperforms the CSMMD loss function for both V2I and I2V retrieval modes on the two datasets in terms of mAP and Rank1. For example, as shown in Figure 4a, λ is set to 1.0, 1.5, and 2.0, meaning our M 3 D beats the CSMMD by 1.37%, 3.32%, and 11.48% higher Rank1s, respectively. As shown in Figure 4b, when λ is set to 1.0, 1.5, and 2.0, our M 3 D is superior to the CSMMD by 4.70%, 5.17%, and 13.89% higher mAPs, respectively. We deduce that the disadvantage of CSMMD is because the class-specific modal discrepancy reduction more easily becomes redundant because of the intra-class distance optimization of the appearance-discriminative learning.

4.5. Analyses

In the above subsection, the performance advantage of our MMAL method has been validated via comparing two state-of-the-art methods. In what follows, we analyze our MMAL method’s advantage from three aspects: (1) The modal discrepancy suppression; (2) The role of the marginal strategy; (3) The analysis of the running time.

4.5.1. Role of Modal Discrepancy Suppression

Since the M 3 D loss function is responsible for the learning modal-invariant features and λ in Equation (7) controls the weight of the M 3 D loss function, we adjust the λ value to analyze the role of the modal discrepancy suppression. The results are shown in Figure 6 and Figure 7.
On the RegDB dataset, as shown in Figure 6, along with the increase in λ , mAP and Rank1 firstly improve and then deteriorate for both V2I and I2V retrieval modes. Given the V2I retrieval mode as an example, the optimal λ for mAP is 0.5, which provides the largest mAP, i.e., 83.77%, as shown in Figure 6a. Compared to the case of λ = 0 , the best performance improved the mAP by 3.32%. The best λ for Rank1 is 1.0, which leads to the highest Rank1, i.e., 94.00%, as shown in Figure 6c, compared to the case of λ = 0 , with the best performance improving the Rank1 by 8.76%. However, an overlarge λ causes performance degradation, such as the worst CMC curve from setting λ = 3.0 . A similar performance variation phenomenon occurs on the RGBNT201 dataset, as shown in Figure 7. These results suggest that an overemphasized modal discrepancy restraining would harm the features’ discriminant ability.

4.5.2. The Role of Marginal Strategy

In this experiment, we fix λ to be 0.5 according the results presented in the subsection of analyzing the role of modal discrepancy suppression. As shown in Table 3, on the RGBNT201 dataset, most of the cases of the differently sized margins acquire improvements, compared to the naive case that does not apply any margin (i.e., τ = 0 ). For example, the case of setting the margin to be 0.015 (i.e., τ = 0.015 ) brings about 3% mAP improvements for both V2I and I2V retrieval modes. These results demonstrate that the marginal strategy avoiding the over-optimization of modal discrepancies to protect the features’ discriminant ability has a positive effect on improving VIPR.

4.5.3. The Analysis of Running Time

Due to feature extraction costs of the higher inference times, following [76,77,78], we apply the average feature extraction time (AFET) per image as a running time indicator. The smaller the AFET per image, the better the running time performance would be. As shown in Figure 8, our MMAL method acquires the best AFET per each image performance. To be more specific, our MMAL method’s AFET per image is 21.87 μ s smaller than that of the AGW [38] method and 18.33 μ s smaller than that of the DDAG method [35]. The reason for this that both the AGW and DDAG methods apply a partial two-branch backbone, which is more complex than the single-branch backbone used in our MMAL method.

5. Conclusions

In this paper, we design a margin-based modal adaptive learning (MMAL) method for visible-infrared person re-identification (VIPR). VIPR is not completely the same as domain adaptation because VIPR has complete identity information on both visible and infrared modalities. Thus, VIPR requires a gentle domain adaptation that keeps a good balance of modal discrepancy suppression and appearance-discrimination learning. To this end, rather than directly using a traditional domain adaptation loss function, we design a simple yet effective marginal maximum mean discrepancy (M 3 D) loss function to avoid an excessive suppression of modal discrepancies to protect the features’ discriminative ability on both the visible and infrared modalities. Compared to the state-of-the-art methods, our method is competitive, e.g., on the RegDB dataset, for the visible-to-infrared retrieval mode, the rank-1 accuracy reaches 93.24% and the mean average precision reaches 83.77%. In addition, our experiments demonstrate that using our M 3 D loss function outperforms the naive case without using any domain adaptive loss function with a 4.70% higher rank-1 accuracy and outperforms the case using the traditional maximum mean discrepancy loss function with a 2.96% higher rank-1 accuracy on the RGBNT201 dataset.

Author Contributions

Conceptualization, Q.Z. and J.Z.; Writing—original draft preparation, Q.Z.; Writing—review and editing, J.Z. and H.W. All authors have read and agreed to the published version of the manuscript.

Funding

This research was support by the in part by the National Natural Science Foundation of China under the Grant (No. 61976098), in part by the Natural Science Foundation for Outstanding Young Scholars of Fujian Province under the Grant (No. 2022J06023).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

The following abbreviations are used in this manuscript:
VIPRVisible-infrared person re-identification
GANGenaration adversarial network
MMALMargin-based modal adaptive learning
MMDMax mean discrepancy
M 3 DMargin max mean discrepancy
CSMMDClass-specific maximum mean discrepancy
GeMGeneralized-mean pooling
BNBatch normalization
TriTriplet
LSCELabel-smoothing cross-entropy
BNNeckBatch normalization neck
mAPMean average precision
CMCCumulative match characteristic
Rank1rank-1 accuracy
SGDStochastic gradient descent

References

  1. Wu, Z.; Wen, T. Minimizing Maximum Feature Space Deviation for Visible-infrared Person Re-identification. Appl. Sci. 2022, 12, 8792. [Google Scholar] [CrossRef]
  2. Ye, M.; Lan, X.; Li, J.; Yuen, P. Hierarchical Discriminative Learning for Visible Thermal Person Re-identification. In Proceedings of the AAAI Conference on Artificial Intelligence, Honolulu, HI, USA, 27 January–1 February 2019; pp. 7501–7508. [Google Scholar]
  3. Ye, M.; Wang, Z.; Lan, X.; Yuen, P. Visible Thermal Person Re-identification via Dual-constrained Top-ranking. In Proceedings of the International Joint Conference on Artificial Intelligence, Stockholm, Sweden, 13–19 July 2018; pp. 1092–1099. [Google Scholar]
  4. Dai, H.; Xie, Q.; Ma, Y.; Liu, Y.; Xiong, S. RGB-infrared Person Re-identification via Image Modality Conversion. In Proceedings of the International Conference on Pattern Recognition, Milan, Italy, 10–15 January 2021; pp. 592–598. [Google Scholar]
  5. Liu, H.; Tan, X.; Zhou, X. Parameter Sharing Exploration and Hetero-center Triplet Loss for Visible-thermal Person Re-identification. IEEE Trans. Multimed. 2021, 23, 4414–4425. [Google Scholar] [CrossRef]
  6. Dai, P.; Ji, R.; Wang, H.; Wu, Q.; Huang, Y. Cross-Modality Person Re-Identification with Genertive Adversarial Training. In Proceedings of the International Joint Conference on Artificial Intelligence, Stockholm, Sweden, 13–19 July 2018; pp. 677–683. [Google Scholar]
  7. Liao, S.; Shao, L. Graph Sampling Based Deep Metric Learning for Generalizable Person Re-identification. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, New Orleans, LA, USA, 19–24 June 2022; pp. 7359–7368. [Google Scholar]
  8. Gu, H.; Li, J.; Fu, G.; Wong, C.; Chen, X.; Zhu, J. AutoLoss-GMS: Searching Generalized Margin-based Softmax Loss Function for Person Re-identification. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, New Orleans, LA, USA, 19–24 June 2022; pp. 4744–4753. [Google Scholar]
  9. Zeng, W.; Wang, T.; Cao, J.; Wang, J.; Zeng, H. Clustering-guided Pairwise Metric Triplet Loss for Person Re-identification. IEEE Internet Things J. 2022, 9, 15150–15160. [Google Scholar] [CrossRef]
  10. Zhu, J.; Zeng, H.; Huang, J.; Zhu, X.; Lei, Z.; Cai, C.; Zheng, L. Body Symmetry and Part-locality-guided Direct Nonparametric Deep Feature Enhancement for Person Re-identification. IEEE Internet Things J. 2019, 7, 2053–2065. [Google Scholar] [CrossRef]
  11. Pu, N.; Chen, W.; Liu, Y.; Bakker, E.M.; Lew, M. Dual Gaussian-based Variational Subspace Disentanglement for Visible-infrared Person Re-identification. In Proceedings of the 28th ACM International Conference on Multimedia, Seattle, WA, USA, 12–16 October 2020; pp. 2149–2158. [Google Scholar]
  12. Zhong, X.; Lu, T.; Huang, W.; Yuan, J.; Liu, W.; Lin, C. Visible-infrared Person Re-identification via Colorization-based Siamese Generative Adversarial Network. In Proceedings of the 2020 International Conference on Multimedia Retrieval, Dublin, Ireland, 8–11 June 2020; pp. 421–427. [Google Scholar]
  13. Hu, B.; Liu, J.; Zha, Z. Adversarial Disentanglement and Correlation Network for Rgb-infrared Person Re-Identification. In Proceedings of the IEEE International Conference on Multimedia and Expo, Shenzhen, China, 5–9 July 2021; pp. 1–6. [Google Scholar]
  14. Wang, G.; Zhang, T.; Yang, Y.; Cheng, J.; Chang, J.; Liang, X.; Hou, Z. Cross-modality Paired-images Generation for Rgb-infrared Person Re-identification. In Proceedings of the AAAI Conference on Artificial Intelligence, New York, NY, USA, 7–12 February 2020; pp. 12144–12151. [Google Scholar]
  15. Lu, Y.; Wu, Y.; Liu, B.; Zhang, T.; Li, B.; Chu, Q.; Yu, N. Cross-modality Person Re-identification with Shared-specific Feature Transfer. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Virtual Event, 14–19 June 2020; pp. 13376–13386. [Google Scholar]
  16. Wang, G.; Zhang, T.; Cheng, J.; Liu, S.; Yang, Y.; Hou, Z. RGB-infrared Cross-modality Person Re-identification via Joint Pixel and Feature Alignment. In Proceedings of the IEEE International Conference on Computer Vision, Seoul, Republic of Korea, 27 October–2 November 2019; pp. 3622–3631. [Google Scholar]
  17. Liu, J.; Wang, J.; Huang, N.; Zhang, Q.; Han, J. Revisiting Modality-specific Feature Compensation for Visible-infrared Person Re-identification. IEEE Trans. Circuits Syst. Video Technol. 2022, 32, 7226–7240. [Google Scholar] [CrossRef]
  18. Huang, Y.; Wu, Q.; Xu, J.; Zhong, Y.; Zhang, P.; Zhang, Z. Alleviating Modality Bias Training for Infrared-visible Person Re-identification. IEEE Trans. Multimed. 2022, 24, 1570–1582. [Google Scholar] [CrossRef]
  19. Seokeon, C.; Lee, S.; Kim, Y.; Kim, C. Hi-CMD: Hiererchical Cross-modality Disentanglement for Visible-infrared Person Re-identification. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Virtual Event, 14–19 June 2020; pp. 10254–10263. [Google Scholar]
  20. Chen, Y.; Song, S.; Li, S.; Wu, C. A Graph Embedding Framework for Maximum Mean Discrepancy-based Domain Adaptation Algorithms. IEEE Trans. Image Process. 2019, 29, 199–213. [Google Scholar] [CrossRef]
  21. Yang, G.; Xia, H.; Ding, M.; Ding, Z. Bi-directional Generation for Unsupervised Domain Adaptation. In Proceedings of the AAAI Conference on Artificial Intelligence, New York, NY, USA, 7–12 February 2020; Volume 34, pp. 6615–6622. [Google Scholar]
  22. Zhu, R.; Jiang, X.; Lu, J.; Li, S. Cross-Domain Graph Convolutions for Adversarial Unsupervised Domain Adaptation. IEEE Trans. Neural Netw. Learn. Syst. 2021, 1–12. [Google Scholar] [CrossRef]
  23. Kang, G.; Jiang, L.; Wei, Y.; Yang, Y.; Hauptmann, A. Contrastive Adaptation Network for Single-and Multi-source Domain Adaptation. IEEE Trans. Pattern Anal. Mach. Intell. 2020, 44, 1793–1804. [Google Scholar] [CrossRef]
  24. Zhu, Y.; Zhuang, F.; Wang, J.; Ke, G.; Chen, J.; Bian, J.; Xiong, H.; He, Q. Deep Subdomain Adaptation Network for Image Classification. IEEE Trans. Neural Netw. Learn. Syst. 2020, 32, 1713–1722. [Google Scholar] [CrossRef]
  25. Tzeng, E.; Hoffman, J.; Zhang, N.; Saenko, K.; Darrell, T. Deep Domain Confusion: Maximizing for Domain Invariance. arXiv 2014, arXiv:1412.3474. [Google Scholar]
  26. Alehdaghi, M.; Josi, A.; Cruz, R.; Granger, E. Visible-infrared Person Re-identification Using Privileged Intermediate Information. arXiv 2022, arXiv:2209.09348. [Google Scholar]
  27. Feng, Y.; Chen, F.; Ji, Y.; Wu, F.; Sun, J. Efficient Cross-modality Graph Reasoning for Rgb-infrared Person Re-identification. IEEE Signal Process. Lett. 2021, 28, 1425–1429. [Google Scholar]
  28. Fu, C.; Hu, Y.; Wu, X.; Shi, H.; Mei, T.; He, R. CM-NAS: Cross-modality Neural Architecture Search for Visible-infrared Person Re-identification. In Proceedings of the IEEE/CVF International Conference on Computer Vision, Virtual Event, 11–17 October 2021; pp. 11823–11832. [Google Scholar]
  29. Nguyen, D.; Hong, H.; Kim, K.; Park, K. Person Recognition System Based on a Combination of Body Images from Visible Light and Thermal Cameras. Sensors 2017, 17, 605. [Google Scholar] [CrossRef]
  30. Zheng, A.; Wang, Z.; Chen, Z.; Li, C.; Tang, J. Robust Multi-modality Person Re-identification. In Proceedings of the AAAI Conference on Artificial Intelligence, Virtual Event, 2–9 February 2021; Volume 35, pp. 3529–3537. [Google Scholar]
  31. Wang, Z.; Wang, Z.; Zheng, Y.; Chuang, Y.; Satoh, S. Learning to Reduce Dual-level Discrepancy for Infrared-visible Person Re-identification. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Long Beach, CA, USA, 16–20 June 2019; pp. 618–626. [Google Scholar]
  32. Zhao, J.; Wang, H.; Zhou, Y.; Yao, R.; Chen, S.; El Saddik, A. Spatial-channel Enhanced Transformer for Visible-infrared Person Re-identification. IEEE Trans. Multimed. 2022, 1. [Google Scholar] [CrossRef]
  33. Zhang, Q.; Lai, C.; Liu, J.; Huang, N.; Han, J. FMCNet: Feature-level Modality Compensation for Visible-infrared Person Re-identification. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, New Orleans, LA, USA, 18–24 June 2022; pp. 7349–7358. [Google Scholar]
  34. Chen, Y.; Wan, L.; Li, Z.; Jing, Q.; Sun, Z. Neural Feature Search for Rgb-infrared Person Re-identification. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Virtual Event, 19–25 June 2021; pp. 587–597. [Google Scholar]
  35. Ye, M.; Shen, J.; Crandall, D.; Shao, L.; Luo, J. Dynamic Dual-attentive Aggregation Learning for Visible-infrared Person Re-identification. In Proceedings of the European Conference on Computer Vision, Virtual Event, 23–28 August 2020; pp. 229–247. [Google Scholar]
  36. Ye, M.; Chen, C.; Shen, J.; Shao, L. Dynamic Tri-level Relation Mining with Attentive Graph for Visible Infrared Re-identification. IEEE Trans. Inf. Forensics Secur. 2022, 17, 386–398. [Google Scholar] [CrossRef]
  37. Cheng, Y.; Xiao, G.; Tang, X.; Ma, W.; Guo, X. Two-Phase Feature Fusion Network for Visible-infrared Person Re-identification. In Proceedings of the IEEE International Conference on Image Processing, Anchorage, AL, USA, 19–22 September 2021; pp. 1149–1153. [Google Scholar]
  38. Ye, M.; Shen, J.; Lin, G.; Xiang, T.; Shao, L.; Hoi, S. Deep Learning for Person Re-identification: A Survey and Outlook. IEEE Trans. Pattern Anal. Mach. Intell. 2021, 44, 2872–2893. [Google Scholar] [CrossRef] [PubMed]
  39. Feng, Z.; Lai, J.; Xie, X. Learning Modality-specific Representations for Visible-infrared Person Re-identification. IEEE Trans. Image Process. 2020, 29, 579–590. [Google Scholar] [CrossRef]
  40. Zhang, L.; Du, G.; Liu, F.; Tu, H.; Shu, X. Global-local Multiple Granularity Learning for Cross-modality Visible-infrared Person Reidentification. IEEE Trans. Neural Networks Learn. Syst. (Early Access) 2021, 1–11. [Google Scholar] [CrossRef]
  41. Wei, Z.; Yang, X.; Wang, N.; Gao, X. Flexible Body Partition-based Adversarial Learning for Visible Infrared Person Re-identification. IEEE Trans. Neural Netw. Learn. Syst. 2022, 33, 4676–4687. [Google Scholar] [CrossRef]
  42. Wu, Q.; Dai, P.; Chen, J.; Lin, C.; Wu, Y.; Huang, F.; Zhong, B.; Ji, R. Discover Cross-modality Nuances for Visible-infrared Person Re-identification. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Virtual Event, 19–25 June 2021; pp. 4328–4337. [Google Scholar]
  43. Hu, W.; Liu, B.; Zeng, H.; Hu, H. Adversarial Decoupling and Modality-invariant Representation Learning for Visible-infrared Person Re-identification. IEEE Trans. Circuits Syst. Video Technol. 2022, 32, 5095–5109. [Google Scholar] [CrossRef]
  44. Ye, M.; Lan, X.; Leng, Q.; Shen, J. Cross-modality Person Re-identification via Modality-aware Collaborative Ensemble Learning. IEEE Trans. Image Process. 2020, 29, 9387–9399. [Google Scholar] [CrossRef]
  45. Zhang, D.; Zhang, Z.; Ju, Y.; Wang, C.; Xie, Y.; Qu, Y. Dual Mutual Learning for Cross-modality Person Re-identification. IEEE Trans. Circuits Syst. Video Technol. 2022, 32, 5361–5373. [Google Scholar] [CrossRef]
  46. Can, Z.; Hong, L.; Wei, G.; Mang, Y. Multi-scale Cascading Network with Compact Feature Learning for Rgb-infrared Person Re-identification. In Proceedings of the International Conference on Pattern Recognition, Milan, Italy, 10–15 January 2020; pp. 8679–8686. [Google Scholar]
  47. Liu, H.; Tan, X.; Zhou, X. Bi-directional Center-constrained Top-ranking for Visible Thermal Person Re-identification. IEEE Trans. Inf. Forensics Secur. 2020, 15, 407–419. [Google Scholar]
  48. Park, H.; Lee, S.; Lee, J.; Ham, B. Learning by Aligning: Visible-infrared Person Re-identification Using Cross-modal Correspondences. In Proceedings of the IEEE/CVF International Conference on Computer Vision, Virtual Event, 11–17 October 2021; pp. 12046–12055. [Google Scholar]
  49. Zhang, Y.; Yan, Y.; Lu, Y.; Wang, H. Towards a Unified Middle Modality Learning for Visible-infrared Person Re-identification. In Proceedings of the ACM Multimedia Conference, Virtual Event, 20–24 October 2021; pp. 788–796. [Google Scholar]
  50. Chen, C.; Ye, M.; Qi, M.; Wu, J.; Jiang, J.; Lin, C. Structure-aware Positional Transformer for Visible-infrared Person Re-identification. IEEE Trans. Image Process. 2022, 31, 2352–2364. [Google Scholar] [CrossRef]
  51. Zhu, Y.; Yang, Z.; Wang, L.; Zhao, S.; Hu, X.; Tao, D. Hetero-center Loss for Cross-modality Person Re-identification. Neurocomputing 2020, 386, 97–109. [Google Scholar] [CrossRef] [Green Version]
  52. Feng, Y.; Xu, J.; Ji, Y.m.; Wu, F. LLM: Learning Cross-modality Person Re-identification via Low-rank Local Matching. IEEE Signal Process. Lett. 2021, 28, 1789–1793. [Google Scholar] [CrossRef]
  53. Zhong, X.; Lu, T.; Huang, W.; Ye, M.; Jia, X.; Lin, C. Grayscale Enhancement Colorization Network for Visible-infrared Person Re-identification. IEEE Trans. Circuits Syst. Video Technol. 2022, 32, 1418–1430. [Google Scholar] [CrossRef]
  54. Liu, D.; Zhang, D.; Song, Y.; Zhang, F.; O’Donnell, L.; Huang, H.; Chen, M.; Cai, W. Unsupervised Instance Segmentation in Microscopy Images via Panoptic Domain Adaptation and Task Re-weighting. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Virtual Event, 14–19 June 2020; pp. 4243–4252. [Google Scholar]
  55. Liu, D.; Zhang, D.; Song, Y.; Zhang, F.; O’Donnell, L.; Huang, H.; Chen, M.; Cai, W. Pdam: A Panoptic-level Feature Alignment Framework for Unsupervised Domain Adaptive Instance Segmentation in Microscopy Images. IEEE Trans. Med. Imaging 2020, 40, 154–165. [Google Scholar] [CrossRef]
  56. Zhang, W.; Xu, D.; Zhang, J.; Ouyang, W. Progressive Modality Cooperation for Multi-modality Domain Adaptation. IEEE Trans. Image Process. 2021, 30, 3293–3306. [Google Scholar] [CrossRef]
  57. Gretton, A.; Sejdinovic, D.; Strathmann, H.; Balakrishnan, S.; Pontil, M.; Fukumizu, K.; Sriperumbudur, B. Optimal Kernel Choice for Large-scale Two-sample Tests. Adv. Neural Inf. Process. Syst. 2012, 25. Available online: https://proceedings.neurips.cc/paper/2012/hash/dbe272bab69f8e13f14b405e038deb64-Abstract.html (accessed on 16 December 2022).
  58. Long, M.; Cao, Y.; Wang, J.; Jordan, M. Learning Transferable Features with Deep Adaptation Networks. In Proceedings of the International Conference on Machine Learning, PMLR, Lille, France, 6–11 July 2015; pp. 97–105. [Google Scholar]
  59. Mekhazni, D.; Bhuiyan, A.; Ekladious, G.; Granger, E. Unsupervised Domain Adaptation in the Dissimilarity Space for Person Re-identification. In Proceedings of the European Conference on Computer Vision, Springer, Virtual Event, 23–28 August 2020; pp. 159–174. [Google Scholar]
  60. Lin, S.; Li, H.; Li, C.; Kot, A. Multi-task Mid-level Feature Alignment Network for Unsupervised Cross-dataset Person Re-identification. arXiv 2018, arXiv:1807.01440. [Google Scholar]
  61. Li, Y.; Lin, C.; Lin, Y.; Wang, Y. Cross-dataset Person Re-identification via Unsupervised Pose Disentanglement and Adaptation. In Proceedings of the IEEE/CVF International Conference on Computer Vision, Seoul, Republic of Korea, 27 October–2 November 2019; pp. 7919–7929. [Google Scholar]
  62. Yang, F.; Yan, K.; Lu, S.; Jia, H.; Xie, D.; Yu, Z.; Guo, X.; Huang, F.; Gao, W. Part-aware Progressive Unsupervised Domain Adaptation for Person Re-identification. IEEE Trans. Multimed. 2020, 23, 1681–1695. [Google Scholar] [CrossRef]
  63. Bai, Y.; Wang, C.; Lou, Y.; Liu, J.; Duan, L. Hierarchical Connectivity-centered Clustering for Unsupervised Domain Adaptation on Person Re-identification. IEEE Trans. Image Process. 2021, 30, 6715–6729. [Google Scholar] [CrossRef]
  64. 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 International Conference on Computer Vision and Pattern Recognition, Long Beach, CA, USA, 16–20 June 2019; pp. 1487–1495. [Google Scholar]
  65. Szegedy, C.; Vanhoucke, V.; Loffe, S.; Shlens, J.; Wojna, Z. Rethinking the Inception Architecture for Computer Vision. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Las Vegas, NV, USA, 26 June–1 July 2016; pp. 1063–6919. [Google Scholar]
  66. He, K.; Zhang, X.; Ren, S.; Sun, J. Deep Residual Learning for Image Recognition. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Las Vegas, NV, USA, 26 June–1 July 2016; pp. 770–778. [Google Scholar]
  67. Maas, A.L.; Hannun, A.Y.; Ng, A. Rectifier Nonlinearities Improve Neural Network Acoustic Models. In Proceedings of the International Conference on Machine Learning, Atlanta, GA, USA, 16–21 June 2013; Volume 30, p. 3. [Google Scholar]
  68. Li, D.; Wei, X.; Hong, X.; Gong, Y. Infrared-visible Cross-Modal Person Re-identification with an X Modality. In Proceedings of the AAAI Conference on Artificial Intelligence, New York, NY, USA, 7–12 February 2020; pp. 4610–4617. [Google Scholar]
  69. He, L.; Liao, X.; Liu, W.; Liu, X.; Cheng, P.; Mei, T. FastReID: A Pytorch Toolbox for General Instance Re-identification. arXiv 2020, arXiv:2006.02631. [Google Scholar]
  70. Deng, J.; Dong, W.; Socher, R.; Li, L.; Li, K.; Li, F. Imagenet: A Large-scale Hierarchical Image Database. In Proceedings of the 2009 IEEE Conference on Computer Vision and Pattern Recognition, Miami, FL, USA, 20–25 June 2009; pp. 248–255. [Google Scholar]
  71. Krizhevsky, A.; Sutskever, I.; Hinton, G. Imagenet Classification with Deep Convolutional Neural Networks. Commun. ACM 2017, 60, 84–90. [Google Scholar] [CrossRef] [Green Version]
  72. Luo, H.; Jiang, W.; Gu, Y.; Liu, F.; Liao, X.; Lai, S.; Gu, J. A Strong Baseline and Batch Normalization Neck for Deep Person Re-identification. IEEE Trans. Multimed. 2019, 22, 2597–2609. [Google Scholar] [CrossRef] [Green Version]
  73. Liu, S.; Zhang, J. Local Alignment Deep Network for Infrared-visible Cross-modal Person Re-identification in 6G-enabled Internet of Things. IEEE Internet Things J. 2021, 8, 15259–15266. [Google Scholar]
  74. Liu, H.; Ma, S.; Xia, D.; Li, S. SFANet: A Spectrum-aware Feature Augmentation Network for Visible-infrared Person Reidentification. IEEE Trans. Neural Netw. Learn. Syst. (Early Access) 2021, 1–14. [Google Scholar] [CrossRef]
  75. Miao, Z.; Liu, H.; Shi, W.; Xu, W.; Ye, H. Modality-aware Style Adaptation for Rgb-infrared Person Re-identification. In Proceedings of the International Joint Conference on Artificial Intelligence, Montreal, QC, Canada, 19–26 August 2021; pp. 916–922. [Google Scholar]
  76. Xie, Y.; Shen, F.; Zhu, J.; Zeng, H. Viewpoint Robust Knowledge Distillation for Accelerating Vehicle Re-identification. EURASIP J. Adv. Signal Process. 2021, 2021, 48. [Google Scholar] [CrossRef]
  77. Zhu, J.; Zeng, H.; Liao, S.; Lei, Z.; Cai, C.; Zheng, L. Deep Hybrid Similarity Learning for Person Re-identification. IEEE Trans. Circuits Syst. Video Technol. 2017, 28, 3183–3193. [Google Scholar] [CrossRef] [Green Version]
  78. Xie, Y.; Wu, H.; Shen, F.; Zhu, J.; Zeng, H. Object Re-identification Using Teacher-like and Light Students. In Proceedings of the British Machine Vision Conference, Virtual Event, 22–25 November 2021; pp. 1–13. [Google Scholar]
Figure 1. (a) The schematic diagram of visible-infrared person re-identification (VIPR) and (b) adverse factors in VIPR.
Figure 1. (a) The schematic diagram of visible-infrared person re-identification (VIPR) and (b) adverse factors in VIPR.
Sensors 23 01426 g001
Figure 2. The Rank-1 (i.e., rank-1 accuracy) comparison of state-of-the-art works.
Figure 2. The Rank-1 (i.e., rank-1 accuracy) comparison of state-of-the-art works.
Sensors 23 01426 g002
Figure 3. The visible-infrared person re-identification model via margin-based modal adaptive learning.
Figure 3. The visible-infrared person re-identification model via margin-based modal adaptive learning.
Sensors 23 01426 g003
Figure 4. The comparison between our M 3 D and CSMMD [28] loss functions on the RegDB dataset. (a) V2I Rank1, (b) V2I mAP, (c) I2V Rank1, and (d) I2V mAP.
Figure 4. The comparison between our M 3 D and CSMMD [28] loss functions on the RegDB dataset. (a) V2I Rank1, (b) V2I mAP, (c) I2V Rank1, and (d) I2V mAP.
Sensors 23 01426 g004
Figure 5. The comparison between our M 3 D and CSMMD [28] loss functions on the RGBNT201 dataset. (a) V2I Rank1, (b) V2I mAP, (c) I2V Rank1, and (d) I2V mAP.
Figure 5. The comparison between our M 3 D and CSMMD [28] loss functions on the RGBNT201 dataset. (a) V2I Rank1, (b) V2I mAP, (c) I2V Rank1, and (d) I2V mAP.
Sensors 23 01426 g005
Figure 6. The performance of using different modal discrepancy restraining degrees (i.e., λ in Equation (7)) on the RegDB dataset. (a) V2I mAP, (b) I2V mAP, (c) V2I Rank1, and (d) I2V Rank1.
Figure 6. The performance of using different modal discrepancy restraining degrees (i.e., λ in Equation (7)) on the RegDB dataset. (a) V2I mAP, (b) I2V mAP, (c) V2I Rank1, and (d) I2V Rank1.
Sensors 23 01426 g006
Figure 7. The performance of using different modal discrepancy suppression degrees (i.e., λ in Equation (7)) on the RGBNT201 dataset. (a) V2I mAP, (b) I2V mAP, (c) V2I Rank1, and (d) I2V Rank1.
Figure 7. The performance of using different modal discrepancy suppression degrees (i.e., λ in Equation (7)) on the RGBNT201 dataset. (a) V2I mAP, (b) I2V mAP, (c) V2I Rank1, and (d) I2V Rank1.
Sensors 23 01426 g007
Figure 8. The running time performance of our MMAL approach and state-of-the-art methods. The batch size is set to 100 during testing.
Figure 8. The running time performance of our MMAL approach and state-of-the-art methods. The batch size is set to 100 during testing.
Sensors 23 01426 g008
Table 1. The performance comparison of our MAL and state-of-the-art methods on the RegDB dataset. The V2I and I2V denotes the visible-to-infrared and infrared-to visible retrieval modes. The red, green and blue rows represents the 1st, 2nd and 3rd places, respectively.
Table 1. The performance comparison of our MAL and state-of-the-art methods on the RegDB dataset. The V2I and I2V denotes the visible-to-infrared and infrared-to visible retrieval modes. The red, green and blue rows represents the 1st, 2nd and 3rd places, respectively.
MethodV2II2VReference
Rank1 (%)mAP (%)Rank1 (%)mAP (%)
TSLFN+HC [51]56.9654.9559.7464.91Neurocomputing 2020
X modality [68]62.2160.18N/AN/AAAAI 2020
cm-SSFT [15]65.465.663.864.2CVPR 2020
DDAG [35]69.3463.4668.0661.80ECCV 2020
Hi-CMD [19]70.9366.04N/AN/ACVPR 2020
MACE [44]72.3769.0972.1268.57TIP 2020
AGW [38]70.0566.37N/AN/ATPAMI 2021
ADCNet [13]72.966.572.465.3ICME 2021
FBP-AL [41]73.9868.2470.0566.61TNNLS 2021
LLM [52]74.8571.32N/AN/ASPL 2021
ECGRAPH [27]75.5867.86N/AN/ASPL 2021
MLCNN [73]76.274.175.873.8IEEE IOT 2021
SFANet [74]76.3168.0070.1563.77TNNLS 2021
GECNet [53]82.3378.4578.9375.58TCSVT 2021
MPANet [42]83.780.982.880.7CVPR 2021
CM-NAS [28]84.5480.3282.5778.31ICCV 2021
MSA [75]84.8682.16N/AN/AIJCAI 2021
HC-Triplet [5]91.0583.2889.3081.46TMM 2021
GLMC [40]91.8481.4291.1281.06TNNLS 2021
DMiR [43]75.7969.9773.9368.22TCSVT 2022
DTRM [36]79.0970.0978.0269.56TIFS 2022
MMAL93.2483.7791.0281.54Ours
Table 2. The performance comparison of our MAL and state-of-the-art methods on the RGBNT201 dataset. The V2I and I2V denotes the visible-to-infrared and infrared-to visible retrieval modes.
Table 2. The performance comparison of our MAL and state-of-the-art methods on the RGBNT201 dataset. The V2I and I2V denotes the visible-to-infrared and infrared-to visible retrieval modes.
MethodV2II2VReference
Rank1 (%)mAP (%)Rank1 (%)mAP (%)
TSLFN+HC [51]26.422.918.422.0Neurocomputing 2020
DDAG [35]73.545.573.3545.8ECCV 2020
CM-NAS [28]75.343.375.645.3ICCV 2021
AGW [38]71.238.969.039.6TPAMI 2022
DTRM [36]82.044.583.945.1TIFS 2022
MMAL92.33 54.1391.1053.83Ours
Table 3. The performance of using different sized margins on the M 3 D loss (i.e., Equation (3)) on the RGBNT201 dataset. The V2I and I2V denotes the visible-to-infrared and infrared-to visible retrieval modes.
Table 3. The performance of using different sized margins on the M 3 D loss (i.e., Equation (3)) on the RGBNT201 dataset. The V2I and I2V denotes the visible-to-infrared and infrared-to visible retrieval modes.
τ V2II2V
Rank1 (%)mAP (%)Rank1 (%)mAP (%)
089.3752.5490.9052.86
0.00589.6753.1493.1052.61
0.0192.3354.1391.1053.83
0.01590.4355.6892.8756.80
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.

Share and Cite

MDPI and ACS Style

Zhao, Q.; Wu, H.; Zhu, J. Margin-Based Modal Adaptive Learning for Visible-Infrared Person Re-Identification. Sensors 2023, 23, 1426. https://doi.org/10.3390/s23031426

AMA Style

Zhao Q, Wu H, Zhu J. Margin-Based Modal Adaptive Learning for Visible-Infrared Person Re-Identification. Sensors. 2023; 23(3):1426. https://doi.org/10.3390/s23031426

Chicago/Turabian Style

Zhao, Qianqian, Hanxiao Wu, and Jianqing Zhu. 2023. "Margin-Based Modal Adaptive Learning for Visible-Infrared Person Re-Identification" Sensors 23, no. 3: 1426. https://doi.org/10.3390/s23031426

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop