Gender classification is an important field in biometric identification systems that plays a vital role in security, forensics, and human–computer interaction. Human eye images are a promising visual object for gender classification because they contain distinct anatomical features that differ between males and females. This study aims to implement and evaluate two Convolutional Neural Network (CNN) architectures, namely MobileNetV1 and DenseNet-121, for gender classification based on human eye images. The dataset used was obtained from the Kaggle platform, consisting of 11,525 eye images, with 6,323 male and 5,202 female samples. The research process involved several stages, including pre-processing, data splitting, augmentation using Affine transformations (rotation and translation), as well as model training and evaluation. The evaluation was conducted using accuracy, precision, recall, and F1-score metrics. The results showed that both architectures were capable of performing gender classification effectively, although differences in performance were observed. The best accuracy was achieved by MobileNetV1 with a rotation scenario of 92.49%, while DenseNet-121 obtained 86.84% with a combined rotation and translation scenario. This research is expected to contribute to the development of efficient and accurate eye image–based gender classification systems using deep learning approaches.
Copyrights © 2026