期刊文献+
共找到4篇文章
< 1 >
每页显示 20 50 100
基于改进FFDNet的条纹图去噪方法
1
作者 张伟 张俊杰 +3 位作者 龚渠 宋杰 王宸 王生怀 《计算机应用与软件》 北大核心 2025年第10期239-244,共6页
在数字条纹投影的三维测量技术中,噪声的存在往往会导致条纹边缘信息缺失,降低相位提取的精度,最终影响测量结果的准确性。为了更好地保留条纹边缘信息,提出一种改进FFDNet(Fast and Flexible Denoising Convolutional Neural Network)... 在数字条纹投影的三维测量技术中,噪声的存在往往会导致条纹边缘信息缺失,降低相位提取的精度,最终影响测量结果的准确性。为了更好地保留条纹边缘信息,提出一种改进FFDNet(Fast and Flexible Denoising Convolutional Neural Network)神经网络的条纹图去噪方法。使用Leaky ReLU激活函数与残差稠密网络优化FFDNet的网络结构,从而提高模型正则效果与网络层的利用率。实验结果表明,相较于FFDNet,改进FFDNet的去噪效果在不同的噪声水平下提升了1.87~2.61 dB,而且参数量减少了75%。 展开更多
关键词 条纹图去噪 深度学习 ffdnet 残差稠密网络
在线阅读 下载PDF
WT-FFDNet:引入小波卷积的图像去噪网络 被引量:1
2
作者 刘帅骞 《软件工程与应用》 2025年第2期392-400,共9页
本文提出一种将小波变换引入FFDNet的图像去噪方法WT-FFDNet。WT-FFDNet通过结合深度可分离的小波变换卷积模块DepthwiseSeparableConvWithWTConv2d (DpSeWTConv),利用多级小波分解提取图像的低频和高频特征,进行特征融合。网络进一步通... 本文提出一种将小波变换引入FFDNet的图像去噪方法WT-FFDNet。WT-FFDNet通过结合深度可分离的小波变换卷积模块DepthwiseSeparableConvWithWTConv2d (DpSeWTConv),利用多级小波分解提取图像的低频和高频特征,进行特征融合。网络进一步通过VGGBlock和结合通道注意力机制的ResNetBlock实现多尺度特征提取。在Berkeley Segmentation Dataset 500数据集上分别测试15、35、50、70噪声强度下的PSNR值,经过改进后的网络,其PSNR指标较原FFDNet网络有所提高,又在CBSD68、Urban100等数据集上测试不同噪声强度下的PSNR和SSIM指标,经过实验验证了该方法的有效性。This paper proposes a wavelet-transform-integrated FFDNet method for image denoising, named WT-FFDNet. The WT-FFDNet incorporates a Depthwise Separable Convolution with Wavelet Transform module (DpSeWTConv) to achieve multi-level wavelet decomposition, extracting both low-frequency and high-frequency features of images for feature fusion. The network further implements multi-scale feature extraction through VGGBlocks and ResNetBlocks integrated with channel attention mechanisms. Experimental results on the Berkeley Segmentation Dataset 500 (BSD500) demonstrate improved PSNR metrics compared to the original FFDNet under noise levels of 15, 35, 50, and 70. Additional evaluations on datasets including CBSD68 and Urban100 across various noise intensities confirm enhancements in both PSNR and SSIM metrics, validating the effectiveness of the proposed method. 展开更多
关键词 小波变换 ffdnet 图像去噪 深度可分离卷积
在线阅读 下载PDF
SAR Change Detection Algorithm Combined with FFDNet Spatial Denoising
3
作者 Yuqing Wu Qing Xu +3 位作者 Zheng Zhang Jingzhen Ma Tianming Zhao Xinming Zhu 《Journal of Environmental & Earth Sciences》 2023年第2期88-101,共14页
Objectives:When detecting changes in synthetic aperture radar(SAR)images,the quality of the difference map has an important impact on the detection results,and the speckle noise in the image interferes with the extrac... Objectives:When detecting changes in synthetic aperture radar(SAR)images,the quality of the difference map has an important impact on the detection results,and the speckle noise in the image interferes with the extraction of change information.In order to improve the detection accuracy of SAR image change detection and improve the quality of the difference map,this paper proposes a method that combines the popular deep neural network with the clustering algorithm.Methods:Firstly,the SAR image with speckle noise was constructed,and the FFDNet architecture was used to retrain the SAR image,and the network parameters with better effect on speckle noise suppression were obtained.Then the log ratio operator is generated by using the reconstructed image output from the network.Finally,K-means and FCM clustering algorithms are used to analyze the difference images,and the binary map of change detection results is generated.Results:The experimental results have high detection accuracy on Bern and Sulzberger’s real data,which proves the effectiveness of the method. 展开更多
关键词 SAR change detection Image noise reduction ffdnet Difference diagram Clustering algorithm
在线阅读 下载PDF
基于改进FFDNet的海洋溢油检测方法研究
4
作者 朱晓萌 董晓睿 刘欢明 《电脑编程技巧与维护》 2023年第9期9-11,共3页
海洋溢油检测是重要的海洋观测任务之一,对人类社会发展有重要的意义。提出了一种针对SAR遥感影像的海洋溢油检测方法,通过改进FFDNet实现了相干斑噪声的去除任务,并通过自适应参数完成了SAR影像中的溢油区域的提取。另外,还提出了配套... 海洋溢油检测是重要的海洋观测任务之一,对人类社会发展有重要的意义。提出了一种针对SAR遥感影像的海洋溢油检测方法,通过改进FFDNet实现了相干斑噪声的去除任务,并通过自适应参数完成了SAR影像中的溢油区域的提取。另外,还提出了配套的在线溢油检测系统的软件架构,该软件具有较好的鲁棒性和易扩展性。所提出的方法在一定程度上改善了传统阈值分割或机器学习算法中高度依赖阈值设定或者模型超参数设置、存在较大主观性和不确定性、检测精度不高、泛化能力弱的问题。 展开更多
关键词 溢油检测 合成孔径雷达 深度学习 ffdnet SOS数据集
在线阅读 下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部