Abstract
Low-resolution face recognition with one-shot is a prevalent problem encountered in law enforcement, where it generally requires to recognize the low-resolution face images captured by surveillance cameras with the only one high-resolution profile face image in the database. The problem is very tough because the available samples is quite few and the quality of unknown images is quite low. To effectively address this issue, this paper proposes Adapted Discriminative Coupled Mappings (AdaDCM) approach, which integrates domain adaptation and discriminative learning. To achieve good domain adaptation performance for small size dataset, a new domain adaptation technique called Bidirectional Locality Matching-based Domain Adaptation (BLM-DA) is first developed. Then the proposed AdaDCM is formulated by unifying BLM-DA and discriminative coupled mappings into a single framework. AdaDCM is extensively evaluated on FERET, LFW, and SCface databases, which includes LR face images obtained in constrained, unconstrained, and real-world environment. The promising results on these datasets demonstrate the effectiveness of AdaDCM in LR face recognition with one-shot.
Introduction
For the purpose of security in public places, nowadays increasing number of surveillance cameras are installed everywhere. For example, it is estimated by IHS Markit that more than 176 million public and private surveillance cameras have been installed in China, and it was predicted that the number will increase to 450 million by the end of 2020. With the prevalence of cameras, incomputable face images are captured. As surveillance cameras are generally installed at a specific height above the pedestrians, the face images taken by these cameras are generally small sizes or low-resolution (LR). Recognizing such LR faces effectively has become an important research dimension in computer vision communities. LR face recognition is typically to identify LR face images based on available high-resolution (HR) face images. In addition, in some practical applications, such as law enforcement, there is only one HR profile face image for every person in the database of security departments. When the public security organizations attempt to determine the true identity of a suspect or terrorist in public according the face images captured by surveillance cameras, they are facing LR face recognition problem with one-shot. This problem is quite challenging because it is difficult to directly find a match between LR and HR images and to explore face variations with one-shot.
To deal with LR face recognition, super-resolution (SR) based and coupled mappings (CM) based methods are proposed by researchers. The basic idea of the SR-based methods is using the HR images recovered from the corresponding LR images to recognize an unknown person. Based on example pairs of input LR and output HR images, a map from input images to target HR images can be learned by using kernel ridge regression [20]. With an over-complete dictionary [35], proposed to use sparse representation to generate the HR versions of LR images. Recently, deep networks are also employed to learn the relationship between LR and HR images [8, 9 32]. But these SR approaches are mostly devised for enhancing the vision performance, not for improving recognition or classification performance. To well tackle LR face recognition with SR technique [17], proposed to perform SR on coherent feature domain between HR and LR features. Differently [3], focused on the identity-aware face features and utilized the magnitude and angle of features to recover the identity information of LR images by designing a super-resolution network. However [22], compared the performance of various super-resolution methods on LR face recognition, including those based on deep learning, the results showed that the deep learning super-resolution methods cannot output expected recognition accuracy. When the resolution of images is quite low, using the limited number of pixels to recover sufficient meaningful information by SR is very difficult.
Coupled mappings (CM)-based methods learn one mapping for HR and LR images, respectively. With the learned coupled mappings, HR and LR images are projected into a common subspace for matching. Coupled locality preserving mappings (CLPM) [21], coupled marginal fisher analysis (CMFA) [30], and simultaneous discriminant analysis (SDA) [37] are the typical CM-based approaches. Based on CM, [14] proposed discriminant correlation analysis (DCA) recently, which finds the projections that maximizes the pair-wise correlations between the HR and LR feature sets and separate the classes within each set at the same time. To improve the discriminative ability of the common subspace, a semi-coupled locality-constrained representation approach is developed to simultaneously learn the discriminative representations and the mapping relationship between LR and HR features [23]. Besides, the kernel tricks are also integrated with CM based models to address LR face recognition, such as coupled kernel fisher discriminative analysis [31], coupled kernel embedding [27], and kernel coupled distance metric learning [28]. Multidimensional scaling (MDS), as a technique for nonlinear dimension reduction, is also employed for LR face recognition [1, 34]. MDS based methods learn two mappings via MDS, and aim to make the distances of LR and HR images in the projected subspace close to the distance of two corresponding HR images. Different from MDS, to deal with multi-resolution face images, [24] proposed a multi-resolution dictionary learning (MRDL) method providing multiple dictionaries associated with diverse resolutions.
Recently, deep network has been introduced into CM based models to address LR face recognition [36]. Proposed to use the deep network to design the coupled mappings, so that the nonlinear transformations are capture when projecting the HR and LR images into the common subspace. But the proposed method is developed for LR face recognition with multiple training samples. Most recently, based on successive subspace learning [29], proposed an explainable non-parametric model for LR face recognition even there is a small number of labeled data samples. Furthermore, both [18] and [12] proposed to use the external dataset to boost the LR face recognition performance, while the former one focuses on generating high-quality images by a dual domain adaptive structure, the latter one aims at simplifying a pre-trained complex model into a light one for LR face recognition via a two-step distillation.
The above methods can cope with LR face recognition; however, they depend on multiple training samples for each subject. Based on few-shot learning [11], proposed a few-shot knowledge distillation approach for LR face recognition with few-shot. To deal with LR face recognition with one-shot [4], proposed cluster-based regularized simultaneous discriminant analysis (C-RSDA), which enriches the intra-class and inter-class variation by using the intra-cluster and inter-cluster variation, respectively. Besides [6], and [5] adopt domain adaptation to improve the performance of LR face recognition, however, as the gallery set contains single sample per subject, the domain adaptation result is not promising. Though locality preserving domain adaptation (LPDA) proposed in [6] also involves the local structure information across domains, it considers the locality information according to the samples in source domain only. When the data size of source domain is much larger than that of target domain, LPDA will overexploit the local information of target domain. Thus, these methods do not make full use of the auxiliary database to improve the performance of LR face recognition, which is our focus in this presented work.
To explore more variation and design robust LR face recognition algorithm with one-shot, this paper introduces an auxiliary database which contains multiple samples per person, and employs the discriminative subspace learned by the auxiliary set to improve LR face recognition with one-shot. Nevertheless, due to the auxiliary set and the probe set may share quite different data distributions, if the learned discriminative subspace is directly used for classification task in the probe set, there will be dramatic performance drop, just as [19] have shown. To solve the issue, this paper integrates discriminative coupled mappings and domain adaptation together, and designs the Adapted Discriminative Coupled Mappings (AdaDCM). Figure 1 illustrates the outline of the proposed approach. AdaDCM simultaneously learns a mapping for HR and LR images, respectively. By learning these two mappings, AdaDCM tries to achieve two objectives i.e., domain adaptation and discriminative learning.

