Skip to content

Author

Muntadher Kareem

2 papers indexed here

We haven’t gathered this author’s papers yet. Follow them and we’ll fetch their work.

Not the right person? Other researchers publish under this name.

Open access Aug 2026

Adaptive Phishing URL Detection Using Hybrid Fuzzy C-Means Clustering and XGBOOST

Phishing attacks continue to evolve in sophistication, rendering static detection methods increasingly ineffective. Existing URL-based approaches suffer from limited adaptability to emerging phishing patterns, mislabeled training data, and insufficient validation protocols. This paper proposes a hybrid phishing URL detection system that integrates Fuzzy C-Means (FCM) clustering with XGBoost classification, enhanced by a novel Micro Adaptive Feature Extractor (MAFE). The system employs a multi-stage pipeline: feature engineering generating 36 statistical and interaction features, MAFE producing 15 adaptive features through class-aware dynamic weighting, micro-pattern detection, and entropy analysis, and FCM with K=2 clusters providing soft membership features to XGBoost. A two-pass confidence-based mislabel detection protocol identifies and removes 2.66% suspected labeling errors from the training data. The system is evaluated on the large-scale DEPHIDES dataset of 5,202,841 URLs using a proper three-way split: 60% training, 10% validation, and 30% test. The classification threshold is optimized exclusively on the validation set, ensuring unbiased test evaluation. The proposed system achieves 97.86% accuracy and 99.84% AUC on the raw test set, improving to 98.98% accuracy after verified mislabel removal. Comparative evaluation demonstrates that the system outperforms Random Forest 95.91%, LightGBM 96.31%, CatBoost 95.75%, and standalone XGBoost 96.59% trained on identical data with the same evaluation protocol. The system processes URLs at 6,528 URLs/second, with 95% confidence intervals of 97.77%–97.96% for accuracy. A sensitivity analysis confirms robustness to the MAFE adaptation rate parameter, with accuracy varying by only 0.06% across α ∈ [0.05, 0.30].

Muntadher Kareem, R. I. Farhan · 0 citations
Open access Aug 2026

PalmNet: Confidence-Calibrated Edge-Cloud AI for Field Diagnosis of Date Palm Diseases

Date palm (Phoenix dactylifera L.) is a cornerstone crop for Iraq and the wider MENA region, yet reliable in-field diagnosis of leaf disorders remains slow, labour-intensive, and constrained by a limited pool of agronomists. This paper presents PalmNet, a full-stack diagnostic system that classifies nine leaf conditions through a calibrated edge-cloud framework. The system is developed and evaluated on a public dataset of 3,089 field images spanning the nine classes, using a 70/15/15 stratified split. A ShuffleNetV2 student network, distilled from a ConvNeXt-Tiny teacher, is deployed on two complementary edge endpoints: a Raspberry Pi Zero 2 W field station running ONNX Runtime with GPS-tagged capture, and an Android application built in Kotlin with Jetpack Compose and TensorFlow Lite, exposing separate viewer and expert interfaces. The teacher is served from Google Cloud Run and is invoked only for low-confidence predictions. Post-hoc temperature scaling with a single calibration temperature (Tcal = 1.3976) is applied to the student logits, and a calibration-split threshold sweep selects the operating confidence threshold τ = 0.93 for selective offloading. On a held-out test set of 464 images, PalmNet reaches 99.14% top-1 accuracy, a macro-F1 of 0.9789, and a balanced accuracy of 97.33%, on a par with a fully cloud-based baseline while keeping 93.75% of inferences on-device and reducing uplink traffic by approximately sixteenfold (from about 12.3 MB to 0.77 MB across the test pass). Knowledge distillation improves the student macro-F1 by 1.98 percentage points over a non-distilled baseline, and the deployed student carries roughly ten times fewer parameters and FLOPs than the teacher while running in about 93 ms per image on the field station. Bootstrap confidence intervals indicate that PalmNet is statistically on a par with the cloud-only baseline, and a robustness analysis under degraded captures shows that the calibrated router escalates more cases to the cloud as input quality declines. A Firebase-based expert feedback pipeline enables validation and continuous dataset enrichment with real field samples. These results show that coupling calibrated edge inference, selective cloud assistance, and expert-in-the-loop validation yields a practical solution for in-field palm disease diagnosis under the bandwidth and staffing constraints of real-world deployment.

Muntadher Kareem, Raed J. Majeed · 0 citations