Iraqi Kurd or Arab Male Authenticity Detection Based on Facial Feature

Authors

  • Bnar Abdulsalam Abdulrahman Department of Computer, School of Science, Komar University of Science and Technology, Sulaymaniyah, Iraq
  • Nama Ezzaalddin Mustafa Department of Computer Science, School of Science and Engineering, University of Kurdistan-Hewler, Erbil, Iraq

DOI:

https://doi.org/10.21928/uhdjst.v8n1y2024.pp64-77

Keywords:

Faster Region-based Convolutional Neural Network, Convolutional Neural Networks, Detection, Iraq, Ethnicity

Abstract

As an inherent human characteristic, ethnicity plays a fundamental and critical role in biometric identification. On the other hand, the human face is the core of man’s identity, and facts such as age and race are often extrapolated automatically from the face. The objective is to utilize computer technologies to identify and categorize ethnic groups based on facial features. Convolutional neural networks (CNN), which can automatically identify underlying patterns from data, excel at learning image features and have shown state-of-the-art performance in several visual recognition challenges, such as ethnicity detection. Although the automated classification of traits such as age, gender, and ethnicity is a well-researched topic, Iraqi ethnic groupings have not yet been addressed. This study seeks to tackle the challenge of predicting the ethnicity of Iraqi male individuals based on their facial traits for the two largest ethnic groups, the Arabs, and the Kurds. Male Iraqi Kurds and Arabs were each represented by 260 image samples. The dataset underwent a diverse array of preprocessing and data enhancement techniques, including image resizing, isolation, gamma correction, and contrast stretching. Moreover, to augment the dataset and expand its diversity, various techniques such as brightness adjustment, rotation, horizontal flip, and grayscale augmentations were systematically applied, effectively increasing the overall number of images, and enriching the dataset for improved model performance. Face images of Kurds and Arabs were classified using the Faster region-based CNN (RCNN) approach of deep learning. Due to insufficient data in the dataset, we propose employing transfer learning to extract features using several pre-trained models. Specifically, we examined EfficientNetB4, ResNet-50, SqueezeNet, VGG16, and MobileNetV2, resulting in accuracies of 96.73%, 94.91%, 93.39%, 92.48%, and 90.32%, accompanied by corresponding precision values of 0.86, 0.81, 0.80, 0.70, and 0.69, respectively. It is essential to emphasize that the following inference speeds – VGG16 (4.5 ms), ResNet-50 (4.6 ms), SqueezeNet (3.8 ms), MobileNetV2 (3.7 ms), and EfficientNet-B4 (16 ms) – represent the computing times needed for each backbone. Moreover, to achieve a harmonious trade-off between precision and the time required for inference, we chose ResNet-50 as the foundational framework for our model aimed at classifying ethnicity. The study also acknowledges limitations such as the availability and diversity of the dataset. Nevertheless, despite these limitations, it provides valuable perspectives on the automated prediction of Iraqi male ethnicity through facial features, presenting potential applications in various domains. The findings contribute to the broader conversation surrounding biometric identification and ethnic categorization, underscoring the importance of ongoing research and heightened awareness of the inherent limitations associated with such studies.

References

M. Smith and S. Miller. “The ethical application of biometric facial recognition technology”. Ai and Society, vol. 37, pp. 167-175, 2022.

N. Narang and T. Bourlai. “Gender and Ethnicity Classification Using Deep Learning in Heterogeneous Face Recognition. In: International Conference on Biometrics (ICB)”. IEEE, Piscataway, pp. 1-8, 2016.

TWB. “The World Bank, World Bank Open Data”, 2023. Available from: https://data.worldbank.org

EUAA. “Religious and Ethnic Minorities, and Stateless Persons”. European Union Agency for Asylum, Grand Harbour, 2021. Available from: https://euaa.europa.eu/country-guidance-iraq- 2021/215-religious-and-ethnic-minorities-and-stateless-persons [Last accessed on 2023 Jan 02]

M. Jmal, W. S. Mseddi, R. Attia and A. Youssef. “Classification of Human Skin Color and its Application to Face Recognition. In: MMEDIA 2014: The Sixth International Conference on Advances in Multimedia”. IARIA, 2014.

S. Richmond, L. J. Howe, S. Lewis, E. Stergiakouli and A. Zhurov. “Facial genetics: A brief overview”. Frontiers in Genetics, vol. 9, p. 462, 2018.

W. Wang, F. He, and Q. Zhao. “Facial Ethnicity Classification with Deep Convolutional Neural Networks. In: Chinese Conference on Biometric Recognition”. Springer, Berlin, pp. 176-185, 2016.

C. Janiesch, P. Zschech and K. Heinrich. “Machine learning and deep learning”. Electronic Markets, vol. 31, no. 3, pp. 685-695, 2021.

H. Lin, H. Lu and L. Zhang. “A New Automatic Recognition System of Gender, Age and Ethnicity. In: Congress on Intelligent Control Effect on Template-based Gender and Ethnicity Classification. In: Proceedings of 11th International Conference on Control Automation Robotics and Vision (ICARCV)”. Singapore, pp. 1644-1649, 2010.

Y. Xie, K. Luu and M. Savvides. “A Robust Approach to Facial Ethnicity Classification on Large Scale Face Databases. In: IEEE Fifth International Conference on Biometrics: Theory, Applications and Systems”. IEEE, Piscataway, pp. 143-149, 2012.

