Taming the Security-Energy Paradox: A Green AI Approach to Optimized Android Malware Detection
This paper tests different INT8 quantized Multi-Layer Perceptron models for malware detection on Android devices, achieving high accuracy with reduced energy consumption.
Provides a foundation for energy-efficient malware detection on resource-constrained smartphones.
Before reading this…
Applications
- →Mobile security
To understand this paper, make sure you know these concepts first:
- Understanding of deep learning models and Android malwarefind papers →
- Familiarity with energy efficiency conceptsfind papers →
Abstract
More Like ThisAn increase in advanced Android malware requires the use of deep learning models, which can run on Android devices. But there is a trade-off between security and energy use, as strong detection models can drain the battery of devices fast. This work tests different Multi-Layer Perceptron (MLP) model configurations to balance malware detection performance and energy efficiency. In this work, we compared standard FP32 models with optimized INT8 quantized neural networks with different model depths using TUANDROMD and DREBIN datasets for both classification performance and energy consumption. The results show that INT8 quantization reduces model size by about 3.5 times with a decrease in energy consumption to 0.0189 mJ per inference, while maintaining more than 99.2\% detection accuracy. We found that shallow quantized architectures, such as 3-layer and 4-layer QNNs, reduce energy costs by improving throughput and shortening the time of CPU operating in a high-power state. This work shows that efficient malware protection can be achieved on resource-constrained smartphones and provides a foundation for Green AI in mobile security.