paper-with-me

홈 › Papers

Fast Feature Reduction in intrusion detection datasets

2013-04-01 · Shafigh Parsazad, Ehsan Saboori, Amin Allahyar

In the most intrusion detection systems (IDS), a system tries to learn characteristics of different type of attacks by analyzing packets that sent or received in network. These packets have a lot of features. But not all of them is required to be analyzed to detect that specific type of attack. Detection speed and computational cost is another vital matter here, because in these types of problems, datasets are very huge regularly. In this paper we tried to propose a very simple and fast feature selection method to eliminate features with no helpful information on them. Result faster learning in process of redundant feature omission. We compared our proposed method with three most successful similarity based feature selection algorithm including Correlation Coefficient, Least Square Regression Error and Maximal Information Compression Index. After that we used recommended features by each of these algorithms in two popular classifiers including: Bayes and KNN classifier to measure the quality of the recommendations. Experimental result shows that although the proposed method can't outperform evaluated algorithms with high differences in accuracy, but in computational cost it has huge superiority over them.

📄 PDF Abstract BibTeX arXiv:1305.2388

Code (0)

등록된 구현이 없습니다.

Tasks

feature selectionIntrusion Detection

Similar Papers 제목 키워드 기반

ARLIF-IDS -- Attention augmented Real-Time Isolation Forest Intrusion Detection System

2022-04-20 · Aman Priyanshu, Sarthak Shastri, Sai Sravan Medicherla

Distributed Denial of Service (DDoS) attack is a malicious attempt to disrupt the normal traffic of a targeted server, service or network by overwhelming the target or its surrounding infrastructure with a flood of Inter…

Intrusion Detection

Machine learning-based network intrusion detection for big and imbalanced data using oversampling, stacking feature embedding and feature extraction

2024-01-22 · Md. Alamin Talukder, Md. Manowarul Islam, Md Ashraf Uddin, Khondokar Fida Hasan 외

Cybersecurity has emerged as a critical global concern. Intrusion Detection Systems (IDS) play a critical role in protecting interconnected networks by detecting malicious actors and activities. Machine Learning (ML)-bas…

BlockingDimensionality ReductionIntrusion DetectionNetwork Intrusion Detection

Learning automata based SVM for intrusion detection

2018-01-04 · Chong Di

As an indispensable defensive measure of network security, the intrusion detection is a process of monitoring the events occurring in a computer system or network and analyzing them for signs of possible incidents. It is…

Dimensionality ReductionIntrusion Detection

Feature Reduction Method Comparison Towards Explainability and Efficiency in Cybersecurity Intrusion Detection Systems

2023-03-22 · Adam M. Lehavi, Seongtae Kim

In the realm of cybersecurity, intrusion detection systems (IDS) detect and prevent attacks based on collected computer and network data. In recent research, IDS models have been constructed using machine learning (ML) a…

feature selectionIntrusion Detection

Effective Metaheuristic Based Classifiers for Multiclass Intrusion Detection

2022-10-06 · Zareen Fatima, Arshad Ali

Network security has become the biggest concern in the area of cyber security because of the exponential growth in computer networks and applications. Intrusion detection plays an important role in the security of inform…

feature selectionIntrusion DetectionMulti-class Classification