arXiv:2606.25200cs.LGcs.AI2026-06

融合卷积与循环神经网络,实时识别智能电网中的隐蔽攻击

A Hybrid CNN-LSTM Intrusion Detection Framework for Cybersecurity in Smart Renewable Energy Grids

论文配图:A Hybrid CNN-LSTM Intrusion Detection Framework for Cybersecurity in Smart Renewable Energy Grids
图 1 · 摘自论文原文
  • 用CNN提取空间特征,LSTM捕捉攻击时序演变,双模型协同检测
  • 在NSL-KDD数据集上达到98.2%精确率,比单一模型高2-9个百分点
  • 支持低内存设备部署,适合资源受限的智能电网终端安全防护

通过物联网传感器、智能电表和SCADA系统推动可再生能源智能电网加速数字化,导致复杂网络攻击(如虚假数据注入攻击和拒绝服务攻击)威胁加剧。现有入侵检测系统存在三方面缺陷:难以建模多阶段攻击的时间演化过程,在标准数据集上面对极端类别不平衡时扩展性差,且在异构网络环境中泛化能力有限。本文提出一种混合CNN-LSTM入侵检测框架,结合卷积神经网络的空间特征提取与长短期记忆网络的时间序列建模能力,实现实时检测突发流量异常及缓慢演进的低速攻击。模型经七步预处理流程训练:缺失值填补、最小最大归一化、独热编码、SMOTE类别平衡、互信息特征选择、因果时序构造(时间窗口T=10)、分层划分。在NSL-KDD数据集上,该模型精度达98.2%,显著优于LSTM(96.4%)、CNN(95.2%)、随机森林(95.2%)和SVM(92.7%),各项指标提升2-9个百分点。消融实验表明,SMOTE平衡策略影响最大(无此设计时F1下降3.7个百分点)。模型在GPU上实现27,800流/秒的实时推理吞吐量,CPU延迟为0.082毫秒/样本(FP32),INT8量化后提速3.1倍,仅损失0.3%精度,满足<128MB内存设备部署要求,验证了其在下一代智能电网基础设施中落地的可行性。

原文摘要 · Abstract (English)

The accelerated digitalization of renewable energy smart grids through IoT sensors, AMI, and SCADA systems has significantly expanded the attack surface for sophisticated cyberattacks, FDI attacks that stealthily distort state estimation and DoS/DDoS attacks that flood communication channels. Current IDS, however, exhibit three inherent limitations: inadequate modeling of the temporal progression of multi-step attacks, degraded scalability under extremely skewed class distributions of standard benchmark datasets, and restricted generalization across heterogeneous network environments. In this study, we present a Hybrid CNN-LSTM IDS that jointly exploits CNN-based spatial feature extraction and LSTM-based temporal sequence modeling, enabling the detection of instantaneous volumetric anomalies and gradually evolving low and slow-attack campaigns in real time. The model was trained using a seven-step preprocessing workflow comprising missing-value imputation, min-max normalization, one-hot encoding, SMOTE class balancing, mutual-information feature selection, causal temporal sequence construction (T=10), and stratified partitioning. LSTM (96.1%), Random Forest (93.5%), SVM (91.2%) and KNN (89.7%); in NSL-KDD, it reaches 98.2% precision versus 96.4% (LSTM), 95.2% (CNN), 92.7% (Random Forest) and 90.8% (SVM), with margins of 2-9 percentage points in all measures. An ablation analysis identified SMOTE balancing as the most influential design choice (-3.7~pp F1 without it). The model achieves a real-time inference throughput of 27,800 flows/s on GPU and 0.082 ms/sample CPU latency in FP32,, with INT8 quantization providing an additional 3.1 x speedup at 0.3% accuracy loss, confirming deployment feasibility on resource-constrained IEDs with <128MB memory and establishing a deployable deep-learning framework for securing next-generation renewable energy smart grid infrastructure.

入侵检测智能电网CNN-LSTM实时推理

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