The illustration of the proposed Adapted SDA.
Specifically, the contribution of this work is twofold. First, for domain adaptation, we design a new domain adaptation technique for small size of samples, named as bidirectional locality matching-based domain adaptation (BLM-DA). BLM-DA finds the locality matching for every sample in both the source and target domain, and then push the overall domain adaptation according to all the local domain adaptation among the matching localities, which is able to guarantee domain adaptation performance for small size of samples, even if the data sizes of two domains are significantly different. Second, for discriminative learning, based on discriminative coupled mappings we combine the knowledge exploited from the source and the target domain together, and unify BLM-DA and discriminative coupled mappings into one scheme to efficiently and simultaneously achieve domain adaptation and discriminative learning. This framework adapts for low-resolution face recognition with one-shot, and can be generalized by other coupled mapping approaches.
The rest of the paper is organized as follows. Section 2 describes the proposed AdaDCM model, Section 3 provides the experimental evaluation, and conclusions are finally drawn in Section 4.
Let
Bidirectional Locality Matching-based Domain Adaptation
The auxiliary set and the probe set are from different domains, we name them as source domain and target domain respectively, and may share quite different data distributions. To make the full use of the auxiliary set, reducing the discrepancy between domains is required.
Let
In the above model, when TCA reduces the distribution mismatch across domains, it in fact reduces the distance between the mean vectors of the two domains. Consequently, TCA is quite effective when the available datasets in both domains contain sufficient samples, where the mean vector of each dataset is very close to the real mean vector of the domain. That is to say, TCA is designed and effective for large-scale datasets. However, for face recognition with one-shot, there is only single face image per person in the training set of target domain, and the mean vector of the training set cannot well represent the true mean vectors of the target domain. In this scenario, TCA cannot ensure a good domain adaptation result. To address this problem, we consider the local information of samples across the domains, and develop bidirectional locality matching-based domain adaptation (BLM-DA), which is formulated by
for the i -
Let
For LR face recognition, each domain has two part, one is for HR images and the other is for LR images. Let
The basic idea of this method is to learn an interlaced common subspace for the source and target domain, where the samples are clustered according to their class labels. Both the source and target domains contain HR and LR sub-domains, but the HR and LR sub-domains differ greatly from each other. To reduce this difference, the coupled projections are learned, represented as
1. Good domain adaptation across domains should be realized.
In this paper, BLM-DA is developed to achieve this goal for LR face recognition with one-shot. BLM-DA has two parts, which are described below.
(1) Minimization of the data distribution mismatch between
When using the mapping
(2) Maximal preservation of the variance of the data.
Besides reducing the discrepancy between the source and target domains, the structures of both domains in the common subspace are also expected to be preserved to the largest extent. That is to say, when using the mapping
2. Good discriminative power of the common subspace should be ensured.
With the coupled mappings projecting HR and LR images to the common subspace, for both the source domain and target domain, the projections from the same class should be as close as possible while the projections from different classes should be as distant as possible. A typical coupled mappings based formulation for LR face recognition with multiple training samples per person is
For the proposed AdaDCM, its goal is to find a common subspace simultaneously satisfying the above two requirements. Therefore, we integrate BLM-DA and Coupled Mappings together, and formulate AdaDCM model as:
in which we add four parameters: α and β are used to balance the contribution between the source and target domain; τ and γ are used to control the contribution between data variance preservation and distribution mismatch reduction, respectively. This formulation clear shows that domain adaptation and discriminative coupled mappings are jointly optimized. This model utilizes an auxiliary dataset to enhance the performance of discriminative coupled mappings, making discriminative coupled mappings adapt for LR face recognition with one-shot, hence we call it Adapted Discriminative Coupled Mappings (AdaDCM).
In the following of this paper, we select SDA, which is one of the coupled mappings based methods for LR face recognition, as the example to elaborately analyze the proposed AdaDCM. We integrate SDA [37] with BLM-DA, and obtain AdaSDA, which is able to tackle LR face recognition with one-shot. According the formulation of SDA [37] and AdaDCM framework, AdaSDA is characterized by
where
According to Equation (12), the computation costs of the proposed method includes two parts: the computation of six square matrices, i.e.,
AdaSDA is evaluated by extensive experiments on four popularly used face databases, i.e., CAS-PEAL-R1[10], FERET [26], LFW [16], and SCface [13]. Face images in the first two databases are taken in constrained settings, while images in the last two databases are captured under uncontrolled environment. Noted that in Section 4.5, we also report the performance of other adapted coupled mappings methods, including AdaCLPM and AdaCMFA.
Dataset description
The CAS-PEAL-R1 (short for CAS in the following) database is the largest Chinese face database, which contains various face variations. We use this image set as a source database. The FERET database consists of images of 1565 subjects. Five subsets are selected in this work, i.e., training set, Fa, Fb, Dup1 and Dup2. The training set is used as the source data, while other subsets are used as target data. The LFW database includes images taken in a wild environment, which involves diverse variations such as pose, scale, lighting, hairstyle, expression, partial occlusion. Similar to [4], we utilize a subset containing faces of 158 subjects from LFW-a database in the experiments. For this database, the HR gallery set contains the most frontal face image of every subject; the HR probe set contains 5 no-frontal face images of each individual.
The SCface database consists of 130 persons’ face images pictured in a simulating real-world environment. The face images were taken by five video surveillance cameras at three different distances (4.20, 2.60 and 1.00 m). As the LR images are very close to images captured in the real-world environment, recognizing the LR faces in SCface database is much more challenging. In this work, five sections of images in this database are selected: the first section contains HR face images pictured by a high-quality camera; the other four sections contain LR face images captured at 3 different distances by camera 1–4.
Table 1 list the detailed information of the datasets used in the experiments. The sample HR and LR face images of these dataset are shown in Fig. 2. Specially, in Fig. 2(d), the ones in the top two rows and bottom two rows are the original images and their corresponding cropped images, respectively.
The information of the datasets used in the experiments
The information of the datasets used in the experiments

