Related Experiment Video
Updated: Jun 9, 2025

08:05
Design and Analysis for Fall Detection System Simplification
Published on: April 6, 2020
10.6K
Comparative evaluation of data imbalance addressing techniques for CNN-based insider threat detection
Taher Al-Shehari1, Mohammed Kadrie2, Mohammed Nasser Al-Mhiqani3
1Computer Skills, Department of Self-Development Skill, Common First Year Deanship, King Saud University, 11362, Riyadh, Saudi Arabia. talshehari.c@ksu.edu.sa.
Scientific Reports
|October 21, 2024
Summary
Adaptive Synthetic Sampling (ADASYN) combined with Convolutional Neural Networks (CNN) significantly improves insider threat detection accuracy on imbalanced cybersecurity datasets, outperforming other over-sampling techniques.
Area of Science:
- Cybersecurity
- Machine Learning
- Data Science
Background:
- Insider threats are a major cybersecurity challenge requiring robust detection.
- Imbalanced datasets are common in cybersecurity, hindering model performance.
- Existing research lacks consensus on optimal data imbalance techniques for insider threat detection.
Purpose of the Study:
- To comparatively evaluate data imbalance techniques for Convolutional Neural Network (CNN)-based insider threat detection.
- To enhance the accuracy and robustness of insider threat detection models on imbalanced datasets.
- To resolve the lack of consensus regarding the superiority of specific data imbalance techniques.
Main Methods:
- Integration of CNN with three data imbalance techniques: Synthetic Minority Over-sampling Technique (SMOTE), Borderline-SMOTE, and Adaptive Synthetic Sampling (ADASYN).
- Utilizing a human behavior-based dataset (CERT) comprising IT activities for analysis.
- Comparative evaluation of hybrid models (CNN + imbalance addressing techniques) against state-of-the-art studies.
Main Results:
- Adaptive Synthetic Sampling (ADASYN) coupled with CNN achieved a 96% ROC curve.
- ADASYN demonstrated superior performance over SMOTE and Borderline-SMOTE in enhancing detection accuracy.
- Hybrid models were compared based on ROC, recall, and accuracy metrics.
Conclusions:
- ADASYN is the most effective data imbalance technique when combined with CNN for insider threat detection.
- The findings contribute to advancing methodologies for detecting insider threats in cybersecurity.
- CNN-based models integrated with ADASYN offer improved accuracy and robustness for imbalanced datasets.
Related Concept Videos
Weighted Mean
4.9K
While taking the arithmetic, geometric, or harmonic mean of a sample data set, equal importance is assigned to all the data points. However, all the values may not always be equally important in some data sets. An intrinsic bias might make it more important to give more weightage to specific values over others.
For example, consider the number of goals scored in the matches of a tournament. While computing the average number of goals scored in the tournament, it may be more important to...
For example, consider the number of goals scored in the matches of a tournament. While computing the average number of goals scored in the tournament, it may be more important to...
4.9K
Detection of Gross Error: The Q Test
5.6K
When one or more data points appear far from the rest of the data, there is a need to determine whether they are outliers and whether they should be eliminated from the data set to ensure an accurate representation of the measured value. In many cases, outliers arise from gross errors (or human errors) and do not accurately reflect the underlying phenomenon. In some cases, however, these apparent outliers reflect true phenomenological differences. In these cases, we can use statistical methods...
5.6K

