paper-with-me

Papers

Cyber Security Data Science: Machine Learning Methods and their Performance on Imbalanced Datasets

2025-05-07 · Mateo Lopez-Ledezma, Gissel Velarde

Cybersecurity has become essential worldwide and at all levels, concerning individuals, institutions, and governments. A basic principle in cybersecurity is to be always alert. Therefore, automation is imperative in processes where the volume of daily operations is large. Several cybersecurity applications can be addressed as binary classification problems, including anomaly detection, fraud detection, intrusion detection, spam detection, or malware detection. We present three experiments. In the first experiment, we evaluate single classifiers including Random Forests, Light Gradient Boosting Machine, eXtreme Gradient Boosting, Logistic Regression, Decision Tree, and Gradient Boosting Decision Tree. In the second experiment, we test different sampling techniques including over-sampling, under-sampling, Synthetic Minority Over-sampling Technique, and Self-Paced Ensembling. In the last experiment, we evaluate Self-Paced Ensembling and its number of base classifiers. We found that imbalance learning techniques had positive and negative effects, as reported in related studies. Thus, these techniques should be applied with caution. Besides, we found different best performers for each dataset. Therefore, we recommend testing single classifiers and imbalance learning techniques for each new dataset and application involving imbalanced datasets as is the case in several cyber security applications.

📄 PDF Abstract BibTeX arXiv:2505.04204

Code (1)

MateoLopez00/Imbalanced-Learning-Empirical-Evaluation 공식 구현

Tasks

Anomaly DetectionBinary ClassificationFraud DetectionIntrusion DetectionMalware DetectionSpam detection

Methods 이 논문이 사용한 방법론

BASE 설명 없음
Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

A Review of Topological Data Analysis for Cybersecurity

2022-02-16 · Thomas Davies

In cybersecurity it is often the case that malicious or anomalous activity can only be detected by combining many weak indicators of compromise, any one of which may not raise suspicion when taken alone. The path that su…

Topological Data Analysis

Adversarial Machine Learning Attacks and Defense Methods in the Cyber Security Domain

2020-07-05 · Ihai Rosenberg, Asaf Shabtai, Yuval Elovici, Lior Rokach

In recent years machine learning algorithms, and more specifically deep learning algorithms, have been widely used in many fields, including cyber security. However, machine learning systems are vulnerable to adversarial…

Adversarial AttackBIG-bench Machine Learning

Machine Learning in Cyber-Security - Problems, Challenges and Data Sets

2018-12-19 · Idan Amit, John Matherly, William Hewlett, Zhi Xu 외

We present cyber-security problems of high importance. We show that in order to solve these cyber-security problems, one must cope with certain machine learning challenges. We provide novel data sets representing the pro…

BIG-bench Machine Learning

Machine Learning Applications of Quantum Computing: A Review

2024-06-19 · Thien Nguyen, Tuomo Sipola, Jari Hautamäki

At the intersection of quantum computing and machine learning, this review paper explores the transformative impact these technologies are having on the capabilities of data processing and analysis, far surpassing the bo…

ArticlesQuantum Machine Learning

CyberLearning: Effectiveness Analysis of Machine Learning Security Modeling to Detect Cyber-Anomalies and Multi-Attacks

2021-03-28 · Iqbal H. Sarker

Detecting cyber-anomalies and attacks are becoming a rising concern these days in the domain of cybersecurity. The knowledge of artificial intelligence, particularly, the machine learning techniques can be used to tackle…

BIG-bench Machine LearningBinary Classificationfeature selectionGeneral Classification+1