Hasan Koten
Istanbul Medeniyet University

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

Found 2 Documents
Search

TrustEdgeAI: A Lightweight, Calibrated, and Secure Deep Learning Framework for Intrusion Detection in Edge-IoT Environments S Karthika; Juliana K. Gnanaselvi; Sivakumar N. Sellappan; M Gokilavani; Hasan Koten
Indonesian Journal of Machine Learning and Intelligent Systems Vol. 1 No. 1 (2026)
Publisher : Indonesian Artificial Neural Network Society

Show Abstract | Download Original | Original Source | Check in Google Scholar

Abstract

The fast development of Edge-IoT systems has posed serious security threats because of its distributed and resource-limited characteristics. The conventional intrusion detection systems are normally ineffective in offering real time and accurate security against the changing cyber threats. To overcome this challenge, this paper presents TrustEdgeAI, a lean and safe deep learning system, which is specialized in effective intrusion detection in Edge-IoT systems. The proposed model will combine a hybrid CNN-LSTM to learn spatial and temporal information of network traffic as well as an adaptive pruning mechanism of features to achieve a reduction in the computational complexity. Moreover, a calibration method based on temperature scaling is also included in order to enhance the credibility of prediction probability in order to make reliable decisions. The experiment outcomes prove that TrustEdgeAI has a high detection rate of 97.8 and much less inference latency of 12 ms and resource use. The framework also has low rates of false positive on various types of attacks and can be very applicable in real time and secure edges deployment.  
Comparative Analysis of YOLOv8 and YOLOv11 Algorithms for Real-Time Vehicle Detection Muhammad Jordan; Firmansyah; Hasan Koten
Indonesian Journal of Modern Science and Technology Vol. 2 No. 2 (2026): May
Publisher : CV. Abhinaya Indo Group

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.64021/

Abstract

Intelligent transportation systems required rapid and highly accurate object detection algorithms to function effectively in real-time environments. Although the You Only Look Once (YOLO) architecture evolved significantly to address these demands, comprehensive performance comparisons between its latest iterations remained sparse in the context of urban traffic. Selecting the optimal model for specific deployment constraints remained a critical challenge for developers. To address this gap, this research comparatively evaluated the performance of YOLOv8 and the newly released YOLOv11 specifically for vehicle detection tasks. The primary contribution was providing a rigorous, empirical head-to-head comparison to guide model deployment based on specific accuracy needs and hardware constraints. The methodology employed a standardized public dataset of traffic imagery containing various vehicle classes. Both nano variants, namely YOLOv8n and YOLOv11n, were trained from scratch under identical hardware environments and hyperparameter settings. Specifically, the training utilized the AdamW optimizer for fifteen epochs with a batch size of sixteen. Performance was quantitatively measured using Precision, Recall, mean Average Precision (mAP50 and mAP50-95), and computational resource allocation in terms of parameter size. The experimental results indicated a nuanced performance dynamic. YOLOv11n demonstrated a vastly superior Precision score of 0.784 compared to 0.672 for YOLOv8n, signifying its enhanced reliability with fewer false alarms due to refined spatial attention modules. Conversely, YOLOv8n outperformed YOLOv11n in Recall (0.695 versus 0.662) and mAP50 (0.746 versus 0.740). This suggested that YOLOv8n achieved faster learning convergence under constrained training conditions. Both models maintained real-time processing capabilities suitable for edge devices. In conclusion, YOLOv11n was recommended for high-accuracy traffic surveillance systems prioritizing precision, whereas YOLOv8n remained a highly viable architecture for hardware-constrained applications that prioritized high recall and aggressive object detection.