arXiv:2608.13465cs.LGcs.AI2026-08

用新方法检测恶意软件模型概念漂移,实现高效自适应重训练

Concept Drift Detection and Adaptive Retraining of Malware Classification Models

论文配图:Concept Drift Detection and Adaptive Retraining of Malware Classification Models
图 1 · 摘自论文原文
  • 提出基于单类SVM的漂移检测新方法,比传统方法更敏感
  • 漂移感知重训练在准确率上接近周期重训,但需重训练模型数减少80%以上
  • 适合需要长期稳定运行的恶意软件检测系统部署

概念漂移指数据统计特性随时间变化,导致机器学习模型性能下降。针对恶意软件分类模型易受攻击者持续修改影响的问题,本文比较了三种概念漂移检测方法:基于单类支持向量机(OCSVM)的新方法、基于最小批量K均值(MK-Means)的已有技术,以及最大均值差异(MMD)统计方法。实验评估了多层感知机、随机森林、支持向量机和梯度提升树四种模型,在静态、周期重训和漂移感知三种场景下的表现。结果表明,所有三种检测方法在漂移感知场景下达到与周期重训相当的分类准确率,但显著降低重训频率;其中基于OCSVM的方法整体优于MK-Means和MMD。Pareto前沿分析显示,该方法在精度与训练效率间取得良好平衡。

原文摘要 · Abstract (English)

Concept drift refers to changes over time in the statistical properties of data, as compared to the data that was used to train a learning model. Machine learning models for malware detection or classification are particularly susceptible to performance degradation caused by concept drift, as attackers constantly modify existing malware. In this chapter, we analyze two machine learning-based approaches to automated concept drift detection-a novel approach based on One-Class Support Vector Machines (OCSVM) and a previously-studied technique based on Minibatch K-Means (MK-Means). For comparison we also consider Maximum Mean Discrepancy (MMD), a statistical technique for detecting changes in multidimensional data. We conduct an extensive series of experiments comparing the effectiveness of four learning models, namely, Multilayer Perceptron, Random Forest, Support Vector Machines, and eXtreme Gradient Boosting. For each of these models, we consider three distinct scenarios: A static scenario where no model retraining occurs, a periodic scenario where models are constantly retrained irrespective of concept drift, and a drift-aware scenario where models are only retrained when concept drift is detected. Under the drift-aware scenario, we analyze the tradeoff between accuracy and training efficiency using Pareto Front analysis. We find that all three concept drift detection techniques achieve classification accuracy comparable to periodic retraining, while offering substantially greater efficiency in terms of the number of models that must be retrained. In addition, drift-aware retraining based on our OCSVM technique generally outperforms the MK-Means and MMD approaches. Overall, these results provide strong evidence that we can accurately detect concept drift in malware classification models.

恶意软件检测概念漂移自适应学习OCSVM

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。