paper-with-me

Papers

Convolutional Neural Network with Median Layers for Denoising Salt-and-Pepper Contaminations

2019-08-18 · Luming Liang, Sen Deng, Lionel Gueguen, Mingqiang Wei, Xinming Wu, Jing Qin

We propose a deep fully convolutional neural network with a new type of layer, named median layer, to restore images contaminated by the salt-and-pepper (s&p) noise. A median layer simply performs median filtering on all feature channels. By adding this kind of layer into some widely used fully convolutional deep neural networks, we develop an end-to-end network that removes the extremely high-level s&p noise without performing any non-trivial preprocessing tasks, which is different from all the existing literature in s&p noise removal. Experiments show that inserting median layers into a simple fully-convolutional network with the L2 loss significantly boosts the signal-to-noise ratio. Quantitative comparisons testify that our network outperforms the state-of-the-art methods with a limited amount of training data. The source code has been released for public evaluation and use (https://github.com/llmpass/medianDenoise).

📄 PDF Abstract BibTeX arXiv:1908.06452

Code (1)

llmpass/medianDenoise 공식 구현 tf

Tasks

DenoisingSalt-And-Pepper Noise Removal

Similar Papers 제목 키워드 기반

A Two-stage Method for Non-extreme Value Salt-and-Pepper Noise Removal

2022-06-11 · Renwei Yang, Yike Liu, Bing Zeng

There are several previous methods based on neural network can have great performance in denoising salt and pepper noise. However, those methods are based on a hypothesis that the value of salt and pepper noise is exactl…

DenoisingSalt-And-Pepper Noise Removal

Recursive Threshold Median Filter and Autoencoder for Salt-and-Pepper Denoising: SSIM analysis of Images and Entropy Maps

2025-11-15 · Petr Boriskov, Kirill Rudkovskii, Andrei Velichko arxiv

This paper studies the removal of salt-and-pepper noise from images using median filter (MF) and simple three-layer autoencoder (AE) within recursive threshold algorithm. The performance of denoising is assessed with two…

Computational Efficiency

A salt and pepper noise image denoising method based on the generative classification

2018-07-15 · Bo Fu, Xiao-Yang Zhao, Yong-Gong Ren, Xi-Ming Li 외

In this paper, an image denoising algorithm is proposed for salt and pepper noise. First, a generative model is built on a patch as a basic unit and then the algorithm locates the image noise within that patch in order t…

ClusteringDenoisingGeneral ClassificationImage Denoising

A deep convolutional neural network for salt-and-pepper noise removal using selective convolutional blocks

2023-02-10 · Ahmad Ali Rafiee, Mahmoud Farhang

In recent years, there has been an unprecedented upsurge in applying deep learning approaches, specifically convolutional neural networks (CNNs), to solve image denoising problems, owing to their superior performance. Ho…

DenoisingImage DenoisingSalt-And-Pepper Noise Removal

Noise2Kernel: Adaptive Self-Supervised Blind Denoising using a Dilated Convolutional Kernel Architecture

2020-12-07 · Kanggeun Lee, Won-Ki Jeong

With the advent of recent advances in unsupervised learning, efficient training of a deep network for image denoising without pairs of noisy and clean images has become feasible. However, most current unsupervised denois…

DenoisingImage Denoising