CRMay 30, 2018

Android Malware Detection based on Factorization Machine

arXiv:1805.11843v272 citations
Originality Incremental advance
AI Analysis

This addresses the problem of detecting sophisticated Android malware for mobile phone users, offering a fast and reliable solution, though it appears incremental as it builds on existing machine learning approaches.

The paper tackled Android malware detection by proposing a classifier based on Factorization Machine, achieving 100.00% precision on DREBIN and 99.22% precision with 1.10% false positive rate on AMD, while training up to 50 times faster than state-of-the-art methods.

As the popularity of Android smart phones has increased in recent years, so too has the number of malicious applications. Due to the potential for data theft mobile phone users face, the detection of malware on Android devices has become an increasingly important issue in cyber security. Traditional methods like signature-based routines are unable to protect users from the ever-increasing sophistication and rapid behavior changes in new types of Android malware. Therefore, a great deal of effort has been made recently to use machine learning models and methods to characterize and generalize the malicious behavior patterns of mobile apps for malware detection. In this paper, we propose a novel and highly reliable classifier for Android Malware detection based on a Factorization Machine architecture and the extraction of Android app features from manifest files and source code. Our results indicate that the numerical feature representation of an app typically results in a long and highly sparse vector and that the interactions among different features are critical to revealing malicious behavior patterns. After performing an extensive performance evaluation, our proposed method achieved a test result of 100.00% precision score on the DREBIN dataset and 99.22% precision score with only 1.10% false positive rate on the AMD dataset. These metrics match the performance of state-of-the-art machine-learning-based Android malware detection methods and several commercial antivirus engines with the benefit of training up to 50 times faster.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes