R+R: Revisiting Static Feature-Based Android Malware Detection using Machine Learning
Md Tanvirul Alam, Dipkamal Bhusal, Nidhi Rastogi
TL;DR
This work targets reproducibility gaps in static-feature Android malware detection using ML. It rigorously evaluates six models on two datasets (Drebin, APIGraph) under offline and continuous active learning, with careful deduplication, hyperparameter tuning, and multi-seed reporting. The key finding is that well-tuned tree-based models like XGBoost often outperform neural nets once duplicates are removed, challenging assumptions about neural superiority in this domain. The authors provide an open-source benchmarking framework to promote transparent, reproducible security research and robust baselines for future malware-detection studies.
Abstract
Static feature-based Android malware detection using machine learning (ML) remains critical due to its scalability and efficiency. However, existing approaches often overlook security-critical reproducibility concerns, such as dataset duplication, inadequate hyperparameter tuning, and variance from random initialization. This can significantly compromise the practical effectiveness of these systems. In this paper, we systematically investigate these challenges by proposing a more rigorous methodology for model selection and evaluation. Using two widely used datasets, Drebin and APIGraph, we evaluate six ML models of varying complexity under both offline and continuous active learning settings. Our analysis demonstrates that, contrary to popular belief, well-tuned, simpler models, particularly tree-based methods like XGBoost, consistently outperform more complex neural networks, especially when duplicates are removed. To promote transparency and reproducibility, we open-source our codebase, which is extensible for integrating new models and datasets, facilitating reproducible security research.
