High-Performance Face Identification Using Hyperspectral Imaging To Counteract Deep Fake Biometrics
High-Performance Face Identification Using Hyperspectral Imaging To Counteract Deep Fake Biometrics
[email protected] [email protected]
Abstract—This research addresses the security challenges array data and the expensive equipment used to acquire data,
posed by Generative Adversarial Networks (GANs) in biometric making it difficult to generate by GAN and acquire duplicate
authentication, focusing particularly on the use of Hyperspectral data. HSI is an effective alternative to RGB images for
Imaging (HSI) to counteract the threat of deep fake biometrics biometrics due to its unique characteristics. Two problems exist
created by GANs. We sought solutions to the issues identified in a in the previous study [5] that used HSI to counteract deep fake
previous study, such as the inability to handle images of biometrics: The first point is that the amount of processing is
individuals not previously trained and the high time consumption large because 17 classifiers are generated and the final face
required for identification. In this paper, we first reduced the identification judgment is based on majority voting. The second
dimensionality of hyperspectral face data used for training, and
point is that even if the face image of untrained subjects (classes)
then conducted a binary classification of “target subject (class)”
and “nontarget subjects (classes).” A discriminator, based on the
is input into the classifier, it will always be classified as one of
Least Squares Generative Adversarial Network (LSGAN) model, the subjects (classes) used for training, since it is a multi-class
was developed using HSI for each class for binary classification. classifier that does not include space to accommodate untrained
The proposed method significantly reduced identification time data. In other words, binary classification of image data for
and achieved very high accuracy in identification. trained and untrained classes is not possible, which poses the
problem in application. This study aims to solve the above two
Keywords— hyperspectral data, LSGAN, PCA, face problems. We attempted to reduce the amount of processing by
identification, discriminator using Principal Component Analysis (PCA) to reduce the 51-
dimensional hyperspectral data to 3 dimensional and by using a
I. INTRODUCTION single classifier to perform face identification judgments. The
With recent advances in information technology, the least-squares generative adversarial network (LSGAN) model is
importance of protecting personal information has increased used to generate discriminators because the mean squared error
significantly. Therefore, biometric authentication is used as a is used as the loss function, which prevents gradient loss and
personal authentication method with higher security strength stabilizes the training process. In this study, we generate
than passwords [1]. Since biometric data is difficult to duplicate, LSGAN discriminators for each class. Then, each discriminator
it can be used to counter attacks such as brute force attacks. is used to conduct binary classification between the class used
However, biometric authentication is also considered to have its to generate the discriminator and other classes. Through this
challenges. That is the existence of vulnerabilities in common approach, untrained class data is also classified into other classes.
RGB images and limited data [2]. With advances in artificial In the experiments, face identification was conducted using
intelligence technology, methods now exist that can mimic eight classes of hyperspectral data. The results showed that the
biometric information, which is relatively easy to generate. A proposed method performed well in identification through
prime example of such a technique is the adversarial generative developed binary classifiers, and the time required for face
network (GAN) [3]; GAN models can generate imitation identification was reduced to less than one-fifth from the
biometric information from a limited number of images and data previous study. The proposed method could address the issues
[4]. A possible problem is that the generated biometric identified in previous studies, namely the inability to handle
information can be used to perform malicious authentication and images of individuals not previously trained and the high time
be used for criminal purposes. consumption required for identification.
Some research has been done on face identification methods II. HYPERSPECTRAL IMAGING
that can counter the threat of GANs by using hyperspectral In this study, a hyperspectral capturing device (commonly
imaging (HSI) to address this problem [5]. In this paper, HSI referred to as a hyperspectral camera) was used to capture the
refers to generated images that visualize the hyperspectral data. subjects' faces [5]. A hyperspectral camera can acquire
Hyperspectral data is characterized by its multidimensional
187
Authorized licensed use limited to: Indian Institute of Information Technology Kottayam. Downloaded on February 04,2025 at 12:18:27 UTC from IEEE Xplore. Restrictions apply.
E. Environment for Creating Discriminators
We created the face identification model based on the
LSGAN model in the computer environment shown in TABLE
I in this study.
188
Authorized licensed use limited to: Indian Institute of Information Technology Kottayam. Downloaded on February 04,2025 at 12:18:27 UTC from IEEE Xplore. Restrictions apply.
TABLE IV. IDENTIFICATION RESULTS FOR 8 CLASSES [5] R. Nakazawa and C. Premachandra, “AI Based Biometrics Recognition
with a Hyperspectral Image Sensor”, Proc. of 2022 2nd International
Accuracy Recall Precision Conference on Robotics, Automation and Artificial Intelligence (RAAI) ,
class1 0.994 0.949 1.000 pp.240-243, Dec. 2022.
class2 0.999 0.994 1.000 [6] F. Vasefi, N. MacKinnon, and D. L. Farkas, “Hyperspectral and
class3 0.996 0.969 1.000 Multispectral Imaging in Dermatology”, Imaging in Dermatology.
Academic Press, pp. 187-201, 2016.
class4 0.994 0.954 1.000
[7] S. Li, W. Song, L. Fang, Y. Chen, P. Ghamisi, and J. A. Benediktsson,
class5 0.983 0.865 1.000 “Deep Learning for Hyperspectral Image Classification: An Overview”,
class6 0.996 0.968 1.000 IEEE Transactions on Geoscience and Remote Sensing, Vol. 57, no. 9,
class7 0.998 0.987 1.000 pp. 6690-6709, Sep. 2019.
class8 0.988 0.904 1.000 [8] S. Prigent, X. Descombes, D. Zugaj, and J. Zerubia, "Spectral analysis
Average 0.994 0.949 1.000 and unsupervised SVM classification for skin hyper-pigmentation
classification", Proc. of 2010 2nd Workshop on Hyperspectral Image and
Signal Processing: Evolution in Remote Sensing, pp. 1-4, Jun. 2010.
TABLE V. AVERAGE IDENTIFICATION TIME [9] S. Yamamoto, K. Ogawa-Ochiai, T. Nakaguchi, N. Tsumura, T. Namiki,
and Y. Miyake, "Detecting hyper-/hypothyroidism from tongue color
Average Identification Time spectrum", Proc of IEEE 10th International Workshop on Biomedical
Previous Study This Study Engineering, pp. 1-3, Oct. 2011.
[10] C. J. Perera, C. Premachandra and H. Kawanaka, "Low Pixel Resolution
Approx.198 seconds Approx.34 seconds Hyperspectral Image Mosaics Generation Using Learning-Based Feature
Matching," in IEEE Access, vol. 11, pp. 104084-104093, Sep. 2023.
[11] C. J. Perera, C. Premachandra and H. Kawanaka, "Enhancing Feature
Detection and Matching in Low-Pixel-Resolution Hyperspectral Images
V. CONCLUSION Using 3D Convolution-Based Siamese Networks," in Sensors, 23(18),
This paper focused on the security problems that deep-fake 8004, Sep. 2023.
images generated by GANs pose for face recognition among [12] C. J. Perera, C. Premachandra, and H. Kawanaka, "Feature Detection and
Matching for Low-Resolution Hyperspectral Images," Proc. of 2023
various biometrics. Specifically, we focused on HSI to IEEE International Conference on Consumer Electronics-Taiwan (IEEE
overcome the threat of deep-fake generated by GANs. We ICCE-TW2023), July 2023.
addressed two important problems encountered in previous [13] C. J. Perera, C. Premachandra, and H. Kawanaka, "Comparison of Light
study: reduced identification time and the inability to handling Weight Hyperspectral Camera Spectral Signatures with Field Spectral
of trained and untrained person image data. In our proposed Signatures for Agricultural Applications," Proc. of 2023 IEEE Int.
method, we introduced the LSGAN model to generate Conference on Consumer Electronics (ICCE), Jan. 2023.
discriminators for each class using hyperspectral face images [14] Y. Yanmin, W. Na, C. Youqi, H. Yingbin, and T. Pengqin, “Soil moisture
that had undergone dimensionality reduction through PCA. monitoring using hyper-spectral remote sensing technology”, Proc. of
2010 Second IITA International Conference on Geoscience and Remote
These discriminators were then employed for binary Sensing, pp. 373-376, Aug. 2010.
classification on the test data, distinguishing between the class [15] G. Peiyuan, F. Yan, X. Lingzi, B. Man, and C. Xinghai, “Research on
used to generate each discriminator and other classes. The Marine and Freshwater Fish Identification Model Based on Hyper-
results of our study demonstrated high-performance spectral Imaging Technology”, Proc. of 2013 5th International
identification outcomes. Additionally, the average identification Conference on Intelligent Human-Machine Systems and Cybernetics, pp.
time significantly reduced in our proposed method compared to 369-372, Aug. 2013.
previous studies. In the future, we will verify the effectiveness [16] B. Hoshino, G. Kudo, T. Yabuki, M. Kaneko and S. Ganzorig,
“Investigation on the water stress in alpine vegetation using Hyperspectral
of this method by increasing the number of face identification sensors”, Proc. of 2009 IEEE International Geoscience and Remote
classes and using hyperspectral data acquired in various Sensing Symposium, pp. III-554-III-556, Jul. 2009.
shooting environments. [17] T. Li, J. Zhang, and Y. Zhang, “Classification of hyperspectral image
based on deep belief networks”, Proc. of 2014 IEEE International
Conference on Image Processing (ICIP), pp. 5132-5136, Oct. 2014.
REFERENCES [18] A. Shwetank, Neeraj, Jitendra, Jitendra, Vikesh, and K. Jain, “Pixel Based
Supervised Classification of Hyperspectral Face Images for Face
[1] A. K. Jain, A. Ross, and S. Prabhakar, "An introduction to biometric Recognition”, Procedia Computer Science, Vol 132, pp.706-717, Jun.
recognition”, IEEE Transactions on Circuits and Systems for Video 2018.
Technology, Vol. 14, no. 1, pp. 4-20, Jan. 2004. [19] X. Mao, Q. Li, H. Xie, R. Y.K. Lau, Z. Wang, and S. P. Smolley, “Least
[2] A. Peña, A. Morales, I. Serna, J. Fierrez, and A. Lapedriza, "Facial Squares Generative Adversarial Networks”, Proc. of 2017 IEEE
Expressions as a Vulnerability in Face Recognition", Proc. of 2021 IEEE International Conference on Computer Vision (ICCV), pp.2813-2821,
International Conference on Image Processing (ICIP), pp. 2988-2992, Sep. Oct. 2017.
2021. [20] C. Dewi, R. C. Chen, Y. T. Liu, and H. Yu, “Various Generative
[3] I. Goodfellow, J. Pouget-Abadie, M. Mirza, B. Xu, D. W.-Farley, S. Ozair, Adversarial Networks Model for Synthetic Prohibitory Sign Image
A. Courville, and Y. Bengio, “Generative Adversarial Nets”, Commun. Generation”, Applied Sciences, Vol 11, Issue 7, pp. 2913-2927, Mar.
of the ACM, Vol. 63, Issue 11, pp. 139-144, Oct. 2020. 2021.
[4] S. Minaee and A. Abdolrashidi, “Finger-GAN: Generating Realistic [21] R. Gupta and V. Gupta, “Performance Analysis of Different GAN
Fingerprint Images Using Connectivity Imposed GAN” in arXiv, Dec. Models: DC-GAN and LS-GAN”, Proc. of 2021 7th International
2018. Conference on Signal Processing and Communication (ICSC), pp222-227,
Nov. 2021.
189
Authorized licensed use limited to: Indian Institute of Information Technology Kottayam. Downloaded on February 04,2025 at 12:18:27 UTC from IEEE Xplore. Restrictions apply.