paper-with-me

Papers

Good Similar Patches for Image Denoising

2019-01-18 · Si Lu

Patch-based denoising algorithms like BM3D have achieved outstanding performance. An important idea for the success of these methods is to exploit the recurrence of similar patches in an input image to estimate the underlying image structures. However, in these algorithms, the similar patches used for denoising are obtained via Nearest Neighbour Search (NNS) and are sometimes not optimal. First, due to the existence of noise, NNS can select similar patches with similar noise patterns to the reference patch. Second, the unreliable noisy pixels in digital images can bring a bias to the patch searching process and result in a loss of color fidelity in the final denoising result. We observe that given a set of good similar patches, their distribution is not necessarily centered at the noisy reference patch and can be approximated by a Gaussian component. Based on this observation, we present a patch searching method that clusters similar patch candidates into patch groups using Gaussian Mixture Model-based clustering, and selects the patch group that contains the reference patch as the final patches for denoising. We also use an unreliable pixel estimation algorithm to pre-process the input noisy images to further improve the patch searching. Our experiments show that our approach can better capture the underlying patch structures and can consistently enable the state-of-the-art patch-based denoising algorithms, such as BM3D, LPCA and PLOW, to better denoise images by providing them with patches found by our approach while without modifying these algorithms.

📄 PDF Abstract BibTeX arXiv:1901.06046

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringDenoisingImage Denoising

Similar Papers 제목 키워드 기반

Image Denoising Via Collaborative Support-Agnostic Recovery

2016-09-09 · Muzammil Behzad, Mudassir Masood, Tarig Ballal, Maha Shadaydeh 외

In this paper, we propose a novel image denoising algorithm using collaborative support-agnostic sparse reconstruction. An observed image is first divided into patches. Similarly structured patches are grouped together t…

DenoisingImage DenoisingImage RestorationSSIM

Implementation of the VBM3D Video Denoising Method and Some Variants

2020-01-06 · Thibaud Ehret, Pablo Arias

VBM3D is an extension to video of the well known image denoising algorithm BM3D, which takes advantage of the sparse representation of stacks of similar patches in a transform domain. The extension is rather straightforw…

DenoisingImage DenoisingOptical Flow EstimationVideo Denoising

Non-Local Video Denoising by CNN

2018-11-30 · Axel Davy, Thibaud Ehret, Jean-Michel Morel, Pablo Arias 외

Non-local patch based methods were until recently state-of-the-art for image denoising but are now outperformed by CNNs. Yet they are still the state-of-the-art for video denoising, as video redundancy is a key factor to…

DenoisingImage DenoisingVideo Denoising

NLH: A Blind Pixel-level Non-local Method for Real-world Image Denoising

2019-06-17 · Yingkun Hou, Jun Xu, Mingxia Liu, Guanghai Liu 외

Non-local self similarity (NSS) is a powerful prior of natural images for image denoising. Most of existing denoising methods employ similar patches, which is a patch-level NSS prior. In this paper, we take one step forw…

DenoisingImage Denoising

External Patch Prior Guided Internal Clustering for Image Denoising

2015-12-01 · ICCV 2015 12 · Fei Chen, Lei Zhang, Huimin Yu

Natural image modeling plays a key role in many vision problems such as image denoising. Image priors are widely used to regularize the denoising process, which is an illposed inverse problem. One category of denoising m…

ClusteringDenoisingImage Denoising