N. Srinivas, H. Atwal, D. C. Rose, G. Mahalingam, K. Ricanek and D. S. Bolme. “Age, Gender, and Fine-grained Ethnicity Prediction Using Convolutional Neural Networks for the EAST Asian Face Dataset. In: 2017 12th IEEE International Conference on Automatic Face and Gesture Recognition (FG 2017)”. pp. 953-960, 2017.

S. Masood, S. Gupta, A. Wajid, S. Gupta and M. Ahmed. Prediction of human ethnicity from facial images using neural networks. In: “Data Engineering and Intelligent Computing”. Springer, Berlin, pp. 217-226, 2018.

D. Belcar, P. Grd and I. Tomičić. “Automatic ethnicity classification from middle part of the face using convolutional neural networks”. Informatics, vol. 9, no. 1, p. 18, 2022.

H. Chen, Y. Deng and S. Zhang. “Where am I from?-East Asian Ethnicity Classification from Facial Recognition”. Project study in Stanford University, San Francisco, 2016.

Z. Heng, M. Dipu and K. H. Yap. “Hybrid Supervised Deep Learning for Ethnicity Classification Using Face Images. IEEE.2018, International Symposium on Circuits and Systems (ISCAS)”. Florence, Italy, pp. 1-5, 2018.

S. Aina, M. O. Adeniji, A. R. Lawal and A. I. Oluwaranti. “Development of a convolutional neural network-based ethnicity classification model from facial images”. International Journal of Innovative Science and Research Technology, vol. 7, no. 4, pp. 1216-1221, 2022.

Roboflow. “New Feature: Isolate Objects”, 2021. Available from: https://blog.roboflow.com/isolate-objects [Last accessed on 2025 Jan 25].

S. Rahman, M. M. Rahman, M. Abdullah-Al-Wadud, G. D. Al-Quaderi and M. Shoyaib. “An adaptive gamma correction for image enhancement”. EURASIP Journal on Image and Video Processing, vol. 2016, no. 1, p. 35, 2016.

OpenGenus. “Data Augmentation Techniques, Computing Expertise and Legacy”, 2019. Available from: https://iq.opengenus. org/data-augmentation [Last accessed on 2023 Jan 25].

J. Wang and S. Lee. “Data augmentation methods applying grayscale images for convolutional neural networks in machine vision”. Applied Sciences, vol. 11, no. 15, p. 6721, 2021.

A. Mahmood, A. G. Ospina, M. Bennamoun, S. An, F. Sohel, F. Boussaid, R. Hovey, R. B. Fisher and G. A. Kendrick. “Automatic hierarchical classification of kelps using deep residual features”. Sensors, vol. 20, no. 2, p. 447, 2020.

D. Theckedath and R. R. Sedamkar. “Detecting affect states using VGG16, ResNet50 and SE-ResNet50 networks”. SN Computer Science, vol. 1, pp. 1-7, 2020.

F. N. Iandola, S. Han, M. W. Moskewicz, K. Ashraf, W. J. Dally and K. Keutzer. “SqueezeNet: AlexNet-level accuracy with 50x fewer parameters and and <0.5MB model size”. [arXiv preprint] arXiv:1602.07360, 2016.

M. Sandler, A. Howard, M. Zhu, A. Zhmoginov and L. C. Chen. “Mobilenetv2: Inverted Residuals and Linear Bottlenecks. In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition”. pp. 4510-4520, 2018.

M. Tan and O. Le. “Efficientnet: Rethinking Model Scaling for Convolutional Neural Networks. In: International Conference on Machine Learning”. pp. 6105-6114, 2019.

A. Shahid. “EfficientNet: Scaling of Convolutional Neural Networks Done Right Medium”, 2020. Available from: https:// towardsdatascience.com/efficientnet-scaling-of-convolutional-neural-networks-done-right-3fde32aef8ff [Last accessed on 2023 Feb 03].

B. Shi, R. Hou, M. A. Mazurowski, L. J. Grimm, Y. Ren, J. R. Marks, L. M. King, C. C. Maley, E. S. Hwang and J. Y. Lo. “Learning Better Deep Features for the Prediction of Occult Invasive Disease in Ductal Carcinoma in Situ through Transfer Learnin. In: Proceedings of the SPIE Medical Imaging 2018: Computer-Aided Diagnosis”. vol. 10575, pp. 620-625, 2018.

T. H. B. Nguyen, E. Park, E., X. Cui, V. H. Nguyen and H. Kim. “fPADnet: Small and efficient convolutional neural network for presentation attack detection”. Sensors, vol. 18, no. 8, p. 2532, 2018.

C. Y. Zhu, Y. K. Wang, H. P. Chen, K. L. Gao, C. Shu, J. C. Wang, L. F. Yan, Y. G. Yang, F. Y. Xie and J. Liu. “A deep learning-based framework for diagnosing multiple skin diseases in a clinical environment”. Frontiers in Medicine, vol. 8, p. 626369, 2021.

Published

2024-03-03

How to Cite

Abdulrahman, B. A., & Mustafa, N. E. (2024). Iraqi Kurd or Arab Male Authenticity Detection Based on Facial Feature. UHD Journal of Science and Technology, 8(1), 64–77. https://doi.org/10.21928/uhdjst.v8n1y2024.pp64-77

Issue

Section

Articles