paper-with-me

홈 › Papers

DCT2net: an interpretable shallow CNN for image denoising

2021-07-31 · Sébastien Herbreteau, Charles Kervrann

This work tackles the issue of noise removal from images, focusing on the well-known DCT image denoising algorithm. The latter, stemming from signal processing, has been well studied over the years. Though very simple, it is still used in crucial parts of state-of-the-art "traditional" denoising algorithms such as BM3D. Since a few years however, deep convolutional neural networks (CNN) have outperformed their traditional counterparts, making signal processing methods less attractive. In this paper, we demonstrate that a DCT denoiser can be seen as a shallow CNN and thereby its original linear transform can be tuned through gradient descent in a supervised manner, improving considerably its performance. This gives birth to a fully interpretable CNN called DCT2net. To deal with remaining artifacts induced by DCT2net, an original hybrid solution between DCT and DCT2net is proposed combining the best that these two methods can offer; DCT2net is selected to process non-stationary image patches while DCT is optimal for piecewise smooth patches. Experiments on artificially noisy images demonstrate that two-layer DCT2net provides comparable results to BM3D and is as fast as DnCNN algorithm composed of more than a dozen of layers.

📄 PDF Abstract BibTeX arXiv:2107.14803

Code (1)

sherbret/DCT2net 공식 구현 pytorch

Tasks

DenoisingImage Denoising

Similar Papers 제목 키워드 기반

GAMA-IR: Global Additive Multidimensional Averaging for Fast Image Restoration

2024-03-31 · Youssef Mansour, Reinhard Heckel

Deep learning-based methods have shown remarkable success for various image restoration tasks such as denoising and deblurring. The current state-of-the-art networks are relatively deep and utilize (variants of) self att…

DeblurringDenoisingGPUImage Restoration

Representation Learning based and Interpretable Reactor System Diagnosis Using Denoising Padded Autoencoder

2022-08-30 · Chengyuan Li, Zhifang Qiu, Zhangrui Yan, Meifu Li

With the mass construction of Gen III nuclear reactors, it is a popular trend to use deep learning (DL) techniques for fast and effective diagnosis of possible accidents. To overcome the common problems of previous work …

DenoisingDiagnosticLearning TheoryRepresentation Learning

Class-Aware Fully-Convolutional Gaussian and Poisson Denoising

2018-08-20 · Tal Remez, Or Litany, Raja Giryes, Alex M. Bronstein

We propose a fully-convolutional neural-network architecture for image denoising which is simple yet powerful. Its structure allows to exploit the gradual nature of the denoising process, in which shallow layers handle l…

DenoisingImage Denoising

Filter2Noise: Interpretable Self-Supervised Single-Image Denoising for Low-Dose CT with Attention-Guided Bilateral Filtering

2025-04-18 · Yipeng Sun, Linda-Sophie Schneider, Mingxuan Gu, Siyuan Mei 외

Effective denoising is crucial in low-dose CT to enhance subtle structures and low-contrast lesions while preventing diagnostic errors. Supervised methods struggle with limited paired datasets, and self-supervised approa…

DenoisingDiagnosticImage Denoising

CNN-Based Real-Time Parameter Tuning for Optimizing Denoising Filter Performance

2020-01-20 · Subhayan Mukherjee, Navaneeth Kamballur Kottayil, Xinyao Sun, Irene Cheng

We propose a novel direction to improve the denoising quality of filtering-based denoising algorithms in real time by predicting the best filter parameter value using a Convolutional Neural Network (CNN). We take the use…

DenoisingSSIM