| International Journal of Applied Information Systems |
| Foundation of Computer Science (FCS), NY, USA |
| Volume 13 - Number 2 |
| Year of Publication: 2026 |
| Authors: Omolola M. Bobade, Chukwuemeka C. Ugwu, Adebayo O. Adetunmbi, Olumide O. Obe |
10.5120/ijais2026452047
|
Omolola M. Bobade, Chukwuemeka C. Ugwu, Adebayo O. Adetunmbi, Olumide O. Obe . An Optimized Feature-based Lightweight Intrusion Detection System with Dual Classifiers. International Journal of Applied Information Systems. 13, 2 ( Mar 2026), 44-54. DOI=10.5120/ijais2026452047
As network environments grow increasingly complex, so too do the patterns and sophistication of cyberattacks, necessitating more effective and intelligent security mechanisms. Machine learning-based intrusion detection systems (ML-IDS) have emerged as promising tools; however, they frequently encounter challenges such as low detection accuracy and high false positive rates. This study presents an enhanced ML-IDS that integrates Support Vector Machine (SVM) and Decision Tree (DT) classifiers, evaluated on the benchmark UNSW-NB15 dataset. The preprocessing pipeline involved converting categorical attributes into numerical representations, followed by Min-Max normalization to ensure uniform feature scaling. Feature selection and extraction were performed using Information Gain and Principal Component Analysis to reduce dimensionality and retain the most informative features. The classifiers were trained on the first top ten features for both to distinguish between normal and malicious traffics. Experimental results show that C4.5 DT outperforms SVM on both reduced feature reduction methods as it returns accuracy, precision, recall, and F1-score of 99.99%, 99.99%, 100% and 100% respectively on PCA, and 99.26%, 98.83%, 99.83% and 99.33% on IG feature selection. SVM returns the highest accuracy, recall, and F1-Score of 79.39%, 90.08% and 83.46% on PCA against 72.56%, 71.01%, and 82.00% on IG.