Sample face images: (a) CAS, (b) FERET, (c) LFW and (d) SCface database.
The basic experimental setting follows [4, 6]. The HR face images are 64×64 pixels; the LR face images in SCface dataset are cropped to 16×16 pixels; and LR face images in other datasets are down-sampled from the HR images to 8×8, 12×12 and 16×16 pixels. Note that there are only one HR sample and one LR sample for each subject in the training set of the target domain.
There are five parameters to be pre-specified in the AdaSDA model, i.e., k in Equation (3), (α, β) and (τ, γ) in Equation (11). Unless otherwise specified, the values of these parameters are set as the following. When FERET dataset is used as target data, we set k = 300, (τ, γ) = (1, 10); when LFW and SCface dataset are used as target data, we set k = 80 and k = 30 respectively, and set (τ, γ) = (1
Analysis of adapted SDA
The Importance of BLM-DA
To employ the auxiliary dataset to address LR face recognition with one-shot, we proposed BLM-DA technique to achieve good domain adaptation across domains, and integrate BLM-DA into the SDA to boost the recognition performance of SDA. BLM-DA plays an essential role in the model of the proposed AdaSDA. We examine the importance of BLM-DA in the following by conducting experiments on the FERET database and making comparisons between several variants of SDA based methods. The detail of these variants is listed in Table 2. In Table 2, ‘BLM-DA’ is the proposed new domain adaptation technique, ‘DA’ represents traditional domain adaptation technique; ‘One-step’ means learning the coupled mapping to simultaneously realize domain adaptation and discriminative analysis, while ‘two-step’ means first learning coupled mappings for domain adaptation, then unifying the source and target samples in the transferring subspace to further learn discriminative subspace.
The variants of SDA
The variants of SDA
On FERET dataset, CAS database is used as the source domain. Figure 3 displays the comparison of the seven models. We can observe that SDA_st_BL_1 performs best in every case. In most cases (5 out 6), SDA_s performs worst, SDA_st performs worse than BLM-DA based methods, the one-step methods (both DA-based and BLM-DA based) achieve higher accuracy than two-step methods. We can get three insights from these findings. First, when a model learned from one domain is applied to another domain, its performance degrades obviously. Second, simultaneously realizing the goals of domain adaptation and discriminative analysis is better than sequentially achieving these goals. Third, BLM-DA is beneficial for LR face recognition with one-shot.

Recognition performance on FERET database: (a) LR images are 16×16, (b) LR images are 8×8.
To gain more insights for the proposed AdaSDA approach, experiments are conducted to investigate the role of the parameter τ and γ, which are applied to balance the importance of two component of BLM-DA, i.e., maximizing data variance and minimizing distribution mismatch, respectively. In the following experiments, CAS and FETET database are used as source and target data, respectively. LR faces used are of 16×16 and 8×8 pixels.
We keep other parameters fixed and vary both τ and γ according to the vector [1e-3, 1e-2, 1e-1, 1, 0, 1e1, 1e2, 1e3]. We conduct six experiment on the FERET dataset. Figure 4 illustrates the Rank-1 accuracy versus different values of τ and γ. As can be seen, the shapes of figures in the top row are similar to those in the bottom row. Specifically, when the value of γ is fixed, the various values of τ produce similar recognition accuracy; while when the value of τ is fixed, the changes of γ have an obvious influence on the recognition results, and when the value of γ is larger than 10, in all subfigures the recognition accuracy will drop significantly. It implies that minimizing the data distribution mismatch plays more important role than maximizing the data variance in BLM-DA.

Recognition accuracy of AdaSDA versus various values of τ and γ on the FERET database. Top row: LR images are 16×16, bottom row: LR images are 8×8. Three columns denote probe Fb, Dup1 and Dup2, respectively.
With the LFW database and SCface database, the LR face recognition performance under uncontrolled environment of AdaSDA is evaluated. In the following experiments, two classes of methods are compared. The first class of methods includes DCA [14], MRDL [24], E-SDA and the proposed AdaSDA, which employ the provided auxiliary database. E-SDA and AdaSDA are domain adaptation based ones, while DCA and MRDL use the auxiliary database for training the model only. The second class of methods includes CLPM [21], CMFA [30], SDA [37], C-RSDA [4], VGGFace [33] and ResNet [15], which do not use the provided auxiliary database. CLPM, CMFA, SDA and C-RSDA are trained with the training set in the target domain only, and C-RSDA is specifically designed for recognizing LR face images with one-shot. VGGFace and ResNet are deep learning based methods, they are pre-trained on ImageNet [7]. When the deep learning based methods are used to classify LR images, the LR images are rescaled to the required input size of the network by bicubic interpolation. Since VGGFace and ResNet are only pre-trained on ImageNet, and the data size of the provided auxiliary set is too small to train them, we categorize the two deep learning based methods as those which are trained without the auxiliary set.
Evaluation on LFW dataset
The LFW dataset is treated as the target domain, while the CAS and FERET database are treated as the source domain respectively. The performance of SDA_st_BL_1 (i.e., AdaSDA), SDA_st_BL_2, SDA_st_DA_1 (i.e., E-SDA), SDA_st_DA_2, are also evaluated. Table 3 posts the recognition rates of diverse approaches when classify LR face images of different resolutons. According to the average accuracy in Table 3, domain adaptation methods (E-SDA and AdaSDA) perform obviously better than other methods. Though VGGFace and RetNet are pre-trained by large-scale database, they perform worse than those specifically designed methods for LR face recognition. DCA and MRDL do not outperform E-SDA and AdaSDA, which may imply that the models trained by source domain databases is not well suitable for target domain. Besides, the performance of C-RSDA is better than SDA_st_DA_2 and SDA_st_BL_2, but still worse than E-SDA and AdaSDA. With the source data, the one-step methods outperform two-step methods by a margin of at least three percent. This implies that achieving domain adaptation and discriminative analysis at the same time by a coupled mappings is quite beneficial for LR face recognition. Furthermore, AdaSDA obtains better performance than E-SDA in each case, implying that BLM-DA technique is effective in domain adaptation. According to the rightmost column of Table 3, it can be found that using different auxiliary datasets affects not only the recognition accuracy, but also the recognition stability of different methods. Compared with other auxiliary dataset based methods, the standard deviations of AdaSDA is least, implies its stability on recognizing different LR faces.
Recognition accuracy (%) on LFW database
Recognition accuracy (%) on LFW database
The LR images in SCface dataset are taken by the surveillance cameras. Thus, these LR images are real. Different from the above experiments, the gallery and probe set of SCface dataset do not contain any overlapping persons. In this subsection, we adopt the CAS and LFW dataset as the source domain, respectively. As two-step methods fail to show better performance than one-step methods, in this subsection we only access the one-step domain adaptation methods. Tables 4–6 displays the comparison among various approaches in three situations: the disatances betweeen the persons and cameras are 1 meter, 2.6 meters and 4.2 meters. It can be observed that the domain adaptation based methods still outperform other compared methods in overall performance.
Recognition accuracy (%) on SCface database (Distance = 1 m)
Recognition accuracy (%) on SCface database (Distance = 1 m)
Recognition accuracy (%) of the various method on SCface database (Distance = 2.6 m)
Recognition accuracy (%) of the various method on SCface database (Distance = 4.2 m)
According to the averaged performance in Table 4, with the source data, both E-SDA and AdaSDA obviously outperform other compared methods. Compared with C-RSDA, domain adaptive methods demonstrate big advantage on recognizing faces captured by Cam2 and Cam4, achieve only competitive performance on recognizing faces captured by Cam1 and Cam3, and display lower standard deviations of recognition accuracy. According to Table 5, E-SDA and AdaSDA also achieve higher recognition accuracy than other methods. But compared with C-RSDA, domain adaptive methods show apparent superiority on recognizing faces captured by Cam1 and Cam3, and obtain only competitive performance on recognizing faces captured by Cam2 and Cam4, but the standard deviations are higher. It is contrary to what we find in Table 4. The possible reason is that the distribution of face data collected by various cameras at different distances may vary a lot, and distribution mismatch between the target domain and the source domain cannot be reduced by equal effect using BLM-DA, which makes LR face recognition more difficult than the case of ‘Distance = 1m’. According to these two tables, AdaSDA obtains the best overall performance and low standard deviations in each case, and performs best in nearly all experiments, which further demonstrates its effectiveness.
Table 6 illustrates the performance when the distance is 4.2 meters. The large distance makes the quality of the captured face images quite low, and the recognition is much worse than before. With the distances of cameras varying from 1.0 meter to 4.2 meters, the performance of two deep learning based methods degrades greatly. In Table 6, though E-SDA obtains better performance than CLPM, CMFA and SDA, it fails to surpass C-RSDA. This is different from what we observe before. Unsurprisingly, AdaSDA still achieves the highest overall accuracy and quite low standard deviation, though it achieves only a small margin over C-RSDA in average accuracy.
According to Tables 4–6, compared with CAS database, when the LFW database is employed as the source domain, the better recognition accuracy is obtained. The reason may be twofold. First, LFW dataset contains more samples for each subject. Second, images in the LFW database involve more variations than those in the CAS database. However, no matter which database is used as source domain, the proposed AdaSDA approach obtains better performance than other methods. Therefore, AdaSDA is effective in recognizing LR face images when there is only one sample per person in the gallery set.
In the experiments, we evaluate the performance of the proposed method on recognizing different types of LR face images. The rightest column of Table 3 lists the average performance of various methods on recognizing 8×8, 12×12, 16×16 LR face images. Compared with other methods, it shows that AdaSDA obtains the highest accuracy with small standard deviation, implying that the proposed method is robust to the image resolutions. The rightest columns of Tables 4–6 show the average performance on recognizing LR face images captured by different cameras or picture conditions. The best performance and relatively small standard deviates indicate the robustness of AdaSDA to the picture conditions of LR images.
Moreover, to investigate the robustness of AdaSDA to image quality of face images captured from the unconstrained environment, we also present the average recognition accuracy of 3 distances on SCface database, as Table 7 shows. According to this table, compared with the second best method, AdaSDA achieves higher average accuracy and smaller or comparative standard deviation, demonstrating the robustness of the proposed method.
The average recognition accuracy (%) from 3 distances on SCface database (Ave.±Std.)
The average recognition accuracy (%) from 3 distances on SCface database (Ave.±Std.)
Compared with other methods, the proposed AdaSDA improves the recognition accuracy of LR face recognition with one-shot. However, the improvement is limited, and the recognition accuracy is still too low to be used in the unconstrained real-world applications. The reason is that our proposed BLM-DA technique considers only the data distribution mismatch between two domains, ignores other factors such as the essential face feature differences in races, which also induce domain discrepancy. Besides, AdaSDA employs coupled mappings to match images of different resolutions, but does not consider the domain adaptation of the same low-resolutions across domains, which may affect the recognition performance.
We demonstrate that except SDA other coupled mappings based methods can be embedded into AdaDCM framework, to tackle LR face recognition with one-shot. In this subsection, we report the performance of AdaCLPM and AdaCMFA, which integrate BLM-DA with CLPM, CMFA, respectively. Besides, we further compare the one-step and two-step framework. These experiments are conducted on the LFW dataset by using the CAS database and FERET database as the source domain, respectively. Each coupled mappings based methods has four variants. The recognition results of all variant methods are listed in Table 8. We can conclude two things from this table. Frist, the one-step framework is more helpful than two-step framework in LR face recognition task using auxiliary dataset, because in 23 out of 24 cases, the one-step methods obtain higher accuracy than the two-step ones. The only one exception is that in ‘FERETàLFW’ case, CMFA_DA_2 obtains higher accuracy than CMFA_DA_1. Compared with other results, this implies that traditional domain adaptation (DA) is not stable for small size datasets. Second, BLM-DA is much more effective in the one-step framework than DA when the number of samples in the training set of target domain is quite limited, all one-step methods using BLM-DA perform better than those using DA, and the standard deviations of these methods are lower, implying that BLM-DA is able to output stable performance for small size datasets.
Performance comparison among three classical coupled mappings based methods
Performance comparison among three classical coupled mappings based methods
For public security purpose, recognizing the low-resolution face images with single sample per person is necessary and important. To tackle this challenging problem, this paper proposed AdaDCM approach, which utilizes the auxiliary dataset to encode more face variations. In order to make good use of the auxiliary dataset, the key idea of the proposed method is that it adopts and unifies domain adaptation and discriminative coupled mappings together, so that the face variations exploited from the auxiliary database can closely characterize the possible face variations of unknown face images. The extensive experiments and comparisons on the widely used face databases show the effectiveness of the proposed AdaDCM in recognizing LR face images with one-shot.
AdaDCM employs only one auxiliary database as the source data, while multiple auxiliary databases could be more helpful for extracting discriminative features. Therefore, unifying multiple domain adaptations with coupled mappings will be an interesting research direction about LR face recognition. Besides, AdaDCM still follows the traditional discriminative learning framework, in the future, we will consider to integrate AdaDCM with deep learning-based framework.
Footnotes
Acknowledgments
This research was partially supported by the Humanities and Social Science Research on Youth Fund Project of Ministry of Education of China (Grant No. 19YJC870003), the Natural Science Foundation of Jiangsu Province (Grant No. BK20210576), and sponsored by NUPTSF (Grant No. NY219038, NY220045).
