2005
DOI: 10.1137/040616024
|View full text |Cite
|
Sign up to set email alerts
|

A Review of Image Denoising Algorithms, with a New One

Abstract: The search for efficient image denoising methods is still a valid challenge at the crossing of functional analysis and statistics. In spite of the sophistication of the recently proposed methods, most algorithms have not yet attained a desirable level of applicability. All show an outstanding performance when the image model corresponds to the algorithm assumptions but fail in general and create artifacts or remove image fine structures. The main focus of this paper is, first, to define a general mathematical … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
2

Citation Types

7
2,362
2
17

Year Published

2011
2011
2017
2017

Publication Types

Select...
5
3

Relationship

0
8

Authors

Journals

citations
Cited by 3,574 publications
(2,388 citation statements)
references
References 41 publications
7
2,362
2
17
Order By: Relevance
“…The resemblance is evaluated by comparing a whole window around each pixel, and not just the color. This new filter is called non-local means [1,2] and it writes…”
Section: Introductionmentioning
confidence: 99%
“…The resemblance is evaluated by comparing a whole window around each pixel, and not just the color. This new filter is called non-local means [1,2] and it writes…”
Section: Introductionmentioning
confidence: 99%
“…Taking the mean as done in the preceding formula is the simplest possible aggregation method as proposed in other denoising algorithms [3,5].…”
Section: Color Distribution-driven Averagementioning
confidence: 99%
“…This is a very classic procedure in patch based image denoising [3,5,20]. Given a noisy patch P x centered at pixel x its denoised version V x is first computed by averaging all the patches being at a Chi-square distance smaller than κ:…”
Section: Color Distribution-driven Averagementioning
confidence: 99%
“…The Non-Local Means (NLM) image denoising algorithm was introduced in 2005 by Antoni Buades, Bartomeu Coll and Jean-Michel Morel [1] and the success was such that this method has inspired a great number of variants and articles, see [3] for some updated references. Three factors largely explain why the image denoising community has been immersed in the NLM approach: the original algorithm remains simple; it provides great visual quality; it introduces a basic tool to exploit the non-local redundancy of natural images.…”
Section: Introductionmentioning
confidence: 99%
“…The first code implements the pixelwise NLM algorithm given in [1] (Section 5.1) for gray-level images only and using the Euclidean norm instead of the uniform one to define neighbor patches. The parameters' default values correspond to those in [1], but they turn out to be non optimal for most images. Finally, this code does not implement any algorithmic trick or parallelization of computing, making it a slow running program.…”
Section: Introductionmentioning
confidence: 99%