TL;DR
Machine learning models for detecting Android malware degrade over time as new malware evolves, but this robustness loss under temporal drift (data distribution changes) has never been systematically studied. Researchers evaluated adversarial robustness across 10+ years of Android apps using FGSM and SPSA attack methods under three realistic deployment scenarios, introducing metrics like RobustDrop and Adversarial Amplification Factor to measure robustness decay.
✦ Why It Matters
Engineers deploying malware detectors must account for temporal drift when assessing long-term robustness and plan retraining strategies accordingly.
Key Takeaways
How It Works
The study employs a longitudinal approach, analyzing Android applications over a decade. It generates adversarial examples using techniques like Fast Gradient Sign Method (FGSM) and SPSA, assessing their impact on various classifiers.
New metrics, such as RobustDrop and Adversarial Amplification Factor (AAF), quantify the relationship between temporal drift and adversarial robustness.
Related