期刊文献+
共找到3,763篇文章
< 1 2 189 >
每页显示 20 50 100
Experiments on image data augmentation techniques for geological rock type classification with convolutional neural networks 被引量:2
1
作者 Afshin Tatar Manouchehr Haghighi Abbas Zeinijahromi 《Journal of Rock Mechanics and Geotechnical Engineering》 2025年第1期106-125,共20页
The integration of image analysis through deep learning(DL)into rock classification represents a significant leap forward in geological research.While traditional methods remain invaluable for their expertise and hist... The integration of image analysis through deep learning(DL)into rock classification represents a significant leap forward in geological research.While traditional methods remain invaluable for their expertise and historical context,DL offers a powerful complement by enhancing the speed,objectivity,and precision of the classification process.This research explores the significance of image data augmentation techniques in optimizing the performance of convolutional neural networks(CNNs)for geological image analysis,particularly in the classification of igneous,metamorphic,and sedimentary rock types from rock thin section(RTS)images.This study primarily focuses on classic image augmentation techniques and evaluates their impact on model accuracy and precision.Results demonstrate that augmentation techniques like Equalize significantly enhance the model's classification capabilities,achieving an F1-Score of 0.9869 for igneous rocks,0.9884 for metamorphic rocks,and 0.9929 for sedimentary rocks,representing improvements compared to the baseline original results.Moreover,the weighted average F1-Score across all classes and techniques is 0.9886,indicating an enhancement.Conversely,methods like Distort lead to decreased accuracy and F1-Score,with an F1-Score of 0.949 for igneous rocks,0.954 for metamorphic rocks,and 0.9416 for sedimentary rocks,exacerbating the performance compared to the baseline.The study underscores the practicality of image data augmentation in geological image classification and advocates for the adoption of DL methods in this domain for automation and improved results.The findings of this study can benefit various fields,including remote sensing,mineral exploration,and environmental monitoring,by enhancing the accuracy of geological image analysis both for scientific research and industrial applications. 展开更多
关键词 Deep learning(DL) Image analysis Image data augmentation convolutional neural networks(cnns) Geological image analysis Rock classification Rock thin section(RTS)images
在线阅读 下载PDF
A resource-adaptive tensor decomposition method for convolutional neural networks
2
作者 XIE Xiaoyan REN Xun +3 位作者 ZHU Yun YU Jinhao JIN Luochen YANG Tianjiao 《High Technology Letters》 2025年第4期355-364,共10页
To enhance the inference efficiency of convolutional neural network(CNN),tensor parallelism is employed to improve the parallelism within operators.However,existing methods are customized to specific networks and hard... To enhance the inference efficiency of convolutional neural network(CNN),tensor parallelism is employed to improve the parallelism within operators.However,existing methods are customized to specific networks and hardware,limiting their generalizability.This paper proposes an approach called resource-adaptive tensor decomposition(RATD)for CNN operators,which aims to achieve an optimal match between computational resources and parallel computing tasks.Firstly,CNN is represented with fine-grained tensors at the lower graph level,thereby decoupling tensors that can be computed in parallel within operators.Secondly,the convolution and pooling operators are fused,and the decoupled tensor blocks are scheduled in parallel.Finally,a cost model is constructed,based on runtime and resource utilization,to iteratively refine the process of tensor block decomposition and automatically determine the optimal tensor decomposition.Experimental results demonstrate that the proposed RATD improves the accuracy of the model by 11%.Compared with CUDA(compute unified device architecture)deep neural network library(cuDNN),RATD achieves an average speedup ratio of 1.21 times in inference time across various convolution kernels,along with a 12%increase in computational resource utilization. 展开更多
关键词 tensor decomposition operator parallelism convolutional neural network(cnn)
在线阅读 下载PDF
考虑谐波激励的电工钢片SAMCNN-BiLSTM磁致伸缩特性精细预测方法
3
作者 肖飞 杨北超 +4 位作者 王瑞田 范学鑫 陈俊全 张新生 王崇 《中国电机工程学报》 北大核心 2026年第3期1274-1285,I0034,共13页
针对不同磁密幅值、频率、谐波组合等复杂激励工况下磁致伸缩建模面临的精准性问题,该文利用空间注意力机制(spatial attention mechanism,SAM)对传统的卷积神经网络(convolutional neural network,CNN)进行改进,将SAM嵌套入CNN网络中,... 针对不同磁密幅值、频率、谐波组合等复杂激励工况下磁致伸缩建模面临的精准性问题,该文利用空间注意力机制(spatial attention mechanism,SAM)对传统的卷积神经网络(convolutional neural network,CNN)进行改进,将SAM嵌套入CNN网络中,建立SAMCNN改进型网络。再结合双向长短期记忆(bidirectional long short-term memory,BiLSTM)网络,提出电工钢片SAMCNN-BiLSTM磁致伸缩模型。首先,利用灰狼优化算法(grey wolf optimization,GWO)寻优神经网络结构的参数,实现复杂工况下磁致伸缩效应的准确表征;然后,建立中低频范围单频与叠加谐波激励等复杂工况下的磁致伸缩应变数据库,开展数据预处理与特征分析;最后,对SAMCNN-BiLSTM模型开展对比验证。对比叠加3次谐波激励下的磁致伸缩应变频谱主要分量,SAMCNN-BiLSTM模型计算值最大相对误差为3.70%,其比Jiles-Atherton-Sablik(J-A-S)、二次畴转等模型能更精确地表征电工钢片的磁致伸缩效应。 展开更多
关键词 磁致伸缩效应 谐波激励 卷积神经网络 空间注意力机制 双向长短期记忆网络
原文传递
一种改进的CNN-Seq2Seq电池荷电与健康状态联合估计方法
4
作者 张宇 周天宇 +1 位作者 张永康 吴铁洲 《电源学报》 北大核心 2026年第1期217-224,共8页
为保证电动汽车长期安全稳定运行,降低锂电池故障率,针对电动汽车电池管理系统能否精准有效地检测电池荷电状态SOC(state-of-charge)与电池健康状态SOH(state-of-health)这2个重要参数的问题,提出了1种基于卷积神经网络-长短期记忆CNN-L... 为保证电动汽车长期安全稳定运行,降低锂电池故障率,针对电动汽车电池管理系统能否精准有效地检测电池荷电状态SOC(state-of-charge)与电池健康状态SOH(state-of-health)这2个重要参数的问题,提出了1种基于卷积神经网络-长短期记忆CNN-LSTM(convolutional neural networks-long short-term memory)神经网络改进的卷积神经网络-序列到序列CNN-Seq2Seq(CNN-sequence-to-sequence)神经网络的锂电池SOC与SOH联合估计方法。在公共数据集上的对比实验表明,该方法提高了锂电池SOC与SOH估计结果的稳定性与准确性。 展开更多
关键词 荷电状态 健康状态 卷积神经网络 序列到序列 锂电池 深度学习
在线阅读 下载PDF
综合负样本优化指数与CNN-LSTM-ATT模型的滑坡易发性评价
5
作者 曹琰波 移康军 +5 位作者 梁鑫 荆海宇 孙颢宸 张越轩 刘思缘 范文 《安全与环境工程》 北大核心 2026年第1期69-85,共17页
针对滑坡易发性建模过程中随机抽取的非滑坡样本不确定性高、机器学习模型预测精度有限的问题,提出一种基于负样本优化指数(negative sample optimization index,NSI)的非滑坡样本采样策略,并融合卷积神经网络(convolutional neural net... 针对滑坡易发性建模过程中随机抽取的非滑坡样本不确定性高、机器学习模型预测精度有限的问题,提出一种基于负样本优化指数(negative sample optimization index,NSI)的非滑坡样本采样策略,并融合卷积神经网络(convolutional neural network,CNN)、长短时记忆(long short-term memory,LSTM)网络和注意力机制(attention mechanism,ATT)构建CNN-LSTM-ATT深度神经网络开展易发性评价。以陕西省北部黄土高原地区的绥德县义合镇为例,首先,选取高程、坡度、地层岩性等14个孕灾因子建立评价指标体系;其次,引入Matthews相关系数为随机森林(random forest,RF)、逻辑回归(logistic regression,LR)和支持向量机(support vector machine,SVM)3种基模型分配权重,并计算NSI值;然后,基于NSI选取非滑坡样本,并与滑坡样本组成训练数据集;最后,利用CNNLSTM-ATT模型预测滑坡空间概率,通过SHAP值分析揭示各因子的重要程度。结果表明:NSI通过约束采样空间获得了质量更高的非滑坡样本,规避了因过度偏激的负样本所造成的预测误差,模型精度最大提升7%;相较于单一模型,集成多层复杂结构的CNN-LSTM-ATT模型具有更好的分类能力,预测精度达0.925;坡度、高程和距房屋距离是研究区易发性建模的关键因子。研究提出的采样策略和评价模型有助于提高滑坡灾害空间预测的精度。 展开更多
关键词 滑坡灾害 易发性 负样本优化指数(NSI) 卷积神经网络(cnn) 长短时记忆(LSTM)网络 注意力机制(ATT)
在线阅读 下载PDF
Faster-than- Nyquist rate communication via convolutional neural networks- based demodulators 被引量:2
6
作者 欧阳星辰 吴乐南 《Journal of Southeast University(English Edition)》 EI CAS 2016年第1期6-10,共5页
A demodulator based on convolutional neural networks( CNNs) is proposed to demodulate bipolar extended binary phase shifting keying( EBPSK) signals transmitted at a faster-thanNyquist( FTN) rate, solving the pro... A demodulator based on convolutional neural networks( CNNs) is proposed to demodulate bipolar extended binary phase shifting keying( EBPSK) signals transmitted at a faster-thanNyquist( FTN) rate, solving the problem of severe inter symbol interference( ISI) caused by FTN rate signals. With the characteristics of local connectivity, pooling and weight sharing,a six-layer CNNs structure is used to demodulate and eliminate ISI. The results showthat with the symbol rate of 1. 07 k Bd, the bandwidth of the band-pass filter( BPF) in a transmitter of 1 k Hz and the changing number of carrier cycles in a symbol K = 5,10,15,28, the overall bit error ratio( BER) performance of CNNs with single-symbol decision is superior to that with a doublesymbol united-decision. In addition, the BER performance of single-symbol decision is approximately 0. 5 d B better than that of the coherent demodulator while K equals the total number of carrier circles in a symbol, i. e., K = N = 28. With the symbol rate of 1. 07 k Bd, the bandwidth of BPF in a transmitter of 500 Hz and K = 5,10,15,28, the overall BER performance of CNNs with double-symbol united-decision is superior to those with single-symbol decision. Moreover, the double-symbol uniteddecision method is approximately 0. 5 to 1. 5 d B better than that of the coherent demodulator while K = N = 28. The demodulators based on CNNs successfully solve the serious ISI problems generated during the transmission of FTN rate bipolar EBPSK signals, which is beneficial for the improvement of spectrum efficiency. 展开更多
关键词 bipolar extended binary phase shifting keying(EBPSK) convolutional neural networkscnns) faster-thanNyquist(FTN) rate double-symbol united-decision
在线阅读 下载PDF
Investigation on the Chinese Text Sentiment Analysis Based on Convolutional Neural Networks in Deep Learning 被引量:12
7
作者 Feng Xu Xuefen Zhang +1 位作者 Zhanhong Xin Alan Yang 《Computers, Materials & Continua》 SCIE EI 2019年第3期697-709,共13页
Nowadays,the amount of wed data is increasing at a rapid speed,which presents a serious challenge to the web monitoring.Text sentiment analysis,an important research topic in the area of natural language processing,is... Nowadays,the amount of wed data is increasing at a rapid speed,which presents a serious challenge to the web monitoring.Text sentiment analysis,an important research topic in the area of natural language processing,is a crucial task in the web monitoring area.The accuracy of traditional text sentiment analysis methods might be degraded in dealing with mass data.Deep learning is a hot research topic of the artificial intelligence in the recent years.By now,several research groups have studied the sentiment analysis of English texts using deep learning methods.In contrary,relatively few works have so far considered the Chinese text sentiment analysis toward this direction.In this paper,a method for analyzing the Chinese text sentiment is proposed based on the convolutional neural network(CNN)in deep learning in order to improve the analysis accuracy.The feature values of the CNN after the training process are nonuniformly distributed.In order to overcome this problem,a method for normalizing the feature values is proposed.Moreover,the dimensions of the text features are optimized through simulations.Finally,a method for updating the learning rate in the training process of the CNN is presented in order to achieve better performances.Experiment results on the typical datasets indicate that the accuracy of the proposed method can be improved compared with that of the traditional supervised machine learning methods,e.g.,the support vector machine method. 展开更多
关键词 convolutional neural network(cnn) deep learning learning rate NORMALIZATION sentiment analysis.
在线阅读 下载PDF
A Performance Evaluation of Classic Convolutional Neural Networks for 2D and 3D Palmprint and Palm Vein Recognition 被引量:8
8
作者 Wei Jia Jian Gao +3 位作者 Wei Xia Yang Zhao Hai Min Jing-Ting Lu 《International Journal of Automation and computing》 EI CSCD 2021年第1期18-44,共27页
Palmprint recognition and palm vein recognition are two emerging biometrics technologies.In the past two decades,many traditional methods have been proposed for palmprint recognition and palm vein recognition,and have... Palmprint recognition and palm vein recognition are two emerging biometrics technologies.In the past two decades,many traditional methods have been proposed for palmprint recognition and palm vein recognition,and have achieved impressive results.However,the research on deep learningbased palmprint recognition and palm vein recognition is still very preliminary.In this paper,in order to investigate the problem of deep learning based 2D and 3D palmprint recognition and palm vein recognition indepth,we conduct performance evaluation of seventeen representative and classic convolutional neural networks(CNNs)on one 3D palmprint database,five 2D palmprint databases and two palm vein databases.A lot of experiments have been carried out in the conditions of different network structures,different learning rates,and different numbers of network layers.We have also conducted experiments on both separate data mode and mixed data mode.Experimental results show that these classic CNNs can achieve promising recognition results,and the recognition performance of recently proposed CNNs is better.Particularly,among classic CNNs,one of the recently proposed classic CNNs,i.e.,EfficientNet achieves the best recognition accuracy.However,the recognition performance of classic CNNs is still slightly worse than that of some traditional recognition methods. 展开更多
关键词 Performance evaluation convolutional neural network(cnn) BIOMETRICS PALMPRINT palm vein deep learning
原文传递
Automatic Detection of Lung Nodules Using 3D Deep Convolutional Neural Networks 被引量:2
9
作者 FU Ling MA Jingchen +2 位作者 CHEN Yizhi LARSSON Rasmus ZHAO Jun 《Journal of Shanghai Jiaotong university(Science)》 EI 2019年第4期517-523,共7页
Lung cancer is the leading cause of cancer deaths worldwide. Accurate early diagnosis is critical in increasing the 5-year survival rate of lung cancer, so the efficient and accurate detection of lung nodules,the pote... Lung cancer is the leading cause of cancer deaths worldwide. Accurate early diagnosis is critical in increasing the 5-year survival rate of lung cancer, so the efficient and accurate detection of lung nodules,the potential precursors to lung cancer, is paramount. In this paper, a computer-aided lung nodule detection system using 3D deep convolutional neural networks(CNNs) is developed. The first multi-scale 11-layer 3D fully convolutional neural network(FCN) is used for screening all lung nodule candidates. Considering relative small sizes of lung nodules and limited memory, the input of the FCN consists of 3D image patches rather than of whole images. The candidates are further classified in the second CNN to get the final result. The proposed method achieves high performance in the LUNA16 challenge and demonstrates the effectiveness of using 3D deep CNNs for lung nodule detection. 展开更多
关键词 LUNG NODULE DETECTION COMPUTER-AIDED DETECTION (CAD) convolutional neural NETWORK (cnn) fully convolutional neural NETWORK (FCN)
原文传递
Position Encoding Based Convolutional Neural Networks for Machine Remaining Useful Life Prediction 被引量:5
10
作者 Ruibing Jin Min Wu +3 位作者 Keyu Wu Kaizhou Gao Zhenghua Chen Xiaoli Li 《IEEE/CAA Journal of Automatica Sinica》 SCIE EI CSCD 2022年第8期1427-1439,共13页
Accurate remaining useful life(RUL)prediction is important in industrial systems.It prevents machines from working under failure conditions,and ensures that the industrial system works reliably and efficiently.Recentl... Accurate remaining useful life(RUL)prediction is important in industrial systems.It prevents machines from working under failure conditions,and ensures that the industrial system works reliably and efficiently.Recently,many deep learning based methods have been proposed to predict RUL.Among these methods,recurrent neural network(RNN)based approaches show a strong capability of capturing sequential information.This allows RNN based methods to perform better than convolutional neural network(CNN)based approaches on the RUL prediction task.In this paper,we question this common paradigm and argue that existing CNN based approaches are not designed according to the classic principles of CNN,which reduces their performances.Additionally,the capacity of capturing sequential information is highly affected by the receptive field of CNN,which is neglected by existing CNN based methods.To solve these problems,we propose a series of new CNNs,which show competitive results to RNN based methods.Compared with RNN,CNN processes the input signals in parallel so that the temporal sequence is not easily determined.To alleviate this issue,a position encoding scheme is developed to enhance the sequential information encoded by a CNN.Hence,our proposed position encoding based CNN called PE-Net is further improved and even performs better than RNN based methods.Extensive experiments are conducted on the C-MAPSS dataset,where our PE-Net shows state-of-the-art performance. 展开更多
关键词 convolutional neural network(cnn) deep learning position encoding remaining useful life prediction
在线阅读 下载PDF
A hybrid data-driven approach for rainfall-induced landslide susceptibility mapping:Physically-based probabilistic model with convolutional neural network 被引量:1
11
作者 Hong-Zhi Cui Bin Tong +2 位作者 Tao Wang Jie Dou Jian Ji 《Journal of Rock Mechanics and Geotechnical Engineering》 2025年第8期4933-4951,共19页
Landslide susceptibility mapping(LSM)plays a crucial role in assessing geological risks.The current LSM techniques face a significant challenge in achieving accurate results due to uncertainties associated with region... Landslide susceptibility mapping(LSM)plays a crucial role in assessing geological risks.The current LSM techniques face a significant challenge in achieving accurate results due to uncertainties associated with regional-scale geotechnical parameters.To explore rainfall-induced LSM,this study proposes a hybrid model that combines the physically-based probabilistic model(PPM)with convolutional neural network(CNN).The PPM is capable of effectively capturing the spatial distribution of landslides by incorporating the probability of failure(POF)considering the slope stability mechanism under rainfall conditions.This significantly characterizes the variation of POF caused by parameter uncertainties.CNN was used as a binary classifier to capture the spatial and channel correlation between landslide conditioning factors and the probability of landslide occurrence.OpenCV image enhancement technique was utilized to extract non-landslide points based on the POF of landslides.The proposed model comprehensively considers physical mechanics when selecting non-landslide samples,effectively filtering out samples that do not adhere to physical principles and reduce the risk of overfitting.The results indicate that the proposed PPM-CNN hybrid model presents a higher prediction accuracy,with an area under the curve(AUC)value of 0.85 based on the landslide case of the Niangniangba area of Gansu Province,China compared with the individual CNN model(AUC=0.61)and the PPM(AUC=0.74).This model can also consider the statistical correlation and non-normal probability distributions of model parameters.These results offer practical guidance for future research on rainfall-induced LSM at the regional scale. 展开更多
关键词 Rainfall landslides Landslide susceptibility mapping Hybrid model Physically-based model Convolution neural network(cnn) Probability of failure(POF)
在线阅读 下载PDF
Age Invariant Face Recognition Using Convolutional Neural Networks and Set Distances 被引量:4
12
作者 Hachim El Khiyari Harry Wechsler 《Journal of Information Security》 2017年第3期174-185,共12页
Biometric security systems based on facial characteristics face a challenging task due to variability in the intrapersonal facial appearance of subjects traced to factors such as pose, illumination, expression and agi... Biometric security systems based on facial characteristics face a challenging task due to variability in the intrapersonal facial appearance of subjects traced to factors such as pose, illumination, expression and aging. This paper innovates as it proposes a deep learning and set-based approach to face recognition subject to aging. The images for each subject taken at various times are treated as a single set, which is then compared to sets of images belonging to other subjects. Facial features are extracted using a convolutional neural network characteristic of deep learning. Our experimental results show that set-based recognition performs better than the singleton-based approach for both face identification and face verification. We also find that by using set-based recognition, it is easier to recognize older subjects from younger ones rather than younger subjects from older ones. 展开更多
关键词 Aging BIOMETRICS convolutional neural networks (cnn) Deep LEARNING Image Set-Based Face Recognition (ISFR) Transfer LEARNING
在线阅读 下载PDF
融合注意力增强CNN与Transformer的电网关键节点识别
13
作者 黎海涛 乔禄 +2 位作者 杨艳红 谢冬雪 高文浩 《北京工业大学学报》 北大核心 2026年第2期117-129,共13页
为了精确识别电网关键节点以保障电力系统的可靠运行,提出一种基于融合拓扑特征与电气特征的双重自注意力卷积神经网络(convolutional neural network,CNN)的电网关键节点识别方法。首先,构建包含节点的局部拓扑特征、半局部拓扑特征、... 为了精确识别电网关键节点以保障电力系统的可靠运行,提出一种基于融合拓扑特征与电气特征的双重自注意力卷积神经网络(convolutional neural network,CNN)的电网关键节点识别方法。首先,构建包含节点的局部拓扑特征、半局部拓扑特征、电气距离及节点电压的多维特征集;然后,利用压缩-激励(squeeze-and-excitation,SE)自注意力机制改进CNN以增强对节点特征的提取能力,并引入多头自注意力的Transformer编码器以实现拓扑特征与电气特征的深度融合。结果表明:在IEEE 30节点和IEEE 118节点的标准测试系统上,该方法识别关键节点的准确性更高,并且在节点影响力评估和网络鲁棒性方面,得到的电网关键节点对网络的影响更大,鲁棒性更好,为电网的安全稳定运行提供了有效的决策支持。 展开更多
关键词 复杂网络 电网 关键节点识别 卷积神经网络(convolutional neural network cnn) 注意力 特征融合
在线阅读 下载PDF
Convolutional Neural Network-Based Deep Q-Network (CNN-DQN) Resource Management in Cloud Radio Access Network 被引量:3
14
作者 Amjad Iqbal Mau-Luen Tham Yoong Choon Chang 《China Communications》 SCIE CSCD 2022年第10期129-142,共14页
The recent surge of mobile subscribers and user data traffic has accelerated the telecommunication sector towards the adoption of the fifth-generation (5G) mobile networks. Cloud radio access network (CRAN) is a promi... The recent surge of mobile subscribers and user data traffic has accelerated the telecommunication sector towards the adoption of the fifth-generation (5G) mobile networks. Cloud radio access network (CRAN) is a prominent framework in the 5G mobile network to meet the above requirements by deploying low-cost and intelligent multiple distributed antennas known as remote radio heads (RRHs). However, achieving the optimal resource allocation (RA) in CRAN using the traditional approach is still challenging due to the complex structure. In this paper, we introduce the convolutional neural network-based deep Q-network (CNN-DQN) to balance the energy consumption and guarantee the user quality of service (QoS) demand in downlink CRAN. We first formulate the Markov decision process (MDP) for energy efficiency (EE) and build up a 3-layer CNN to capture the environment feature as an input state space. We then use DQN to turn on/off the RRHs dynamically based on the user QoS demand and energy consumption in the CRAN. Finally, we solve the RA problem based on the user constraint and transmit power to guarantee the user QoS demand and maximize the EE with a minimum number of active RRHs. In the end, we conduct the simulation to compare our proposed scheme with nature DQN and the traditional approach. 展开更多
关键词 energy efficiency(EE) markov decision process(MDP) convolutional neural network(cnn) cloud RAN deep Q-network(DQN)
在线阅读 下载PDF
基于格拉姆角场与融合注意力机制优化CNN的变压器绕组故障诊断
15
作者 钱国超 杨坤 +2 位作者 刘红文 李冬 王东阳 《广东电力》 北大核心 2026年第1期106-117,共12页
变压器绕组状态对变压器的可靠运行有重要影响,因此针对变压器绕组故障诊断提出了一种基于格拉姆角场与融合注意力机制优化卷积神经网络(convolutional neural network,CNN)的变压器绕组故障诊断方法。首先,通过搭建变压器绕组故障模拟... 变压器绕组状态对变压器的可靠运行有重要影响,因此针对变压器绕组故障诊断提出了一种基于格拉姆角场与融合注意力机制优化卷积神经网络(convolutional neural network,CNN)的变压器绕组故障诊断方法。首先,通过搭建变压器绕组故障模拟实验平台,采用频率响应分析法,得到绕组轴向移位、饼间短路和鼓包翘曲3种故障类型和3个故障区域下的频率响应曲线,为后续智能诊断提供数据支持;其次,提出基于格拉姆角场的频响曲线图像转换技术,利用格拉姆角场将频率响应曲线转换为格拉姆角差分场(Gramian angular difference filed,GADF)和格拉姆角求和场(Gramian angular summation filed,GASF)图像,并通过注意力机制优化VGG、ResNet和DenseNet等CNN模型,对比分析不同CNN对绕组不同故障类型和不同故障区域的诊断准确率,提出基于格拉姆角场与融合注意力机制优化CNN的变压器绕组故障诊断方法;最后,将所提的故障诊断方法应用于现场变压器,进行分析与验证。结果表明:使用GADF和GASF图像作为CNN的输入,对绕组故障类型和故障区域的诊断准确率均在88%以上,验证了GADF和GASF图像作为CNN输入的有效性;GADF图像作为数据集的分类准确率更高,其中GADF与SE-DenseNet组合的准确率最高,对绕组故障类型、故障区域的诊断准确率分别为98.89%和97.78%;相比于GADF与DenseNet组合,采用融合注意力机制优化CNN,对绕组故障类型、故障区域的识别准确率可分别提高2.22百分点、3.34百分点。 展开更多
关键词 变压器 绕组故障 注意力机制 卷积神经网络 格拉姆角场
在线阅读 下载PDF
Uplink NOMA signal transmission with convolutional neural networks approach 被引量:3
16
作者 LIN Chuan CHANG Qing LI Xianxu 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2020年第5期890-898,共9页
Non-orthogonal multiple access(NOMA), featuring high spectrum efficiency, massive connectivity and low latency, holds immense potential to be a novel multi-access technique in fifth-generation(5G) communication. Succe... Non-orthogonal multiple access(NOMA), featuring high spectrum efficiency, massive connectivity and low latency, holds immense potential to be a novel multi-access technique in fifth-generation(5G) communication. Successive interference cancellation(SIC) is proved to be an effective method to detect the NOMA signal by ordering the power of received signals and then decoding them. However, the error accumulation effect referred to as error propagation is an inevitable problem. In this paper,we propose a convolutional neural networks(CNNs) approach to restore the desired signal impaired by the multiple input multiple output(MIMO) channel. Especially in the uplink NOMA scenario,the proposed method can decode multiple users' information in a cluster instantaneously without any traditional communication signal processing steps. Simulation experiments are conducted in the Rayleigh channel and the results demonstrate that the error performance of the proposed learning system outperforms that of the classic SIC detection. Consequently, deep learning has disruptive potential to replace the conventional signal detection method. 展开更多
关键词 non-orthogonal multiple access(NOMA) deep learning(DL) convolutional neural networks(cnns) signal detection
在线阅读 下载PDF
基于KAN-CNN相位预测模型的反射聚焦超表面设计
17
作者 秦全士 浦实 +2 位作者 曾爽 夏浩达 官建国 《电波科学学报》 北大核心 2026年第1期124-135,共12页
超表面凭借其对电磁波的卓越调控能力,在各个领域展现出重要价值。但其几何构型与电磁响应之间高度复杂的非线性映射关系,导致传统超表面设计方法依赖于海量的电磁仿真,严重制约了设计效率。为突破这一瓶颈,本文首先在2~18 GHz的超宽带... 超表面凭借其对电磁波的卓越调控能力,在各个领域展现出重要价值。但其几何构型与电磁响应之间高度复杂的非线性映射关系,导致传统超表面设计方法依赖于海量的电磁仿真,严重制约了设计效率。为突破这一瓶颈,本文首先在2~18 GHz的超宽带内生成20 000组均匀的几何数据-反射相位数据集;然后利用科尔莫戈罗夫-阿诺德卷积神经网络(Kolmogorov–Arnold convolutional neural network, KAN-CNN)模块、注意力机制、残差连接等构建的高性能正向相位预测神经网络,结合模拟退火算法实现了由目标相位快速生成超表面结构参数。实验结果表明,该超表面逆向设计系统实现了92.7%的高精度宽带反射相位预测准确率,整个模型的R2高达0.893 7。相较于传统全波仿真迭代优化,本系统大幅提升了设计效率,实现了高性能超表面的快速生成。应用该系统,成功设计并加工出了工作于8 GHz、焦距为100 mm的聚焦超表面阵列。实测结果与设计目标高度吻合,验证了该系统从设计到制备的全流程可行性与可靠性。 展开更多
关键词 反射型 聚焦型 超表面 科尔莫戈罗夫-阿诺德卷积神经网络(KAN-cnn) 逆向设计
在线阅读 下载PDF
Detection of K in soil using time-resolved laser-induced breakdown spectroscopy based on convolutional neural networks 被引量:1
18
作者 Chengxu LU Bo WANG +3 位作者 Xunpeng JIANG Junning ZHANG Kang NIU Yanwei YUAN 《Plasma Science and Technology》 SCIE EI CAS CSCD 2019年第3期108-113,共6页
One of the technical bottlenecks of traditional laser-induced breakdown spectroscopy(LIBS) is the difficulty in quantitative detection caused by the matrix effect. To troubleshoot this problem,this paper investigated ... One of the technical bottlenecks of traditional laser-induced breakdown spectroscopy(LIBS) is the difficulty in quantitative detection caused by the matrix effect. To troubleshoot this problem,this paper investigated a combination of time-resolved LIBS and convolutional neural networks(CNNs) to improve K determination in soil. The time-resolved LIBS contained the information of both wavelength and time dimension. The spectra of wavelength dimension showed the characteristic emission lines of elements, and those of time dimension presented the plasma decay trend. The one-dimensional data of LIBS intensity from the emission line at 766.49 nm were extracted and correlated with the K concentration, showing a poor correlation of R_c^2?=?0.0967, which is caused by the matrix effect of heterogeneous soil. For the wavelength dimension, the two-dimensional data of traditional integrated LIBS were extracted and analyzed by an artificial neural network(ANN), showing R_v^2?=?0.6318 and the root mean square error of validation(RMSEV)?=?0.6234. For the time dimension, the two-dimensional data of time-decay LIBS were extracted and analyzed by ANN, showing R_v^2?=?0.7366 and RMSEV?=?0.7855.These higher determination coefficients reveal that both the non-K emission lines of wavelength dimension and the spectral decay of time dimension could assist in quantitative detection of K.However, due to limited calibration samples, the two-dimensional models presented over-fitting.The three-dimensional data of time-resolved LIBS were analyzed by CNNs, which extracted and integrated the information of both the wavelength and time dimension, showing the R_v^2?=?0.9968 and RMSEV?=?0.0785. CNN analysis of time-resolved LIBS is capable of improving the determination of K in soil. 展开更多
关键词 quantitative DETECTION potassium(K) SOIL TIME-RESOLVED LASER-INDUCED breakdown spectroscopy(LIBS) convolutional neural networks(cnns)
在线阅读 下载PDF
物理模拟与CNN混合驱动的工业货架梁柱节点预测方法
19
作者 柯思敏 王新雨 +2 位作者 郭纯方 郭文松 吕志军 《包装工程》 北大核心 2026年第3期110-118,共9页
目的针对传统有限元方法在工业货架梁柱节点性能评估中存在的建模过程繁琐、计算效率低下等难以工程化应用的问题,提出一种兼具计算精度与效率的混合预测方法。方法首先基于梁柱节点的真实受力特性构建有限元模型,并通过正交试验设计系... 目的针对传统有限元方法在工业货架梁柱节点性能评估中存在的建模过程繁琐、计算效率低下等难以工程化应用的问题,提出一种兼具计算精度与效率的混合预测方法。方法首先基于梁柱节点的真实受力特性构建有限元模型,并通过正交试验设计系统探究结构参数对节点刚度与失效力矩的影响规律,形成仿真数据库。在此基础上,进一步引入卷积神经网络算法,构建梁柱节点性能预测模型。结果研究发现,铆钉数量和横梁高度分别是影响节点刚度和失效力矩的主导因素。所建立的神经网络预测模型在精度上与有限元分析结果一致,而计算建模效率提升了约45倍。结论为梁柱节点力学性能的快速、准确地评估提供了有效的工程技术手段。 展开更多
关键词 梁柱节点 物理模拟 有限元分析建模 卷积神经网络 正交试验方法
在线阅读 下载PDF
基于CNN-BiLSTM-SSA的锅炉再热器壁温预测模型
20
作者 徐世明 何至谦 +6 位作者 彭献永 商忠宝 范景玮 王俊略 曲舒杨 刘洋 周怀春 《动力工程学报》 北大核心 2026年第1期121-130,共10页
针对锅炉高温再热器壁温动态特点,提出了一种基于稀疏自注意力(SSA)、卷积神经网络(CNN)及双向长短期记忆神经网络(BiLSTM)相融合的再热器壁温软测量模型。首先,采用核主成分分析(KPCA)算法对原始候选变量进行筛选降维,选择前26个主成... 针对锅炉高温再热器壁温动态特点,提出了一种基于稀疏自注意力(SSA)、卷积神经网络(CNN)及双向长短期记忆神经网络(BiLSTM)相融合的再热器壁温软测量模型。首先,采用核主成分分析(KPCA)算法对原始候选变量进行筛选降维,选择前26个主成分变量作为模型的最终输入。其次,考虑利用CNN捕捉局部相关性,BiLSTM学习数据的长期序列依赖性的优势,使用卷积神经网络-双向长短期记忆神经网络(CNN-BiLSTM)捕捉时序数据中的短期和长期依赖关系,引入稀疏自注意力SSA机制,通过为不同特征部分分配自适应权重,从而增强CNN-BiLSTM模型的特征提取与建模能力,最后利用在役1000 MW超超临界锅炉的历史数据进行仿真实验。结果表明:CNN-BiLSTM-SSA模型在高温再热器壁温预测中的均方根误差(RMSE)、平均绝对误差(MAE)及平均绝对百分比误差(MAPE)分别为4.92℃、3.81℃和0.6241%,相应的指标均优于CNN、LSTM、BiLSTM、CNN-LSTM和CNN-BiLSTM模型。 展开更多
关键词 再热器壁温软测量 深度学习 卷积神经网络 长短期记忆网络 注意力机制 核主成分分析 cnn-BiLSTM
在线阅读 下载PDF
上一页 1 2 189 下一页 到第
使用帮助 返回顶部