paper-with-me

Papers

Stacking an autoencoder for feature selection of zero-day threats

2023-11-01 · Mahmut Tokmak, Mike Nkongolo

Zero-day attack detection plays a critical role in mitigating risks, protecting assets, and staying ahead in the evolving threat landscape. This study explores the application of stacked autoencoder (SAE), a type of artificial neural network, for feature selection and zero-day threat classification using a Long Short-Term Memory (LSTM) scheme. The process involves preprocessing the UGRansome dataset and training an unsupervised SAE for feature extraction. Finetuning with supervised learning is then performed to enhance the discriminative capabilities of this model. The learned weights and activations of the autoencoder are analyzed to identify the most important features for discriminating between zero-day threats and normal system behavior. These selected features form a reduced feature set that enables accurate classification. The results indicate that the SAE-LSTM performs well across all three attack categories by showcasing high precision, recall, and F1 score values, emphasizing the model's strong predictive capabilities in identifying various types of zero-day attacks. Additionally, the balanced average scores of the SAE-LSTM suggest that the model generalizes effectively and consistently across different attack categories.

📄 PDF Abstract BibTeX arXiv:2311.00304

Code (0)

등록된 구현이 없습니다.

Tasks

feature selection

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

RocketStack: A level-aware deep recursive ensemble learning framework with exploratory feature fusion and model pruning dynamics

2025-06-20 · Çağatay Demirel

Ensemble learning remains a cornerstone of machine learning, with stacking used to integrate predictions from multiple base learners through a meta-model. However, deep stacking remains rare, as most designs prioritize h…

Ensemble Learning

Prepare for Trouble and Make it Double. Supervised and Unsupervised Stacking for AnomalyBased Intrusion Detection

2022-02-28 · Tommaso Zoppi, Andrea Ceccarelli

In the last decades, researchers, practitioners and companies struggled in devising mechanisms to detect malicious activities originating security threats. Amongst the many solutions, network intrusion detection emerged …

BenchmarkingIntrusion DetectionMeta-LearningNetwork Intrusion Detection

Zero Day Threat Detection Using Graph and Flow Based Security Telemetry

2022-05-04 · Christopher Redino, Dhruv Nandakumar, Robert Schiller, Kevin Choi 외

Zero Day Threats (ZDT) are novel methods used by malicious actors to attack and exploit information technology (IT) networks or infrastructure. In the past few years, the number of these threats has been increasing at an…

Novelty Detection

A Machine Learning Framework for Stock Selection

2018-06-05 · XingYu Fu, JinHong Du, Yifeng Guo, Mingwen Liu 외

This paper demonstrates how to apply machine learning algorithms to distinguish good stocks from the bad stocks. To this end, we construct 244 technical and fundamental features to characterize each stock, and label stoc…

BIG-bench Machine Learningfeature selection

Zero Day Threat Detection Using Metric Learning Autoencoders

2022-11-01 · Dhruv Nandakumar, Robert Schiller, Christopher Redino, Kevin Choi 외

The proliferation of zero-day threats (ZDTs) to companies' networks has been immensely costly and requires novel methods to scan traffic for malicious behavior at massive scale. The diverse nature of normal behavior alon…

Metric Learning