Ricardus Anggi Pramunendar
Universitas Dian Nuswantoro, Semarang, Indonesia

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

Found 2 Documents
Search

Lightweight Deep Learning Approach for Sugarcane Leaf Disease Classification Using MobileNetV2 Cinantya Paramita; Rifky Bintang Pradana; Nurul Anisa Sri Winarsih; Ricardus Anggi Pramunendar
Jurnal Teknologi Informasi dan Terapan Vol 12 No 2 (2025): December
Publisher : Jurusan Teknologi Informasi Politeknik Negeri Jember

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.25047/jtit.v12i2.456

Abstract

Sugarcane is one of Indonesia’s strategic crops, yet its productivity is frequently disrupted by leaf diseases such as yellow leaf, rust, and red rot. Previous studies have shown that deep learning models are promising for plant disease detection, but many of them rely on heavy architectures that limit deployment in real-world agricultural settings. To address this gap, this study applies MobileNetV2, a lightweight Convolutional Neural Network, for the classification of sugarcane leaf diseases. Using the publicly available Kaggle dataset, the model was trained and evaluated on four classes: healthy, yellow leaf, rust, and red rot. The results demonstrate that MobileNetV2 achieved 97.0% test accuracy, with strong precision, recall, and F1-scores across all categories. These findings highlight that efficient deep learning architectures can deliver reliable disease classification while remaining practical for implementation on mobile or edge devices. Compared with previous approaches, this study contributes by demonstrating that lightweight model like MobileNetV2 can provide a balance of accuracy and efficiency, making them suitable for supporting precision agriculture practices in resource-limited environments
Addressing Class Imbalance in Android Backdoor Malware DetectionUsing Ensemble Models Rama Aria Megantara; Dewi Pergiwati; Farrikh Alzami; Ricardus Anggi Pramunendar; Dwi Puji Prabowo; Muhammad Naufal; Rivaldo Mersis Brilianto
MATRIK : Jurnal Manajemen, Teknik Informatika dan Rekayasa Komputer Vol. 25 No. 2 (2026)
Publisher : Universitas Bumigora

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.30812/matrik.v15i2.6198

Abstract

Backdoor malware represents one of the most critical threats in the Android ecosystem due to its capability to enable covert remote access, escalate privileges, and exfiltrate sensitive data without user awareness. Although the CCCS-CIC-AndMal-2020 dataset is publicly available, prior studies have not specifically formulated Backdoor detection as a binary classification problem under extreme class imbalance, nor systematically evaluated the impact of oversampling and cost-sensitive weighting using imbalance-aware performance metrics. This study proposes a comprehensive detection pipeline that integrates ensemble learning, class imbalance handling strategies, and explainability-based analysis to extract behavioral signatures of Backdoor malware. A two-stage feature selection process is employed to reduce the original 9,502-dimensional feature space to 500 informative features. Subsequently, five classification algorithms are evaluated under three imbalance-handling scenarios using a composite ranking criterion based on F1-score, Area Under the Receiver Operating Characteristic Curve (AUC), Geometric Mean (G-Mean), and Matthews Correlation Coefficient (MCC). The experimental results demonstrate that the Random Forest model combined with Synthetic Minority Oversampling Technique (SMOTE) achieves the best performance, with an F1-score of 0.9043, AUC of 0.9909, G-Mean of 0.9422, and MCC of 0.8948. Furthermore, SHAP analysis identifies 39 Android permissions related to account access, covert communication, and privilege escalation as key behavioral signatures, with the permissions feature group contributing 2.31 times higher discriminative importance than nonpermission features. These findings indicate that interpretable ensemble learning not only improves detection performance but also provides actionable insights for static malware analysis.