Claim Missing Document
Check
Articles

Found 3 Documents
Search
Journal : Journal of Information Systems Engineering and Business Intelligence

License Plate Character Recognition using Convolutional Neural Network Firman Maulana Adhari; Taufik Fuadi Abidin; Ridha Ferdhiana
Journal of Information Systems Engineering and Business Intelligence Vol. 8 No. 1 (2022): April
Publisher : Universitas Airlangga

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.20473/jisebi.8.1.51-60

Abstract

Background: In the last decade, the number of registered vehicles has grown exponentially. With more vehicles on the road, traffic jams, accidents, and violations also increase. A license plate plays a key role in solving such problems because it stores a vehicle’s historical information. Therefore, automated license-plate character recognition is needed. Objective: This study proposes a recognition system that uses convolutional neural network (CNN) architectures to recognize characters from a license plate’s images. We called it a modified LeNet-5 architecture. Methods: We used four different CNN architectures to recognize license plate characters: AlexNet, LeNet-5, modified LeNet-5, and ResNet-50 architectures. We evaluated the performance based on their accuracy and computation time. We compared the deep learning methods with the Freeman chain code (FCC) extraction with support vector machine (SVM). We also evaluated the Otsu and the threshold binarization performances when applied in the FCC extraction method. Results: The ResNet-50 and modified LeNet-5 produces the best accuracy during the training at 0.97. The precision and recall scores of the ResNet-50 are both 0.97, while the modified LeNet-5’s values are 0.98 and 0.96, respectively. The modified LeNet-5 shows a slightly higher precision score but a lower recall score. The modified LeNet-5 shows a slightly lower accuracy during the testing than ResNet-50. Meanwhile, the Otsu binarization’s FCC extraction is better than the threshold binarization. Overall, the FCC extraction technique performs less effectively than CNN. The modified LeNet-5 computes the fastest at 7 mins and 57 secs, while ResNet-50 needs 42 mins and 11 secs. Conclusion: We discovered that CNN is better than the FCC extraction method with SVM. Both ResNet-50 and the modified LeNet-5 perform best during the training, with F measure scoring 0.97. However, ResNet-50 outperforms the modified LeNet-5 during the testing, with F-measure at 0.97 and 1.00, respectively. In addition, the FCC extraction using the Otsu binarization is better than the threshold binarization. Otsu binarization reached 0.91, higher than the static threshold binarization at 127. In addition, Otsu binarization produces a dynamic threshold value depending on the images’ light intensity. Keywords: Convolutional Neural Network, Freeman Chain Code, License Plate Character Recognition, Support Vector Machine
Incorporation of IndoBERT and Machine Learning Features to Improve the Performance of Indonesian Textual Entailment Recognition Tandi, Teuku Yusransyah; Abidin, Taufik Fuadi; Riza, Hammam
Journal of Information Systems Engineering and Business Intelligence Vol. 11 No. 2 (2025): June
Publisher : Universitas Airlangga

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.20473/jisebi.11.2.173-186

Abstract

Background: Recognizing Textual Entailment (RTE) is a task in Natural Language Processing (NLP), used for question-answering, information retrieval, and fact-checking. The problem faced by Indonesian NLP is based on how to build an effective and computationally efficient RTE model. In line with the discussion, deep learning models such as IndoBERT-large-p1 can obtain high F1-score values but require large GPU memory and very long training times, making it difficult to apply in environments with limited computing resources. On the other hand, machine learning method requires less computing power and provide lower performance. The lack of good datasets in Indonesian is also a problem in RTE study.  Objective: This study aimed to develop Indonesian RTE model called Hybrid-IndoBERT-RTE, which can improve the F1-Score while significantly increasing computational efficiency.  Methods: This study used the Wiki Revisions Edits Textual Entailment (WRETE) dataset consisting of 450 data, 300 for training, 50 for validation, and 100 for testing, respectively. During the process, the output vector generated by IndoBERT-large-p1 was combined with feature-rich classifier that allowed the model to capture more important features to enrich the information obtained. The classification head consisted of 1 input, 3 hidden, and 1 output layer.  Results: Hybrid-IndoBERT-RTE had an F1-score of 85% and consumed 4.2 times less GPU VRAM. Its training time was up to 44.44 times more efficient than IndoBERT-large-p1, showing an increase in efficiency.  Conclusion: Hybrid-IndoBERT-RTE improved the F1-score and computational efficiency for Indonesian RTE task. These results showed that the proposed model had achieved the aims of the study. Future studies would be expected to focus on adding and increasing the variety of datasets.  Keywords: Textual Entailment, IndoBERT-large-p1, Feature-rich classifiers, Hybrid-IndoBERT-RTE, Deep learning, Model efficiency
Ripeness Detection and Shelf Life Prediction of Avocados Using YOLOv8 and Hybrid Machine Learning Ulfa, Maria; Abidin, Taufik Fuadi; Muchtar, Kahlil
Journal of Information Systems Engineering and Business Intelligence Vol. 12 No. 1 (2026): February
Publisher : Universitas Airlangga

Show Abstract | Download Original | Original Source | Check in Google Scholar

Abstract

Background: Post-harvest ripening for Hass avocados is hard because their ripening pattern is unpredictable. Recent studies have explored deep learning applications for ripening stages classification. However, it needs further development to achieve better results that can run effectively on low-end devices like smartphones. Objective: The study aims to achieve three main goals that involve developing an efficient YOLOv8 object detection model that works with local avocado varieties to precisely determine ripening stages, creating a hybrid machine learning model to improve classification performance, and predicting storage duration (shelf life). The study also aims to develop a practical mobile application for post-harvest use. Methods: The YOLOv8 model was trained first on the Hass avocado dataset for transfer learning, followed by a second training on the local avocado dataset for domain adaptation. Mean Average Precision (mAP) was used to evaluate a standalone YOLOv8 object detection model, while accuracy and F1-score were used to evaluate classification. The hybrid YOLOv8 and machine learning approach includes selecting the optimal YOLOv8 layer for feature extraction, using Random Forest for feature selection, applying SMOTE to handle data imbalance, and classifying with Logistic Regression, SVM, and XGBoost. Storage duration was performed using a standalone YOLOv8 and hybrid ML classification results, along with a linear regression formula. Results: The standalone YOLOv8 model achieved an mAP50 of 0.93 and a classification accuracy of 0.90 on the local avocado dataset. The hybrid method achieved a classification accuracy of 0.96. The storage estimation results showed that the hybrid approach produced an MAE of 0.43 days, while the standalone approach produced 0.44 days. The results were better than previous studies, achieving an error rate of 0.96 days. Conclusion: The research achieved its goal of developing an improved approach to identify avocados and determine their storage duration. The hybrid model functions as a working solution that improves post-harvest operations using Android-based applications.   Keywords: YOLOv8, Machine Learning, Avocado Ripening, Shelf-life Estimation