Claim Missing Document
Check
Articles

Found 13 Documents
Search

Optimization of facial recognition authentication system using InceptionResNetV1 with Pretrained VGGFACE2 Gunawan, Ellexia Leonie; Mas Diyasa, I Gede Susrama; Jauharis Saputra, Wahyu Syaifullah
Jurnal Simantec Vol 13, No 2 (2025): Jurnal Simantec Juni 2025
Publisher : Universitas Trunojoyo Madura

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.21107/simantec.v13i2.29776

Abstract

Face recognition as a biometric authentication method continues to evolve due to its high security and ease of use. However, training models from scratch faces challenges such as the need for large datasets and high computational resources. This study aims to optimize the face authentication system using the InceptionResNetV1 architecture with a transfer learning approach from the pretrained VGGFace2 model and to compare its performance with CASIA-WebFace. Face detection is conducted using YOLOv8, face embeddings are generated by InceptionResNetV1, and authentication is performed by calculating the Euclidean distance between embeddings. Face data were collected from university students and divided into training and testing datasets. Performance evaluation includes accuracy, precision, recall, F1-score, and the confusion matrix. The results show that the VGGFace2 model achieved an accuracy of 98.75%, a recall of 100%, and an F1-score of 99.26%, with no False Negatives, while CASIA-WebFace achieved an accuracy of 86.25% with a recall of 85.07%. The main contribution of this study is to demonstrate that the use of transfer learning with the pretrained VGGFace2 model can significantly improve the accuracy of face authentication systems and to show its effectiveness for developing systems with limited data and computational resources. This study contributes by highlighting the superiority of the pretrained VGGFace2 model in face authentication systems and emphasizing the effectiveness of transfer learning for implementing accurate systems under resource constraints.Keywords: Authentication System, InceptionResNetV1, Face Recognition, Transfer Learning, VGGFace2
Improving Classification Accuracy of Breast Ultrasound Images Using Wasserstein GAN for Synthetic Data Augmentation Mas Diyasa, I Gede Susrama; Humairah, Sayyidah; Puspaningrum, Eva Yulia; Durry, Fara Disa; Lestari, Wahyu Dwi; Caesarendra, Wahyu; Dewi, Deshinta Arrova; Aryananda, Rangga Laksana
Journal of Robotics and Control (JRC) Vol. 6 No. 4 (2025)
Publisher : Universitas Muhammadiyah Yogyakarta

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.18196/jrc.v6i4.25075

Abstract

Breast cancer remains one of the most prevalent cancers in Indonesia, and early detection plays a vital role in improving patient outcomes. Ultrasound imaging is a non-invasive and accessible technique used to classify breast conditions into normal, benign, or malignant categories. The advancement of deep learning, particularly Transfer Learning with Convolutional Neural Networks (CNNs), has significantly enhanced the performance of automated image classification. However, the effectiveness of CNNs heavily relies on large, balanced datasets—resources that are often limited and imbalanced in medical domains. To address this issue, this study explores the use of Wasserstein Generative Adversarial Networks (WGAN) for synthetic data augmentation. WGAN is capable of learning the underlying distribution of real ultrasound images and generating high-quality synthetic samples. The inclusion of the Wasserstein distance stabilizes training, with convergence observed around 2500–3000 epochs out of 5000. While synthetic data improves classifier performance, there remains a potential risk of overfitting, particularly when the synthetic images closely mirror the training data. Compared to traditional augmentation techniques such as rotation, flipping, and scaling, WGAN-generated data provides more diverse and realistic representations. Among the tested models, VGG16 achieved the highest accuracy of 83.33% after WGAN augmentation. Nonetheless, computational resource limitations posed challenges in training stability and duration. Furthermore, issues related to model generalizability, as well as ethical and patient privacy considerations in using synthetic medical data, must be addressed to ensure responsible deployment in real-world clinical settings.
Optimizing The XGBoost Model with Grid Search Hyperparameter Tuning for Maximum Temperature Forecasting Sugiarto, Sugiarto; Mas Diyasa, I Gede Susrama; Alhamda, Denisa Septalian; Aryananda, Rangga Laksana; Fatmah Sari, Allan Ruhui; Sukri, Hanifudin; Dewi, Deshinta Arrowa
Journal of Applied Data Sciences Vol 6, No 4: December 2025
Publisher : Bright Publisher

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.47738/jads.v6i4.885

Abstract

This study presents a novel comparative approach to maximum temperature forecasting in Surabaya, Indonesia, by integrating Extreme Gradient Boosting (XGBoost) with Grid Search Hyperparameter Tuning and benchmarking it against Autoregressive Integrated Moving Average (ARIMA) and Neural Prophet models. The main idea is to evaluate the capability of XGBoost in capturing nonlinear patterns in environmental time series data, which traditional models often fail to address. Using 15,388 historical daily maximum temperature records from the BMKG Juanda weather station spanning 1981–2022, the objective is to identify the most accurate predictive model for short- and medium-term forecasts. The modeling process involved four stages: data acquisition, preprocessing, training, and evaluation, with performance assessed using Mean Absolute Error (MAE) and Root Mean Squared Error (RMSE). The findings show that, after hyperparameter tuning, XGBoost achieved the best performance with MAE = 0.32 and RMSE = 0.65, outperforming ARIMA (MAE = 0.85, RMSE = 1.20) and Neural Prophet (MAE = 0.70, RMSE = 0.98). Prediction results for 2025 indicate peak maximum temperatures in January, October, and November, aligning with recent climate patterns. The contribution of this research lies in demonstrating the superiority of a tuned XGBoost model for complex environmental datasets, offering a practical tool for urban climate planning, agricultural scheduling, and heatwave risk mitigation. The novelty of this work is the systematic integration of Grid Search-based optimization with XGBoost for meteorological forecasting in a tropical urban context, producing higher accuracy than both classical statistical and modern hybrid time series methods. These results highlight the model’s adaptability and potential for broader climate-related applications, with future research recommended to incorporate additional meteorological variables such as humidity and wind speed for even greater predictive capability.