paper-with-me

Papers

Parallel Instance Filtering for Malware Detection

2022-06-28 · Martin Jureček, Olha Jurečková

Machine learning algorithms are widely used in the area of malware detection. With the growth of sample amounts, training of classification algorithms becomes more and more expensive. In addition, training data sets may contain redundant or noisy instances. The problem to be solved is how to select representative instances from large training data sets without reducing the accuracy. This work presents a new parallel instance selection algorithm called Parallel Instance Filtering (PIF). The main idea of the algorithm is to split the data set into non-overlapping subsets of instances covering the whole data set and apply a filtering process for each subset. Each subset consists of instances that have the same nearest enemy. As a result, the PIF algorithm is fast since subsets are processed independently of each other using parallel computation. We compare the PIF algorithm with several state-of-the-art instance selection algorithms on a large data set of 500,000 malicious and benign samples. The feature set was extracted using static analysis, and it includes metadata from the portable executable file format. Our experimental results demonstrate that the proposed instance selection algorithm reduces the size of a training data set significantly with the only slightly decreased accuracy. The PIF algorithm outperforms existing instance selection methods used in the experiments in terms of the ratio between average classification accuracy and storage percentage.

📄 PDF Abstract BibTeX arXiv:2206.13889

Code (0)

등록된 구현이 없습니다.

Tasks

Malware Detection

Similar Papers 제목 키워드 기반

Android Malware Detection Using Parallel Machine Learning Classifiers

2016-07-27 · Suleiman Y. Yerima, Sakir Sezer, Igor Muttik

Mobile malware has continued to grow at an alarming rate despite on-going efforts towards mitigating the problem. This has been particularly noticeable on Android due to its being an open platform that has subsequently o…

Android Malware DetectionBIG-bench Machine LearningGeneral ClassificationMalware Detection

An Efficient Detection of Malware by Naive Bayes Classifier Using GPGPU

2019-05-30 · Sanjay K. Sahay, Mayank Chaudhari

Due to continuous increase in the number of malware (according to AV-Test institute total ~8 x 10^8 malware are already known, and every day they register ~2.5 x 10^4 malware) and files in the computational devices, it i…

General Classification

Being Single Has Benefits. Instance Poisoning to Deceive Malware Classifiers

2020-10-30 · Tzvika Shapira, David Berend, Ishai Rosenberg, Yang Liu 외

The performance of a machine learning-based malware classifier depends on the large and updated training set used to induce its model. In order to maintain an up-to-date training set, there is a need to continuously coll…

Malware Detection

Android Malware Detection Using Autoencoder

2019-01-14 · Abdelmonim Naway, Yuancheng Li

Smartphones have become an intrinsic part of human's life. The smartphone unifies diverse advanced characteristics. It enables users to store various data such as photos, health data, credential bank data, and personal i…

Android Malware DetectionMalware Detection

Towards Robust Real-Time Hardware-based Mobile Malware Detection using Multiple Instance Learning Formulation

2024-04-19 · Harshit Kumar, Sudarshan Sharma, Biswadeep Chakraborty, Saibal Mukhopadhyay

This study introduces RT-HMD, a Hardware-based Malware Detector (HMD) for mobile devices, that refines malware representation in segmented time-series through a Multiple Instance Learning (MIL) approach. We address the m…

Malware DetectionMultiple Instance LearningTime Series