Analisis Peningkatan Kinerja Model InceptionResNetV2 dalam Identifikasi Wajah pada Dataset In-the-Wild melalui Optimasi Hyperparameter
Abstract
Deep learning-powered facial recognition is essential across various applications, including security systems, authentication processes, and identity verification. However, model performance on in-the-wild datasets faces challenges due to variations in lighting conditions, pose differences, diverse facial expressions, and background complexity. This study aims to analyze the performance improvement of the InceptionResNetV2 model through hyperparameter optimization for the face identification task, using a primary dataset comprising 5,180 face images of 153 individuals captured in in‑the‑wild conditions. The model employs transfer learning, utilizing initial weights from ImageNet, with fine-tuning applied to the final 50 layers. Hyperparameter optimization uses the grid search method, combining learning rates of 0.001 and 0.0005, and batch sizes of 8 and 16. Model performance is evaluated using accuracy, precision, recall, and F1-score metrics, supported by confusion matrix analysis and prediction case visualizations. Results show that the optimized model improved accuracy from 0.8830 to 0.9148, with consistent gains in precision (0.9063 to 0.9249), recall (0.9016 to 0.9302), and F1-score (0.8839 to 0.9139). Confusion matrix analysis indicates an increase in correct predictions across different classes, while improvement case visualizations demonstrate the model's ability to correct prediction errors under complex conditions. McNemar's statistical test yields a p-value of 0.000639 (< 0.05), indicating that the performance improvement is statistically significant. Therefore, hyperparameter optimization is effective in enhancing model performance on in-the-wild datasets.

