吉林大学学报(工学版) ›› 2026, Vol. 56 ›› Issue (9): 2467-2475.doi: 10.13229/j.cnki.jdxbgxb.20250138

• 计算机科学与技术 • 上一篇    

基于前馈卷积神经网络的多模块自监督降噪模型

郭晓新1,2(),李广宇1,2,杨广奇1,2   

  1. 1.吉林大学 计算机科学与技术学院,长春 130012
    2.吉林大学 符号计算与知识工程教育部重点实验室,长春 130012
  • 收稿日期:2025-02-24 出版日期:2026-09-01 发布日期:2026-09-07
  • 作者简介:郭晓新(1974-),男,教授,博士,研究方向:计算机图形学,医学影像学,计算机视觉.E-mail: guoxx@jlu.edu.cn
  • 基金资助:
    国家自然科学基金项目(82071995);吉林省自然科学基金项目(20250102219JC)

Multi-modular self-supervised image denoising network based on feed-forward convolutional neural network

Xiao-xin GUO1,2(),Guang-yu LI1,2,Guang-qi YANG1,2   

  1. 1.College of Computer Science and Technology,Jilin University,Changchun 130012,China
    2.Key Laboratory of Symbol Computation and Knowledge Engineering of Ministry of Education,Jilin University,Changchun 130012,China
  • Received:2025-02-24 Online:2026-09-01 Published:2026-09-07

摘要:

针对降噪过程中成对的噪声图像和干净图像难以获取的问题,提出了一种基于前馈降噪卷积神经网络的多模块自监督降噪模型(MMS-DNet)。该模型采用改进的DnCNN架构,通过添加结合原图下采样和全局噪声水平估计的多元输入模块,生成多张输入子图的同时弥补了生成过程中的信息丢失;通过添加子像素卷积模块,避免了图像重建过程中冗余信息的引入。实验结果表明:本文模型在灰度数据集BSD68和Set12上的效果优于现有的自监督学习模型,在彩色数据集CBSD68和Kodak24上同样表现出良好的效果。

关键词: 图像降噪, 前馈神经网络, 自监督, 多模块

Abstract:

In order to solve the problem that pairwise noisy images and clean images are difficult to obtain in the process of denoising, this paper proposes a multi-modular self-supervised image denoising network based on feed-forward convolutional neural network(MMS-DNet). The algorithm uses the improved DnCNN architecture. By adding a multivariate input module that combines original image down-sampling and global noise level estimation, multiple input sub-images are generated while compensating for the information loss in the generation process. The introduction of redundant information in the image reconstruction process is avoided by adding a sub-pixel convolution module. Experimental results show that the network outperforms existing self-supervised learning algorithms on the BSD68 and Set12 datasets of intensity images, and also achieves good results on CBSD68 and Kodak24 datasets of color images.

Key words: image denoising, feed-forward neural network, self-supervised, multi-modular

中图分类号: 

  • TP751

图1

模型架构图"

图2

下采样器"

图3

DnCNN的网络结构"

表1

不同图像网络结构设置"

项目网络层数通道数噪声范围子图大小
灰度图146415,50]70×70
彩色图129615,50]50×50

图4

子像素卷积"

表2

在BSD68数据集上的不同噪声强度对比实验 (dB/-)"

方法σ=15σ=25σ=50
PSNR/SSIMPSNR/SSIMPSNR/SSIM
BM3D31.07/0.8228.57/0.8025.62/0.69
WNNM31.37/0.8228.83/0.8125.87/0.70
DnCNN31.72/0.8329.23/0.8326.23/0.72
N2N30.89/0.8528.86/0.8225.77/0.70
Blind2Unblind31.44/0.8928.99/0.8226.09/0.72
SwinIA31.07/0.8629.17/0.8026.61/0.71
MMS-DNet31.66/0.8729.28/0.8226.30/0.72

图5

在BSD68数据集上噪声等级σ=25的降噪效果对比"

表3

在Set12数据集上的不同噪声强度对比实验 (dB/-)"

方法σ=15σ=25σ=50
PSNR/SSIMPSNR/SSIMPSNR/SSIM
BM3D32.37/0.8729.97/0.8526.72/0.77
WNNM32.70/0.8530.26/0.8627.05/0.78
DnCNN32.86/0.9130.43/0.8727.18/0.78
N2N32.60/0.9030.02/0.8526.83/0.77
Blind2Unblind32.46/0.9030.09/0.8526.01/0.78
SwinIA30.37/0.8628.72/0.8226.03/0.74
MMS-DNet32.75/0.8930.47/0.8827.41/0.79

