<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>An Efective Face Recognition System Based on Transfer Learning</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Abdessalam Hattab</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ali Behloul</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>LaSTIC Laboratory, Department of Computer Science, Batna-2 University</institution>
          ,
          <addr-line>Batna</addr-line>
          ,
          <country country="DZ">Algeria</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Face recognition is a widely studied field in biometrics that has achieved notable success in controlled environments. However, challenges arise when faced with uncontrolled conditions such as facial expressions, occlusions, and illumination variation. This paper proposed an efective face recognition system that addresses these challenges based on fine-tuned Xception Model. The system utilized a newly proposed deep CNN model inspired by the pre-trained Xception model. We employ the Transfer Learning technique to efectively train our proposed Deep CNN model and mitigate overfitting. Our proposed system successfully addresses the challenges associated with unconstrained conditions and training Deep Learning models using limited datasets. Experimental results demonstrate the superiority of our face recognition system over state-of-the-art methods in uncontrolled environments. Impressively, the system achieved a perfect accuracy rate of 100% on the ORL database using a two-fold cross-validation protocol. On the AR database, the system achieved a significant accuracy rate of 95.17% by training only on the fully visible faces and testing on occluded faces. Additionally, the system achieved an accuracy rate of 99.93% on an AR dataset containing illumination variation using a two-fold cross-validation protocol.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Face recognition</kwd>
        <kwd>Convolutional Neural Networks</kwd>
        <kwd>Transfer Learning</kwd>
        <kwd>Pre-trained Xception model</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        recognition system. The knowledge and learned
