Claim Missing Document
Check
Articles

Found 2 Documents
Search
Journal : Jurnal Teknik Informatika (JUTIF)

A Comparative Analysis of Color Channel-Based Feature Extraction using Machine Learning versus Deep Learning for Food Recognition Sari, Yuita Arum; Nugraha, Dwi Cahya Astria; Adinugroho, Sigit
Jurnal Teknik Informatika (Jutif) Vol. 6 No. 4 (2025): JUTIF Volume 6, Number 4, Agustus 2025
Publisher : Informatika, Universitas Jenderal Soedirman

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.52436/1.jutif.2025.6.4.5001

Abstract

Automated Dietary Assessment Accurate food recognition is a big challenge in computer vision which is critical for developing Automated Dietary assessment and health monitoring systems. The key question it answered was whether traditional machine learning with feature engineering by hand can beat modern deep learning approaches? In this Context, this study serves as a comparative analysis of these two paradigms. The baseline method worked by extracting texture (LBP,GLCM) and color information from different channels of five colors spaces (RGB, HSV, LAB, YUV,YCbCr) followed by feeding these features into multiple classifiers such as Nearest Neighbor(NN), Decision Tree and Naïve Bayes. These were then compared to deep learning models (MobileNet_v2, ResNet18, ResNet50, EfficientNet_B0). The best traditional one can reach an accuracy of 93.33%, using texture features extracted from the UV channel and classified with a NN. Nevertheless, the deep learning models consistently presented higher performance and MobileNet_v2 reached up to 94.9% accuracy without requiring manual feature selection. In this paper, we show that end-to-end deep learning models are more powerful and error robust for food recognition. These results highlight their promise for constructing more effective and scalable real-world applications with less need for intricate, domain-specific feature engineering.
Improving Direct Image Regression for Blood Cell Enumeration with a Fine-Tuned Backbone Adinugroho, Sigit; Sari, Yuita Arum; Utaminingrum, Fitri
Jurnal Teknik Informatika (Jutif) Vol. 6 No. 4 (2025): JUTIF Volume 6, Number 4, Agustus 2025
Publisher : Informatika, Universitas Jenderal Soedirman

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.52436/1.jutif.2025.6.4.5004

Abstract

Complete blood count (CBC) examination provides an important insight for diagnosis or disease treatment. Currently, CBC examination requires complex and expensive devices that limit their deployment in remote area. The development of computer vision based method offers simplification to the process. However, its implementation is limited to the availability of large size labelled dataset. This research aims to develop a direct image regressor that is able to regress directly from image. There are two stages in estimation process. First, the backbone is trained using large dataset available for blood cell classification problem. Then the trained backbone is plugged into the final model by adding a fully connected neural network that acts as regressor. The whole model is then trained using limited whole blood cell count dataset. The evaluation process shows that training the backbone using large size related dataset improve the performance by 50%. This study can be used to create a low-cost blood component evaluation tool, particularly in rural areas where access to advanced laboratory equipment is limited.