图6

在Set12数据集上噪声等级σ=25的降噪效果对比"

表4

在CBSD68数据集上的不同噪声强度对比实验 (dB/-)"

方法σ=15σ=25σ=50
PSNR/SSIMPSNR/SSIMPSNR/SSIM
BM3D33.52/0.9330.71/0.8627.38/0.79
WNNM33.67/0.9331.02/0.8727.79/0.79
DnCNN33.89/0.9331.23/0.8827.92/0.79
N2N-/-30.79/0.87-/-
Blind2Unblind33.67/0.9230.86/0/8627.88/0.78
SwinIA33.45/0.9128.40/0.7927.34/0.72
MMS-DNet33.87/0.9331.21/0.8827.95/0.79

图7

在CBSD68数据集上噪声等级σ=25的降噪效果对比"

表5

在Kodak24数据集上的不同噪声强度对比实验 (dB/-)"

方法σ=15σ=25σ=50
PSNR/SSIMPSNR/SSIMPSNR/SSIM
BM3D34.28/0.9231.68/0.8728.46/0.78
WNNM34.35/0.9232.00/0.8828.74/0.79
DnCNN34.48/0.9232.03/0.8828.85/0.80
N2N-/-32.08/0.88-/-
Blind2Unblind34.12/0.9032.27/0.8828.92/0.81
SwinIA33.50/0.8730.12/0.8228.33/0.75
MMS-DNet34.62/0.9232.11/0.8829.00/0.80

图8

在Kodak24数据集上噪声等级σ=25的降噪效果对比"

表6

不同条件下消融实验"

实验序号架构模块PSNR/dB
1DnCNN29.23
2DnCNN+池化下采样 +反池化29.19
3DnCNN+多元输入模块+反池化29.25
4DnCNN+池化下采样+子像素卷积29.24
5DnCNN+多元输入模块+子像素卷积29.28

表7

不同主体网络消融实验 (dB)"

主体网络σ=15σ=25σ=50
DnCNN31.6629.2826.30
U-Net30.7928.9926.16
VDSR30.7728.6426.12

图9

在脑部MRI图像上的降噪效果"

