Mutasodirin, Mirza Alim
Unknown Affiliation

Published : 2 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 2 Documents
Search

Efficient Weather Classification Using DenseNet and EfficientNet Mutasodirin, Mirza Alim; Falakh, Faiq Miftakhul
Jurnal Informatika: Jurnal Pengembangan IT Vol 9, No 2 (2024)
Publisher : Politeknik Harapan Bersama

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.30591/jpit.v9i2.7539

Abstract

Classifying images of weather conditions using deep learning models is a challenging task due to the computational intensity and resource requirements. To deploy AI models on resource-constrained devices like smartphones and IoT devices, compact and computationally lightweight models are necessary. Efficient deep learning models for weather classification are essential to reduce energy consumption and costs, making AI more accessible and sustainable. To the best of our knowledge, there are limited studies comparing MobileNet, DenseNet, and EfficientNet as efficient models and did not report any hyperparameter optimization. Our study contributes by investigating efficient models with hyperparameter optimization. Firstly, we measured the inference speed of 14 models, namely MobileNet, MobileNetV2, MobileNetV3, EfficientNetB0, EfficientNetV2B0, NASNetMobile, DenseNet121, VGG16, Xception, InceptionV3, ResNet50, ResNet50V2, ConvNeXtTiny, and InceptionResNetV2. Then, the top-7 fast models, which are MobileNet, MobileNetV2, MobileNetV3, EfficientNetB0, EfficientNetV2B0, NASNetMobile, and DenseNet121, were benchmarked for their accuracy. The models were compared by a small dataset having four classes: cloudy, rain, shine, and sunrise. Batch size and learning rate for each model were optimized by grid search method. It turns out that DenseNet121 achieved the best and the most balanced validation and testing accuracy, 0.9821 and 0.9837, followed by EfficientNetB0 with 0.9821 and 0.9740 respectively. This study is important to find efficient models with optimal comparison.
Cat Skin Disease Diagnosis Using EfficientNetV2 for Lightweight Processing on Low-Resource Devices Aminah, Fadila Rizka Nur; Mutasodirin, Mirza Alim; Hidayattullah, Muhammad Fikri
Jurnal Teknik Elektro Vol. 17 No. 2 (2025)
Publisher : LPPM Universitas Negeri Semarang

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.15294/jte.v17i2.29764

Abstract

Skin diseases are among the most common health issues in domestic cats. However, access to veterinarians is often limited, especially in low-resource settings. Automated image-based detection offers a fast and affordable alternative for early intervention. This paper presents a lightweight approach for diagnosing feline skin diseases using EfficientNetV2 optimized for low-resource devices. A balanced custom dataset consisting of 720 images across nine classes, namely Healthy, Mild/Severe Ringworm, Mild/Severe Acne, Mild/Severe Flea, and Mild/Severe Scabies, was compiled from Kaggle, Roboflow, and Google Images, ensuring ethical use of publicly available data. The images were augmented through rotations (0°, 90°, 180°, 270°) and horizontal flips, resulting in 5,760 images, to enhance model generalization. Five CNN architectures were benchmarked: DenseNet121, MobileNetV2, MobileNetV3, EfficientNetB0, and EfficientNetV2B0. Training was conducted with grid searches over batch sizes {64, 32, 16, 8} and learning rates {1e-3, 5e-4, 2e-4, 1e-4, 5e-5} for up to 300 epochs, and with the Adam optimizer and Reduce-LR-on-Plateau (decay factor 0.5). Early stopping (patience = 10) was used to mitigate overfitting. The best model was selected based on highest validation accuracy. The experiments were conducted on an Intel Xeon 6 CPU (2.2 GHz, 2 vCPUs) in Google Colab without GPU to simulate low-resource deployment. EfficientNetV2B0 achieved the best performance with 99.62% validation accuracy and 99.79% test accuracy, with an average inference latency of 78 ms/frame. Compared to previous studies focusing on heavyweight models or conventional ML using handcrafted features, this work highlights the feasibility of deploying an accurate real-time diagnostic pipeline on edge devices.