paper-with-me

Papers

Diagnosing and Mitigating Domain Shift in Permission-Based Android Malware Detection

2026-05-09 · Md Rafid Islam arxiv

Machine learning-based Android malware detectors often fail in real-world deployment due to domain shift, where models trained on one data source perform poorly on applications from another. This paper presents a comprehensive study on the generalizability and interpretability of permission-based detectors under cross-domain conditions. Using two complementary datasets (PerMalDroid and NATICUSdroid) and five ensemble classifiers, we first establish an intra-domain baseline, where models achieve over 92% accuracy, and then quantify a severe asymmetric performance drop. While models trained on PerMalDroid generalize well to NATICUSdroid (86% accuracy), the reverse direction sees a drastic drop to 73% accuracy. Explainable AI analysis reveals bimodal feature distributions and shows that feature importance is highly unstable, with key permissions losing or gaining influence across domains. The predictive feature sets for different domains are fundamentally mismatched, as models rely on different, dataset-specific permissions. Most importantly, an ablation study demonstrates that for most models, training on a noisy feature set leads to poor generalization, confirming that domain-specific artifacts are a greater obstacle than missing features. To mitigate this, we validate a hybrid training strategy based on the intersection of common features and successfully recover cross-domain performance, achieving 88% accuracy on PerMalDroid and maintaining 97% on NATICUSdroid. These findings highlight the importance of explainable, cross-domain-robust malware detection systems and provide a practical pathway toward improving real-world deployment of permission-based Android malware detectors.

📄 PDF Abstract BibTeX arXiv:2605.09028

Code (0)

등록된 구현이 없습니다.

Tasks

Feature ImportanceMalware Detection

Similar Papers 제목 키워드 기반

A Comprehensive Analysis of Evolving Permission Usage in Android Apps: Trends, Threats, and Ecosystem Insights

2025-08-04 · Ali Alkinoon, Trung Cuong Dang, Ahod Alghuried, Abdulaziz Alghamdi 외 arxiv

The proper use of Android app permissions is crucial to the success and security of these apps. Users must agree to permission requests when installing or running their apps. Despite official Android platform documentati…

Understanding Concept Drift with Deprecated Permissions in Android Malware Detection

2025-07-29 · Ahmed Sabbah, Radi Jarrar, Samer Zein, David Mohaisen arxiv

Permission analysis is a widely used method for Android malware detection. It involves examining the permissions requested by an application to access sensitive data or perform potentially malicious actions. In recent ye…

Malware Detection

Android Botnet Detection using Convolutional Neural Networks

2019-11-27 · Sina Hojjatinia, Sajad Hamzenejadi, Hadis Mohseni

Today, Android devices are able to provide various services. They support applications for different purposes such as entertainment, business, health, education, and banking services. Because of the functionality and pop…

Android Malware Detection using Feature Ranking of Permissions

2022-01-20 · Muhammad Suleman Saleem, Jelena Mišić, Vojislav B. Mišić

We investigate the use of Android permissions as the vehicle to allow for quick and effective differentiation between benign and malware apps. To this end, we extract all Android permissions, eliminating those that have …

Android Malware DetectionMalware Detection

Identification of Significant Permissions for Efficient Android Malware Detection

2021-02-28 · Hemant Rathore, Sanjay K. Sahay, Ritvik Rajvanshi, Mohit Sewak

Since Google unveiled Android OS for smartphones, malware are thriving with 3Vs, i.e. volume, velocity, and variety. A recent report indicates that one out of every five business/industry mobile application leaks sensiti…

Android Malware DetectionBIG-bench Machine LearningMalware Detection