[1] Su J, Xu B, Yin H. A survey of deep learning approaches to image restoration[J]. Neurocomputing, 2022, 487: 46-65.
[2] Liu D, Wen B X, Liu X M, et al. When image denoising meets high-level vision tasks: A deep learning approach[C]∥Proceedings of the Twenty-Seventh International Joint Conference on Artificial Intelligence, Stockholm, Sweden, 2018: 842-848.
[3] Tomasi C, Manduchi R. Bilateral filtering for gray and color images[C]∥Proceedings of Sixth International Conference on Computer Vision, Bombay, India, 1998: 839-846.
[4] Gu S H, Zhang L, Zuo W M, et al. Weighted nuclear norm minimization with application to image denoising[C]∥Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Columbus, USA, 2014: 2862-2869.
[5] Buades A, Coll B, Morel J M. A non-local algorithm for image denoising[C]∥2005 IEEE Computer Society Conference on Computer Vision and Pattern Recognition, San Diego, USA, 2005: 60-65.
[6] Dabov K, Foi A, Katkovnik V, et al. Image denoising by sparse 3-D transform-domain collaborative filtering[J]. IEEE Transactions on Image Processing, 2007, 16(8): 2080-2095.
[7] Zhang K, Zuo W M, Gu S H, et al. Learning deep CNN denoiser prior for image restoration[C]∥2017 IEEE Conference on Computer Vision and Pattern Recognition, Honolulu, USA, 2017: 2808-2817.
[8] Valsesia D, Fracastoro G, Magli E. Deep graph-convolutional image denoising[J]. IEEE Transactions on Image Processing, 2020, 29: 8226-8237.
[9] Lehtinen J, Munkberg J, Hasselgren J, et al. Noise2Noise: learning image restoration without clean data[C]∥Proceedings of International Conference on Machine Learning, Stockholm, USA, 2018: 2965-2974.
[10] Goodfellow I, Pougetabadie J, Mirza M, et al. Generative adversarial networks[J]. Communications of the ACM, 2020, 63(11): 139-144.
[11] Chen J W, Chen J W, Chao H Y, et al. Image blind denoising with generative adversarial network based noise modeling[C]∥2018 IEEE/CVF Conference on Computer Vision and Pattern Recognition, Salt Lake City, USA, 2018: 3155-3164.
[12] Chen H T, Wang Y H, Guo T Y, et al. Pre-trained image processing Transformer[C]∥2021 IEEE/CVF Conference on Computer Vision and Pattern Recognition, Nashville, USA,2021:12294-12305.
[13] Vaswani A, Shazeer N, Parmar N, et al. Attention is all you need[J]. Advances in Neural Information Processing Systems, 2017, 30: 5998-6008.
[14] Deng J, Dong W, Socher R, et al. ImageNet: A large-scale hierarchical image database[C]∥2009 IEEE Conferenceon Computer Vision and Pattern Recognition, Miami, USA,2009: 248-255.
[15] Pang T Y, Zheng H, Quan Y H, et al. Recorrupted-to-recorrupted: Unsupervised deep learning for image denoising[C]∥Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Nashville, USA,2021: 2043-2052.
[16] Martin D, Fowlkes C, Tal D, et al. A database of human segmented natural images and its application to evaluating segmentation algorithms and measuring ecological statistics[C]∥Proceedings Eighth IEEE International Conference on Computer Vision, Vancouver, Canada, 2001: 416-423.
[17] Zhang K, Zuo W M, Chen Y J, et al. Beyond a gaussian denoiser: residual learning of deep CNN for image denoising[J]. IEEE Transactions on Image Processing, 2017, 26: 3142-3155,
[18] Franzen R. Kodak lossless true color image suite[EB/OL]. [2026-08-23].
[19] Huynh-Thu Q, Ghanbari M. Scope of validity of PSNR in image/video quality assessment[J]. Electronics Letters, 2008, 44(13): 800-801.
[20] Wang Z, Bovik A C, Sheikh H R, et al. Image quality assessment: from error visibility to structural similarity[J]. IEEE Transactions on Image Processing, 2004, 13(4): 600-612.
[21] Zhang K, Zuo W M, Zhang L. FFDNet: toward a fast and flexible solution for CNN-based image denoising[J]. IEEE Transactions on Image Processing, 2018, 27(9): 4608-4622.
[22] Gu S H, Zhang L, Zuo W M, et al. Weighted nuclear norm minimization with application to image denoising[C]∥IEEE Conference on Computer Vision and Pattern Recognition, Columbus, USA,2014: 2862-2869.
[23] Wang Z J, Liu J Z, Li G Q, et al. Blind2unblind: Self-supervised image denoising with visible blind spots[C]∥Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, New Orleans, USA,2022: 2017-2026.
[24] Mikhail P, Chizhov P, Parts L. SwinIA: self-supervised blind-spot image denoising with zero convolutions[C]∥2025 IEEE/CVF Winter Conference on Applications of Computer Vision, Tucson, Arizona, USA,2023: 7071-7080.
[1] 刘迪仁,马澳. 基于非局部自相似性的低对比度图像降噪算法[J]. 吉林大学学报(工学版), 2025, 55(7): 2378-2382.
[2] 程德强,王伟臣,韩成功,吕晨,寇旗旗. 基于改进密集网络和小波分解的自监督单目深度估计[J]. 吉林大学学报(工学版), 2025, 55(5): 1682-1691.
[3] 田婧,马社强,赵丹,陈发城. 单全球导航卫星系统信号下基于自监督双向长短时记忆网络的车辆速度估计方法[J]. 吉林大学学报(工学版), 2025, 55(12): 3852-3861.
[4] 郭昕刚,何颖晨,程超. 抗噪声的分步式图像超分辨率重构算法[J]. 吉林大学学报(工学版), 2024, 54(7): 2063-2071.
[5] 白琳,刘林军,李轩昂,吴沙,刘汝庆. 基于自监督学习的单目图像深度估计算法[J]. 吉林大学学报(工学版), 2023, 53(4): 1139-1145.
[6] 赵宏伟,张健荣,朱隽平,李海. 基于对比自监督学习的图像分类框架[J]. 吉林大学学报(工学版), 2022, 52(8): 1850-1856.
[7] 周大可,张超,杨欣. 基于多尺度特征融合及双重注意力机制的自监督三维人脸重建[J]. 吉林大学学报(工学版), 2022, 52(10): 2428-2437.
[8] 李文军,华强,谭立东,孙悦. DV⁃HOP和接收信号强度指示结合的改进算法[J]. 吉林大学学报(工学版), 2019, 49(5): 1689-1695.
[9] 张田, 孙延奎, 田小林. 二进小波与扩散滤波结合的光学相干层析图像降噪[J]. 吉林大学学报(工学版), 2013, 43(增刊1): 340-344.
Viewed
Full text


Abstract

Cited

  Shared   
  Discussed   
No Suggested Reading articles found!