Claim Missing Document
Check
Articles

Found 2 Documents
Search

New Generation Indonesian Endemic Cattle Classification: MobileNetV2 and ResNet50 Fikri, Ahmad; Murni, Aniati
Jurnal Ilmiah Teknik Elektro Komputer dan Informatika Vol. 9 No. 4 (2023): December
Publisher : Universitas Ahmad Dahlan

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.26555/jiteki.v9i4.26659

Abstract

Cattle are an essential source of animal food globally, and each country possesses unique endemic cattle races. However, categorizing cattle, especially in countries like Indonesia with a large cattle population, presents challenges due to costs and subjectivity when using human experts. This research utilizes Computer Vision (CV) for image data classification to address this urgent need for automatic categorization. The main objective of this study is to develop a mobile-friendly model using CV techniques that can accurately detect and classify Indonesian endemic cattle races, such as Limosin, Madura, Pegon, and Simental. To achieve this, an object localization approach is employed to extract multiple features from distinct regions of each cattle image, including the head, ear, horn, and muzzle areas. The authors evaluate two CV algorithms, ResNet50 and MobileNetV2, to assess their performance in cattle race classification. The dataset used is facial photos of 147 cows. The results indicate that ResNet50 outperforms MobileNetV2, achieving a training data accuracy of 83.33% compared to MobileNetV2's 77.08%. Moreover, the validation accuracy of ResNet50 (76.92%) significantly surpasses MobileNetV2's (38.46%). The novel contribution of this research lies in developing a cost-effective and efficient solution for identifying endemic cattle breeds in Indonesia. The mobile-friendly model based on ResNet50 demonstrates superior accuracy, enabling cattle farmers and researchers to categorize cattle races with higher precision, reducing manual effort, and minimizing costs. In conclusion, this research provides a valuable advancement in automatic cattle categorization using CV techniques. By offering a practical and accurate model that considers Indonesia's specific cattle breeding conditions, this study contributes to the sustainable management and conservation of endemic cattle races while enhancing the efficiency of cattle farming practices.
SCOV-CNN: A Simple CNN Architecture for COVID-19 Identification Based on the CT Images Haryanto, Toto; Suhartanto, Heru; Murni, Aniati; Kusmardi, Kusmardi; Yusoff, Marina; Zain, Jasni Mohammad
JOIV : International Journal on Informatics Visualization Vol 8, No 1 (2024)
Publisher : Society of Visual Informatics

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.62527/joiv.8.1.1750

Abstract

Since the coronavirus was first discovered in Wuhan, it has widely spread and was finally declared a global pandemic by the WHO. Image processing plays an essential role in examining the lungs of affected patients. Computed Tomography (CT) and X-ray images have been popularly used to examine the lungs of COVID-19 patients. This research aims to design a simple Convolution Neural Network (CNN) architecture called SCOV-CNN for the classification of the virus based on CT images and implementation on the web-based application. The data used in this work were CT images of 120 patients from hospitals in Brazil. SCOV-CNN was inspired by the LeNet architecture, but it has a deeper convolution and pooling layer structure. Combining seven and five kernel sizes for convolution and padding schemes can preserve the feature information from the images.  Furthermore, it has three fully connected (FC) layers with a dropout of 0.3 on each. In addition, the model was evaluated using the sensitivity, specificity, precision, F1 score, and ROC curve values. The results showed that the architecture we proposed was comparable to some prominent deep learning techniques in terms of accuracy (0.96), precision (0.98), and F1 score (0.95). The best model was integrated into a website-based system to help and facilitate the users' activities. We use Python Flask Pam tools as a web server on the server side and JavaScript for the User Interface (UI) Design