期刊文献+
共找到26,827篇文章
< 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
Digital watermarking algorithm based on scale-invariant feature regions in non-subsampled contourlet transform domain 被引量:8
5
作者 Jian Zhao Na Zhang +1 位作者 Jian Jia Huanwei Wang 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2015年第6期1310-1315,共6页
Contraposing the need of the robust digital watermark for the copyright protection field, a new digital watermarking algorithm in the non-subsampled contourlet transform (NSCT) domain is proposed. The largest energy... Contraposing the need of the robust digital watermark for the copyright protection field, a new digital watermarking algorithm in the non-subsampled contourlet transform (NSCT) domain is proposed. The largest energy sub-band after NSCT is selected to embed watermark. The watermark is embedded into scaleinvariant feature transform (SIFT) regions. During embedding, the initial region is divided into some cirque sub-regions with the same area, and each watermark bit is embedded into one sub-region. Extensive simulation results and comparisons show that the algorithm gets a good trade-off of invisibility, robustness and capacity, thus obtaining good quality of the image while being able to effectively resist common image processing, and geometric and combo attacks, and normalized similarity is almost all reached. 展开更多
关键词 multi-scale geometric analysis (MGA) non-subsampled contourlet transform (NSCT) scale-invariant featureregion.
在线阅读 下载PDF
A Wavelet Transform and Spatial Positional Enhanced Method for Vision Transformer
6
作者 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
Multimodal Medical Image Fusion in Non-Subsampled Contourlet Transform Domain 被引量:3
7
作者 Periyavattam Shanmugam Gomathi Bhuvanesh Kalaavathi 《Circuits and Systems》 2016年第8期1598-1610,共13页
Multimodal medical image fusion is a powerful tool for diagnosing diseases in medical field. The main objective is to capture the relevant information from input images into a single output image, which plays an impor... Multimodal medical image fusion is a powerful tool for diagnosing diseases in medical field. The main objective is to capture the relevant information from input images into a single output image, which plays an important role in clinical applications. In this paper, an image fusion technique for the fusion of multimodal medical images is proposed based on Non-Subsampled Contourlet Transform. The proposed technique uses the Non-Subsampled Contourlet Transform (NSCT) to decompose the images into lowpass and highpass subbands. The lowpass and highpass subbands are fused by using mean based and variance based fusion rules. The reconstructed image is obtained by taking Inverse Non-Subsampled Contourlet Transform (INSCT) on fused subbands. The experimental results on six pairs of medical images are compared in terms of entropy, mean, standard deviation, Q<sup>AB/F</sup> as performance parameters. It reveals that the proposed image fusion technique outperforms the existing image fusion techniques in terms of quantitative and qualitative outcomes of the images. The percentage improvement in entropy is 0% - 40%, mean is 3% - 42%, standard deviation is 1% - 42%, Q<sup>AB/F</sup>is 0.4% - 48% in proposed method comparing to conventional methods for six pairs of medical images. 展开更多
关键词 Image Fusion non-subsampled Contourlet transform (NSCT) Medical Imaging Fusion Rules
在线阅读 下载PDF
Fluorescence microscopy image denoising via a wavelet-enhanced transformer based on DnCNN network
8
作者 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
9
作者 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
10
作者 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
11
作者 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
Undecimated Dual-Tree Complex Wavelet Transform and Fuzzy Clustering-Based Sonar Image Denoising Technique
12
作者 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
原文传递
An intelligent log-seismic integrated stratigraphic correlation method based on wavelet frequency-division transform and dynamic time warping:A case study from the Lasaxing oilfield
13
作者 Mian Lu Dongmei Cai +4 位作者 Xiandi Fu Shunguo Cheng Yu Sun Pengkun Liu Yanli Jiao 《Energy Geoscience》 2025年第3期26-36,共11页
Stratigraphic correlations are essential for the fine-scale characterization of reservoirs.However,conventional data-driven methods that rely solely on log data struggle to construct isochronous stratigraphic framewor... Stratigraphic correlations are essential for the fine-scale characterization of reservoirs.However,conventional data-driven methods that rely solely on log data struggle to construct isochronous stratigraphic frameworks for complex sedimentary environments and multi-source geological settings.In response,this study proposed an intelligent,automatic,log-seismic integrated stratigraphic correlation method that incorporates wavelet frequency-division transform(WFT)and dynamic time warping(DTW)(also referred to as the WFT-DTW method).This approach integrates seismic data as constraints into stratigraphic correlations,enabling accurate tracking of the seismic marker horizons through WFT.Under the constraints of framework construction,a DTW algorithm was introduced to correlate sublayer boundaries automatically.The effectiveness of the proposed method was verified through a stratigraphic correlation experiment on the SA0 Formation of the Xingshugang block in the Lasaxing oilfield,the Songliao Basin,China.In this block,the target layer exhibits sublayer thicknesses ranging from 5 m to 8 m,an average sandstone thickness of 2.1 m,and pronounced heterogeneity.The verification using 1760 layers in 160 post-test wells indicates that the WFT-DTW method intelligently compared sublayers in zones with underdeveloped faults and distinct marker horizons.As a result,the posterior correlation of 1682 layers was performed,with a coincidence rate of up to 95.6%.The proposed method can complement manual correlation efforts while also providing valuable technical support for the lithologic and sand body characterization of reservoirs. 展开更多
关键词 Log-seismic integration Stratigraphic correlation wavelet frequency transform Dynamic time warping Lasaxing oilfield
在线阅读 下载PDF
A Deep Learning Approach for Fault Diagnosis in Centrifugal Pumps through Wavelet Coherent Analysis and S-Transform Scalograms with CNN-KAN
14
作者 Muhammad Farooq Siddique Saif Ullah Jong-Myon Kim 《Computers, Materials & Continua》 2025年第8期3577-3603,共27页
Centrifugal Pumps(CPs)are critical machine components in many industries,and their efficient operation and reliable Fault Diagnosis(FD)are essential for minimizing downtime and maintenance costs.This paper introduces ... Centrifugal Pumps(CPs)are critical machine components in many industries,and their efficient operation and reliable Fault Diagnosis(FD)are essential for minimizing downtime and maintenance costs.This paper introduces a novel FD method to improve both the accuracy and reliability of detecting potential faults in such pumps.Theproposed method combinesWaveletCoherent Analysis(WCA)and Stockwell Transform(S-transform)scalograms with Sobel and non-local means filters,effectively capturing complex fault signatures from vibration signals.Using Convolutional Neural Network(CNN)for feature extraction,the method transforms these scalograms into image inputs,enabling the recognition of patterns that span both time and frequency domains.The CNN extracts essential discriminative features,which are then merged and passed into a Kolmogorov-Arnold Network(KAN)classifier,ensuring precise fault identification.The proposed approach was experimentally validated on diverse datasets collected under varying conditions,demonstrating its robustness and generalizability.Achieving classification accuracy of 100%,99.86%,and 99.92%across the datasets,this method significantly outperforms traditional fault detection approaches.These results underscore the potential to enhance CP FD,providing an effective solution for predictive maintenance and improving overall system reliability. 展开更多
关键词 Fault diagnosis centrifugal pump wavelet coherent analysis stockwell transform convolutional neural network Kolmogorov-Arnold network
在线阅读 下载PDF
Drive-by damage detection and localization exploiting continuous wavelet transform and multiple sparse autoencoders
15
作者 Lorenzo Bernardini Francesco Morgan Bono Andrea Collina 《Railway Engineering Science》 2025年第4期721-745,共25页
Drive-by techniques for bridge health monitoring have drawn increasing attention from researchers and practitioners,in the attempt to make bridge condition-based monitoring more cost-efficient.In this work,the authors... Drive-by techniques for bridge health monitoring have drawn increasing attention from researchers and practitioners,in the attempt to make bridge condition-based monitoring more cost-efficient.In this work,the authors propose a drive-by approach that takes advantage from bogie vertical accelerations to assess bridge health status.To do so,continuous wavelet transform is combined with multiple sparse autoencoders that allow for damage detection and localization across bridge span.According to authors’best knowledge,this is the first case in which an unsupervised technique,which relies on the use of sparse autoencoders,is used to localize damages.The bridge considered in this work is a Warren steel truss bridge,whose finite element model is referred to an actual structure,belonging to the Italian railway line.To investigate damage detection and localization performances,different operational variables are accounted for:train weight,forward speed and track irregularity evolution in time.Two configurations for the virtual measuring channels were investigated:as a result,better performances were obtained by exploiting the vertical accelerations of both the bogies of the leading coach instead of using only one single acceleration signal. 展开更多
关键词 Drive-by Sparse autoencoder Steel truss railway bridge Continuous wavelet transform Damage detection Damage localization
在线阅读 下载PDF
Wavelet Transform-Based Bayesian Inference Learning with Conditional Variational Autoencoder for Mitigating Injection Attack in 6G Edge Network
16
作者 Binu Sudhakaran Pillai Raghavendra Kulkarni +1 位作者 Venkata Satya Suresh kumar Kondeti Surendran Rajendran 《Computer Modeling in Engineering & Sciences》 2025年第10期1141-1166,共26页
Future 6G communications will open up opportunities for innovative applications,including Cyber-Physical Systems,edge computing,supporting Industry 5.0,and digital agriculture.While automation is creating efficiencies... Future 6G communications will open up opportunities for innovative applications,including Cyber-Physical Systems,edge computing,supporting Industry 5.0,and digital agriculture.While automation is creating efficiencies,it can also create new cyber threats,such as vulnerabilities in trust and malicious node injection.Denialof-Service(DoS)attacks can stop many forms of operations by overwhelming networks and systems with data noise.Current anomaly detection methods require extensive software changes and only detect static threats.Data collection is important for being accurate,but it is often a slow,tedious,and sometimes inefficient process.This paper proposes a new wavelet transformassisted Bayesian deep learning based probabilistic(WT-BDLP)approach tomitigate malicious data injection attacks in 6G edge networks.The proposed approach combines outlier detection based on a Bayesian learning conditional variational autoencoder(Bay-LCVariAE)and traffic pattern analysis based on continuous wavelet transform(CWT).The Bay-LCVariAE framework allows for probabilistic modelling of generative features to facilitate capturing how features of interest change over time,spatially,and for recognition of anomalies.Similarly,CWT allows emphasizing the multi-resolution spectral analysis and permits temporally relevant frequency pattern recognition.Experimental testing showed that the flexibility of the Bayesian probabilistic framework offers a vast improvement in anomaly detection accuracy over existing methods,with a maximum accuracy of 98.21%recognizing anomalies. 展开更多
关键词 Bayesian inference learning automaton convolutional wavelet transform conditional variational autoencoder malicious data injection attack edge environment 6G communication
在线阅读 下载PDF
基于Wavelet-Transformer模型的动态扩容光伏电站出力预测研究
17
作者 林德富 秦杰 +1 位作者 周庭 何鹏 《红水河》 2025年第6期93-99,共7页
针对动态扩容光伏电站因装机容量持续增长导致出力非平稳、预测难度大的问题,笔者提出一种融合小波变换与Transformer的预测方法。该方法首先利用小波变换对出力序列进行多尺度分解,以分离其趋势与波动成分;随后采用Transformer编码器... 针对动态扩容光伏电站因装机容量持续增长导致出力非平稳、预测难度大的问题,笔者提出一种融合小波变换与Transformer的预测方法。该方法首先利用小波变换对出力序列进行多尺度分解,以分离其趋势与波动成分;随后采用Transformer编码器捕捉气象、装机与出力间的全局时序依赖关系。基于广西某实际电站数据的实验结果表明:该模型RMSE为3.8336 MW,R2达0.9313,性能优于LSTM、GRU等对比模型。所提方法能有效解耦出力序列的多尺度特征并建模长程依赖,为动态扩容场景下的光伏功率预测提供新方案。 展开更多
关键词 动态扩容光伏电站 出力预测 wavelet-transformer模型 多尺度分解 时序分析
在线阅读 下载PDF
Electrocardiogram Signal Denoising Using Optimized Adaptive Hybrid Filter with Empirical Wavelet Transform
18
作者 BALASUBRAMANIAN S NARUKA Mahaveer Singh TEWARI Gaurav 《Journal of Shanghai Jiaotong university(Science)》 2025年第1期66-80,共15页
Cardiovascular diseases are the world’s leading cause of death;therefore cardiac health of the human heart has been a fascinating topic for decades.The electrocardiogram(ECG)signal is a comprehensive non-invasive met... Cardiovascular diseases are the world’s leading cause of death;therefore cardiac health of the human heart has been a fascinating topic for decades.The electrocardiogram(ECG)signal is a comprehensive non-invasive method for determining cardiac health.Various health practitioners use the ECG signal to ascertain critical information about the human heart.In this article,swarm intelligence approaches are used in the biomedical signal processing sector to enhance adaptive hybrid filters and empirical wavelet transforms(EWTs).At first,the white Gaussian noise is added to the input ECG signal and then applied to the EWT.The ECG signals are denoised by the proposed adaptive hybrid filter.The honey badge optimization(HBO)algorithm is utilized to optimize the EWT window function and adaptive hybrid filter weight parameters.The proposed approach is simulated by MATLAB 2018a using the MIT-BIH dataset with white Gaussian,electromyogram and electrode motion artifact noises.A comparison of the HBO approach with recursive least square-based adaptive filter,multichannel least means square,and discrete wavelet transform methods has been done in order to show the efficiency of the proposed adaptive hybrid filter.The experimental results show that the HBO approach supported by EWT and adaptive hybrid filter can be employed efficiently for cardiovascular signal denoising. 展开更多
关键词 electrocardiogram(ECG)signal denoising empirical wavelet transform(EWT) honey badge optimization(HBO) adaptive hybrid filter window function
原文传递
Low-amplitude structure recognition method based on non-subsampled contourlet transform
19
作者 Fen Lyu Xing-Ye Liu +3 位作者 Li Chen Chao Li Jie Zhou Huai-Lai Zhou 《Petroleum Science》 SCIE EI CAS CSCD 2024年第5期3062-3078,共17页
Currently, horizontal well fracturing is indispensable for shale gas development. Due to the variable reservoir formation morphology, the drilling trajectory often deviates from the high-quality reservoir,which increa... Currently, horizontal well fracturing is indispensable for shale gas development. Due to the variable reservoir formation morphology, the drilling trajectory often deviates from the high-quality reservoir,which increases the risk of fracturing. Accurately recognizing low-amplitude structures plays a crucial role in guiding horizontal wells. However, existing methods have low recognition accuracy, and are difficult to meet actual production demand. In order to improve the drilling encounter rate of high-quality reservoirs, we propose a method for fine recognition of low-amplitude structures based on the non-subsampled contourlet transform(NSCT). Firstly, the seismic structural data are analyzed at multiple scales and directions using the NSCT and decomposed into low-frequency and high-frequency structural components. Then, the signal of each component is reconstructed to eliminate the low-frequency background of the structure, highlight the structure and texture information, and recognize the low-amplitude structure from it. Finally, we combined the drilled horizontal wells to verify the low-amplitude structural recognition results. Taking a study area in the west Sichuan Basin block as an example, we demonstrate the fine identification of low-amplitude structures based on NSCT. By combining the variation characteristics of logging curves, such as organic carbon content(TOC), natural gamma value(GR), etc., the real structure type is verified and determined, and the false structures in the recognition results are checked. The proposed method can provide reliable information on low-amplitude structures for optimizing the trajectory of horizontal wells. Compared with identification methods based on traditional wavelet transform and curvelet transform, NSCT enhances the local features of low-amplitude structures and achieves finer mapping of low-amplitude structures, showing promise for application. 展开更多
关键词 Shale gas Low-amplitude structure Low-frequency background non-subsampled contourlet transform Horizontal well verification
原文传递
Deformable Registration Algorithm via Non-subsampled Contourlet Transform and Saliency Map
20
作者 Chang Qing Yang Wenyou Chen Lanlan 《Journal of Shanghai Jiaotong university(Science)》 EI 2022年第4期452-462,共11页
Medical image registration is widely used in image-guided therapy and image-guided surgery to estimate spatial correspondence between planning and treatment images.However,most methods based on intensity have the prob... Medical image registration is widely used in image-guided therapy and image-guided surgery to estimate spatial correspondence between planning and treatment images.However,most methods based on intensity have the problems of matching ambiguity and ignoring the influence of weak correspondence areas on the overall registration.In this study,we propose a novel general-purpose registration algorithm based on free-form deformation by non-subsampled contourlet transform and saliency map,which can reduce the matching ambiguities and maintain the topological structure of weak correspondence areas.An optimization method based on Markov random fields is used to optimize the registration process.Experiments on four public datasets from brain,cardiac,and lung have demonstrated the general applicability and the accuracy of our algorithm compared with two state-of-the-art methods. 展开更多
关键词 medical image registration non-subsampled contourlet transform saliency map Markov random fields
原文传递
上一页 1 2 250 下一页 到第
使用帮助 返回顶部