paper-with-me

Papers

Imbalanced malware classification: an approach based on dynamic classifier selection

2025-03-30 · J. V. S. Souza, C. B. Vieira, G. D. C. Cavalcanti, R. M. O. Cruz

In recent years, the rise of cyber threats has emphasized the need for robust malware detection systems, especially on mobile devices. Malware, which targets vulnerabilities in devices and user data, represents a substantial security risk. A significant challenge in malware detection is the imbalance in datasets, where most applications are benign, with only a small fraction posing a threat. This study addresses the often-overlooked issue of class imbalance in malware detection by evaluating various machine learning strategies for detecting malware in Android applications. We assess monolithic classifiers and ensemble methods, focusing on dynamic selection algorithms, which have shown superior performance compared to traditional approaches. In contrast to balancing strategies performed on the whole dataset, we propose a balancing procedure that works individually for each classifier in the pool. Our empirical analysis demonstrates that the KNOP algorithm obtained the best results using a pool of Random Forest. Additionally, an instance hardness assessment revealed that balancing reduces the difficulty of the minority class and enhances the detection of the minority class (malware). The code used for the experiments is available at https://github.com/jvss2/Machine-Learning-Empirical-Evaluation.

📄 PDF Abstract BibTeX arXiv:2504.00041

Code (1)

jvss2/machine-learning-empirical-evaluation 공식 구현

Tasks

Malware ClassificationMalware Detection

Similar Papers 제목 키워드 기반

Enhancing Efficiency and Privacy in Memory-Based Malware Classification through Feature Selection

2023-09-30 · Salim Sazzed, Sharif Ullah

Malware poses a significant security risk to individuals, organizations, and critical infrastructure by compromising systems and data. Leveraging memory dumps that offer snapshots of computer memory can aid the analysis …

Classificationfeature selectionMalware Classification

On dynamic ensemble selection and data preprocessing for multi-class imbalance learning

2018-03-11 · Rafael M. O. Cruz, Robert Sabourin, George D. C. Cavalcanti

Class-imbalance refers to classification problems in which many more instances are available for certain classes than for others. Such imbalanced datasets require special attention because traditional classifiers general…

General Classification

ICPRAI 2018 SI: On dynamic ensemble selection and data preprocessing for multi-class imbalance learning

2018-11-22 · Rafael M. O. Cruz, Mariana A. Souza, Robert Sabourin, George D. C. Cavalcanti

Class-imbalance refers to classification problems in which many more instances are available for certain classes than for others. Such imbalanced datasets require special attention because traditional classifiers general…

General Classification

Comparative Analysis of Imbalanced Malware Byteplot Image Classification using Transfer Learning

2023-10-04 · Jayasudha M, Ayesha Shaik, Gaurav Pendharkar, Soham Kumar 외

Cybersecurity is a major concern due to the increasing reliance on technology and interconnected systems. Malware detectors help mitigate cyber-attacks by comparing malware signatures. Machine learning can improve these …

image-classificationImage ClassificationTransfer Learning

Imbalanced Data Stream Classification using Dynamic Ensemble Selection

2023-09-17 · Priya. S, Haribharathi Sivakumar, Vijay Arvind. R

Modern streaming data categorization faces significant challenges from concept drift and class imbalanced data. This negatively impacts the output of the classifier, leading to improper classification. Furthermore, other…

Classification