CVDSJul 12, 2012

Non-Local Euclidean Medians

arXiv:1207.3056v278 citations
Originality Incremental advance
AI Analysis

This is an incremental improvement for image processing applications, enhancing denoising in noisy conditions.

The paper tackles the problem of image denoising at high noise levels by proposing Non-Local Euclidean Medians (NLEM), which replaces the mean in Non-Local Means with the Euclidean median for better robustness to outliers, resulting in improved performance near edges.

In this letter, we note that the denoising performance of Non-Local Means (NLM) at large noise levels can be improved by replacing the mean by the Euclidean median. We call this new denoising algorithm the Non-Local Euclidean Medians (NLEM). At the heart of NLEM is the observation that the median is more robust to outliers than the mean. In particular, we provide a simple geometric insight that explains why NLEM performs better than NLM in the vicinity of edges, particularly at large noise levels. NLEM can be efficiently implemented using iteratively reweighted least squares, and its computational complexity is comparable to that of NLM. We provide some preliminary results to study the proposed algorithm and to compare it with NLM.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes