
Citation: | Ting YANG, Yachuang LIU, Yuzhe LIU, Chengshan WANG. Review on Cyber-Physical System: TechnologyAnalysis and Trends[J]. Journal of Electronics & Information Technology, 2021, 43(12): 3393-3406. doi: 10.11999/JEIT211135 |
拍摄图像时,相机与物体的相对运动往往会造成图像模糊,严重影响图像在实际生活中的应用效果。图像去模糊作为一种改善图像质量的方式,广泛应用于医学图像、交通监控等领域。图像去模糊是图像处理中典型的病态反问题,旨在从模糊图像中恢复出相应的清晰图像。近年来,这项技术受到广泛的关注和研究,但由于现实场景中模糊核的复杂多变性,从真实模糊图像中恢复清晰图像仍具有挑战性。
图像去模糊过程可看作从解空间中寻找最优解的过程,传统方法利用不同的自然图像先验(如L0-范数梯度先验[1])约束解空间,通过最大后验估计模型的迭代寻找最优解。然而传统方法中采用的迭代优化方式计算繁琐,实时性差;且过于简单的模糊模型假设会导致模糊核的不准确估计,降低算法性能。近年来,随着深度学习的发展,卷积神经网络(Convolutional Neural Networks, CNN)广泛地应用于图像去模糊领域。根据图像块信息,Sun等人[2]利用CNN预测图像的局部模糊核,通过非盲解卷积去除非均匀运动模糊。Gong等人[3]利用全卷积网络估计模糊图像的运动场,从估计的运动场中恢复清晰图像。Nah等人[4]提出一种端到端(无核估计)的图像处理方法,该方法遵循由粗到精的思想,逐步恢复清晰图像。Kupyn等人[5]采用带有梯度惩罚和感知损失的Wasserstein GAN(Wasserstein Generative Adversarial Networks)去除运动模糊,恢复更多的纹理信息。Kupyn等人[6]进一步改进网络,将特征金字塔网络作为DeblurGAN-v2(Deblurring Generative Adversarial Networks Version 2)的核心构建块,此网络可与各种骨干网络配合使用,在性能和效率之间取得平衡。Tao等人[7]提出尺度递归的思想,利用不同尺度的图像共同训练网络,实现网络参数共享,运动去模糊效果显著。梁晓萍等人[8]利用头脑风暴优化算法自动搜寻BP(Back Propagation)神经网络更佳的初始权值和阈值,提升网络性能。
近期的研究主要从改进网络结构、引入多尺度和增大感受野等角度改善图像重建算法的性能。Tao等人[7]引入网络参数共享机制,在减少参数的同时获得更好的效果。Ronneberger等人[9]提出一种编-解码结构的网络(Unet网络),充分利用上下文信息,在图像语义分割中获得较好的性能。Nah等人[4]将多尺度应用到去模糊网络中,逐渐去除不同程度的模糊。Chen等人[10]将平滑的扩张卷积嵌入到网络中,在保持参数量不变的情况下,通过增大感受野提高区域性能,但随着网络深度的增加,扩张卷积仅考虑使用棋盘格模式对位置进行稀疏采样,从而导致部分信息丢失[11]。Jin等人[12]采用重采样卷积操作确保网络的第1层就具有大的感受野,但是随着图像尺寸的增加,网络的效率大幅降低,且没有增加图像特征的稀疏性。
受上述研究的启发,本文提出一种基于深度多级小波变换的图像盲去模糊算法,在小波域下学习模糊图像和清晰图像4个子带之间的映射关系,以端到端的方式实现动态场景去模糊。本文的工作如下:(1) 将小波变换嵌入到编码阶段以减少特征图的尺寸,确保网络具有大的感受野。在解码阶段采用小波逆变换,将低分辨率特征图上采样为高分辨率特征图,可有效地避免池化层造成的图像信息损失[11]。此外,图像在小波域中具有稀疏性,网络学习稀疏特征到稀疏特征的映射[13],可有效地提高网络的学习效率。(2) 利用多尺度扩张稠密块(Multi-scale Dilated Dense Block, MDDB),在保证参数不变的前提下提取图像的多尺度深层特征,同时通过稠密连接消除扩张卷积引起的网格伪影。引入的多尺度结构提高了网络对模糊程度的鲁棒性,使恢复的图像更加清晰。(3) 编-解码结构之间的跳跃连接通过增加信息流的传递来融合网络浅层和深层的特征。本文提出的特征融合块(Feature Fusion Block, FFB)引入了动态选择机制[14],允许每个神经元根据输入信息自适应地调整浅层特征与深层特征之间的比重,提高特征融合的有效性。(4) 图像在小波域与空间域具有不同的表示方式,与小波域相比,图像在空间域内含有更加精细的图像细节信息。为补充小波域忽略的图像细节信息,本文提出空间域重建模块(Spatial Domain Reconstruction Module, SDRM),在空间域内学习模糊图像与清晰图像之间的映射关系,进一步提高重构图像的质量。
本文的网络结构如图1所示,在该网络中,首先利用模块A在小波域中去除模糊图像中的模糊,小波系数的稀疏性可简化去模糊过程,同时通过增大感受野来提高大模糊核导致的运动模糊的鲁棒性;然后利用模块B在空间域重建图像,得到去模糊图像。
y=GB(GA(x;δA);δB) |
(1) |
其中,
本文采用MDDB提取图像的多尺度特征,同时进一步增大网络的感受野,提升网络性能。如图2所示,MDDB由一个卷积层和3个多尺度扩张块组成。卷积层减少特征图的通道数,多尺度扩张块提取图像的多尺度特征。每个多尺度扩张块利用4个大小不同的滤波器提取不同尺度的特征,采用级联操作融合多尺度信息,并使用大小为1×1的滤波器以解决特征级联引起的参数过多的问题。为减少网络的计算量,本文采用扩张率(
hn=f1×1(C(hn,1,hn,2,hn,3,hn,4);ξn),n=1,2,3 |
(2) |
其中,
fms=C(h0,h1,h2,h3) |
(3) |
其中,
编-解码结构中存在丰富的上下文信息,有效地融合这些信息可使网络产生更清晰的结果。若简单地采用特征图相加或级联操作融合编-解码的图像特征,会造成大量的信息冗余。最近的方法利用图像通道间[17]/空间[18]的相互依赖性自适应地校正通道/空间的特征响应,或引入动态选择机制提高网络的表征能力[14]。本文使用FFB在通道上动态选择编-解码的特征进行融合,减少信息冗余的同时提升网络性能。如图3所示,FFB分为融合和选择两个阶段。融合阶段采用特征图相加的方式简单地融合编码阶段的浅层特征和解码阶段的深层特征,然后利用平均池化获取融合特征的全局信息,并经过大小为1×1的卷积层在低维空间进行进一步的转换;选择阶段分别采用两个大小为1×1的卷积层学习编-解码阶段对应通道的权重
模块A是具有对称编-解码结构的小波域重建模块,编码阶段包括3个编码模块(Encoder Module, EM),每个EM均由卷积层和3个残差块[19]堆叠而成。EM中引入的小波变换将图像尺寸降为原来的1/4,利用卷积层改变特征图的通道数,通过残差块提取丰富且稀疏的图像特征。
Ei(xi;θi)=fres3(fres2(fres1(fc(DWT(xi);θ0,i);θ1,i);θ2,i);θ3,i),i=1,2,3 |
(4) |
其中,
fLL=[1111]fLH=[−11−11]fHL=[−1−111]fHH=[1−1−11]} |
(5) |
解码阶段包括3个解码模块(Decoder Module, DM), DM的结构与EM的完全对称。利用小波变换的可逆性,在增加图像分辨率的同时保留了图像的细节信息。
Dm(xm;ηm)=IDWT(fc(fres3(fres2(fres1(xm;η0,m);η1,m);η2,m);η3,m)),m=1,2,3 |
(6) |
其中,
e1=E1(x;θ1)e2=E2(e1;θ2)e3=E3(e2;θ3)fms=MDDB(e3;r)fd=D1(FFB1(e1,D2(FFB2(e2,D3(fms;η3);φ2);η2);φ1);η1)yA=fd+x} |
(7) |
其中,
模块B是一个空间域重建模块,在空间域学习图像特征,获取小波域忽略的更精细的图像细节信息。模块B由卷积层和残差块堆叠而成,首先通过卷积层提取图像的浅层特征,然后利用残差块提取更丰富的特征,最后通过卷积层在空间域重建去模糊图像。
y=fc(fres(fc(yA;δ1);δ2);δ3)+yA |
(8) |
其中,
本文采用的训练集是GoPro训练集[3],从GoPro训练集中随机选取图像,并随机裁剪成
值得注意的是,本文采用模块化训练方法获取网络模型,在保证其他模块参数不变的前提下,逐一训练网络的各个模块。首先在不添加多尺度扩张稠密块(MDDB),特征融合模块(FFB)和空间域重建模块(Spatial Domain Reconstruction Module, SDRM)的情况下训练网络其他模块,初始学习率为1e–4,当网络训练趋于稳定时调整学习率为5e–5,再次趋于稳定时调整学习率为5e–6;然后分别将MDDB, FFB和SDRM添加到网络中进行单独训练,训练周期为1300 epochs,初始学习率设置为1e–4,分别在400 epochs和900 epochs调整学习率为5e–5和5e–6;最后统一训练网络中的所有模块,微调网络参数,训练周期和学习率调整策略与多尺度模块的相同。
为说明算法的性能,本文与近年来提出的去模糊算法进行比较,如DeblurGAN-v2[6]、SRN[7]等,分别在GoPro测试集、DVD测试集进行测试,采用峰值信噪比(Peak Signal-to-Noise Ratio, PSNR)和结构相似度(Structural SIMilarity index, SSIM)作为评价指标。GoPro测试集包含1111个模糊-清晰图像对,主要由相机的抖动和物体的运动造成,可以有效地模拟动态场景下真实的运动模糊。DVD测试集由多种设备(如iPhone6s, GoPro)收集,包括1496对模糊-清晰图像,所涉及的动态场景与GoPro测试集的不同。GoPro, DVD测试集上的实验对比结果分别如表1,表2,表3所示,GoPro测试集、DVD测试集、真实模糊图像上的视觉对比结果分别如图4,图5所示。
由表1,表2可以看出,与Tao等人[7]得到的结果相比,本文的PSNR提高1.13 dB, SSIM提高0.018,运行时间减少0.41 s。在重构图像的质量方面,本文算法明显优于其他算法;在算法的重构效率方面,本文算法同样优于其他算法(除Kupyn等人[6]提出的DeblurGAN-v2外)。由表3可以看出,本文算法在不同场景下具有更强的鲁棒性。
本文还在GoPro测试集、DVD测试集和真实的模糊图像上与各个算法进行视觉比较。在GoPro测试集上的视觉对比结果如图4所示,在大的非均匀运动模糊的情况下,本文算法在GoPro测试集上恢复出结果具有更加清晰的条纹和边缘,如在第2行和第6行的红色框中重建了清晰的脸部轮廓和数字形状,没有严重的颜色伪迹和图像失真。在DVD测试集和真实的模糊图像上的视觉对比结果如图5所示,相比于Tao等人[7]得到的去模糊图像,本文算法恢复的图像的局部模糊更少,颜色更加逼真,结构更加清晰。
为评价各个模块的有效性,本文在GoPro测试集上进行对比试验,采用W-MS, W-FF, W-SDR, W-C3和W-B这5个基准模型说明多尺度扩张稠密块(MDDB),特征融合模块(FFB)和空间域重建模块(SDRM)对网络性能的影响。W-MS, W-FF和W-SDR分别表示只包含MDDB, FFB和SDRM的网络模型,W-C3表示用3个卷积层代替MDDB的网络模型,其网络深度与W-MS的相同,W-B表示不引入3种模块的网络模型。各模块的对比结果如表4所示。
模型 | W-B | W-C3 | W-MS | W-FF | W-SDR | 本文 |
多尺度 | × | × | √ | × | × | √ |
特征融合 | × | × | × | √ | × | √ |
空间域图像重构 | × | × | × | × | √ | √ |
嵌入卷积 | × | √ | × | × | × | × |
PSNR | 30.98 | 31.02 | 31.10 | 31.09 | 31.13 | 31.39 |
SSIM | 0.949 | 0.949 | 0.950 | 0.950 | 0.950 | 0.952 |
由表4可得,在不引入MDDB, FFB和SDRM的情况下,PSNR可达到30.98 dB,这说明将小波变换嵌入到编-解码结构中可有效地提升网络的性能。其原因主要包括以下3个方面:⑴将小波变换嵌入到编-解码结构中会增大网络的感受野,可有效地利用图像的上下文信息产生边缘更加清晰的结果,同时小波变换的可逆性避免了图像信息的丢失。⑵图像在小波域具有稀疏性,利用小波变换进行下采样增强了图像特征的稀疏性,提高网络的学习能力。⑶小波变换在小波子带中提供的垂直、水平和对角线边缘信息,可用于学习图像的轮廓和细节特征。MDDB, FFB和SDRM的引入使平均PSNR分别提高0.12 dB, 0.11 dB和0.15 dB,平均SSIM均提高0.001,使网络获得高质量的重构图像。
本文分别采用整体训练和模块化训练的方式训练网络,对比了这两种训练方法对网络性能的影响。GoPro测试集上的定量结果如表5所示,相比于整体训练的网络,模块化训练的网络的PSNR提高0.34 dB, SSIM提高0.003。对于本文算法来说,模块化训练可以使网络各个模块分别达到最优以确保网络整体产生更好的结果,对网络的性能起到积极的推动作用。
训练方法 | 整体训练 | 模块化训练 |
PSNR | 31.05 | 31.39 |
SSIM | 0.949 | 0.952 |
本文提出一种基于深度多级小波变换的图像盲去模糊算法,通过正/逆小波变换实现上采样/下采样操作,在增大网络感受野的同时利用图像在小波域中的稀疏性,降低了映射的复杂程度。为了在小波域重建高质量图像,本文通过多尺度扩张稠密块引入多尺度结构,实现了多尺度深层特征的提取与重用。同时,本文还利用特征融合块自适应地选择编-解码的特征进行有效的特征融合。由于图像在小波域和空间域的表示方式存在差异,本文采用空间域重建模块融合这两种不同的特征表示以进一步提高重构图像的质量。在训练时,采用模块化训练的方式进一步提高网络的性能。GoPro测试集和DVD测试集上的实验结果表明,本文方法恢复的图像具有更好的视觉效果,并且在不同场景下具有更强的鲁棒性。
[1] |
中国电子技术标准化研究院. 信息物理系统白皮书(2017)[EB/OL]. http://www.cesi.cn/201703/2251.html, 2017.
China Electron-ics Standardization Institute. White paper: Cyber-physical system[EB/OL]. http://www.cesi.cn/201703/2251.html, 2017.
|
[2] |
The White House. American Competitiveness Initiative[EB/OL]. http://georgewbush-whitehouse.archives.gov/stateoftheunion/2006/aci/, 2006.
|
[3] |
CPS Week[EB/OL]. https://cpsweek2017.ece.cmu.edu/index.php/events/.
|
[4] |
国务院. 国务院关于深化制造业与互联网融合发展的指导意见: 国发〔2016〕28号[EB/OL]. http://www.gov.cn/zhengce/content/2016-05/20/content_5075099.htm, 2016.
|
[5] |
MONOSTORI L, KÁDÁR B, BAUERNHANSL T, et al. Cyber-physical systems in manufacturing[J]. CIRP Annals, 2016, 65(2): 621–641. doi: 10.1016/j.cirp.2016.06.005
|
[6] |
YU Xinghuo and XUE Yusheng. Smart grids: A cyber–physical systems perspective[J]. Proceedings of the IEEE, 2016, 104(5): 1058–1070. doi: 10.1109/JPROC.2015.2503119
|
[7] |
WEI Guo, YI Zhang, and LI Li. The integration of CPS,CPSS, and ITS: A focus on data[J]. Tsighua Science and Technology, 2015, 20(4)): 327–335.
|
[8] |
GU Lin, ZENG Deze, GUO Song, et al. Cost efficient resource management in fog computing supported medical cyber-physical system[J]. IEEE Transactions on Emerging Topics in Computing, 2017, 5(1): 108–119. doi: 10.1109/TETC.2015.2508382
|
[9] |
YAN Wang. Probabilistic modeling of information dynamics in networked cyber-physical-social systems[J]. IEEE Internet of Things Journal, 2021, 8(19)–14947.
|
[10] |
LEE J, BAGHERI B, and KAO H A. A cyber-physical systems architecture for industry 4.0-based manufacturing systems[J]. Manufacturing Letters, 2015, 3: 18–23. doi: 10.1016/j.mfglet.2014.12.001
|
[11] |
OZTEMEL E and GURSEV S. Literature review of Industry 4.0 and related technologies[J]. Journal of Intelligent Manufacturing, 2020, 31(1): 127–182. doi: 10.1007/s10845-018-1433-8
|
[12] |
杨挺, 张卓凡, 刘亚闯, 等. 基于改进深度信念网络的TMR电流传感器温漂与地磁场校正方法[J]. 天津大学学报:自然科学与工程技术版, 2021, 54(8): 875–880.
YANG Ting, ZHANG Zhuofan, LIU Yachuang, et al. Correction method for temperature drift and geomagnetic field of TMR current sensor based on improved deep belief network[J]. Journal of Tianjin University:Science and Technology, 2021, 54(8): 875–880.
|
[13] |
CHOUDHARY G, ASTILLO P V, YOU I, et al. Lightweight misbehavior detection management of embedded IoT devices in medical cyber physical systems[J]. IEEE Transactions on Network and Service Management, 2020, 17(4): 2496–2510. doi: 10.1109/TNSM.2020.3007535
|
[14] |
HUSSAIN F, HASSAN S A, HUSSAIN R, et al. Machine learning for resource management in cellular and IoT networks: Potentials, current solutions, and open challenges[J]. IEEE Communications Surveys & Tutorials, 2020, 22(2): 1251–1275.
|
[15] |
BURG A, CHATTOPADHYAY A, and LAM K Y. Wireless communication and security issues for cyber–physical systems and the Internet-of-things[J]. Proceedings of the IEEE, 2018, 106(1): 38–60. doi: 10.1109/JPROC.2017.2780172
|
[16] |
杨挺, 刘佳林, 张亚健, 等. 电力线载波通信时频混合降噪方法[J]. 电网技术, 2018, 42(10): 3153–3160.
YANG Ting, LIU Jialin, ZHANG Yajian, et al. Noise reduction method for lv power line carrier communication[J]. Power System Technology, 2018, 42(10): 3153–3160.
|
[17] |
BARAKABITZE A A, AHMAD A, MIJUMBI R, et al. 5G network slicing using SDN and NFV: A survey of taxonomy, architectures and future challenges[J]. Computer Networks, 2020, 167: 106984. doi: 10.1016/j.comnet.2019.106984
|
[18] |
WANG Tian, KE Haoxiong, ZHENG Xi, et al. Big data cleaning based on mobile edge computing in industrial sensor-cloud[J]. IEEE Transactions on Industrial Informatics, 2020, 16(2): 1321–1329. doi: 10.1109/TII.2019.2938861
|
[19] |
SCHIZAS I D. Online data dimensionality reduction and reconstruction using graph filtering[J]. IEEE Transactions on Signal Processing, 2020, 68: 3871–3886. doi: 10.1109/TSP.2020.3003423
|
[20] |
刘向锋, 黄庚华, 张志杰, 等. 高分七号激光测高中全波形回波数据的EMD降噪[J]. 红外与激光工程, 2020, 49(11): 20200261. doi: 10.3788/IRLA20200261
LIU Xiangfeng, HUANG Genghua, ZHANG Zhijie, et al. Noise reduction based on empirical mode decomposition for full waveforms data of GaoFen-7 laser altimetry[J]. Infrared and Laser Engineering, 2020, 49(11): 20200261. doi: 10.3788/IRLA20200261
|
[21] |
ZHOU Huibin, ZHANG Dafang, and XIE Kun. Accurate traffic matrix completion based on multi-Gaussian models[J]. Computer Communications, 2017, 102: 165–176. doi: 10.1016/j.comcom.2016.11.011
|
[22] |
杨挺, 何周泽, 赵东艳, 等. 基于FSOM神经网络的电能质量数据缺失修复算法[J]. 电网技术, 2020, 44(5): 1941–1949.
YANG Ting, HE Zhouze, ZHAO Dongyan, et al. Power quality data loss repair algorithm based on FSOM neural network[J]. Power System Technology, 2020, 44(5): 1941–1949.
|
[23] |
杨挺, 李扬, 何周泽, 等. 基于矩阵填充的泛在电力物联网电能质量数据修复算法[J]. 电力系统自动化, 2020, 44(2): 13–21. doi: 10.7500/AEPS20190814007
YANG Ting, LI Yang, HE Zhouze, et al. Matrix completion theory based recovery algorithm for power quality data in ubiquitous power internet of things[J]. Automation of Electric Power Systems, 2020, 44(2): 13–21. doi: 10.7500/AEPS20190814007
|
[24] |
ZHANG Linxia, NIU Dunbiao, SONG Enbin, et al. Joint optimization of dimension assignment and compression in distributed estimation fusion[J]. IEEE Transactions on Signal Processing, 2019, 67(9): 2453–2468. doi: 10.1109/TSP.2019.2904935
|
[25] |
ZHAO Hongshan and MA Libo. Power distribution system stream data compression based on incremental tensor decomposition[J]. IEEE Transactions on Industrial Informatics, 2020, 16(4): 2469–2476. doi: 10.1109/TII.2019.2934766
|
[26] |
杨挺, 武金成, 袁博. 谐波和间谐波检测的压缩感知恢复算法[J]. 中国电机工程学报, 2015, 35(21): 5475–5482.
YANG Ting, WU Jincheng, and YUAN Bo. The restoration algorithm of compressed sensing to detect harmonic and inter-harmonic[J]. Proceedings of the CSEE, 2015, 35(21): 5475–5482.
|
[27] |
ALAM F, MEHMOOD R, KATIB I, et al. Data fusion and IoT for smart ubiquitous environments: A survey[J]. IEEE Access, 2017, 5: 9533–9554. doi: 10.1109/ACCESS.2017.2697839
|
[28] |
YIN Xiuxing and ZHAO Xiaowei. Deep neural learning based distributed predictive control for offshore wind farm using high-fidelity LES data[J]. IEEE Transactions on Industrial Electronics, 2021, 68(4): 3251–3261. doi: 10.1109/TIE.2020.2979560
|
[29] |
LAI Jingang, LU Xiaoqing, YU Xinghuo, et al. Distributed voltage regulation for cyber-physical microgrids with coupling delays and slow switching topologies[J]. IEEE Transactions on Systems, Man, and Cybernetics:Systems, 2020, 50(1): 100–110. doi: 10.1109/TSMC.2019.2924612
|
[30] |
YATES R D and KAUL S K. The age of information: Real-time status updating by multiple sources[J]. IEEE Transactions on Information Theory, 2019, 65(3): 1807–1827. doi: 10.1109/TIT.2018.2871079
|
[31] |
HUANG Xin and DONG Jiuxiang. Reliable control policy of cyber-physical systems against a class of frequency-constrained sensor and actuator attacks[J]. IEEE Transactions on Cybernetics, 2018, 48(12): 3432–3439. doi: 10.1109/TCYB.2018.2815758
|
[32] |
YANG Ting, ZHANG Yajian, LI Wei, et al. Decentralized networked load frequency control in interconnected power systems based on stochastic jump system theory[J]. IEEE Transactions on Smart Grid, 2020, 11(5): 4427–4439. doi: 10.1109/TSG.2020.2978029
|
[33] |
FARIVAR F, HAGHIGHI M S, JOLFAEI A, et al. Artificial intelligence for detection, estimation, and compensation of malicious attacks in nonlinear cyber-physical systems and industrial IoT[J]. IEEE Transactions on Industrial Informatics, 2020, 16(4): 2716–2725. doi: 10.1109/TII.2019.2956474
|
[34] |
赖英旭, 刘岩, 刘静. 一种网络间可信连接协议[J]. 软件学报, 2019, 30(12): 3730–3749.
LAI Yingxu, LIU Yan, and LIU Jing. Trusted connection protocol between networks[J]. Journal of Software, 2019, 30(12): 3730–3749.
|
[35] |
王星, 杜伟, 陈吉, 等. 基于深度残差生成式对抗网络的样本生成方法[J]. 控制与决策, 2020, 35(8): 1887–1894.
WANG Xing, DU Wei, CHEN Ji, et al. Sample generation based on residual generative adversarial network[J]. Control and Decision, 2020, 35(8): 1887–1894.
|
[36] |
JIANG Yuchen, YIN Shen, and KAYNAK O. Data-driven monitoring and safety control of industrial cyber-physical systems: Basics and beyond[J]. IEEE Access, 2018, 6: 47374–47384. doi: 10.1109/ACCESS.2018.2866403
|
[37] |
杨挺, 侯昱丞, 赵黎媛, 等. 基于时-频域混合特征的变电站通信网异常流量检测方法[J]. 电力系统自动化, 2020, 44(16): 79–86.
YANG Ting, HOU Yucheng, ZHAO Liyuan, et al. Abnormal traffic detection method of substation communication network based on time-frequency domain mixed features[J]. Automation of Electric Power Systems, 2020, 44(16): 79–86.
|
[38] |
DING Derui, HAN Qinglong, GE Xiaohua, et al. Secure state estimation and control of cyber-physical systems: A survey[J]. IEEE Transactions on Systems, Man, and Cybernetics:Systems, 2021, 51(1): 176–190. doi: 10.1109/TSMC.2020.3041121
|
[39] |
HUANG Jiangshuai, WANG Wei, WEN Changyun, et al. Adaptive event-triggered control of nonlinear systems with controller and parameter estimator triggering[J]. IEEE Transactions on Automatic Control, 2020, 65(1): 318–324. doi: 10.1109/TAC.2019.2912517
|
[40] |
HU Songlin, YUE Dong, XIE Xiangpeng, et al. Resilient Event-triggered controller synthesis of networked control systems under periodic DoS Jamming attacks[J]. IEEE Transactions on Cybernetics, 2019, 49(12): 4271–4281. doi: 10.1109/TCYB.2018.2861834
|
[41] |
王晓辉, 季知祥, 周扬, 等. 城市能源互联网综合服务平台架构及关键技术[J]. 中国电机工程学报, 2021, 41(7): 2310–2320.
WANG Xiaohui, JI Zhixiang, ZHOU Yang, et al. Comprehensive service platform architecture and key technologies of urban energy internet[J]. Proceedings of the CSEE, 2021, 41(7): 2310–2320.
|
[42] |
BORDEL B, DE RIVERA D S, and ALCARRIA R. Plug-and-Play transducers in cyber-physical systems for device-driven applications[C]. Proceedings of the 10th International Conference on Innovative Mobile and Internet Services in Ubiquitous Computing, Fukuoka, Japan, 2016.
|
[43] |
BALASUBRAMANIYAN S, SUBATHRA B, HEMESH R C, et al. On simulating processor schedules and network protocols within CPS using TrueTime[C]. Proceedings of 2015 IEEE International Conference on Computational Intelligence and Computing Research, Madurai, India, 2015.
|
[44] |
KHALED A B, GAID M B, PERNET N, et al. Fast multi-core co-simulation of cyber-physical systems: Application to internal combustion engines[J]. Simulation Modelling Practice and Theory, 2014, 47: 79–91. doi: 10.1016/j.simpat.2014.05.002
|
[45] |
汤奕, 王琦, 邰伟, 等. 基于OPAL-RT和OPNET的电力信息物理系统实时仿真[J]. 电力系统自动化, 2016, 40(23): 15–21,92. doi: 10.7500/AEPS20160515020
TANG Yi, WANG Qi, TAI Wei, et al. Real-time simulation of cyber-physical power system based on OPAL-RT and OPNET[J]. Automation of Electric Power Systems, 2016, 40(23): 15–21,92. doi: 10.7500/AEPS20160515020
|
[46] |
VICENTINI F, ASKARPOUR M, ROSSI M G, et al. Safety assessment of collaborative robotics through automated formal verification[J]. IEEE Transactions on Robotics, 2020, 36(1): 42–61. doi: 10.1109/TRO.2019.2937471
|
[47] |
BRAT G, BUSHNELL D, DAVIES M, et al. Verifying the safety of a flight-critical system[C]. Proceedings of the 20th International Symposium on Formal Methods, Oslo, Norway, 2015.
|
[48] |
唐伦, 肖娇, 魏延南, 等. 基于云雾混合计算的车联网联合资源分配算法[J]. 电子与信息学报, 2020, 42(8): 1926–1933. doi: 10.11999/JEIT190306
TANG Lun, XIAO Jiao, WEI Yannan, et al. Joint resource allocation algorithms based on mixed cloud/fog computing in vehicular network[J]. Journal of Electronics &Information Technology, 2020, 42(8): 1926–1933. doi: 10.11999/JEIT190306
|
[49] |
WANG Xiaokang, YANG L T, XIE Xia, et al. A cloud-edge computing framework for cyber-physical-social services[J]. IEEE Communications Magazine, 2017, 55(11): 80–85. doi: 10.1109/MCOM.2017.1700360
|
[50] |
DING Kai, CHAN F T S, ZHANG Xudong, et al. Defining a digital twin-based cyber-physical production system for autonomous manufacturing in smart shop floors[J]. International Journal of Production Research, 2019, 57(20): 6315–6334. doi: 10.1080/00207543.2019.1566661
|
[51] |
LI Wei, YANG Ting, DELICATO F C, et al. On enabling sustainable edge computing with renewable energy resources[J]. IEEE Communications Magazine, 2018, 56(5): 94–101. doi: 10.1109/MCOM.2018.1700888
|
[52] |
李杰, 李响, 许元铭, 等. 工业人工智能及应用研究现状及展望[J]. 自动化学报, 2020, 46(10): 2031–2044.
LEE J, LI Xiang, XU Yuanming, et al. Recent advances and prospects in industrial AI and applications[J]. Acta Automatica Sinica, 2020, 46(10): 2031–2044.
|
[53] |
KIM H and BEN-OTHMAN J. Toward integrated virtual emotion system with AI applicability for secure CPS-enabled smart cities: AI-based research challenges and security issues[J]. IEEE Network, 2020, 34(3): 30–36. doi: 10.1109/MNET.011.1900299
|
[54] |
ZHAO Wenbing, JIANG Congfeng, GAO Honghao, et al. Blockchain-enabled cyber-physical systems: A review[J]. IEEE Internet of Things Journal, 2021, 8(6): 4023–4034. doi: 10.1109/JIOT.2020.3014864
|
[55] |
ZHENG Pai, WANG Honghui, SANG Zhiqian, et al. Smart manufacturing systems for Industry 4.0: Conceptual framework, scenarios, and future perspectives[J]. Frontiers of Mechanical Engineering, 2018, 13(2): 137–150. doi: 10.1007/s11465-018-0499-5
|
[56] |
TAO Fei, ZHANG He, LIU Ang, et al. Digital twin in industry: State-of-the-art[J]. IEEE Transactions on Industrial Informatics, 2019, 15(4): 2405–2415. doi: 10.1109/TII.2018.2873186
|
[57] |
陈胜, 卫志农, 顾伟, 等. 碳中和目标下的能源系统转型与变革: 多能流协同技术[J]. 电力自动化设备, 2021, 41(9): 3–12.
CHEN Sheng, WEI Zhinong, GU Wei, et al. Carbon neutral oriented transition and revolution of energy systems: Multi-energy flow coordination technology[J]. Electric Power Automation Equipment, 2021, 41(9): 3–12.
|
[58] |
MONESS M and MOUSTAFA A M. A survey of cyber-physical advances and challenges of wind energy conversion systems: Prospects for internet of energy[J]. IEEE Internet of Things Journal, 2016, 3(2): 134–145. doi: 10.1109/JIOT.2015.2478381
|
[59] |
王成山, 吕超贤, 李鹏, 等. 园区型综合能源系统多时间尺度模型预测优化调度[J]. 中国电机工程学报, 2019, 39(23): 6791–6803.
WANG Chengshan, LÜ Chaoxian, LI Peng, et al. Multiple time-scale optimal scheduling of community integrated energy system based on model predictive control[J]. Proceedings of the CSEE, 2019, 39(23): 6791–6803.
|
[60] |
KONG Weicong, DONG Zhaoyang, JIA Youwei, et al. Short-term residential load forecasting based on LSTM recurrent neural network[J]. IEEE Transactions on Smart Grid, 2019, 10(1): 841–851. doi: 10.1109/TSG.2017.2753802
|
[61] |
HERRANDO M, PANTALEO A M, WANG Kai, et al. Solar combined cooling, heating and power systems based on hybrid PVT, PV or solar-thermal collectors for building applications[J]. Renewable Energy, 2019, 143: 637–647. doi: 10.1016/j.renene.2019.05.004
|
[62] |
王成山, 董博, 于浩, 等. 智慧城市综合能源系统数字孪生技术及应用[J]. 中国电机工程学报, 2021, 41(5): 1597–1607.
WANG Chengshan, DONG Bo, YU Hao, et al. Digital twin technology and its application in the integrated energy system of smart city[J]. Proceedings of the CSEE, 2021, 41(5): 1597–1607.
|
[63] |
陈健, 林咨良, 赵浩然, 等. 考虑信息耦合的电–气综合能源系统韧性优化方法[J]. 中国电机工程学报, 2020, 40(21): 6854–6863.
CHEN Jian, LIN Ziliang, ZHAO Haoran, et al. Optimization method for resilience of integrated electric-gas system with consideration of cyber coupling[J]. Proceedings of the CSEE, 2020, 40(21): 6854–6863.
|
[64] |
TOKODY D, ALBINI A, ADY L, et al. Safety and security through the design of autonomous intelligent vehicle systems and intelligent infrastructure in the smart city[J]. Interdisciplinary Description of Complex Systems, 2018, 16(3): 384–396. doi: 10.7906/indecs.16.3.11
|
[65] |
王同军. 中国智能高铁发展战略研究[J]. 中国铁路, 2019(1): 9–14.
WANG Tongjun. Study on the development strategy of China intelligent high speed railway[J]. China Railway, 2019(1): 9–14.
|
[66] |
夏元清, 闫策, 王笑京, 等. 智能交通信息物理融合云控制系统[J]. 自动化学报, 2019, 45(1): 132–142.
XIA Yuanqing, YAN Ce, WANG Xiaojing, et al. Intelligent transportation cyber-physical cloud control systems[J]. Acta Automatica Sinica, 2019, 45(1): 132–142.
|
[67] |
CHEN Chen, LIU Bin, WAN Shaohua, et al. An edge traffic flow detection scheme based on deep learning in an intelligent transportation system[J]. IEEE Transactions on Intelligent Transportation Systems, 2021, 22(3): 1840–1852. doi: 10.1109/TITS.2020.3025687
|
[68] |
HATZIVASILIS G, FYSARAKIS K, IOANNIDIS S, et al. SPD-Safe: Secure administration of railway intelligent transportation systems[J]. Electronics, 2021, 10(1): 92. doi: 10.3390/electronics10010092
|
[69] |
KAVALLIERATOS G, DIAMANTOPOULOU V, and KATSIKAS S. Shipping 4.0: Security requirements for the cyber-enabled ship[J]. IEEE Transactions on Industrial Informatics, 2020, 16(10): 6617–6625. doi: 10.1109/TII.2020.2976840
|
[70] |
YANG Geng, PANG Zhibo, DEEN M J, et al. Homecare robotic systems for healthcare 4.0: Visions and enabling technologies[J]. IEEE Journal of Biomedical and Health Informatics, 2020, 24(9): 2535–2549. doi: 10.1109/JBHI.2020.2990529
|
[71] |
GUO Jiuchuan, TIAN Shulin, XIAN Hong, et al. Cyber-physical healthcare system with blood test module on broadcast television network for remote cardiovascular disease (CVD) management[J]. IEEE Transactions on Industrial Informatics, 2021, 17(5): 3363–3670.
|
[72] |
JIANG Yu, SONG Houbing, WANG Rui, et al. Data-centered runtime verification of wireless medical cyber-physical system[J]. IEEE Transactions on Industrial Informatics, 2017, 13(4): 1900–1909. doi: 10.1109/TII.2016.2573762
|
[73] |
BAYANBAY N A, BEISEMBETOV I K, OZHIKENOV K A, et al. The use of unmanned aerial vehicle for emergency medical assistance[C]. Proceedings of the 20th International Conference of Young Specialists on Micro/Nanotechnologies and Electron Devices (EDM), Erlagol, Russia, 2019.
|
[74] |
孔祥朋, 付君, 陈继营, 等. 5G通信技术远程指导机器人辅助全髋关节置换术两例[J]. 中国修复重建外科杂志, 2020, 34(11): 1492–1493.
KONG Xiangpeng, FU Jun, CHEN Jiying, et al. Two cases of robot assisted total HIP arthroplasty guided by 5G communication technology[J]. Chinese Journal of Reparative and Reconstructive Surgery, 2020, 34(11): 1492–1493.
|
[75] |
王婷, 钱东福, 张成, 等. 基于史密斯模型的新疆克州远程医疗建设效果分析[J]. 中国卫生事业管理, 2021, 38(8): 582–586.
WANG Ting, QIAN Dongfu, ZHANG Cheng, et al. Analysis of the effect of telemedicine construction in Kezhou of Xinjiang province based on Smith model[J]. Chinese Health Service Management, 2021, 38(8): 582–586.
|
[76] |
XU Qichao, SU Zhou, and YU Shui. Green social CPS based E-healthcare systems to control the spread of infectious diseases[C]. Proceedings of 2018 IEEE International Conference on Communications (ICC 2018), Kansas City, USA, 2018.
|
[77] |
MONES E, STOPCZYNSKI A, PENTLAND A S, et al. Optimizing targeted vaccination across cyber-physical networks: An empirically based mathematical simulation study[J]. Journal of the Royal Society Interface, 2018, 15(138): 20170783. doi: 10.1098/rsif.2017.0783
|
[78] |
DIMITROV V, JAGTAP V, SKORINKO J, et al. Human-centered design of a cyber-physical system for advanced response to Ebola (CARE)[C]. Proceedings of the 37th Annual International Conference of the IEEE Engineering in Medicine and Biology Society, Milan, Italy, 2015: 6856–6859.
|
[79] |
DONG Yudi and YAO Yudong. IoT platform for COVID-19 prevention and control: A survey[J]. IEEE Access, 2021, 9: 49929–49941. doi: 10.1109/ACCESS.2021.3068276
|
[80] |
YE Ruizhong, ZHOU Xianlong, SHAO Fei, et al. Feasibility of a 5G-based robot-assisted remote ultrasound system for cardiopulmonary assessment of patients with coronavirus disease 2019[J]. Chest, 2021, 159(1): 270–281. doi: 10.1016/j.chest.2020.06.068
|
[81] |
YE Qing, ZHOU Jin, and WU Hong. Using information technology to manage the COVID-19 pandemic: Development of a technical framework based on practical experience in China[J]. JMIR Medical Informatics, 2020, 8(6): e19515. doi: 10.2196/19515
|
1. | 吴健华,张晓锋,陈亮. OVMD-MF算法用于漏电流光纤传感. 国防科技大学学报. 2025(01): 181-189 . ![]() | |
2. | 吴健华,张晓锋,陈亮. OVMD-ICA算法用于光纤电流传感器降噪. 光学学报. 2023(02): 43-52 . ![]() |
模型 | W-B | W-C3 | W-MS | W-FF | W-SDR | 本文 |
多尺度 | × | × | √ | × | × | √ |
特征融合 | × | × | × | √ | × | √ |
空间域图像重构 | × | × | × | × | √ | √ |
嵌入卷积 | × | √ | × | × | × | × |
PSNR | 30.98 | 31.02 | 31.10 | 31.09 | 31.13 | 31.39 |
SSIM | 0.949 | 0.949 | 0.950 | 0.950 | 0.950 | 0.952 |
训练方法 | 整体训练 | 模块化训练 |
PSNR | 31.05 | 31.39 |
SSIM | 0.949 | 0.952 |