paper-with-me

홈 › Papers

LSTM Hyper-Parameter Selection for Malware Detection: Interaction Effects and Hierarchical Selection Approach

2021-09-23 · Mohit Sewak, Sanjay K. Sahay, Hemant Rathore

Long-Short-Term-Memory (LSTM) networks have shown great promise in artificial intelligence (AI) based language modeling. Recently, LSTM networks have also become popular for designing AI-based Intrusion Detection Systems (IDS). However, its applicability in IDS is studied largely in the default settings as used in language models. Whereas security applications offer distinct conditions and hence warrant careful consideration while applying such recurrent networks. Therefore, we conducted one of the most exhaustive works on LSTM hyper-parameters for IDS and experimented with approx. 150 LSTM configurations to determine its hyper-parameters relative importance, interaction effects, and optimal selection approach for designing an IDS. We conducted multiple analyses of the results of these experiments and empirically controlled for the interaction effects of different hyper-parameters covariate levels. We found that for security applications, especially for designing an IDS, neither similar relative importance as applicable to language models is valid, nor is the standard linear method for hyper-parameter selection ideal. We ascertained that the interaction effect plays a crucial role in determining the relative importance of hyper-parameters. We also discovered that after controlling for the interaction effect, the correct relative importance for LSTMs for an IDS is batch-size, followed by dropout ratio and padding. The findings are significant because when LSTM was first used for language models, the focus had mostly been on increasing the number of layers to enhance performance.

📄 PDF Abstract BibTeX arXiv:2109.11500

Code (0)

등록된 구현이 없습니다.

Tasks

Intrusion DetectionLanguage ModelingLanguage ModellingMalware Detectionvalid

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Assessment of the Relative Importance of different hyper-parameters of LSTM for an IDS

2020-12-26 · Mohit Sewak, Sanjay K. Sahay, Hemant Rathore

Recurrent deep learning language models like the LSTM are often used to provide advanced cyber-defense for high-value assets. The underlying assumption for using LSTM networks for malware-detection is that the op-code se…

Intrusion DetectionLanguage ModelingLanguage ModellingMalware Detection

Malware Classification Using Long Short-Term Memory Models

2021-03-03 · Dennis Dang, Fabio Di Troia, Mark Stamp

Signature and anomaly based techniques are the quintessential approaches to malware detection. However, these techniques have become increasingly ineffective as malware has become more sophisticated and complex. Research…

ClassificationGeneral ClassificationMalware ClassificationMalware Detection

Ransomware detection using stacked autoencoder for feature selection

2024-02-17 · Mike Nkongolo, Mahmut Tokmak

The aim of this study is to propose and evaluate an advanced ransomware detection and classification method that combines a Stacked Autoencoder (SAE) for precise feature selection with a Long Short Term Memory (LSTM) cla…

Classificationfeature selectionRobust classification

Leveraging LSTM and GAN for Modern Malware Detection

2024-05-07 · Ishita Gupta, Sneha Kumari, Priya Jha, Mohona Ghosh

The malware booming is a cyberspace equal to the effect of climate change to ecosystems in terms of danger. In the case of significant investments in cybersecurity technologies and staff training, the global community ha…

Ensemble LearningMalware Detection

A Novel Approach to Malicious Code Detection Using CNN-BiLSTM and Feature Fusion

2024-10-12 · Lixia Zhang, Tianxu Liu, Kaihui Shen, Cheng Chen

With the rapid advancement of Internet technology, the threat of malware to computer systems and network security has intensified. Malware affects individual privacy and security and poses risks to critical infrastructur…

Malware Detection