期刊文献+
共找到26,856篇文章
< 1 2 250 >
每页显示 20 50 100
RetinexWT: Retinex-Based Low-Light Enhancement Method Combining Wavelet Transform
1
作者 Hongji Chen Jianxun Zhang +2 位作者 Tianze Yu Yingzhu Zeng Huan Zeng 《Computers, Materials & Continua》 2026年第2期2113-2132,共20页
Low-light image enhancement aims to improve the visibility of severely degraded images captured under insufficient illumination,alleviating the adverse effects of illumination degradation on image quality.Traditional ... Low-light image enhancement aims to improve the visibility of severely degraded images captured under insufficient illumination,alleviating the adverse effects of illumination degradation on image quality.Traditional Retinex-based approaches,inspired by human visual perception of brightness and color,decompose an image into illumination and reflectance components to restore fine details.However,their limited capacity for handling noise and complex lighting conditions often leads to distortions and artifacts in the enhanced results,particularly under extreme low-light scenarios.Although deep learning methods built upon Retinex theory have recently advanced the field,most still suffer frominsufficient interpretability and sub-optimal enhancement performance.This paper presents RetinexWT,a novel framework that tightly integrates classical Retinex theory with modern deep learning.Following Retinex principles,RetinexWT employs wavelet transforms to estimate illumination maps for brightness adjustment.A detail-recovery module that synergistically combines Vision Transformer(ViT)and wavelet transforms is then introduced to guide the restoration of lost details,thereby improving overall image quality.Within the framework,wavelet decomposition splits input features into high-frequency and low-frequency components,enabling scale-specific processing of global illumination/color cues and fine textures.Furthermore,a gating mechanism selectively fuses down-sampled and up-sampled features,while an attention-based fusion strategy enhances model interpretability.Extensive experiments on the LOL dataset demonstrate that RetinexWT surpasses existing Retinex-oriented deeplearning methods,achieving an average Peak Signal-to-Noise Ratio(PSNR)improvement of 0.22 dB over the current StateOfTheArt(SOTA),thereby confirming its superiority in low-light image enhancement.Code is available at https://github.com/CHEN-hJ516/RetinexWT(accessed on 14 October 2025). 展开更多
关键词 Low-light image enhancement retinex algorithm wavelet transform vision transformer
在线阅读 下载PDF
Block-Wise Sliding Recursive Wavelet Transform and Its Application in Real-Time Vehicle-Induced Signal Separation
2
作者 Jie Li Nan An Youliang Ding 《Structural Durability & Health Monitoring》 2026年第1期1-22,共22页
Vehicle-induced response separation is a crucial issue in structural health monitoring(SHM).This paper proposes a block-wise sliding recursive wavelet transform algorithm to meet the real-time processing requirements ... Vehicle-induced response separation is a crucial issue in structural health monitoring(SHM).This paper proposes a block-wise sliding recursive wavelet transform algorithm to meet the real-time processing requirements of monitoring data.To extend the separation target from a fixed dataset to a continuously updating data stream,a block-wise sliding framework is first developed.This framework is further optimized considering the characteristics of real-time data streams,and its advantage in computational efficiency is theoretically demonstrated.During the decomposition and reconstruction processes,information from neighboring data blocks is fully utilized to reduce algorithmic complexity.In addition,a delay-setting strategy is introduced for each processing window to mitigate boundary effects,thereby balancing accuracy and efficiency.Simulated signal experiments are conducted to determine the optimal delay configuration and to verify the algorithm’s superior performance,achieving a lower Root Mean Square Error(RMSE)and only 0.0249 times the average computational time compared with the original algorithm.Furthermore,strain signals from the Lieshi River Bridge are employed to validate the method.The proposed algorithm successfully separates the static trend from vehicle-induced responses in real time across different sampling frequencies,demonstrating its effectiveness and applicability in real-time bridge monitoring. 展开更多
关键词 wavelet transform vehicle-induced signal separation real-time structure monitoring
在线阅读 下载PDF
多尺度非对称注意力遥感去雾Transformer
3
作者 王旭阳 梁宇航 《广西师范大学学报(自然科学版)》 北大核心 2026年第2期77-89,共13页
雾霾干扰会导致遥感图像结构模糊、细节丢失,严重影响下游视觉任务的准确性。为此,本文提出一种异构增强的遥感图像去雾网络,从空间结构建模与频率信息整合2个层面提升特征恢复能力。具体而言,设计多尺度非对称注意力Transformer模块,... 雾霾干扰会导致遥感图像结构模糊、细节丢失,严重影响下游视觉任务的准确性。为此,本文提出一种异构增强的遥感图像去雾网络,从空间结构建模与频率信息整合2个层面提升特征恢复能力。具体而言,设计多尺度非对称注意力Transformer模块,引入方向感知机制以增强模糊边缘与纹理细节的建模;同时构建基于小波变换高低频自适应增强模块,使用Haar小波分解分离频域信息,分别通过高频与低频子模块强化边缘轮廓与结构表达。2个模块分别嵌入特征提取与融合阶段,协同缓解传统方法方向性建模不足与高频特征易丢失等问题。在保持低计算开销的前提下,本文方法在HAZE1K与RICE数据集上的平均PSNR/SSIM性能分别达到24.9936/0.9099与33.1802/0.8942,在细节恢复方面表现出显著优势。 展开更多
关键词 遥感图像去雾 transformER 非对称注意力 高低频特征增强 小波变换 方向感知建模 深度学习
在线阅读 下载PDF
基于可学习小波变换和Transformer融合的调制识别方法
4
作者 田明浩 杨盼云 姚沐汐 《通信技术》 2026年第1期31-37,共7页
针对复杂电磁环境下无线电信号调制识别精度低的问题,提出了一种基于可学习小波变换和Transformer融合的调制识别方法。首先,通过可学习小波变换模块将信号进行奇偶分解,利用强化的预测、更新算子和注意力机制自适应提取多分辨率特征,... 针对复杂电磁环境下无线电信号调制识别精度低的问题,提出了一种基于可学习小波变换和Transformer融合的调制识别方法。首先,通过可学习小波变换模块将信号进行奇偶分解,利用强化的预测、更新算子和注意力机制自适应提取多分辨率特征,同时引入正则化约束确保小波分解的稳定性;其次,构建双分支特征增强架构,通过挤压和激励(SE)注意力对小波特征进行自适应加权,利用Transformer捕获全局依赖关系;最后,将两个分支输出的特征在特征维度拼接后输入到全连接分类器中,以进行调制类型识别。实验结果表明,所提出的模型具有优异的调制识别精度。相较于其他深度学习方法,所提方法的整体识别精度提升了3%~10%,在不同信噪比的条件下均具有更强的特征学习能力和更好的鲁棒性。 展开更多
关键词 调制识别 深度学习 小波变换 transformER
在线阅读 下载PDF
基于参数优化的VMD和CWT结构密集模态参数识别
5
作者 赵丽洁 孙子一 +2 位作者 王昊 解咏平 练继建 《振动与冲击》 北大核心 2026年第4期51-60,共10页
针对变分模态分解的模态分解数K及二次惩罚因子α难以确定和连续小波变换对结构密集模态参数识别精度不高的问题,提出了一种基于参数优化变分模态分解(variational mode decomposition,VMD)与连续小波变换(continuous wavelet transform... 针对变分模态分解的模态分解数K及二次惩罚因子α难以确定和连续小波变换对结构密集模态参数识别精度不高的问题,提出了一种基于参数优化变分模态分解(variational mode decomposition,VMD)与连续小波变换(continuous wavelet transform,CWT)相结合的结构密集模态参数识别方法。以能量集中度与互信息构建全新综合目标函数,引入蜣螂优化算法自适应地搜寻最佳[K,α]参数组合;其次,基于最优[K,α]参数组合,对具有密集模态的振动响应信号进行VMD,结合皮尔逊相关系数指标筛选有效模态分量;最后,对有效模态分量进行CWT识别结构的模态频率和模态阻尼比。通过四自由度密集模态系统仿真算例表明,相比传统CWT算法,参数优化VMD结合CWT的方法,识别结构的密集模态参数精度更高,并具备一定的抗噪声性能;五层框架结构模型试验进一步验证了所提方法的实用性。 展开更多
关键词 模态参数识别 变分模态分解(VMD) 连续小波变换(Cwt) 密集模态
在线阅读 下载PDF
Study of the Functions of Wavelet Packet Transform (WPT) and Continues Wavelet Transform (CWT) in Recognizing the Damage Specification 被引量:6
6
作者 Mahdi Koohdaragh M. A. Loffollahi Yaghin +1 位作者 S. Sepehr F. Hosseyni 《Journal of Civil Engineering and Architecture》 2011年第9期856-859,共4页
Modem and efficient methods focus on signal analysis and have drawn researchers' attention to it in recent years. These methods mainly include Continuous Wavelet and Wavelet Packet transforms. The main advantage of t... Modem and efficient methods focus on signal analysis and have drawn researchers' attention to it in recent years. These methods mainly include Continuous Wavelet and Wavelet Packet transforms. The main advantage of the application of these Wavelets is their capacity to analyze the signal position in different occasions and places. However, in sites with high frequencies its resolution becomes much more difficult. Wavelet packet transform is a more advanced form of continuous wavelets and can make a perfect level by level resolution for each signal. Although very few studies have been done in the field. In order to do this, in the present study, f^st there was an attempt to do a modal analysis on the structure by the ANSYS finite elements software, then using MATLAB, the wavelet was investigated through a continuous wavelet analysis. Finally the results were displayed in 2-D location-coefficient figures. In the second form, transient-dynamic analysis was done on the structure to find out the characteristics of the damage and the wavelet packet energy rate index was suggested. The results indicate that suggested index in the second form is both practical and applicable, and also this index is sensitive to the intensity of the damage. 展开更多
关键词 wavelet packet transform continues wavelet transform dynamic analysis energy rate index.
在线阅读 下载PDF
A Dual Tree Complex Discrete Cosine Harmonic Wavelet Transform (ADCHWT) and Its Application to Signal/Image Denoising 被引量:3
7
作者 M. Shivamurti S. V. Narasimhan 《Journal of Signal and Information Processing》 2011年第3期218-226,共9页
A new simple and efficient dual tree analytic wavelet transform based on Discrete Cosine Harmonic Wavelet Transform DCHWT (ADCHWT) has been proposed and is applied for signal and image denoising. The analytic DCHWT ha... A new simple and efficient dual tree analytic wavelet transform based on Discrete Cosine Harmonic Wavelet Transform DCHWT (ADCHWT) has been proposed and is applied for signal and image denoising. The analytic DCHWT has been realized by applying DCHWT to the original signal and its Hilbert transform. The shift invariance and the envelope extraction properties of the ADCHWT have been found to be very effective in denoising speech and image signals, compared to that of DCHWT. 展开更多
关键词 ANALYTIC DISCRETE COSINE Harmonic wavelet transform ANALYTIC wavelet transform Dual TREE Complex wavelet transform DCT Shift Invariant wavelet transform wavelet transform Denoising
在线阅读 下载PDF
基于WTT-iTransformer时序预测的容器群伸缩策略研究
8
作者 陈奇超 叶楠 曹炳尧 《电子测量技术》 北大核心 2025年第12期88-98,共11页
Kubernetes默认的HPA策略因其特有的响应性机制而存在扩缩容滞后的局限。为了提高资源的响应性能和资源利用率,本文引入了基于时序资源负载预测的弹性伸缩策略,预测部分创新得提出了WTT-iTransformer模型对集群资源进行预测。已知iTrans... Kubernetes默认的HPA策略因其特有的响应性机制而存在扩缩容滞后的局限。为了提高资源的响应性能和资源利用率,本文引入了基于时序资源负载预测的弹性伸缩策略,预测部分创新得提出了WTT-iTransformer模型对集群资源进行预测。已知iTransformer不仅在长期序列预测表现优异,还可通过变量序列作为token嵌入获取了多变量间的关联性。本文通过增加了小波变换卷积层WTConv2d和多尺度时间卷积网络的WTT-iTransformer模型可以更精确地从时、频域两方面提取资源时间序列的长期特征与依赖关系,更符合容器使用特征的预测。基于该模型的负载变化预测,能够实现高、低流量发生的初期进行快速扩缩容,以解决反应滞后和资源利用率低的问题。实验结果表明,WTT-iTransformer在训练过程中表现出更好的稳定性和更低的训练误差,能够较为准确地预测集群负载的变化趋势,改进的弹性伸缩策略与Kubernetes传统的HPA相比更加智能、稳定,在负载特征明显、突发性负载较多的场景展现出显著提升,具有广泛的应用潜力。 展开更多
关键词 Kubernetes 时序预测模型wtT-itransformer 负载预测 混合弹性伸缩策略 小波变换卷积 时间卷积网络 itransformer模型
原文传递
Comparison of GPR Random Noise Attenuation Using Autoregressive-FX Method and Tunable Quality Factor Wavelet Transform TQWT with Soft and Hard Thresholding 被引量:1
9
作者 Amin Ebrahimib Bardar Behrooz Oskooi Alireza Goudarzi 《Journal of Signal and Information Processing》 2019年第1期19-35,共17页
Ground Penetration Radar is a controlled source geophysical method which uses high frequency electromagnetic waves to study shallow layers. Resolution of this method depends on difference of electrical properties betw... Ground Penetration Radar is a controlled source geophysical method which uses high frequency electromagnetic waves to study shallow layers. Resolution of this method depends on difference of electrical properties between target and surrounding electrical medium, target geometry and used bandwidth. The wavelet transform is used extensively in signal analysis and noise attenuation. In addition, wavelet domain allows local precise descriptions of signal behavior. The Fourier coefficient represents a component for all time and therefore local events must be described by the phase characteristic which can be abolished or strengthened over a large period of time. Finally basis of Auto Regression (AR) is the fitting of an appropriate model on data, which in practice results in more information from data process. Estimation of the parameters of the regression model (AR) is very important. In order to obtain a higher-resolution spectral estimation than other models, recursive operator is a suitable tool. Generally, it is much easier to work with an Auto Regression model. Results shows that the TQWT in soft thresholding mode can attenuate random noise far better than TQWT in hard thresholding mode and Autoregressive-FX method. 展开更多
关键词 GPR Autoregressive-FX TUNABLE Quality Factor wavelet transform TQwt
暂未订购
基于VMD-CWT和Swin Transformer的滚动轴承故障诊断方法
10
作者 曾信凌 龙江 +1 位作者 魏友 吴云飞 《机械制造与自动化》 2025年第6期18-23,34,共7页
针对滚动轴承故障信号存在噪声干扰且故障特征提取不精确的问题,提出一种基于变分模态分解(VMD)、连续小波变换(CWT)和Swin Transformer网络相结合的滚动轴承智能故障诊断方法。利用变分模态分解对信号进行降噪,通过CWT将重构后的信号... 针对滚动轴承故障信号存在噪声干扰且故障特征提取不精确的问题,提出一种基于变分模态分解(VMD)、连续小波变换(CWT)和Swin Transformer网络相结合的滚动轴承智能故障诊断方法。利用变分模态分解对信号进行降噪,通过CWT将重构后的信号转换为时频图;以二维特征图像作为输入训练Swin Transformer模型,实现滚动轴承的智能故障诊断。试验结果表明:VMD-CWT结合Swin Transformer网络的方法具有更高的故障诊断精度,实测数据中测试集准确率高达99.79%。 展开更多
关键词 滚动轴承 变分模态分解 连续小波变换 Swin transformer 故障诊断
在线阅读 下载PDF
基于GASF-CWT转换和特征融合的变压器故障诊断方法
11
作者 穆娜瓦尔·阿不都克热木 吐松江·卡日 +3 位作者 谢丽蓉 张淑敏 刘鹏伟 韦强宇 《现代电子技术》 北大核心 2026年第2期95-102,共8页
针对电力变压器一维油色谱特征数据输入限制深度学习模型性能,以及单一数据转换方法无法充分反映原始序列数据重要特征,从而影响故障诊断准确率等问题,提出一种基于GASF-CWT转换和特征融合的变压器故障诊断方法。首先,使用格拉姆求和角... 针对电力变压器一维油色谱特征数据输入限制深度学习模型性能,以及单一数据转换方法无法充分反映原始序列数据重要特征,从而影响故障诊断准确率等问题,提出一种基于GASF-CWT转换和特征融合的变压器故障诊断方法。首先,使用格拉姆求和角场(GASF)、连续小波变换(CWT)将一维变压器故障样本数据转换为特征图像。其次,以ResNet50网络作为基础模型,并在其特征提取层添加特征融合模块,将转换后的两种图像同时输入模型,为模型提供更全面的特征信息;最后,在模型的残差结构中添加高效通道注意力(ECA)模块,增强网络对重要特征的关注并抑制无关特征,实现高效特征提取的变压器故障诊断方法。实验结果表明,所提方法的故障诊断准确率达到94.64%,相比于性能最好的常用RF方法提升6.38%,具有较好的诊断能力,可为电力变压器安全可靠运行提供重要参考。 展开更多
关键词 电力变压器 故障诊断 格拉姆求和角场 连续小波变换 特征融合 高效通道注意力
在线阅读 下载PDF
A Robust Image Watermarking Based on DWT and RDWT Combined with Mobius Transformations
12
作者 Atheer Alrammahi Hedieh Sajedi 《Computers, Materials & Continua》 2025年第7期887-918,共32页
Ensuring digital media security through robust image watermarking is essential to prevent unauthorized distribution,tampering,and copyright infringement.This study introduces a novel hybrid watermarking framework that... Ensuring digital media security through robust image watermarking is essential to prevent unauthorized distribution,tampering,and copyright infringement.This study introduces a novel hybrid watermarking framework that integrates Discrete Wavelet Transform(DWT),Redundant Discrete Wavelet Transform(RDWT),and Möbius Transformations(MT),with optimization of transformation parameters achieved via a Genetic Algorithm(GA).By combining frequency and spatial domain techniques,the proposed method significantly enhances both the imper-ceptibility and robustness of watermark embedding.The approach leverages DWT and RDWT for multi-resolution decomposition,enabling watermark insertion in frequency subbands that balance visibility and resistance to attacks.RDWT,in particular,offers shift-invariance,which improves performance under geometric transformations.Möbius transformations are employed for spatial manipulation,providing conformal mapping and spatial dispersion that fortify watermark resilience against rotation,scaling,and translation.The GA dynamically optimizes the Möbius parameters,selecting configurations that maximize robustness metrics such as Peak Signal-to-Noise Ratio(PSNR),Structural Similarity Index Measure(SSIM),Bit Error Rate(BER),and Normalized Cross-Correlation(NCC).Extensive experiments conducted on medical and standard benchmark images demonstrate the efficacy of the proposed RDWT-MT scheme.Results show that PSNR exceeds 68 dB,SSIM approaches 1.0,and BER remains at 0.0000,indicating excellent imperceptibility and perfect watermark recovery.Moreover,the method exhibits exceptional resilience to a wide range of image processing attacks,including Gaussian noise,JPEG compression,histogram equalization,and cropping,achieving NCC values close to or equal to 1.0.Comparative evaluations with state-of-the-art watermarking techniques highlight the superiority of the proposed method in terms of robustness,fidelity,and computational efficiency.The hybrid framework ensures secure,adaptive watermark embedding,making it highly suitable for applications in digital rights management,content authentication,and medical image protection.The integration of spatial and frequency domain features with evolutionary optimization presents a promising direction for future watermarking technologies. 展开更多
关键词 Digital watermarking Möbius transforms discrete wavelet transform redundant discrete wavelet transform genetic algorithm ROBUSTNESS geometric attacks
在线阅读 下载PDF
A Wavelet Transform and Spatial Positional Enhanced Method for Vision Transformer
13
作者 HU Runyu TANG Xuesong HAO Kuangrong 《Journal of Donghua University(English Edition)》 2025年第3期330-338,共9页
In the vision transformer(ViT)architecture,image data are transformed into sequential data for processing,which may result in the loss of spatial positional information.While the self-attention mechanism enhances the ... In the vision transformer(ViT)architecture,image data are transformed into sequential data for processing,which may result in the loss of spatial positional information.While the self-attention mechanism enhances the capacity of ViT to capture global features,it compromises the preservation of fine-grained local feature information.To address these challenges,we propose a spatial positional enhancement module and a wavelet transform enhancement module tailored for ViT models.These modules aim to reduce spatial positional information loss during the patch embedding process and enhance the model’s feature extraction capabilities.The spatial positional enhancement module reinforces spatial information in sequential data through convolutional operations and multi-scale feature extraction.Meanwhile,the wavelet transform enhancement module utilizes the multi-scale analysis and frequency decomposition to improve the ViT’s understanding of global and local image structures.This enhancement also improves the ViT’s ability to process complex structures and intricate image details.Experiments on CIFAR-10,CIFAR-100 and ImageNet-1k datasets are done to compare the proposed method with advanced classification methods.The results show that the proposed model achieves a higher classification accuracy,confirming its effectiveness and competitive advantage. 展开更多
关键词 transformER wavelet transform image classification computer vision
在线阅读 下载PDF
Fluorescence microscopy image denoising via a wavelet-enhanced transformer based on DnCNN network
14
作者 Shuhao Shen Mingxuan Cao +2 位作者 Weikai Tan E Du Xueli Chen 《Advanced Photonics Nexus》 2025年第6期1-11,共11页
Fluorescence microscopy is indispensable in life science research,yet denoising remains challenging due to varied biological samples and imaging conditions.We introduce a wavelet-enhanced transformer based on DnCNN th... Fluorescence microscopy is indispensable in life science research,yet denoising remains challenging due to varied biological samples and imaging conditions.We introduce a wavelet-enhanced transformer based on DnCNN that fuses wavelet preprocessing with a dual-branch transformer-convolutional neural network(CNN)architecture.Wavelet decomposition separates highand low-frequency components for targeted noise reduction;the CNN branch restores local details,whereas the transformer branch captures global context;and an adaptive loss balances quantitative fidelity with perceptual quality.On the fluorescence microscopy denoising benchmark,our method surpasses leading CNNand transformer-based approaches,improving peak signal-to-noise ratio by 2.34%and 0.88%and structural similarity index measure by 0.53%and 1.07%,respectively.This framework offers enhanced generalization and practical gains for fluorescence image denoising. 展开更多
关键词 fluorescence microscopy denoising deep learning wavelet transform vision transformer convolutional neural network.
在线阅读 下载PDF
Wavelet Transform Convolution and Transformer-Based Learning Approach for Wind Power Prediction in Extreme Scenarios
15
作者 Jifeng Liang Qiang Wang +4 位作者 Leibao Wang Ziwei Zhang Yonghui Sun Hongzhu Tao Xiaofei Li 《Computer Modeling in Engineering & Sciences》 2025年第4期945-965,共21页
Wind power generation is subjected to complex and variable meteorological conditions,resulting in intermittent and volatile power generation.Accurate wind power prediction plays a crucial role in enabling the power gr... Wind power generation is subjected to complex and variable meteorological conditions,resulting in intermittent and volatile power generation.Accurate wind power prediction plays a crucial role in enabling the power grid dispatching departments to rationally plan power transmission and energy storage operations.This enhances the efficiency of wind power integration into the grid.It allows grid operators to anticipate and mitigate the impact of wind power fluctuations,significantly improving the resilience of wind farms and the overall power grid.Furthermore,it assists wind farm operators in optimizing the management of power generation facilities and reducing maintenance costs.Despite these benefits,accurate wind power prediction especially in extreme scenarios remains a significant challenge.To address this issue,a novel wind power prediction model based on learning approach is proposed by integrating wavelet transform and Transformer.First,a conditional generative adversarial network(CGAN)generates dynamic extreme scenarios guided by physical constraints and expert rules to ensure realism and capture critical features of wind power fluctuations under extremeconditions.Next,thewavelet transformconvolutional layer is applied to enhance sensitivity to frequency domain characteristics,enabling effective feature extraction fromextreme scenarios for a deeper understanding of input data.The model then leverages the Transformer’s self-attention mechanism to capture global dependencies between features,strengthening its sequence modelling capabilities.Case analyses verify themodel’s superior performance in extreme scenario prediction by effectively capturing local fluctuation featureswhile maintaining a grasp of global trends.Compared to other models,it achieves R-squared(R^(2))as high as 0.95,and the mean absolute error(MAE)and rootmean square error(RMSE)are also significantly lower than those of othermodels,proving its high accuracy and effectiveness in managing complex wind power generation conditions. 展开更多
关键词 Extreme scenarios conditional generative adversarial network wavelet transform transformer wind power prediction
在线阅读 下载PDF
Prediction of wastewater treatment plant influent quality based on discrete wavelet transform and convolutional enhanced transformer
16
作者 Lili Ma Danxia Li +2 位作者 Jinrong He Zhirui Niu Zhihua Feng 《Chinese Journal of Chemical Engineering》 2025年第11期405-417,共13页
Accurate prediction of wastewater treatment plants(WWTPs) influent quality can provide valuable decision-making support to facilitate operations and management.However,since existing methods overlook the data noise ge... Accurate prediction of wastewater treatment plants(WWTPs) influent quality can provide valuable decision-making support to facilitate operations and management.However,since existing methods overlook the data noise generated from harsh operations and instruments,while the local feature pattern and long-term dependency in the wastewater quality time series,the prediction performance can be degraded.In this paper,a discrete wavelet transform and convolutional enhanced Transformer(DWT-Ce Transformer) method is developed to predict the influent quality in WWTPs.Specifically,we perform multi-scale analysis on time series of wastewater quality using discrete wavelet transform,effectively removing noise while preserving key data characteristics.Further,a tightly coupled convolutional-enhanced Transformer model is devised where convolutional neural network is used to extract local features,and then these local features are combined with Transformer's self-attention mechanism,so that the model can not only capture long-term dependencies,but also retain the sensitivity to local context.In this study,we conduct comprehensive experiments based on the actual data from a WWTP in Shaanxi Province and the simulated data generated by BSM2.The experimental results show that,compared to baseline models,DWT-Ce Transformer can significantly improve the prediction performance of influent COD and NH_(3)-N.Specifically,MSE,MAE,and RMSE improve by 78.7%,79.5%,and 53.8% for COD,and 79.4%,70.2%,and 54.5% for NH_(3)-N.On simulated data,our method shows strong improvements under various weather conditions,especially in dry weather,with MSE,MAE,and RMSE for COD improving by 68.9%,48.0%,and 44.3%,and for NH_(3)-N by 78.4%,54.8%,and 53.2%. 展开更多
关键词 Wastewater treatment plant Influent quality prediction Discrete wavelet transform transformER Local feature Long-term dependencies
在线阅读 下载PDF
Image Watermarking Algorithm Base on the Second Order Derivative and Discrete Wavelet Transform
17
作者 Maazen Alsabaan Zaid Bin Faheem +1 位作者 Yuanyuan Zhu Jehad Ali 《Computers, Materials & Continua》 2025年第7期491-512,共22页
Image watermarking is a powerful tool for media protection and can provide promising results when combined with other defense mechanisms.Image watermarking can be used to protect the copyright of digital media by embe... Image watermarking is a powerful tool for media protection and can provide promising results when combined with other defense mechanisms.Image watermarking can be used to protect the copyright of digital media by embedding a unique identifier that identifies the owner of the content.Image watermarking can also be used to verify the authenticity of digital media,such as images or videos,by ascertaining the watermark information.In this paper,a mathematical chaos-based image watermarking technique is proposed using discrete wavelet transform(DWT),chaotic map,and Laplacian operator.The DWT can be used to decompose the image into its frequency components,chaos is used to provide extra security defense by encrypting the watermark signal,and the Laplacian operator with optimization is applied to the mid-frequency bands to find the sharp areas in the image.These mid-frequency bands are used to embed the watermarks by modifying the coefficients in these bands.The mid-sub-band maintains the invisible property of the watermark,and chaos combined with the second-order derivative Laplacian is vulnerable to attacks.Comprehensive experiments demonstrate that this approach is effective for common signal processing attacks,i.e.,compression,noise addition,and filtering.Moreover,this approach also maintains image quality through peak signal-to-noise ratio(PSNR)and structural similarity index metrics(SSIM).The highest achieved PSNR and SSIM values are 55.4 dB and 1.In the same way,normalized correlation(NC)values are almost 10%–20%higher than comparative research.These results support assistance in copyright protection in multimedia content. 展开更多
关键词 Discrete wavelet transform LAPLACIAN image watermarking CHAOS multimedia security
在线阅读 下载PDF
基于CWT-PDCNN的船舶电机故障诊断研究
18
作者 尚垣吉 尚前明 蒋婉莹 《舰船科学技术》 北大核心 2026年第2期102-107,共6页
针对船舶电机在复杂运行环境中易出现多种故障、且工况变化对故障特征提取造成干扰的问题,构建了一种基于连续小波变换(Continuous Wavelet Transform,CWT)与并行双通道卷积神经网络(Parallel Dual-Channel CNN,PDCNN)相结合的混合工况... 针对船舶电机在复杂运行环境中易出现多种故障、且工况变化对故障特征提取造成干扰的问题,构建了一种基于连续小波变换(Continuous Wavelet Transform,CWT)与并行双通道卷积神经网络(Parallel Dual-Channel CNN,PDCNN)相结合的混合工况故障诊断模型。该方法将原始振动信号分别进行一维特征提取和二维CWT时频图变换,形成双模态输入数据,对数据提取多尺度特征后使用PDCNN进行特征融合与分类。测试结果表明,所提出模型在混合工况下的故障识别准确率达92.10%,相比仅使用一维信号或二维图像输入的模型准确率分别提高了16.88%与6.28%。同时,不同故障类型的特征区分度在t分布随机邻域嵌入(t-distributed Stochastic Neighbor Embedding,t-SNE)可视化中表现明显。研究结果说明,融合CWT与PDCNN结构能够有效提升电机在复杂工况下的故障诊断精度与鲁棒性,具有较强的工程应用潜力。 展开更多
关键词 电机 故障诊断 连续小波变换 卷积神经网络
在线阅读 下载PDF
样本不均衡条件下滚动轴承故障FCWT-DDIM-SwinT识别方法
19
作者 孙祥海 邱明 +4 位作者 李军星 张松林 刘志卫 刘静涛 高锐 《河南科技大学学报(自然科学版)》 北大核心 2026年第1期53-62,M0005,共11页
针对滚动轴承故障识别中因样本不均衡导致准确率低的问题,提出一种去噪扩散隐式模型(DDIM)结合Swin Transformer(SwinT)的故障识别方法。首先,对采集到的滚动轴承原始振动信号进行快速连续小波变换(FCWT),将其重构为二维时频图像。然后... 针对滚动轴承故障识别中因样本不均衡导致准确率低的问题,提出一种去噪扩散隐式模型(DDIM)结合Swin Transformer(SwinT)的故障识别方法。首先,对采集到的滚动轴承原始振动信号进行快速连续小波变换(FCWT),将其重构为二维时频图像。然后,使用DDIM扩充原始不均衡数据集,构建出故障样本类别分布均衡数据集。最后,将均衡数据集应用于SwinT模型的训练过程,从而实现滚动轴承多种故障类型的准确诊断。工程实例表明:利用DDIM能够有效解决故障样本不均衡的问题;同时,与其他识别模型相比,SwinT模型的平均识别准确率提高了5.72%,具有更优越的轴承故障识别能力。 展开更多
关键词 滚动轴承 快速连续小波变换 去噪扩散隐式模型 Swin transformer 故障识别
在线阅读 下载PDF
Undecimated Dual-Tree Complex Wavelet Transform and Fuzzy Clustering-Based Sonar Image Denoising Technique
20
作者 LIU Biao LIU Guangyu +3 位作者 FENG Wei WANG Shuai ZHOU Bao ZHAO Enming 《Journal of Shanghai Jiaotong university(Science)》 2025年第5期998-1008,共11页
Imaging sonar devices generate sonar images by receiving echoes from objects,which are often accompanied by severe speckle noise,resulting in image distortion and information loss.Common optical denoising methods do n... Imaging sonar devices generate sonar images by receiving echoes from objects,which are often accompanied by severe speckle noise,resulting in image distortion and information loss.Common optical denoising methods do not work well in removing speckle noise from sonar images and may even reduce their visual quality.To address this issue,a sonar image denoising method based on fuzzy clustering and the undecimated dual-tree complex wavelet transform is proposed.This method provides a perfect translation invariance and an improved directional selectivity during image decomposition,leading to richer representation of noise and edges in high frequency coefficients.Fuzzy clustering can separate noise from useful information according to the amplitude characteristics of speckle noise,preserving the latter and achieving the goal of noise removal.Additionally,the low frequency coefficients are smoothed using bilateral filtering to improve the visual quality of the image.To verify the effectiveness of the algorithm,multiple groups of ablation experiments were conducted,and speckle sonar images with different variances were evaluated and compared with existing speckle removal methods in the transform domain.The experimental results show that the proposed method can effectively improve image quality,especially in cases of severe noise,where it still achieves a good denoising performance. 展开更多
关键词 fuzzy clustering bilateral filtering undecimated dual-tree complex wavelet transform image denoising
原文传递
上一页 1 2 250 下一页 到第
使用帮助 返回顶部