期刊文献+
共找到1,227篇文章
< 1 2 62 >
每页显示 20 50 100
Enhanced Cutaneous Melanoma Segmentation in Dermoscopic Images Using a Dual U-Net Framework with Multi-Path Convolution Block Attention Module and SE-Res-Conv
1
作者 Kun Lan Feiyang Gao +2 位作者 Xiaoliang Jiang Jianzhen Cheng Simon Fong 《Computers, Materials & Continua》 2025年第9期4805-4824,共20页
With the continuous development of artificial intelligence and machine learning techniques,there have been effective methods supporting the work of dermatologist in the field of skin cancer detection.However,object si... With the continuous development of artificial intelligence and machine learning techniques,there have been effective methods supporting the work of dermatologist in the field of skin cancer detection.However,object significant challenges have been presented in accurately segmenting melanomas in dermoscopic images due to the objects that could interfere human observations,such as bubbles and scales.To address these challenges,we propose a dual U-Net network framework for skin melanoma segmentation.In our proposed architecture,we introduce several innovative components that aim to enhance the performance and capabilities of the traditional U-Net.First,we establish a novel framework that links two simplified U-Nets,enabling more comprehensive information exchange and feature integration throughout the network.Second,after cascading the second U-Net,we introduce a skip connection between the decoder and encoder networks,and incorporate a modified receptive field block(MRFB),which is designed to capture multi-scale spatial information.Third,to further enhance the feature representation capabilities,we add a multi-path convolution block attention module(MCBAM)to the first two layers of the first U-Net encoding,and integrate a new squeeze-and-excitation(SE)mechanism with residual connections in the second U-Net.To illustrate the performance of our proposed model,we conducted comprehensive experiments on widely recognized skin datasets.On the ISIC-2017 dataset,the IoU value of our proposed model increased from 0.6406 to 0.6819 and the Dice coefficient increased from 0.7625 to 0.8023.On the ISIC-2018 dataset,the IoU value of proposed model also improved from 0.7138 to 0.7709,while the Dice coefficient increased from 0.8285 to 0.8665.Furthermore,the generalization experiments conducted on the jaw cyst dataset from Quzhou People’s Hospital further verified the outstanding segmentation performance of the proposed model.These findings collectively affirm the potential of our approach as a valuable tool in supporting clinical decision-making in the field of skin cancer detection,as well as advancing research in medical image analysis. 展开更多
关键词 Dual U-Net skin lesion segmentation squeeze-and-excitation modified receptive field block multi-path convolution block attention module
在线阅读 下载PDF
An RMD-YOLOv11 Approach for Typical Defect Detection of PV Modules
2
作者 Tao Geng Shuaibing Li +3 位作者 Yunyun Yun Yongqiang Kang Hongwei Li unmin Zhu 《Computers, Materials & Continua》 2026年第3期1804-1822,共19页
In order to address the challenges posed by complex background interference,high miss-detection rates of micro-scale defects,and limited model deployment efficiency in photovoltaic(PV)module defect detection,this pape... In order to address the challenges posed by complex background interference,high miss-detection rates of micro-scale defects,and limited model deployment efficiency in photovoltaic(PV)module defect detection,this paper proposes an efficient detection framework based on an improved YOLOv11 architecture.First,a Re-parameterized Convolution(RepConv)module is integrated into the backbone to enhance the model’s sensitivity to fine-grained defects—such as micro-cracks and hot spots—while maintaining high inference efficiency.Second,a Multi-Scale Feature Fusion Convolutional Block Attention Mechanism(MSFF-CBAM)is designed to guide the network toward critical defect regions by jointly modeling channel-wise and spatial attention.This mechanism effectively strengthens the specificity and robustness of feature representations.Third,a lightweight Dynamic Sampling Module(DySample)is employed to replace conventional upsampling operations,thereby improving the localization accuracy of small-scale defect targets.Experimental evaluations conducted on the PVEL-AD dataset demonstrate that the proposed RMDYOLOv11 model surpasses the baseline YOLOv11 in terms of mean Average Precision(mAP)@0.5,Precision,and Recall,achieving respective improvements of 4.70%,1.51%,and 5.50%.The model also exhibits notable advantages in inference speed and model compactness.Further validation on the ELPV dataset confirms the model’s generalization capability,showing respective performance gains of 1.99%,2.28%,and 1.45%across the same metrics.Overall,the enhanced model significantly improves the accuracy of micro-defect identification on PV module surfaces,effectively reducing both false negatives and false positives.This advancement provides a robust and reliable technical foundation for automated PV module defect detection. 展开更多
关键词 Photovoltaic(PV)modules YOLOv11 re-parameterization convolution attention mechanism dynamic upsampling
在线阅读 下载PDF
ANC: Attention Network for COVID-19 Explainable Diagnosis Based on Convolutional Block Attention Module 被引量:10
3
作者 Yudong Zhang Xin Zhang Weiguo Zhu 《Computer Modeling in Engineering & Sciences》 SCIE EI 2021年第6期1037-1058,共22页
Aim: To diagnose COVID-19 more efficiently and more correctly, this study proposed a novel attention network forCOVID-19 (ANC). Methods: Two datasets were used in this study. An 18-way data augmentation was proposed t... Aim: To diagnose COVID-19 more efficiently and more correctly, this study proposed a novel attention network forCOVID-19 (ANC). Methods: Two datasets were used in this study. An 18-way data augmentation was proposed toavoid overfitting. Then, convolutional block attention module (CBAM) was integrated to our model, the structureof which is fine-tuned. Finally, Grad-CAM was used to provide an explainable diagnosis. Results: The accuracyof our ANC methods on two datasets are 96.32% ± 1.06%, and 96.00% ± 1.03%, respectively. Conclusions: Thisproposed ANC method is superior to 9 state-of-the-art approaches. 展开更多
关键词 Deep learning convolutional block attention module attention mechanism COVID-19 explainable diagnosis
在线阅读 下载PDF
MobileNet network optimization based on convolutional block attention module 被引量:3
4
作者 ZHAO Shuxu MEN Shiyao YUAN Lin 《Journal of Measurement Science and Instrumentation》 CAS CSCD 2022年第2期225-234,共10页
Deep learning technology is widely used in computer vision.Generally,a large amount of data is used to train the model weights in deep learning,so as to obtain a model with higher accuracy.However,massive data and com... Deep learning technology is widely used in computer vision.Generally,a large amount of data is used to train the model weights in deep learning,so as to obtain a model with higher accuracy.However,massive data and complex model structures require more calculating resources.Since people generally can only carry and use mobile and portable devices in application scenarios,neural networks have limitations in terms of calculating resources,size and power consumption.Therefore,the efficient lightweight model MobileNet is used as the basic network in this study for optimization.First,the accuracy of the MobileNet model is improved by adding methods such as the convolutional block attention module(CBAM)and expansion convolution.Then,the MobileNet model is compressed by using pruning and weight quantization algorithms based on weight size.Afterwards,methods such as Python crawlers and data augmentation are employed to create a garbage classification data set.Based on the above model optimization strategy,the garbage classification mobile terminal application is deployed on mobile phones and raspberry pies,realizing completing the garbage classification task more conveniently. 展开更多
关键词 MobileNet convolutional block attention module(CBAM) model pruning and quantization edge machine learning
在线阅读 下载PDF
Traffic Sign Recognition for Autonomous Vehicle Using Optimized YOLOv7 and Convolutional Block Attention Module 被引量:2
5
作者 P.Kuppusamy M.Sanjay +1 位作者 P.V.Deepashree C.Iwendi 《Computers, Materials & Continua》 SCIE EI 2023年第10期445-466,共22页
The infrastructure and construction of roads are crucial for the economic and social development of a region,but traffic-related challenges like accidents and congestion persist.Artificial Intelligence(AI)and Machine ... The infrastructure and construction of roads are crucial for the economic and social development of a region,but traffic-related challenges like accidents and congestion persist.Artificial Intelligence(AI)and Machine Learning(ML)have been used in road infrastructure and construction,particularly with the Internet of Things(IoT)devices.Object detection in Computer Vision also plays a key role in improving road infrastructure and addressing trafficrelated problems.This study aims to use You Only Look Once version 7(YOLOv7),Convolutional Block Attention Module(CBAM),the most optimized object-detection algorithm,to detect and identify traffic signs,and analyze effective combinations of adaptive optimizers like Adaptive Moment estimation(Adam),Root Mean Squared Propagation(RMSprop)and Stochastic Gradient Descent(SGD)with the YOLOv7.Using a portion of German traffic signs for training,the study investigates the feasibility of adopting smaller datasets while maintaining high accuracy.The model proposed in this study not only improves traffic safety by detecting traffic signs but also has the potential to contribute to the rapid development of autonomous vehicle systems.The study results showed an impressive accuracy of 99.7%when using a batch size of 8 and the Adam optimizer.This high level of accuracy demonstrates the effectiveness of the proposed model for the image classification task of traffic sign recognition. 展开更多
关键词 Object detection traffic sign detection YOLOv7 convolutional block attention module road sign detection ADAM
在线阅读 下载PDF
Yetter-Drinfel'd Module and Convolution Module
6
作者 张良云 王栓宏 《Northeastern Mathematical Journal》 CSCD 2002年第1期13-18,共6页
In this paper, we first give a sufficient and necessary condition for a Hopf algebra to be a Yetter-Drinfel'd module, and prove that the finite dual of a Yetter-Drinfel'd module is still a Yetter-Drinfel'd... In this paper, we first give a sufficient and necessary condition for a Hopf algebra to be a Yetter-Drinfel'd module, and prove that the finite dual of a Yetter-Drinfel'd module is still a Yetter-Drinfel'd module. Finally, we introduce a concept of convolution module. 展开更多
关键词 braided Hopf algebra convolution algebra convolution module Yetter-Drinfel'd module
在线阅读 下载PDF
A Convolutional and Transformer Based Deep Neural Network for Automatic Modulation Classification 被引量:5
7
作者 Shanchuan Ying Sai Huang +3 位作者 Shuo Chang Zheng Yang Zhiyong Feng Ningyan Guo 《China Communications》 SCIE CSCD 2023年第5期135-147,共13页
Automatic modulation classification(AMC)aims at identifying the modulation of the received signals,which is a significant approach to identifying the target in military and civil applications.In this paper,a novel dat... Automatic modulation classification(AMC)aims at identifying the modulation of the received signals,which is a significant approach to identifying the target in military and civil applications.In this paper,a novel data-driven framework named convolutional and transformer-based deep neural network(CTDNN)is proposed to improve the classification performance.CTDNN can be divided into four modules,i.e.,convolutional neural network(CNN)backbone,transition module,transformer module,and final classifier.In the CNN backbone,a wide and deep convolution structure is designed,which consists of 1×15 convolution kernels and intensive cross-layer connections instead of traditional 1×3 kernels and sequential connections.In the transition module,a 1×1 convolution layer is utilized to compress the channels of the previous multi-scale CNN features.In the transformer module,three self-attention layers are designed for extracting global features and generating the classification vector.In the classifier,the final decision is made based on the maximum a posterior probability.Extensive simulations are conducted,and the result shows that our proposed CTDNN can achieve superior classification performance than traditional deep models. 展开更多
关键词 automatic modulation classification deep neural network convolutional neural network TRANSFORMER
在线阅读 下载PDF
Attention-Augmented YOLOv8 with Ghost Convolution for Real-Time Vehicle Detection in Intelligent Transportation Systems
8
作者 Syed Sajid Ullah Muhammad Zunair Zamir +1 位作者 Ahsan Ishfaq Salman Khan 《Journal on Artificial Intelligence》 2025年第1期255-274,共20页
Accurate vehicle detection is essential for autonomous driving,traffic monitoring,and intelligent transportation systems.This paper presents an enhanced YOLOv8n model that incorporates the Ghost Module,Convolutional B... Accurate vehicle detection is essential for autonomous driving,traffic monitoring,and intelligent transportation systems.This paper presents an enhanced YOLOv8n model that incorporates the Ghost Module,Convolutional Block Attention Module(CBAM),and Deformable Convolutional Networks v2(DCNv2).The Ghost Module streamlines feature generation to reduce redundancy,CBAM applies channel and spatial attention to improve feature focus,and DCNv2 enables adaptability to geometric variations in vehicle shapes.These components work together to improve both accuracy and computational efficiency.Evaluated on the KITTI dataset,the proposed model achieves 95.4%mAP@0.5—an 8.97% gain over standard YOLOv8n—along with 96.2% precision,93.7% recall,and a 94.93%F1-score.Comparative analysis with seven state-of-the-art detectors demonstrates consistent superiority in key performance metrics.An ablation study is also conducted to quantify the individual and combined contributions of GhostModule,CBAM,and DCNv2,highlighting their effectiveness in improving detection performance.By addressing feature redundancy,attention refinement,and spatial adaptability,the proposed model offers a robust and scalable solution for vehicle detection across diverse traffic scenarios. 展开更多
关键词 YOLOv8n vehicle detection deformable convolutional networks(DCNv2) ghost module convolutional block attention module(CBAM) attention mechanisms
在线阅读 下载PDF
AG-GCN: Vehicle Re-Identification Based on Attention-Guided Graph Convolutional Network
9
作者 Ya-Jie Sun Li-Wei Qiao Sai Ji 《Computers, Materials & Continua》 2025年第7期1769-1785,共17页
Vehicle re-identification involves matching images of vehicles across varying camera views.The diversity of camera locations along different roadways leads to significant intra-class variation and only minimal inter-c... Vehicle re-identification involves matching images of vehicles across varying camera views.The diversity of camera locations along different roadways leads to significant intra-class variation and only minimal inter-class similarity in the collected vehicle images,which increases the complexity of re-identification tasks.To tackle these challenges,this study proposes AG-GCN(Attention-Guided Graph Convolutional Network),a novel framework integrating several pivotal components.Initially,AG-GCN embeds a lightweight attention module within the ResNet-50 structure to learn feature weights automatically,thereby improving the representation of vehicle features globally by highlighting salient features and suppressing extraneous ones.Moreover,AG-GCN adopts a graph-based structure to encapsulate deep local features.A graph convolutional network then amalgamates these features to understand the relationships among vehicle-related characteristics.Subsequently,we amalgamate feature maps from both the attention and graph-based branches for a more comprehensive representation of vehicle features.The framework then gauges feature similarities and ranks them,thus enhancing the accuracy of vehicle re-identification.Comprehensive qualitative and quantitative analyses on two publicly available datasets verify the efficacy of AG-GCN in addressing intra-class and inter-class variability issues. 展开更多
关键词 Vehicle re-identification a lightweight attention module global features local features graph convolution network
在线阅读 下载PDF
A Multi-Task Learning Framework for Joint Sub-Nyquist Wideband Spectrum Sensing and Modulation Recognition
10
作者 Dong Xin Stefanos Bakirtzis +1 位作者 Zhang Jiliang Zhang Jie 《China Communications》 2025年第1期128-138,共11页
The utilization of millimeter-wave frequencies and cognitive radio(CR)are promising ways to increase the spectral efficiency of wireless communication systems.However,conventional CR spectrum sensing techniques entail... The utilization of millimeter-wave frequencies and cognitive radio(CR)are promising ways to increase the spectral efficiency of wireless communication systems.However,conventional CR spectrum sensing techniques entail sampling the received signal at a Nyquist rate,and they are not viable for wideband signals due to their high cost.This paper expounds on how sub-Nyquist sampling in conjunction with deep learning can be leveraged to remove this limitation.To this end,we propose a multi-task learning(MTL)framework using convolutional neural networks for the joint inference of the underlying narrowband signal number,their modulation scheme,and their location in a wideband spectrum.We demonstrate the effectiveness of the proposed framework for real-world millimeter-wave wideband signals collected by physical devices,exhibiting a 91.7% accuracy in the joint inference task when considering up to two narrowband signals over a wideband spectrum.Ultimately,the proposed data-driven approach enables on-the-fly wideband spectrum sensing,combining accuracy,and computational efficiency,which are indispensable for CR and opportunistic networking. 展开更多
关键词 automated modulation classification cognitive radio convolutional neural networks deep learning spectrum sensing sub-Nyquist sampling
在线阅读 下载PDF
Recognition of intrapulse modulation mode in radar signal with BRN-EST
11
作者 Yan Cheng Ke Mei Hao Zeng 《Journal of Electronic Science and Technology》 2025年第4期113-122,共10页
Neural network-based methods for intrapulse modulation recognition in radar signals have demonstrated significant improvements in classification accuracy.However,these approaches often rely on complex network structur... Neural network-based methods for intrapulse modulation recognition in radar signals have demonstrated significant improvements in classification accuracy.However,these approaches often rely on complex network structures,resulting in high computational resource requirements that limit their practical deployment in real-world settings.To address this issue,this paper proposes a bottleneck residual network with efficient soft-thresholding(BRN-EST)network,which integrates multiple lightweight design strategies and noise-reduction modules to maintain high recognition accuracy while significantly reducing computational complexity.Experimental results on the classical low-probability-of-intercept(LPI)radar signal dataset demonstrate that BRN-EST achieves comparable accuracy to state-of-the-art methods while reducing computational complexity by approximately 50%. 展开更多
关键词 Attention mechanism convolutional neural network Low probability of intercept radar Recognition of intrapulse modulation
在线阅读 下载PDF
基于轻量级卷积神经网络的岩石图像岩性识别方法
12
作者 刘善伟 马志伟 +1 位作者 魏世清 魏忠勇 《地质科技通报》 北大核心 2026年第1期360-370,共11页
岩性识别是油气勘探和开发过程中的重要环节,对于油气勘探定位、储层评价以及储层模型建立具有重要的指导意义。但传统的人工岩性识别方法耗时耗力,经典的深度学习模型虽然识别精度高,但模型的参数量较大,为了提高模型识别精度,同时降... 岩性识别是油气勘探和开发过程中的重要环节,对于油气勘探定位、储层评价以及储层模型建立具有重要的指导意义。但传统的人工岩性识别方法耗时耗力,经典的深度学习模型虽然识别精度高,但模型的参数量较大,为了提高模型识别精度,同时降低模型的参数量,使模型适用于岩性实时识别工作,首先收集了白云岩、砂岩等8种岩石共3016张岩石图像构建岩性识别数据集,然后以轻量型卷积神经网络ShuffleNetV2模型为基础网络,提出了一种Rock-ShuffleNetV2岩性识别模型(RSHFNet模型)。模型中将混合注意力机制模块(convolutional block attention module,简称CBAM)以及多尺度特征融合模块(multi-scale feature fusion module,简称MSF)融入基础网络中以加强模型的特征提取能力,提升模型识别性能,并优化模型中ShuffleNetV2单元的堆叠次数以减少模型参数量。结果表明:与基础模型相比,RSHFNet模型的准确率达到了87.21%,提高了4.98%;同时,模型参数量与浮点运算量分别降低到了869702个,0.93×108,分别是基础模型的0.67,0.63倍,模型参数量明显降低;并且RSHFNet模型的综合性能明显优于现有的卷积神经网络。RSHFNet岩性识别模型具有较高的识别精度和较好的泛化能力,同时更加的轻量化,为实现野外实时的岩性识别工作提供了新思路。 展开更多
关键词 岩性识别 ShuffleNetV2网络 混合注意力机制模块 多尺度特征融合模块 卷积神经网络
在线阅读 下载PDF
基于改进卷积神经网络的水体分割方法
13
作者 张永宏 孙岩 +2 位作者 田伟 马光义 朱灵龙 《计算机应用与软件》 北大核心 2026年第2期164-174,188,共12页
由于遥感图像中水体具有复杂的多尺度特征,传统方法在提取水体过程中容易产生误判和漏判现象。针对这一问题,提出一种融合局部和全局信息的新网络结构。该网络首先在编码端设计一个带有注意机制的残差模块,用于获取每个位置特征的全局... 由于遥感图像中水体具有复杂的多尺度特征,传统方法在提取水体过程中容易产生误判和漏判现象。针对这一问题,提出一种融合局部和全局信息的新网络结构。该网络首先在编码端设计一个带有注意机制的残差模块,用于获取每个位置特征的全局和局部信息,采用多路径扩张卷积实现多尺度水体特征提取。为了提高水体边界处的分割精度,在网络解码端设计细化注意力融合模块。实验结果显示该网络的召回率、精准率、F1-scores分别为95.78%、94.24%、93.75%,与传统卷积神经网络相比,评价指标分别提高1.56百分点、1.72百分点、1.62百分点。 展开更多
关键词 水体分割 全局注意力机制 多路径扩张卷积 局部和全局信息
在线阅读 下载PDF
基于GRU和卷积注意力的改进ACGAN故障诊断方法
14
作者 彭朝琴 李奇聪 +2 位作者 张海尼 吴红 马云鹏 《航空学报》 北大核心 2026年第2期318-332,共15页
由于机电伺服系统(EMA)在实际应用中故障数据样本少,会影响故障诊断方法的分类效果。针对故障数据缺失下机电伺服系统的故障诊断问题,设计了一种基于门控循环单元(GRU)和卷积注意力的改进辅助分类生成对抗网络(ACGAN)故障诊断方法,能够... 由于机电伺服系统(EMA)在实际应用中故障数据样本少,会影响故障诊断方法的分类效果。针对故障数据缺失下机电伺服系统的故障诊断问题,设计了一种基于门控循环单元(GRU)和卷积注意力的改进辅助分类生成对抗网络(ACGAN)故障诊断方法,能够稳定地生成各故障类别高质量数据。首先,在ACGAN中引入Wasserstein距离与梯度惩罚,优化损失函数,提升对抗训练稳定性。其次,在生成器和判别器中加入GRU和卷积注意力模块(CBAM),增强网络对关键特征和时序特征的提取能力,克服了卷积网络在处理时序数据时的局限性,提高了生成样本的质量。最后,通过共享分类器与判别器网络参数,利用平衡数据集微调分类器,进一步提高模型的诊断性能。基于搭建的EMA实验台,得到由大量正常数据与少量故障数据组成的不平衡实验数据集,通过对比和消融实验,验证了所提方法的有效性和优越性。 展开更多
关键词 机电伺服系统 门控循环单元 卷积注意力模块 故障诊断 辅助分类生成对抗网络
原文传递
基于双重信息注意力机制的电力设备热成像超分辨率重建
15
作者 赵洪山 李忠航 +2 位作者 林诗雨 王晓盼 杨伟新 《中国电机工程学报》 北大核心 2026年第4期1384-1395,I0007,共13页
针对当前电力设备红外图像分辨率低和温度分布模糊问题,提出一种基于局部和全局信息注意力生成对抗网络(local and global information attention generative adversarial network,LGIA-GAN)的超分辨率重建方法。首先,使用门控权重单元... 针对当前电力设备红外图像分辨率低和温度分布模糊问题,提出一种基于局部和全局信息注意力生成对抗网络(local and global information attention generative adversarial network,LGIA-GAN)的超分辨率重建方法。首先,使用门控权重单元融合多种卷积输出构建细节增强融合卷积,增加重要信息在输出特征图的占比;其次,搭建双注意力模块,对图像长距离像素依赖关系建模并捕获空间和通道维度信息;然后,构造生成对抗网络,使网络关注电力设备红外图像局部纹理细节和全局轮廓信息;最后,通过实验证明,LGIA-GAN在数据集上的峰值信噪比和结构相似度分别为30.266dB和0.9197,重建时间为0.120s,明显优于其他几种GAN算法,并在主观视觉上重建效果更好。所提方法能够有效提升电力设备热成像分辨率,对电力设备故障诊断具有支撑作用。 展开更多
关键词 电力设备红外图像 超分辨率重建 细节增强融合卷积 双注意力模块 局部和全局信息
原文传递
基于改进YOLOv8n的高铁轨道缺陷检测模型研究
16
作者 张瑜 任亚雪 +1 位作者 李龙凯 王孟昭 《无线互联科技》 2026年第4期34-38,共5页
针对高铁轨道缺陷智能检测中精度与速度难以兼顾、小目标漏检率高以及复杂背景干扰等挑战,文章提出一种基于改进YOLOv8n的检测模型。该模型在主干网络中引入卷积块注意力模块(Convolutional Block Attention Module,CBAM),通过通道与空... 针对高铁轨道缺陷智能检测中精度与速度难以兼顾、小目标漏检率高以及复杂背景干扰等挑战,文章提出一种基于改进YOLOv8n的检测模型。该模型在主干网络中引入卷积块注意力模块(Convolutional Block Attention Module,CBAM),通过通道与空间双重注意力机制增强对缺陷关键特征的聚焦能力,有效抑制背景干扰;同时,采用快速空间金字塔池化跨阶段局部连接模块(Spatial Pyramid Pooling Fast-Cross Stage Partial Channel,SPPFCSPC)替代原快速空间金字塔池化结构(Spatial Pyramid Pooling-Fast,SPPF),借助并行多尺度池化与特征分流融合机制,在降低计算复杂度的同时改善梯度流动,提升了对小尺度缺陷的特征融合能力。实验结果表明,改进模型在测试集上的mAP@0.5达到0.524,较原YOLOv8n模型提升24.2%,召回率为0.487,推理速度保持在92 fps,在精度、召回率与实时性之间取得了较好平衡,可为高铁智能运维提供有效的技术解决方案。 展开更多
关键词 高铁轨道缺陷检测 YOLOv8n 注意力机制 卷积块注意力模块 深度学习
在线阅读 下载PDF
基于改进EfficientNet-B0的轻量化苹果叶病害识别 被引量:1
17
作者 王新皓 苏淑靖 +1 位作者 翟聪 文若铭 《农机化研究》 北大核心 2026年第3期137-144,共8页
为了对苹果叶片病害进行精准有效识别,提出了一种基于改进EfficientNet-B0的轻量级高精度识别模型——LC-EfficientNet。首先,在MBConv模块中引入无参数注意力模块SimAM,提高识别能力的同时不增加模型计算量;其次,结合ShuffleNetV2双分... 为了对苹果叶片病害进行精准有效识别,提出了一种基于改进EfficientNet-B0的轻量级高精度识别模型——LC-EfficientNet。首先,在MBConv模块中引入无参数注意力模块SimAM,提高识别能力的同时不增加模型计算量;其次,结合ShuffleNetV2双分支结构思想与MBConv生成改进模块HPRConv,充分利用双分支结构,使用深度可分离卷积后,引入通道混洗技术与通道拼接技术,显著减少计算量和参数量且提升了模型对不同层次特征的提取能力;最后,将激活函数由Swith换为Mish,以帮助模型更好地拟合数据,提升准确率。使用模型分别对PlantVillage和Appleleaf9苹果叶部病害数据集进行训练与测试实验,结果表明LC-EfficientNet模型在两个数据集上的分类准确率分别达到98.83%和94.67%,相较于原模型分别提升了1.11和2.26个百分点,参数量从5.3 MB左右降低到4.5 MB左右,在降低参数量的同时增加了准确率;与其他经典网络模型相比,LC-EfficientNet在各项性能评估指标上也均有所提升。研究可为苹果叶部病害识别提供新的解决方案。 展开更多
关键词 苹果叶 病害识别 卷积神经网络 轻量级 EfficientNet-B0 SimAM注意力模块 图像处理技术
在线阅读 下载PDF
基于复值卷积与自适应小波分解的调制识别方法
18
作者 刘浩 鲁进 +1 位作者 黎鹏 李成星 《电子测量技术》 北大核心 2026年第3期137-145,共9页
针对现有深度学习调制识别方法在低信噪比条件下识别性能显著下降,信号特征利用不充分的问题,提出了一种基于自适应小波分解的多融合复值卷积密集连接神经网络(AW-MCDCN)。AW-MCDCN将IQ与AP信号作为输入,通过采用密集连接构建深层网络... 针对现有深度学习调制识别方法在低信噪比条件下识别性能显著下降,信号特征利用不充分的问题,提出了一种基于自适应小波分解的多融合复值卷积密集连接神经网络(AW-MCDCN)。AW-MCDCN将IQ与AP信号作为输入,通过采用密集连接构建深层网络来充分提取IQ信号的时域特征,同时加入AP信号形成异构特征互补;并根据复值卷积原理改进了经典的复值卷积网路设计了新的复值交叉卷积网络,此外,为解决传统复值网络参数量过大的问题,嵌入可学习小波分解层,自适应地捕捉信号的多尺度特征的同时加入频域特征。实验表明,在RML2018.01a数据集上,该模型最高达到98.31%的识别精度,平均准确率达到了64.59%,相比传统的网络结构提升了1.65%~18.91%,达到了SOTA性能。 展开更多
关键词 调制识别 复值卷积 多融合 密集连接 自适应小波分解
原文传递
融合CBAM和DCNv3的YOLOv7模型果蔬检测分类研究
19
作者 朱强军 刘趁心 +1 位作者 汪慧兰 王杨 《中国农机化学报》 北大核心 2026年第2期292-298,305,共8页
为提高果蔬的分拣速度,减少人工成本,提出融合CBAM和DCNv3的YOLOv7果蔬检测分类模型。首先,在主干网络中利用CBAM注意力机制抑制无关信息,提取数据的关键信息;其次,在SPP层前加入可变形卷积神经网络,增强模型多尺度特征融合;最后,在自建... 为提高果蔬的分拣速度,减少人工成本,提出融合CBAM和DCNv3的YOLOv7果蔬检测分类模型。首先,在主干网络中利用CBAM注意力机制抑制无关信息,提取数据的关键信息;其次,在SPP层前加入可变形卷积神经网络,增强模型多尺度特征融合;最后,在自建的10种常见果蔬数据集和公开水果分类目标检测VOC数据集分别进行测试。结果表明:在构建的10种常见果蔬数据集上,融合CBAM和DCNv3的YOLOv7模型召回率达到95.0%,识别精度达到95.6%,平均精度均值mAP@0.5达到97.2%;在VOC数据集上,该模型召回率达到99.30%,识别精度达到98.10%,mAP@0.5达到98.50%。该模型的平均识别精度高,鲁棒性强,泛化性好,与其他主流果蔬识别算法比较具有一定优势。 展开更多
关键词 果蔬检测 多尺度特征 可变形卷积 注意力模块
在线阅读 下载PDF
面向机械臂的改进型CNN-LSTM外力矩预测算法
20
作者 卿志强 曾福川 +3 位作者 胡晓兵 张雪健 王传龙 高灵强 《组合机床与自动化加工技术》 北大核心 2026年第2期62-67,共6页
提出了一种基于数据驱动的机械臂外力矩估计方法,旨在解决传统基于物理模型方法在复杂环境中适应性差的问题。所提出的模型采用融合卷积注意力机制的CALSTM网络结构,利用CNN提取机械臂运动数据中的局部空间特征,结合LSTM捕捉时间序列依... 提出了一种基于数据驱动的机械臂外力矩估计方法,旨在解决传统基于物理模型方法在复杂环境中适应性差的问题。所提出的模型采用融合卷积注意力机制的CALSTM网络结构,利用CNN提取机械臂运动数据中的局部空间特征,结合LSTM捕捉时间序列依赖性,并通过卷积注意力模块提升特征提取能力。实验表明,该方法能够有效估计七关节机械臂的外力矩,与传统模型相比在估计精度和稳定性上均有显著提升,为复杂非线性系统的外部力矩估计提供了新的解决方案。 展开更多
关键词 外力矩估计 数据驱动 CNN+LSTM 卷积注意力模块
在线阅读 下载PDF
上一页 1 2 62 下一页 到第
使用帮助 返回顶部