Image Denoising for Strong Gaussian Noises With Specialized CNNs for Different Frequency Components
Seyed Mohsen Hosseini

TL;DR
This paper introduces a novel image denoising approach using specialized CNNs for different frequency components, improving performance on images with strong Gaussian noise by addressing issues like over-smoothing.
Contribution
It proposes dividing a deep network into two smaller, specialized networks for low and high frequency components, enhancing training efficiency and denoising quality.
Findings
Higher PSNR and SSIM compared to state-of-the-art methods
Effective in reducing over-smoothing and artifacts with strong noise
Improved reconstruction of image details and structure
Abstract
In machine learning approach to image denoising a network is trained to recover a clean image from a noisy one. In this paper a novel structure is proposed based on training multiple specialized networks as opposed to existing structures that are base on a single network. The proposed model is an alternative for training a very deep network to avoid issues like vanishing or exploding gradient. By dividing a very deep network into two smaller networks the same number of learnable parameters will be available, but two smaller networks should be trained which are easier to train. Over smoothing and waxy artifacts are major problems with existing methods; because the network tries to keep the Mean Square Error (MSE) low for general structures and details, which leads to overlooking of details. This problem is more severe in the presence of strong noise. To reduce this problem, in the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage and Signal Denoising Methods · Advanced Image Fusion Techniques · Advanced Image Processing Techniques
