paper-with-me

Papers

Learning Pixel-Distribution Prior with Wider Convolution for Image Denoising

2017-07-28 · Peng Liu, Ruogu Fang

In this work, we explore an innovative strategy for image denoising by using convolutional neural networks (CNN) to learn pixel-distribution from noisy data. By increasing CNN's width with large reception fields and more channels in each layer, CNNs can reveal the ability to learn pixel-distribution, which is a prior existing in many different types of noise. The key to our approach is a discovery that wider CNNs tends to learn the pixel-distribution features, which provides the probability of that inference-mapping primarily relies on the priors instead of deeper CNNs with more stacked nonlinear layers. We evaluate our work: Wide inference Networks (WIN) on additive white Gaussian noise (AWGN) and demonstrate that by learning the pixel-distribution in images, WIN-based network consistently achieves significantly better performance than current state-of-the-art deep CNN-based methods in both quantitative and visual evaluations. \textit{Code and models are available at \url{https://github.com/cswin/WIN}}.

📄 PDF Abstract BibTeX arXiv:1707.09135

Code (1)

cswin/WIN 공식 구현

Tasks

DenoisingImage Denoising

Similar Papers 제목 키워드 기반

Wide Inference Network for Image Denoising via Learning Pixel-distribution Prior

2017-07-17 · Peng Liu, Ruogu Fang

We explore an innovative strategy for image denoising by using convolutional neural networks (CNN) to learn similar pixel-distribution features from noisy images. Many types of image noise follow a certain pixel-distribu…

DenoisingImage Denoising

Rethinking Unsupervised Neural Superpixel Segmentation

2022-06-21 · Moshe Eliasof, Nir Ben Zikri, Eran Treister

Recently, the concept of unsupervised learning for superpixel segmentation via CNNs has been studied. Essentially, such methods generate superpixels by convolutional neural network (CNN) employed on a single image, and s…

SegmentationSuperpixels

Removal of speckle noises from ultrasound images using five different deep learning networks

2021-06-16 · Engineering Science and Technology an International Journal 2021 6 · Karaoğlu, O., Bilge, H. Ş. 외

Image enhancement methods are applied to medical images to reduce the noise that they contain. There are many academic studies in the literature using classical image enhancement methods. Ultrasound imaging is a medical …

Deep LearningDenoisingImage DenoisingImage Enhancement+2

Fast Image Deconvolution using Hyper-Laplacian Priors

2009-12-01 · NeurIPS 2009 12 · Dilip Krishnan, Rob Fergus

The heavy-tailed distribution of gradients in natural scenes have proven effective priors for a range of problems such as denoising, deblurring and super-resolution. However, the use of sparse distributions makes the pro…

DeblurringDenoisingImage DeconvolutionSuper-Resolution

PixelGAN Autoencoders

2017-06-02 · NeurIPS 2017 12 · Alireza Makhzani, Brendan Frey

In this paper, we describe the "PixelGAN autoencoder", a generative autoencoder in which the generative path is a convolutional autoregressive neural network on pixels (PixelCNN) that is conditioned on a latent code, and…

DecoderGenerative Adversarial NetworkUnsupervised Image ClassificationUnsupervised MNIST