期刊文献+
共找到329篇文章
< 1 2 17 >
每页显示 20 50 100
DL-YOLO:AMulti-Scale Feature Fusion Detection Algorithm for Low-Light Environments
1
作者 Yuanmeng Chang Hongmei Liu 《Computers, Materials & Continua》 2026年第5期1901-1915,共15页
Driven by rapid advances in deep learning,object detection has been widely adopted across diverse application scenarios.However,in low-light conditions,critical visual cues of target objects are severely degraded,posi... Driven by rapid advances in deep learning,object detection has been widely adopted across diverse application scenarios.However,in low-light conditions,critical visual cues of target objects are severely degraded,posing a significant challenge for accurate low-light object detection.Existing methods struggle to preserve discriminative features while maintaining semantic consistency between low-light and normal-light images.For this purpose,this study proposes a DL-YOLO model specially tailored for low-light detection.To mitigate target feature attenuation introduced by repeated downsampling,we design aMulti-Scale FeatureConvolution(MSF-Conv)module that captures rich,multi-level details via multi-scale feature learning,thereby reducing model complexity and computational cost.For feature fusion,we integrated the C3k2-DWRmodule by embedding the Dilation-wise Residual(DWR)mechanism into the 2-core optimized Cross Stage Partial(C3)framework,achieving efficient feature integration.In addition,we replace conventional localization losses with WIoU(Weighted Intersection over Union),which dynamically adjusts gradient gain according to sample quality,thereby improving localization robustness and precision.Experiments on the ExDark dataset demonstrate that DL-YOLO delivers strong low-light detection performance.The relevant code is published at https://github.com/cym0997/DL-YOLO. 展开更多
关键词 multi-scale feature extraction object detection low-light environments ExDark dataset
在线阅读 下载PDF
Feature Extraction by Multi-Scale Principal Component Analysis and Classification in Spectral Domain 被引量:2
2
作者 Shengkun Xie Anna T. Lawnizak +1 位作者 Pietro Lio Sridhar Krishnan 《Engineering(科研)》 2013年第10期268-271,共4页
Feature extraction of signals plays an important role in classification problems because of data dimension reduction property and potential improvement of a classification accuracy rate. Principal component analysis (... Feature extraction of signals plays an important role in classification problems because of data dimension reduction property and potential improvement of a classification accuracy rate. Principal component analysis (PCA), wavelets transform or Fourier transform methods are often used for feature extraction. In this paper, we propose a multi-scale PCA, which combines discrete wavelet transform, and PCA for feature extraction of signals in both the spatial and temporal domains. Our study shows that the multi-scale PCA combined with the proposed new classification methods leads to high classification accuracy for the considered signals. 展开更多
关键词 multi-scale Principal Component Analysis Discrete WAVELET TRANSFORM feature extraction Signal CLASSIFICATION Empirical CLASSIFICATION
在线阅读 下载PDF
Research on Feature Extraction of Composite Pseudocode Phase Modulation-Carrier Frequency Modulation Signal Based on PWD Transform
3
作者 李明孜 赵惠昌 《Defence Technology(防务技术)》 SCIE EI CAS 2008年第4期281-284,共4页
The identification features of composite pseudocode phase modulation and carry frequency modulation signal include pseudocode and modulation frequency. In this paper,PWD is used to extract these features. First,the fe... The identification features of composite pseudocode phase modulation and carry frequency modulation signal include pseudocode and modulation frequency. In this paper,PWD is used to extract these features. First,the feature of pseudocode is extracted using the amplitude output of PWD and the correlation filter technology. Then the feature of frequency modulation is extracted by way of PWD analysis on the signal processed by anti-phase operation according to the extracted feature of pseudo code,i.e. position information of changed abruptly point of phase. The simulation result shows that both the features of frequency modulation and phase change position caused by the pseudocode phase modulation can be extracted effectively for SNR=3 dB. 展开更多
关键词 信号接收系统 信号分析 侦察 电子对抗
在线阅读 下载PDF
A NEW DIGITAL MODULATION RECOGNITION METHOD USING FEATURES EXTRACTED FROM GAR MODEL PARAMETERS 被引量:3
4
作者 Lu Mingquan Xiao Xianci Li Lemin (University of Electronic Science and Technology of China, Chengdu 610054) 《Journal of Electronics(China)》 1999年第3期244-250,共7页
Based on the features extracted from generalized autoregressive (GAR) model parameters of the received waveform, and the use of multilayer perceptron(MLP) neural network classifier, a new digital modulation recognitio... Based on the features extracted from generalized autoregressive (GAR) model parameters of the received waveform, and the use of multilayer perceptron(MLP) neural network classifier, a new digital modulation recognition method is proposed in this paper. Because of the better noise suppression ability of the GAR model and the powerful pattern classification capacity of the MLP neural network classifier, the new method can significantly improve the recognition performance in lower SNR with better robustness. To assess the performance of the new method, computer simulations are also performed. 展开更多
关键词 modulATION RECOGNITION GAR model feature extraction NEURAL network CLASSIFIER
在线阅读 下载PDF
Marine organism classification method based on hierarchical multi-scale attention mechanism
5
作者 XU Haotian CHENG Yuanzhi +1 位作者 ZHAO Dong XIE Peidong 《Optoelectronics Letters》 2025年第6期354-361,共8页
We propose a hierarchical multi-scale attention mechanism-based model in response to the low accuracy and inefficient manual classification of existing oceanic biological image classification methods. Firstly, the hie... We propose a hierarchical multi-scale attention mechanism-based model in response to the low accuracy and inefficient manual classification of existing oceanic biological image classification methods. Firstly, the hierarchical efficient multi-scale attention(H-EMA) module is designed for lightweight feature extraction, achieving outstanding performance at a relatively low cost. Secondly, an improved EfficientNetV2 block is used to integrate information from different scales better and enhance inter-layer message passing. Furthermore, introducing the convolutional block attention module(CBAM) enhances the model's perception of critical features, optimizing its generalization ability. Lastly, Focal Loss is introduced to adjust the weights of complex samples to address the issue of imbalanced categories in the dataset, further improving the model's performance. The model achieved 96.11% accuracy on the intertidal marine organism dataset of Nanji Islands and 84.78% accuracy on the CIFAR-100 dataset, demonstrating its strong generalization ability to meet the demands of oceanic biological image classification. 展开更多
关键词 integrate information different scales hierarchical multi scale attention lightweight feature extraction focal loss efficientnetv marine organism classification oceanic biological image classification methods convolutional block attention module
原文传递
A multi-scale convolutional auto-encoder and its application in fault diagnosis of rolling bearings 被引量:12
6
作者 Ding Yunhao Jia Minping 《Journal of Southeast University(English Edition)》 EI CAS 2019年第4期417-423,共7页
Aiming at the difficulty of fault identification caused by manual extraction of fault features of rotating machinery,a one-dimensional multi-scale convolutional auto-encoder fault diagnosis model is proposed,based on ... Aiming at the difficulty of fault identification caused by manual extraction of fault features of rotating machinery,a one-dimensional multi-scale convolutional auto-encoder fault diagnosis model is proposed,based on the standard convolutional auto-encoder.In this model,the parallel convolutional and deconvolutional kernels of different scales are used to extract the features from the input signal and reconstruct the input signal;then the feature map extracted by multi-scale convolutional kernels is used as the input of the classifier;and finally the parameters of the whole model are fine-tuned using labeled data.Experiments on one set of simulation fault data and two sets of rolling bearing fault data are conducted to validate the proposed method.The results show that the model can achieve 99.75%,99.3%and 100%diagnostic accuracy,respectively.In addition,the diagnostic accuracy and reconstruction error of the one-dimensional multi-scale convolutional auto-encoder are compared with traditional machine learning,convolutional neural networks and a traditional convolutional auto-encoder.The final results show that the proposed model has a better recognition effect for rolling bearing fault data. 展开更多
关键词 fault diagnosis deep learning convolutional auto-encoder multi-scale convolutional kernel feature extraction
在线阅读 下载PDF
Disease Recognition of Apple Leaf Using Lightweight Multi-Scale Network with ECANet 被引量:4
7
作者 Helong Yu Xianhe Cheng +2 位作者 Ziqing Li Qi Cai Chunguang Bi 《Computer Modeling in Engineering & Sciences》 SCIE EI 2022年第9期711-738,共28页
To solve the problem of difficulty in identifying apple diseases in the natural environment and the low application rate of deep learning recognition networks,a lightweight ResNet(LW-ResNet)model for apple disease rec... To solve the problem of difficulty in identifying apple diseases in the natural environment and the low application rate of deep learning recognition networks,a lightweight ResNet(LW-ResNet)model for apple disease recognition is proposed.Based on the deep residual network(ResNet18),the multi-scale feature extraction layer is constructed by group convolution to realize the compression model and improve the extraction ability of different sizes of lesion features.By improving the identity mapping structure to reduce information loss.By introducing the efficient channel attention module(ECANet)to suppress noise from a complex background.The experimental results show that the average precision,recall and F1-score of the LW-ResNet on the test set are 97.80%,97.92%and 97.85%,respectively.The parameter memory is 2.32 MB,which is 94%less than that of ResNet18.Compared with the classic lightweight networks SqueezeNet and MobileNetV2,LW-ResNet has obvious advantages in recognition performance,speed,parameter memory requirement and time complexity.The proposed model has the advantages of low computational cost,low storage cost,strong real-time performance,high identification accuracy,and strong practicability,which can meet the needs of real-time identification task of apple leaf disease on resource-constrained devices. 展开更多
关键词 Apple disease recognition deep residual network multi-scale feature efficient channel attention module lightweight network
在线阅读 下载PDF
A High Resolution Convolutional Neural Network with Squeeze and Excitation Module for Automatic Modulation Classification 被引量:1
8
作者 Duan Ruifeng Zhao Yuanlin +3 位作者 Zhang Haiyan Li Xinze Cheng Peng Li Yonghui 《China Communications》 SCIE CSCD 2024年第10期132-147,共16页
Automatic modulation classification(AMC) technology is one of the cutting-edge technologies in cognitive radio communications. AMC based on deep learning has recently attracted much attention due to its superior perfo... Automatic modulation classification(AMC) technology is one of the cutting-edge technologies in cognitive radio communications. AMC based on deep learning has recently attracted much attention due to its superior performances in classification accuracy and robustness. In this paper, we propose a novel, high resolution and multi-scale feature fusion convolutional neural network model with a squeeze-excitation block, referred to as HRSENet,to classify different kinds of modulation signals.The proposed model establishes a parallel computing mechanism of multi-resolution feature maps through the multi-layer convolution operation, which effectively reduces the information loss caused by downsampling convolution. Moreover, through dense skipconnecting at the same resolution and up-sampling or down-sampling connection at different resolutions, the low resolution representation of the deep feature maps and the high resolution representation of the shallow feature maps are simultaneously extracted and fully integrated, which is benificial to mine signal multilevel features. Finally, the feature squeeze and excitation module embedded in the decoder is used to adjust the response weights between channels, further improving classification accuracy of proposed model.The proposed HRSENet significantly outperforms existing methods in terms of classification accuracy on the public dataset “Over the Air” in signal-to-noise(SNR) ranging from-2dB to 20dB. The classification accuracy in the proposed model achieves 85.36% and97.30% at 4dB and 10dB, respectively, with the improvement by 9.71% and 5.82% compared to LWNet.Furthermore, the model also has a moderate computation complexity compared with several state-of-the-art methods. 展开更多
关键词 automatic modulation classification deep learning feature squeeze-and-excitation HIGH-RESOLUTION multi-scale
在线阅读 下载PDF
Study on Image Recognition Algorithm for Residual Snow and Ice on Photovoltaic Modules 被引量:2
9
作者 Yongcan Zhu JiawenWang +3 位作者 Ye Zhang Long Zhao Botao Jiang Xinbo Huang 《Energy Engineering》 EI 2024年第4期895-911,共17页
The accumulation of snow and ice on PV modules can have a detrimental impact on power generation,leading to reduced efficiency for prolonged periods.Thus,it becomes imperative to develop an intelligent system capable ... The accumulation of snow and ice on PV modules can have a detrimental impact on power generation,leading to reduced efficiency for prolonged periods.Thus,it becomes imperative to develop an intelligent system capable of accurately assessing the extent of snow and ice coverage on PV modules.To address this issue,the article proposes an innovative ice and snow recognition algorithm that effectively segments the ice and snow areas within the collected images.Furthermore,the algorithm incorporates an analysis of the morphological characteristics of ice and snow coverage on PV modules,allowing for the establishment of a residual ice and snow recognition process.This process utilizes both the external ellipse method and the pixel statistical method to refine the identification process.The effectiveness of the proposed algorithm is validated through extensive testing with isolated and continuous snow area pictures.The results demonstrate the algorithm’s accuracy and reliability in identifying and quantifying residual snow and ice on PV modules.In conclusion,this research presents a valuable method for accurately detecting and quantifying snow and ice coverage on PV modules.This breakthrough is of utmost significance for PV power plants,as it enables predictions of power generation efficiency and facilitates efficient PV maintenance during the challenging winter conditions characterized by snow and ice.By proactively managing snow and ice coverage,PV power plants can optimize energy production and minimize downtime,ensuring a sustainable and reliable renewable energy supply. 展开更多
关键词 Photovoltaic(PV)module residual snow and ice snow detection feature extraction image processing
在线阅读 下载PDF
Multi-Scale Mixed Attention Tea Shoot Instance Segmentation Model 被引量:1
10
作者 Dongmei Chen Peipei Cao +5 位作者 Lijie Yan Huidong Chen Jia Lin Xin Li Lin Yuan Kaihua Wu 《Phyton-International Journal of Experimental Botany》 SCIE 2024年第2期261-275,共15页
Tea leaf picking is a crucial stage in tea production that directly influences the quality and value of the tea.Traditional tea-picking machines may compromise the quality of the tea leaves.High-quality teas are often... Tea leaf picking is a crucial stage in tea production that directly influences the quality and value of the tea.Traditional tea-picking machines may compromise the quality of the tea leaves.High-quality teas are often handpicked and need more delicate operations in intelligent picking machines.Compared with traditional image processing techniques,deep learning models have stronger feature extraction capabilities,and better generalization and are more suitable for practical tea shoot harvesting.However,current research mostly focuses on shoot detection and cannot directly accomplish end-to-end shoot segmentation tasks.We propose a tea shoot instance segmentation model based on multi-scale mixed attention(Mask2FusionNet)using a dataset from the tea garden in Hangzhou.We further analyzed the characteristics of the tea shoot dataset,where the proportion of small to medium-sized targets is 89.9%.Our algorithm is compared with several mainstream object segmentation algorithms,and the results demonstrate that our model achieves an accuracy of 82%in recognizing the tea shoots,showing a better performance compared to other models.Through ablation experiments,we found that ResNet50,PointRend strategy,and the Feature Pyramid Network(FPN)architecture can improve performance by 1.6%,1.4%,and 2.4%,respectively.These experiments demonstrated that our proposed multi-scale and point selection strategy optimizes the feature extraction capability for overlapping small targets.The results indicate that the proposed Mask2FusionNet model can perform the shoot segmentation in unstructured environments,realizing the individual distinction of tea shoots,and complete extraction of the shoot edge contours with a segmentation accuracy of 82.0%.The research results can provide algorithmic support for the segmentation and intelligent harvesting of premium tea shoots at different scales. 展开更多
关键词 Tea shoots attention mechanism multi-scale feature extraction instance segmentation deep learning
在线阅读 下载PDF
A Lightweight Network with Dual Encoder and Cross Feature Fusion for Cement Pavement Crack Detection
11
作者 Zhong Qu Guoqing Mu Bin Yuan 《Computer Modeling in Engineering & Sciences》 SCIE EI 2024年第7期255-273,共19页
Automatic crack detection of cement pavement chiefly benefits from the rapid development of deep learning,with convolutional neural networks(CNN)playing an important role in this field.However,as the performance of cr... Automatic crack detection of cement pavement chiefly benefits from the rapid development of deep learning,with convolutional neural networks(CNN)playing an important role in this field.However,as the performance of crack detection in cement pavement improves,the depth and width of the network structure are significantly increased,which necessitates more computing power and storage space.This limitation hampers the practical implementation of crack detection models on various platforms,particularly portable devices like small mobile devices.To solve these problems,we propose a dual-encoder-based network architecture that focuses on extracting more comprehensive fracture feature information and combines cross-fusion modules and coordinated attention mechanisms formore efficient feature fusion.Firstly,we use small channel convolution to construct shallow feature extractionmodule(SFEM)to extract low-level feature information of cracks in cement pavement images,in order to obtainmore information about cracks in the shallowfeatures of images.In addition,we construct large kernel atrous convolution(LKAC)to enhance crack information,which incorporates coordination attention mechanism for non-crack information filtering,and large kernel atrous convolution with different cores,using different receptive fields to extract more detailed edge and context information.Finally,the three-stage feature map outputs from the shallow feature extraction module is cross-fused with the two-stage feature map outputs from the large kernel atrous convolution module,and the shallow feature and detailed edge feature are fully fused to obtain the final crack prediction map.We evaluate our method on three public crack datasets:DeepCrack,CFD,and Crack500.Experimental results on theDeepCrack dataset demonstrate the effectiveness of our proposed method compared to state-of-the-art crack detection methods,which achieves Precision(P)87.2%,Recall(R)87.7%,and F-score(F1)87.4%.Thanks to our lightweight crack detectionmodel,the parameter count of the model in real-world detection scenarios has been significantly reduced to less than 2M.This advancement also facilitates technical support for portable scene detection. 展开更多
关键词 Shallow feature extraction module large kernel atrous convolution dual encoder lightweight network crack detection
在线阅读 下载PDF
Ship recognition based on HRRP via multi-scale sparse preserving method
12
作者 YANG Xueling ZHANG Gong SONG Hu 《Journal of Systems Engineering and Electronics》 SCIE CSCD 2024年第3期599-608,共10页
In order to extract the richer feature information of ship targets from sea clutter, and address the high dimensional data problem, a method termed as multi-scale fusion kernel sparse preserving projection(MSFKSPP) ba... In order to extract the richer feature information of ship targets from sea clutter, and address the high dimensional data problem, a method termed as multi-scale fusion kernel sparse preserving projection(MSFKSPP) based on the maximum margin criterion(MMC) is proposed for recognizing the class of ship targets utilizing the high-resolution range profile(HRRP). Multi-scale fusion is introduced to capture the local and detailed information in small-scale features, and the global and contour information in large-scale features, offering help to extract the edge information from sea clutter and further improving the target recognition accuracy. The proposed method can maximally preserve the multi-scale fusion sparse of data and maximize the class separability in the reduced dimensionality by reproducing kernel Hilbert space. Experimental results on the measured radar data show that the proposed method can effectively extract the features of ship target from sea clutter, further reduce the feature dimensionality, and improve target recognition performance. 展开更多
关键词 ship target recognition high-resolution range profile(HRRP) multi-scale fusion kernel sparse preserving projection(MSFKSPP) feature extraction dimensionality reduction
在线阅读 下载PDF
RealFuVSR:Feature enhanced real-world video super-resolution
13
作者 Zhi LI Xiongwen PANG +1 位作者 Yiyue JIANG Yujie WANG 《Virtual Reality & Intelligent Hardware》 EI 2023年第6期523-537,共15页
Background Recurrent recovery is a common method for video super-resolution(VSR)that models the correlation between frames via hidden states.However,the application of this structure in real-world scenarios can lead t... Background Recurrent recovery is a common method for video super-resolution(VSR)that models the correlation between frames via hidden states.However,the application of this structure in real-world scenarios can lead to unsatisfactory artifacts.We found that in real-world VSR training,the use of unknown and complex degradation can better simulate the degradation process in the real world.Methods Based on this,we propose the RealFuVSR model,which simulates real-world degradation and mitigates artifacts caused by the VSR.Specifically,we propose a multiscale feature extraction module(MSF)module that extracts and fuses features from multiple scales,thereby facilitating the elimination of hidden state artifacts.To improve the accuracy of the hidden state alignment information,RealFuVSR uses an advanced optical flow-guided deformable convolution.Moreover,a cascaded residual upsampling module was used to eliminate noise caused by the upsampling process.Results The experiment demonstrates that RealFuVSR model can not only recover high-quality videos but also outperforms the state-of-the-art RealBasicVSR and RealESRGAN models. 展开更多
关键词 Video super-resolution Deformable convolution Cascade residual upsampling Second-order degradation multi-scale feature extraction
在线阅读 下载PDF
Underwater Image Enhancement Based on Multi-scale Adversarial Network
14
作者 ZENG Jun-yang SI Zhan-jun 《印刷与数字媒体技术研究》 CAS 北大核心 2024年第5期70-77,共8页
In this study,an underwater image enhancement method based on multi-scale adversarial network was proposed to solve the problem of detail blur and color distortion in underwater images.Firstly,the local features of ea... In this study,an underwater image enhancement method based on multi-scale adversarial network was proposed to solve the problem of detail blur and color distortion in underwater images.Firstly,the local features of each layer were enhanced into the global features by the proposed residual dense block,which ensured that the generated images retain more details.Secondly,a multi-scale structure was adopted to extract multi-scale semantic features of the original images.Finally,the features obtained from the dual channels were fused by an adaptive fusion module to further optimize the features.The discriminant network adopted the structure of the Markov discriminator.In addition,by constructing mean square error,structural similarity,and perceived color loss function,the generated image is consistent with the reference image in structure,color,and content.The experimental results showed that the enhanced underwater image deblurring effect of the proposed algorithm was good and the problem of underwater image color bias was effectively improved.In both subjective and objective evaluation indexes,the experimental results of the proposed algorithm are better than those of the comparison algorithm. 展开更多
关键词 Underwater image enhancement Generative adversarial network multi-scale feature extraction Residual dense block
在线阅读 下载PDF
仿海豚哨声频率调制水声通信信号自动识别 被引量:1
15
作者 刘亚男 刘凇佐 +3 位作者 方涛 马天龙 颜宏璐 凌焕章 《声学学报》 北大核心 2026年第1期310-321,共12页
针对现有水声信号特征参数无法有效识别仿海豚哨声水声通信信号调制方式的问题,提出联合多特征的仿海豚哨声频率调制水声通信信号自动识别方法。首先,通过预处理和最小二乘多项式拟合估计海豚哨声谱轮廓;然后,基于估计的海豚哨声谱轮廓... 针对现有水声信号特征参数无法有效识别仿海豚哨声水声通信信号调制方式的问题,提出联合多特征的仿海豚哨声频率调制水声通信信号自动识别方法。首先,通过预处理和最小二乘多项式拟合估计海豚哨声谱轮廓;然后,基于估计的海豚哨声谱轮廓提取特征参数,仿真结果表明提取的特征对仿海豚哨声频率调制水声通信信号具有良好的识别能力和稳健性;最后,联合支持向量机分类器实现自动识别。湖试验证了所提方法的识别效果,分析了调制参数(码元宽度和频率偏移量)对识别率的影响。结果表明,调制的频率偏移量对平均识别率的影响更显著。当频率偏移量为50 Hz,信噪比大于5 dB时,平均识别率约90%以上;当频率偏移量不小于100 Hz,信噪比大于0 dB时,平均识别率达到95%以上。 展开更多
关键词 仿生水声通信 海豚哨声 自动调制识别 特征提取 哨声谱轮廓
原文传递
基于改进RT-DETR的锻件表面缺陷检测算法 被引量:1
16
作者 张国文 张上 +2 位作者 张岳 李琼 张军 《计算机工程与应用》 北大核心 2026年第1期112-123,共12页
锻件表面缺陷危害大,检测效率低,针对目前锻件表面缺陷检测存在的问题,提出了一种基于改进RT-DETR的算法。在湖北三环锻造有限公司车辆转向节生产车间采集磁粉检测图像作为数据集;提出轻量级跨阶段热传导模块,将模拟热扩散过程引入频域... 锻件表面缺陷危害大,检测效率低,针对目前锻件表面缺陷检测存在的问题,提出了一种基于改进RT-DETR的算法。在湖北三环锻造有限公司车辆转向节生产车间采集磁粉检测图像作为数据集;提出轻量级跨阶段热传导模块,将模拟热扩散过程引入频域建模机制,实现全局感知并抑制高频噪声;引入上下文感知特征金字塔模块,通过动态通道对齐和空间注意力引导实现多尺度特征融合,增强语义一致性和目标的上下文融合;引用一种动态位置偏置模块增强对跨尺度特征的提取能力。在锻件表面裂纹数据集的实验结果表明,模型精度达到87.9%,参数量和计算量分别减少20.7%和9.3%,优于其他主流算法。在NEU-DET数据集上,改进后的RT-DETR模型在mAP上相较基准模型提升1.2个百分点,证明算法具有泛化性。综上,该算法精度提高,模型复杂度降低,适用于实际生产环境部署与应用。 展开更多
关键词 实时检测转换器(RT-DETR) 缺陷检测 特征提取 锻件 动态位置偏置模块
在线阅读 下载PDF
基于改进YOLOv11的海洋牧场中鲍的检测方法
17
作者 李坤达 刘侦龙 王骥 《水产学报》 北大核心 2026年第3期237-248,共12页
【目的】针对海洋牧场中鲍栖息环境复杂、能见度低与图像存在大量噪声等问题,该研究提出了一种基于改进YOLOv11模型的水中鲍识别方法 YOLOv11-AMSTAR。【方法】该模型的核心优化包括3个方面:首先,基于该模型使用C3K2和StarNet构建新的... 【目的】针对海洋牧场中鲍栖息环境复杂、能见度低与图像存在大量噪声等问题,该研究提出了一种基于改进YOLOv11模型的水中鲍识别方法 YOLOv11-AMSTAR。【方法】该模型的核心优化包括3个方面:首先,基于该模型使用C3K2和StarNet构建新的增强型特征提取模块(C3Star),通过星操作增强高维特征表达,在保留原始特征信息的同时挖掘隐藏的高阶关联信息,从而提升模型的非线性表达和特征区分能力。其次,引入下采样模块(ADown),对输入特征图维度的重新排列和细粒度调整,提升了模型中深层网络对空间特征的捕捉能力。最后,在颈部网络中加入自注意力与卷积混合模型(ACmix),融合不同层次的语义信息,增强模型对特征的提取和整合能力,降低杂乱背景信息干扰。【结果】相比于原始模型,YOLOv11-AMSTAR的mAP@0.5、召回率、准确率和mAP@0.5:0.95等指标分别提升5.21%、2.06%、2.66%和1.79%。【结论】YOLOv11-AMSTAR能显著增强在低对比度、模糊等恶劣水下环境中对鲍的特征提取能力,显著提高了检测精度。本研究不仅为水下生物的自动化、精准捕捞提供了高效可靠的技术方案,其针对低质图像和伪装目标的复合改进策略,也为解决其他类似复杂场景下的目标检测问题提供了重要的学术参考与应用价值。 展开更多
关键词 YOLOv11 水下目标检测 注意力模块 特征提取模块 下采样模块 海洋牧场
原文传递
基于WSAM的滚动轴承故障IAS信号特征提取
18
作者 张珈源 郭瑜 吴显良 《振动.测试与诊断》 北大核心 2026年第1期77-82,217,共7页
将谱幅值调制(spectral amplitude modulation,简称SAM)技术与编码器信号相结合,提出一种基于加权谱幅值调制(weight spectral amplitude modulation,简称WSAM)的滚动轴承故障瞬时角速度(instantaneous angular speed,简称IAS)信号特征... 将谱幅值调制(spectral amplitude modulation,简称SAM)技术与编码器信号相结合,提出一种基于加权谱幅值调制(weight spectral amplitude modulation,简称WSAM)的滚动轴承故障瞬时角速度(instantaneous angular speed,简称IAS)信号特征提取方法。首先,采用前向差分法对编码器信号进行处理,将得到的IAS信号进行傅里叶变换(Fourier transform,简称FT),得到幅值和相位,保持相位不变,对幅值谱赋予不同的权重并进行傅里叶逆变换(inverse Fourier transform,简称IFT),得到一系列的修正信号;其次,通过构建频域能量比指标表征每个修正信号的故障信息丰富度;然后,基于频域能量比指标和自适应阈值设计一个权重函数;最后,由修正信号的平方包络谱和权重函数生成加权平方包络谱(weight squared envelope spectrum,简称WSES),通过分析加权平方包络谱揭示滚动轴承故障特征,从而实现滚动轴承故障特征提取。仿真和实验也验证了所提方法的有效性。 展开更多
关键词 滚动轴承 编码器信号 谱幅值调制 频域能量比 故障特征提取
在线阅读 下载PDF
时空双重提取与频域增强的飞行轨迹预测
19
作者 骆晓宁 王燕妮 谷卓 《计算机系统应用》 2026年第1期228-236,共9页
为有效应对飞行轨迹预测中存在的复杂时空特性以及时域波动对预测精度带来的挑战,提出融合时空双重提取与频域增强的飞行轨迹预测方法.该方法结合时间卷积网络(TCN)与iTransformer模型旨在同时捕捉飞行轨迹序列中的局部时序特征与全局... 为有效应对飞行轨迹预测中存在的复杂时空特性以及时域波动对预测精度带来的挑战,提出融合时空双重提取与频域增强的飞行轨迹预测方法.该方法结合时间卷积网络(TCN)与iTransformer模型旨在同时捕捉飞行轨迹序列中的局部时序特征与全局变量交互关系,从而在不同层次和粒度上实现对数据特征的双重提取,有效挖掘其潜在的时空关联性.随后引入频域增强通道注意力机制(FECAM),通过离散余弦变换将轨迹特征转化为频域,并应用通道注意力机制强化转化后的频域信息,以减少时域波动带来的影响.实验基于三维飞行轨迹数据集,在爬升、巡航及降落阶段,该方法的平均绝对误差分别为1.15、0.15和0.82.结果表明相较于现有方法,所提方法在预测精度和稳定性方面均具有明显优势. 展开更多
关键词 飞行轨迹预测 时空双重特征提取模块 频域增强通道注意力机制 iTransformer 时间卷积网络
在线阅读 下载PDF
MSC-Deep LabV3+:A Segmentation Model for Slender Fabric Roll Seam Detection
20
作者 Weimin Shi Kuntao Lv +1 位作者 Chang Xuan Ji Wu 《Computers, Materials & Continua》 2026年第5期480-498,共19页
The application of deep learning in fabric defect detection has become increasingly widespread.To address false positives and false negatives in fabric roll seam detection,and to improve automation efficiency and prod... The application of deep learning in fabric defect detection has become increasingly widespread.To address false positives and false negatives in fabric roll seam detection,and to improve automation efficiency and product quality,we propose the Multi-scale Context DeepLabV3+(MSC-DeepLabV3+),a semantic segmentation network designed for fabric roll seam detection,based on DeepLabV3+.The model improvements include enhancing the backbone performance through optimization of the UIB-MobileNetV2 network;designing the Dynamic Atrous and Sliding-window Fusion(DASF)module to improve adaptability to multi-scale seam structures with dynamic dilation rates and a sliding-window mechanism;and utilizing the Progressive Low-level Feature Fusion(PLFF)module to progressively restore seam boundary details via shallow feature fusion.Additionally,an enhanced 3-SE attention mechanism is employed,replacing the direct concatenation operation.Experimental results show thatMSCDeepLabV3+outperforms classical and recent segmentation models.Compared to DeepLabV3+with an Xception backbone,MSC-DeepLabV3+achieves a mean intersection over union(mIoU)of 92.30%and the boundary Fscore(BF)of 92.54%,representing improvements of 3.04%and 3.14%,respectively.Moreover,the model complexity is significantly reduced,with the model parameters(params)decreasing to 3.44M and Frames Per Second(FPS)increasing from 101 to 273,demonstrating its potential for deployment in resource-constrained industrial scenarios. 展开更多
关键词 Fabric roll seam detection semantic segmentation deep learning lightweight network multi-scale feature extraction improved attention mechanism
在线阅读 下载PDF
上一页 1 2 17 下一页 到第
使用帮助 返回顶部