🤖 AI Summary
To address performance degradation in malware classification caused by concept drift in dynamic networks, this paper proposes an online adaptive deep learning framework that jointly models API call sequences and employs a genetic algorithm (GA) for continuous model evolution. Specifically, GA-based mutation operations and fitness evaluation are integrated directly into the deep model training pipeline, enabling real-time parameter adaptation; this is coupled with a lightweight concept drift detection and response mechanism to trigger timely model updates. Experiments on multi-period real-world malware datasets demonstrate that the proposed method achieves an average 12.7% improvement in classification accuracy and reduces model retraining frequency by 68%, significantly outperforming static deep models and conventional machine learning approaches. The framework exhibits enhanced robustness and adaptability against evolving malware, offering a principled solution for sustainable detection in non-stationary environments.
📝 Abstract
Malware classification in dynamic environments presents a significant challenge due to concept drift, where the statistical properties of malware data evolve over time, complicating detection efforts. To address this issue, we propose a deep learning framework enhanced with a genetic algorithm to improve malware classification accuracy and adaptability. Our approach incorporates mutation operations and fitness score evaluations within genetic algorithms to continuously refine the deep learning model, ensuring robustness against evolving malware threats. Experimental results demonstrate that this hybrid method significantly enhances classification performance and adaptability, outperforming traditional static models. Our proposed approach offers a promising solution for real-time malware classification in ever-changing cybersecurity landscapes.