representations from the pre-training on the ImageNet dataset
Advancements in technology have led to the widespread [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] were transferred and fine-tuned on our specific face
adoption of automatic face recognition in several appli- recognition task. The proposed system is designed to
cations, which have become increasingly popular for tackle the challenges associated with recognizing faces
personal identification purposes and have gained pop- in uncontrolled environments, where factors like lighting,
ularity due to their non-intrusive and user-friendly na- pose variations, and occlusion can significantly impact
ture. Handcraft face recognition methods, like LBP [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], the accuracy of face recognition systems. Moreover, the
PCA [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], and LDA [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], have shown commendable per- system aims to address the limitations posed by small
formance in constrained environments. However, their datasets, which often hinder the training of deep learning
performance significantly degraded in unconstrained sce- models. The primary objective of this study is to
thornarios involving occlusion and variations in illumination, oughly evaluate the performance of our proposed face
pose, and expression[
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. To tackle this issue, Deep Learn- recognition system and compare it against existing
stateing (DL) approaches, particularly Convolutional Neural of-the-art systems. The remaining sections of this paper
Networks (CNNs), have obtained high accuracy rates are arranged as follows: Section 2 presents an overview
in image recognition, including biometric applications of the related works. The proposed system is introduced
[
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. This paper introduces a novel and efective face in Section 3. Detailed experimental results, along with
recognition system relying on a new Deep CNN architec- a comparison to previous approaches, are provided in
ture inspired by the Xception model [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. Transfer learn- Section 4. Finally, Section 5 concluded the paper.
ing was employed in our study to address the challenge
of limited data that can negatively impact the training
performance of our proposed deep CNN model. By lever- 2. Related Work
aging the power of transfer learning, we used a part of the
pre-trained Xception model as a foundation for our face
Over the past few years, there has been a proliferation
of studies focused on face recognition. This section
pro6th International Hybrid Conference On Informatics And Applied Math- vides an overview of some of these research endeavors.
ematics, December 6-7, 2023 Guelma, Algeria Wang et al. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] presented a hybrid system designed
* Corresponding author. for facial recognition. The authors initially employed
† These authors contributed equally. Local Binary Patterns (LBP) to generate LBP images,
$ a.hattab@univ-batna2.dz (A. Hattab); a.behloul@univ-batna2.dz which were then utilized as input for a Deep
Convo(A.0B0e0h0l-o0u00l)3-1796-9267 (A. Hattab); 0000-0002-8664-7301 lutional Neural Network (CNN). The proposed approach
(A. Behloul) demonstrated a commendable accuracy rate in the task
© 2023 Copyright for this paper by its authors. Use permitted under Creative Commons License of face recognition. In their study, Ouyang et al. [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]
Attribution 4.0 International (CC BY 4.0).
employed the Improved Kernel Linear Discriminant Anal- aims to enhance sparsity in the representation. However,
ysis (IKLDA) technique along with Probabilistic Neural despite its advantages, the image reconstruction methods
Networks (PNNs) for face recognition. The proposed based on this approach sufer from several well-known
approach showed promising results, particularly when drawbacks. These drawbacks include the requirement
dealing with datasets that contained only a small number of an overcomplete dictionary, a significant increase in
of samples. Using a widely-used multi-sample dataset, the number of gallery images, which introduces
comMin et al. [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] trained a Deep Convolutional Neural Net- plexity issues, and limitations in terms of generalization
work (CNN) model. Subsequently, the authors utilized capability. These limitations pose challenges in practical
this pre-trained model for face recognition on various implementation and afect the overall efectiveness and
datasets. To enhance the accuracy rate, they employed scalability of the proposed method. Liao and Gu [21]
the K Class Feature Transfer (KCFT) technique, which en- introduced a novel method for face recognition called
riched the intra-class variation. In their research, Kamen- Dictionary Learning and Subspace Learning (DLSL) . This
cay et al. [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] introduced a novel face recognition system approach efectively addresses the challenges posed by
that utilized Convolutional Neural Networks (CNNs) for corrupted data, such as noise, occlusion, and significant
feature extraction. The proposed system was evaluated pose variations. DLSL incorporates a subspace learning
using the ORL database and demonstrated an impressive algorithm that utilized both sparse and low-rank
conaccuracy rate of 98.3 Ȯusliman et al. [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] introduced a straints. Through extensive experiments conducted on
set of Rotation-Invariant features based on directional several face databases, the results demonstrate that DLSL
coding for texture classification. These features have outperforms many state-of-the-art algorithms. This
highbeen used in the face recognition field and exhibited ex- lights the superior performance of DLSL in achieving
ceptional accuracy when tested on diverse face image improved accuracy and robustness in face recognition
databases. Sapijaszko et al. [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] conducted a study where tasks. In their study, Zeghina et al. [22] utilized the
Harthey built a face recognition system that employed a ris Detector to identify significant regions within facial
preprocessing algorithm to enhance the quality of fa- images. These regions were then extracted and fed into
cial images. The system extracted features from the im- a proposed Convolutional Neural Network (CNN) for
proved images based on Discrete Cosine Transform and face recognition. The system’s performance was
evaluDiscrete Wavelet Transform algorithms. In the classifi- ated using multiple datasets, and it achieved satisfactory
cation stage, they employed a multilayer sigmoid neural results, particularly in handling occluded face images.
network. In their research, Hattab and Behloul [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] em- Ayyavoo and Suseela [23] introduced a robust method
ployed the SIFT technique to identify important regions that combined the use of 2D Discrete Wavelet
Transwithin facial images. Subsequently, the authors utilized form (DWT) and Contrast Limited Adaptive Histogram
Adaptive Local Ternary Pattern (ALTP) to extract fea- Equalization (CLAHE). The proposed approach involved
tures from the identified regions. For the classification several steps. Firstly, the image was decomposed into
stage, they employed the K-Nearest Neighbors (KNN) high-frequency and low-frequency components using
algorithm. The proposed method demonstrated a no- 2D DWT. Next, CLAHE was applied specifically to the
tably high accuracy rate compared to traditional hand- low-frequency components, enhancing their contrast.
Ficrafted methods. In another study, Hattab and Behloul nally, the features were extracted using Gabor Magnitude
[16] extract facial features from face images based on (GM) analysis. This method aimed to mitigate the
imthe pre-trained models AlexNet-v2 [17] and VGG16 [18]. pact of illumination efects and improve the accuracy
They then employed Linear Support Vector Classifier and robustness of face recognition systems. Yuan et al.
(LinearSVC) for classification purposes. The proposed [24] introduced a collaborative representation technique
method achieved a high accuracy rate when evaluated that captures the relationships between data points. By
on the ORL database. However, it should be noted that integrating Fisher Discriminant Analysis (FDA) and LDA,
the models used in this approach contained a large num- the authors were able to efectively represent the data
ber of parameters, reaching into the tens of millions. in a reduced-dimensional space. This novel
represenMehdipour Ghazi and Kemal Ekenel [19] conducted a tation yielded promising outcomes, particularly when
comprehensive analysis of the Visual Geometry Group applied to a limited training dataset. Notably, it achieved
(VGG) Face Network, a Convolutional Neural Network a satisfactory level of accuracy in face recognition on
(CNN) architecture widely used for face recognition. The the AR database, which includes variations in
illuminaVGG Face Network utilized a massive dataset consisting tion. Due to its sensitivity to noise, the traditional Linear
of 2.6 million facial images for training. In [20], a sparse Discriminant Analysis (LDA) did not perform well in
regularized Non-negative Matrix Reconstruction (NMR) classifying images captured under unconstrained
envimethod is presented, wherein the traditional L2-norm ronments. In response to this limitation, To address the
constraint on the NMR framework’s representation is challenges posed by illumination variations in face
recogreplaced by an L1-norm constraint. This modification nition, Wen et al. [25] introduced a novel approach for
feature extraction called Robust Sparse Linear
Discriminant Analysis (RSLDA). This method was specifically
designed to address the challenges posed by noise. The
researchers evaluated RSLDA on the AR database, which
includes illumination variations, as well as five other
databases. The experiments conducted demonstrated the
efectiveness of the proposed RSLDA method. Wen et
al. [
        <xref ref-type="bibr" rid="ref16">26</xref>
        ] introduced a highly efective linear regression
method known as Adaptive Locality Preserving
Regression (ALPR). This method proposed a single-view
dimension reduction technique that obtained an excellent
classification accuracy rate. The eficacy of this linear
regression method has been thoroughly demonstrated across
various databases. Dahmouni et al. [
        <xref ref-type="bibr" rid="ref17">27</xref>
        ] introduced a
recognition method tailored for educational applications.
      </p>
      <p>
        Their proposed technique was specifically designed to
address the unique requirements and challenges in
educational contexts. The authors evaluated their method
using the AR database, which comprises images captured
under varying illumination conditions. The results of
the evaluation demonstrated the efectiveness of the
proposed method, achieving an acceptable level of
performance. In their research, Hu et al. [
        <xref ref-type="bibr" rid="ref18">28</xref>
        ] presented a novel
approach for extracting latent low-dimensional features.
      </p>
      <p>
        They introduced a strategy that utilized the non-squared
L2 norm to enhance the local intraclass relationships
within the data. To validate the efectiveness of their
proposed low-dimensional representation, the authors
conducted experiments using multiple databases. Hattab
and Behloul [
        <xref ref-type="bibr" rid="ref19">29</xref>
        ] presented a face recognition method
that is robust to illumination variations. The proposed
method utilized four blocks of the pre-trained VGG16
architecture, followed by an Average Polling layer, to
extract features from the facial images. Subsequently,
Principal Component Analysis (PCA) was applied to
reduce the dimensionality of the extracted features. In the
classification task, Linear Support Vector Classifier
(LinearSVC) was employed. The efectiveness of the proposed
approach was evaluated using the Extended Yale B and
AR databases, both of which contain images captured
under varying illumination conditions.
the ImageNet Large Scale Visual Recognition Challenge
(ILSVRC) [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. The Xception model draws inspiration
from the inception-v3 [
        <xref ref-type="bibr" rid="ref20">30</xref>
        ] model, incorporating
depthwise separable convolution layers instead of inception
modules. It has been built with 14 residual blocks and
more than 22 million parameters. The architecture of the
Xception model is illustrated in Figure 1 (a).
      </p>
      <p>
        One notable limitation of the Xception model is its high
demand for a substantial volume of training data to
efectively learn all its parameters. This characteristic poses a
challenge when applying the model to tasks with small
datasets. In order to address this challenge, researchers
have employed Transfer Learning. They trained the
Xception model on a large dataset, then used the pre-trained
3. The Proposed System model to classify the images of a new smaller dataset
[
        <xref ref-type="bibr" rid="ref23">33</xref>
        ]. The Xception model, pre-trained on the ImageNet
In recent years, Deep Learning has achieved exceptional dataset ofers promising potential for face recognition
performance in image recognition tasks, particularly tasks due to the characteristics of the ImageNet database.
through the utilization of deep Convolutional Neural With a vast collection of 1.4 million images,
approxiNetworks (CNNs). In the past decade, numerous deep mately 17% of which contain at least one face [
        <xref ref-type="bibr" rid="ref24">34</xref>
        ], the
CNN models have been developed, such as Xception [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], ImageNet dataset provides a rich source of diverse facial
inception-v3 [
        <xref ref-type="bibr" rid="ref20">30</xref>
        ], ResNet [
        <xref ref-type="bibr" rid="ref21">31</xref>
        ], AlexNet [
        <xref ref-type="bibr" rid="ref22">32</xref>
        ] and VGG16 images. This extensive coverage of facial data enhances
[18]. The Xception model has showcased its robustness the efectiveness of the Xception model pre-trained on
and efectiveness in various image recognition tasks. The the ImagNet database when applied to face recognition
performance of Xception has been exemplary, surpassing tasks.
other renowned deep CNN models, as demonstrated in Through a series of experiments, we have successfully
built an efective face recognition system based on the
Xception model pre-trained on the Imagnet dataset. Our
experiments findings suggest that a CNN model, inspired
by the Xception architecture, and incorporating only five
residual blocks, proves to be an exceptionally efective
model for achieving accurate face recognition results,
particularly on limited face datasets captured under
unconstrained conditions. The paper proposes a novel CNN
model that aims to achieve a balance between computa- Figure 2: Samples from the ORL database.
tional eficiency and high-performance face recognition.
      </p>
      <p>The proposed model comprises only five residual blocks,
which are followed by Global Average Pooling (GAP) and Google Colab and leveraging the functionalities ofered
Softmax layers. The model architecture includes 5 Con- by the open-source Keras library. We employed the Adam
volutional layers, 9 Separable Convolutional layers, and optimizer with a learning rate of 0.001 to train our model
4 MaxPooling layers. A GAP layer is used to minimize for a maximum of 100 epochs, using a batch size of 32.
the feature dimensions from 361*728 to 728. Overall, the Additionally, we incorporated early stopping measures
model consists of less than three million parameters. to address the risk of overfitting by halting training in</p>
      <p>To achieve high performance while conserving compu- the absence of improvement in validation accuracy over
tational resources, we adopt a strategic approach during 10 consecutive epochs.
the training stage. Specifically, we freeze the initial four
pre-trained residual blocks, which are responsible for
extracting low-level face features. This allows us to con- 4.1. Dataset:
centrate our eforts on fine-tining the fifth residual block, We conducted evaluation experiments on two diferent
which plays a crucial role in capturing high-level features face datasets:
capable of extracting representative facial features. At
the same time, we train the Softmax classifier, responsi- 4.1.1. The ORL database:
ble for outputting the person’s identity. The architecture
of our proposed model, inspired by the Xception model, The ORL database1 consists of a collection of 400 face
is depicted in Figure 1 (b). images captured from 40 individuals. Each person is
represented by ten images, all of which have a resolution
of 112×92 pixels. The images in this database were
cap4. Experiments tured under diverse conditions, encompassing variations
in illumination, facial expressions, time intervals, and the
presence of eyeglasses. Samples from the ORL database
are depicted in Figure 2.</p>
      <p>.</p>
      <p>
        In this work, we proposed a face recognition system
relying on the Xception model pre-trained on the ImageNet
dataset. To demonstrate the efectiveness of our proposed
system, we conducted comprehensive evaluations using
the cross validation protocol. Our performance
evaluations were conducted on the ORL and AR databases, 4.1.2. The AR Face Database:
which served as the testbeds for assessing the system’s The AR database [
        <xref ref-type="bibr" rid="ref25">35</xref>
        ] consists of more than 4,000 face
recognition capabilities. Two experiments were con- images capturing 126 individuals (56 women and 70 men).
ducted using the AR database to assess the performance The images in this dataset were captured under
conof our system. In the first experiment, an AR dataset con- strained conditions, including various facial expressions,
taining persons with glasses and scarves was employed to lighting conditions, and occlusions such as sunglasses
evaluate the robustness of our method against occlusions. and scarves. In this work, a subset of 100 subjects was
In the second experiment, a dataset containing images selected, including 50 men and 50 women. Each subject
captured under illumination variation was utilized to is represented by 26 images. In the first experiment, we
demonstrate the system’s capability to robustly recog- used the selected dataset to evaluate the robustness of our
nize faces despite changes in illumination conditions. To system against occlusions; only the images containing
establish a comparative analysis, we benchmarked our fully visible faces were included in the training subset,
system’s recognition rate against other recent works in resulting in 14 images per subject (as shown in Figure 3
the field. This allowed us to gauge the performance of our (a)). The remaining images, which portray individuals
proposed system relative to existing methodologies and
highlight its potential advancements. The experiments
for this study were performed utilizing the resources of
1“AT&amp;T laboratories of cambridge university ,the database of faces”,
Available online: http://cam-orl.co.uk/facedatabase.html, Accessed
on 07/06/2023
than three million parameters. This highlights the
efiwearing glasses or scarves, were reserved for a testing ciency and efectiveness of our approach in achieving
subset (see Figure 3 (b)). In the second experiment, we comparable or superior accuracy rates with significantly
applied a two-fold cross validation protocol to evaluate fewer parameters.
the robustness of our system against illumination vari- In order to validate the robustness of our proposed
sysation, where we used a dataset containing fully visible tem against occlusions, we conducted an additional
experfaces captured under diferent illumination variations (as iment using the AR database. The training set consisted
shown in Figure 3 (a)). only the fully visible faces, while the testing set
com. prised faces intentionally occluded by glasses or scarves.
      </p>
      <p>This experimental setup allowed us to assess the
system’s performance under challenging conditions where
4.2. Experimental results: occlusions are present. The accuracy and loss function
To validate the robustness of our proposed system under values of our system on the AR database are visualized
uncontrolled conditions, we performed experiments us- in Figure 4. In Figure 4 (a), it can be observed that our
ing the ORL database. Our system exhibited exceptional model achieved a commendable accuracy of 95.17%. This
robustness, achieving a remarkable accuracy rate in the demonstrated the efectiveness of our system in
accuexperiments. By employing the five-fold and two-fold rately recognizing faces even in the presence of
occluCross-Validation protocol (refer to Table 1), we achieved sions. Furthermore, Figure 4 (b) provides evidence of
a perfect accuracy of 100%. the rapid convergence of the loss function. This further</p>
      <p>To demonstrate the robustness of our proposed sys- supports the robustness of our system. Table 3 proves
tem, we conducted a comparative analysis of our accu- our system’s efectiveness against occlusion compared
racy rates against state-of-the-art techniques commonly to state-of-the-art methods on the AR database.
employed in face recognition research. The outcomes, .
as displayed in Table 2, clearly indicate that our system By applying the two-fold Cross Validation protocol,
surpassed the accuracy rates achieved by recent works we ensured a comprehensive evaluation of our system’s
on the ORL database. For instance, the system developed performance. The outstanding performance of our
proby Hattab and Behloul [16] achieved a notable recogni- posed system in handling illumination variations is
evition accuracy of 100% on the ORL dataset. However, it is dent from the results presented in Table 4. Our system
important to note that their system incorporated tens of achieved an impressive accuracy rate of 99.93% on the AR
millions of parameters, while our system utilizes fewer dataset, surpassing the performance of the
state-of-theart methods evaluated on the same dataset that contain
fully visible faces captured under illumination variation.</p>
      <p>Table 4 provides a comparative analysis of the accuracy
rates obtained by state-of-the-art methods, clearly
indicating that our proposed system outperforms other
approaches in terms of recognizing faces under varying
illumination conditions.</p>
    </sec>
    <sec id="sec-2">
      <title>5. Conclusion</title>
      <p>This research paper presents an efective face
recognition system relying on five residual blocks from the
pretrained Xception model, along with Global Average
Pooling and Softmax layers. In our proposed system, we
freeze the first four residual blocks while retraining the
remaining layers. The model employed by our system
is specifically designed to address the dificulties
associated with training Deep Learning models using limited
datasets. By utilizing transfer learning, we overcome the
challenges of small datasets and enhance the system’s
ability to learn discriminative features for accurate face
recognition. Our system demonstrated impressive
performance under unconstrained conditions, particularly
in scenarios involving illumination variations and
occlusions.</p>
      <p>Our system achieved remarkable accuracy rates across
various datasets and scenarios, outperforming
state-ofthe-art methods. On the ORL database, we achieved a
perfect accuracy of 100% by applying a two-fold
crossvalidation protocol. The accuracy rate of 95.17% on the
AR database, utilizing occluded images in the testing set,
further demonstrated the system’s robustness under the
occlusions curse. Additionally, our system attained an
accuracy rate of 99.93% on the AR dataset, employing a
two-fold cross-validation protocol with fully visible faces
captured under varying illumination conditions.</p>
      <p>Our future research endeavors will concentrate on
the following main objectives. Firstly, we will focus on
integrating an anti-spoofing algorithm into our system
to enhance its security and prevent face-spoofing attacks
efectively. Secondly, our research will extend beyond
face recognition alone, as we aim to explore the realm of
face-iris multimodal biometric recognition.</p>
      <p>
        Method
Ayyavoo and Suseela [23]
Yuan et al. [24]
Wen et al. [25]
Wen et al. [
        <xref ref-type="bibr" rid="ref16">26</xref>
        ]
Dahmouni et al. [
        <xref ref-type="bibr" rid="ref17">27</xref>
        ]
Hu et al. [
        <xref ref-type="bibr" rid="ref18">28</xref>
        ]
Hattab and Behloul [
        <xref ref-type="bibr" rid="ref26">36</xref>
        ]
The proposed System
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>T.</given-names>
            <surname>Ojala</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Pietikäinen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Harwood</surname>
          </string-name>
          ,
          <article-title>A comparative study of texture measures with classification based on featured distributions</article-title>
          ,
          <source>Pattern recognition 29</source>
          (
          <year>1996</year>
          )
          <fpage>51</fpage>
          -
          <lpage>59</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>M.</given-names>
            <surname>Turk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Pentland</surname>
          </string-name>
          ,
          <article-title>Eigenfaces for recognition</article-title>
          ,
          <source>Journal of cognitive neuroscience 3</source>
          (
          <year>1991</year>
          )
          <fpage>71</fpage>
          -
          <lpage>86</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>P. N.</given-names>
            <surname>Belhumeur</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. P.</given-names>
            <surname>Hespanha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. J.</given-names>
            <surname>Kriegman</surname>
          </string-name>
          ,
          <article-title>Eigenfaces vs. fisherfaces: Recognition using class specific linear projection</article-title>
          ,
          <source>IEEE Transactions on pattern analysis and machine intelligence</source>
          <volume>19</volume>
          (
          <year>1997</year>
          )
          <fpage>711</fpage>
          -
          <lpage>720</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>S. G.</given-names>
            <surname>Kong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Heo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. R.</given-names>
            <surname>Abidi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Paik</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Abidi</surname>
          </string-name>
          ,
          <article-title>Recent advances in visual and infrared face recognition-a review, Computer vision</article-title>
          and image understanding
          <volume>97</volume>
          (
          <year>2005</year>
          )
          <fpage>103</fpage>
          -
          <lpage>135</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>A.</given-names>
            <surname>HATTAB</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. BEHLOUL</surname>
          </string-name>
          ,
          <article-title>A Robust Iris Recognition Approach Based on Transfer Learning</article-title>
          ,
          <source>International Journal of Computing and Digital Systems</source>
          <volume>13</volume>
          (
          <year>2023</year>
          )
          <fpage>1065</fpage>
          -
          <lpage>1080</lpage>
          . doi:
          <volume>10</volume>
          .12785/ijcds/130186.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>A.</given-names>
            <surname>Hattab</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Behloul</surname>
          </string-name>
          ,
          <article-title>Face-Iris multimodal bio- Advances in Communication Technology, Computmetric recognition system based on deep learn- ing and</article-title>
          <string-name>
            <surname>Engineering</surname>
          </string-name>
          , RGN Publications,
          <year>2021</year>
          , pp.
          <fpage>ing</fpage>
          ,
          <source>Multimedia Tools and Applications</source>
          (
          <year>2023</year>
          ).
          <fpage>155</fpage>
          -
          <lpage>169</lpage>
          . doi:
          <volume>10</volume>
          .1007/s11042-023-17337-y. [16]
          <string-name>
            <given-names>A.</given-names>
            <surname>Hattab</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Behloul</surname>
          </string-name>
          , New Approaches for Au-
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>F.</given-names>
            <surname>Chollet</surname>
          </string-name>
          , Xception:
          <article-title>Deep learning with depth- tomatic Face Recognition Based on Deep Learnwise separable convolutions</article-title>
          ,
          <source>in: Proceedings of the ing Models and Local Handcrafted ALTP, ICST IEEE conference on computer vision and pattern Transactions on Scalable Information Systems 9 recognition</source>
          ,
          <year>2017</year>
          , pp.
          <fpage>1251</fpage>
          -
          <lpage>1258</lpage>
          . (
          <year>2021</year>
          )
          <article-title>171547</article-title>
          . doi:
          <volume>10</volume>
          .4108/eai.20-
          <fpage>10</fpage>
          -
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>J.</given-names>
            <surname>Deng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Dong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Socher</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.-J.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <surname>L</surname>
          </string-name>
          . Fei-
          <volume>171547</volume>
          . Fei,
          <article-title>Imagenet: A large-scale hierarchical image [17] A. Krizhevsky, One weird trick for parallelizing database</article-title>
          , in: 2009 IEEE conference
          <article-title>on computer convolutional neural networks, arXiv preprint vision and pattern recognition</article-title>
          , Ieee,
          <year>2009</year>
          , pp.
          <fpage>248</fpage>
          -
          <lpage>arXiv</lpage>
          :
          <fpage>1404</fpage>
          .5997 (
          <year>2014</year>
          ).
          <fpage>255</fpage>
          . [18]
          <string-name>
            <given-names>K.</given-names>
            <surname>Simonyan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Zisserman</surname>
          </string-name>
          , Very deep convolu-
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>M.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <article-title>Deep convolutional neural tional networks for large-scale image recognition, network applies to face recognition in small and 2014</article-title>
          . medium databases, in: 2017 4th International Con- [19]
          <string-name>
            <given-names>M.</given-names>
            <surname>Mehdipour Ghazi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. Kemal</given-names>
            <surname>Ekenel</surname>
          </string-name>
          ,
          <article-title>A compreference on Systems and Informatics (ICSAI), IEEE, hensive analysis of deep learning based represen2017</article-title>
          , pp.
          <fpage>1368</fpage>
          -
          <lpage>1372</lpage>
          .
          <article-title>tation for face recognition</article-title>
          ,
          <source>in: Proceedings of the</source>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>A.</given-names>
            <surname>Ouyang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Pei</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Peng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <article-title>IEEE conference on computer vision and pattern A hybrid improved kernel LDA and PNN algorithm recognition workshops</article-title>
          ,
          <year>2016</year>
          , pp.
          <fpage>34</fpage>
          -
          <lpage>41</lpage>
          .
          <article-title>for eficient face recognition</article-title>
          ,
          <source>Neurocomputing</source>
          <volume>393</volume>
          [20]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Chen</surname>
          </string-name>
          , X.
          <string-name>
            <surname>-J. Wu</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Kittler</surname>
          </string-name>
          ,
          <article-title>A sparse regularized nu(</article-title>
          <year>2020</year>
          )
          <fpage>214</fpage>
          -
          <lpage>222</lpage>
          .
          <article-title>clear norm based matrix regression for face recog-</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>R.</given-names>
            <surname>Min</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Cui</surname>
          </string-name>
          ,
          <article-title>Single-sample face recog- nition with contiguous occlusion, Pattern Recogninition based on feature expansion</article-title>
          ,
          <source>IEEE Access 7 tion Letters</source>
          <volume>125</volume>
          (
          <year>2019</year>
          )
          <fpage>494</fpage>
          -
          <lpage>499</lpage>
          . (
          <year>2019</year>
          )
          <fpage>45219</fpage>
          -
          <lpage>45229</lpage>
          . doi:
          <volume>10</volume>
          .1109/access.
          <year>2019</year>
          . [21]
          <string-name>
            <given-names>M.</given-names>
            <surname>Liao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Gu</surname>
          </string-name>
          ,
          <article-title>Face recognition based on dictio2909039. nary learning and subspace learning</article-title>
          ,
          <source>Digital Signal</source>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>P.</given-names>
            <surname>Kamencay</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Benčo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Miždoš</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Radil</surname>
          </string-name>
          ,
          <source>A new Processing</source>
          <volume>90</volume>
          (
          <year>2019</year>
          )
          <fpage>110</fpage>
          -
          <lpage>124</lpage>
          .
          <article-title>method for face recognition using convolutional [22]</article-title>
          <string-name>
            <given-names>A. O.</given-names>
            <surname>Zeghina</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Zoubia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Behloul</surname>
          </string-name>
          , Face Recogneural network,
          <source>Advances in Electrical and Elec- nition Based on Harris Detector and Convolutional tronic Engineering</source>
          <volume>15</volume>
          (
          <year>2017</year>
          )
          <fpage>663</fpage>
          -
          <lpage>672</lpage>
          . Neural Networks, in: International Symposium
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>F.</given-names>
            <surname>Ouslimani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ouslimani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Ameur</surname>
          </string-name>
          , Rotation- on Modelling and
          <article-title>Implementation of Complex Sysinvariant features based on directional coding for tems</article-title>
          , Springer,
          <year>2020</year>
          , pp.
          <fpage>163</fpage>
          -
          <lpage>171</lpage>
          . texture classification,
          <source>Neural Computing and Ap</source>
          <volume>-</volume>
          [23]
          <string-name>
            <given-names>T.</given-names>
            <surname>Ayyavoo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. J.</given-names>
            <surname>Suseela</surname>
          </string-name>
          , Illumination preplications
          <volume>31</volume>
          (
          <year>2019</year>
          )
          <fpage>6393</fpage>
          -
          <lpage>6400</lpage>
          .
          <article-title>processing method for face recognition using 2D</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>G. M.</given-names>
            <surname>Sapijaszko</surname>
          </string-name>
          , W. B.
          <string-name>
            <surname>Mikhael</surname>
          </string-name>
          ,
          <article-title>Facial Recognition DWT and CLAHE, Iet Biometrics 7 (</article-title>
          <year>2018</year>
          )
          <fpage>380</fpage>
          -
          <lpage>390</lpage>
          .
          <article-title>System Using Mixed Transform</article-title>
          and Multilayer Sig- [24]
          <string-name>
            <surname>M.-D. Yuan</surname>
            , D.-
            <given-names>Z.</given-names>
          </string-name>
          <string-name>
            <surname>Feng</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Shi</surname>
          </string-name>
          , W.-J. Liu,
          <article-title>Dimensionmoid Neural Network Classifier, Circuits, Systems, ality reduction by collaborative preserving fisher</article-title>
          and
          <source>Signal Processing</source>
          <volume>39</volume>
          (
          <year>2020</year>
          )
          <fpage>6142</fpage>
          -
          <lpage>6161</lpage>
          . discriminant analysis,
          <source>Neurocomputing</source>
          <volume>356</volume>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15] abdessalam Hattab, ali
          <string-name>
            <surname>Behloul</surname>
          </string-name>
          ,
          <source>A Robust Face</source>
          <volume>228</volume>
          -
          <fpage>243</fpage>
          .
          <article-title>Recognition Method Based on ALTP and SIFT</article-title>
          , in: [25]
          <string-name>
            <given-names>J.</given-names>
            <surname>Wen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Fang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Cui</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Fei</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Yan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <article-title>Robust sparse linear discriminant analysis</article-title>
          ,
          <source>IEEE Transactions on Circuits and Systems for Video Technology</source>
          <volume>29</volume>
          (
          <year>2018</year>
          )
          <fpage>390</fpage>
          -
          <lpage>403</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>J.</given-names>
            <surname>Wen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Zhong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Fei</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Lai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <article-title>Adaptive locality preserving regression</article-title>
          ,
          <source>IEEE Transactions on Circuits and Systems for Video Technology</source>
          <volume>30</volume>
          (
          <year>2018</year>
          )
          <fpage>75</fpage>
          -
          <lpage>88</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>A.</given-names>
            <surname>Dahmouni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Aharrane</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>El Moutaouakil</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Satori</surname>
          </string-name>
          ,
          <article-title>A face recognition based biometric solution in education</article-title>
          ,
          <source>Pattern Recognition and Image Analysis</source>
          <volume>28</volume>
          (
          <year>2018</year>
          )
          <fpage>758</fpage>
          -
          <lpage>770</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>L.</given-names>
            <surname>Hu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Dai</surname>
          </string-name>
          ,
          <article-title>Joint Sparse LocalityAware Regression for Robust Discriminative Learning</article-title>
          ,
          <source>IEEE Transactions on Cybernetics</source>
          (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>A.</given-names>
            <surname>Hattab</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Behloul</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A Robust</given-names>
            <surname>Iris</surname>
          </string-name>
          <article-title>Recognition Approach Based on Pre-trained Inception-v3 Model</article-title>
          ,
          <source>International Journal of Computing and Digital Systems</source>
          <volume>13</volume>
          (
          <year>2023</year>
          )
          <fpage>1065</fpage>
          -
          <lpage>1080</lpage>
          . doi:http: //dx.doi.org/10.12785/ijcds/130186.
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [30]
          <string-name>
            <given-names>C.</given-names>
            <surname>Szegedy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Vanhoucke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Iofe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Shlens</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wojna</surname>
          </string-name>
          ,
          <article-title>Rethinking the inception architecture for computer vision</article-title>
          ,
          <year>2016</year>
          . doi:
          <volume>10</volume>
          .1109/cvpr.
          <year>2016</year>
          .
          <volume>308</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [31]
          <string-name>
            <given-names>K.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , S. Ren,
          <string-name>
            <given-names>J.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <article-title>Deep residual learning for image recognition</article-title>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [32]
          <string-name>
            <given-names>A.</given-names>
            <surname>Krizhevsky</surname>
          </string-name>
          , I. Sutskever,
          <string-name>
            <given-names>G. E.</given-names>
            <surname>Hinton</surname>
          </string-name>
          ,
          <article-title>Imagenet classification with deep convolutional neural networks</article-title>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [33]
          <string-name>
            <given-names>K.</given-names>
            <surname>Shaheed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Mao</surname>
          </string-name>
          , I. Qureshi,
          <string-name>
            <given-names>M.</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Hussain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            <surname>Ullah</surname>
          </string-name>
          ,
          <string-name>
            <surname>X. Zhang,</surname>
          </string-name>
          <article-title>DS-CNN: A pre-trained Xception model based on depth-wise separable convolutional neural network for finger vein recognition</article-title>
          ,
          <source>Expert Systems with Applications</source>
          <volume>191</volume>
          (
          <year>2022</year>
          )
          <fpage>116288</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [34]
          <string-name>
            <given-names>K.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. H.</given-names>
            <surname>Yau</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Fei-Fei</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Deng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Russakovsky</surname>
          </string-name>
          ,
          <article-title>A study of face obfuscation in imagenet</article-title>
          ,
          <source>in: International Conference on Machine Learning, PMLR</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>25313</fpage>
          -
          <lpage>25330</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [35]
          <string-name>
            <given-names>A.</given-names>
            <surname>Martinez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Benavente</surname>
          </string-name>
          ,
          <source>The AR face database: CVC technical report</source>
          ,
          <volume>24</volume>
          (
          <year>1998</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [36]
          <string-name>
            <given-names>A.</given-names>
            <surname>Hattab</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Behloul</surname>
          </string-name>
          ,
          <article-title>An Illumination-Robust Face Recognition Approach Based on Convolutional Neural Network</article-title>
          ,
          <source>in: Modelling and Implementation of Complex Systems: Proceedings of the 7th International Symposium, MISC</source>
          <year>2022</year>
          , Mostaganem, Algeria,
          <source>October 30-31</source>
          ,
          <year>2022</year>
          , Springer,
          <year>2022</year>
          , pp.
          <fpage>135</fpage>
          -
          <lpage>149</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>