paper-with-me

Papers

Understanding Symmetric Smoothing Filters: A Gaussian Mixture Model Perspective

2016-01-01 · Stanley H. Chan, Todd Zickler, Yue M. Lu

Many patch-based image denoising algorithms can be formulated as applying a smoothing filter to the noisy image. Expressed as matrices, the smoothing filters must be row normalized so that each row sums to unity. Surprisingly, if we apply a column normalization before the row normalization, the performance of the smoothing filter can often be significantly improved. Prior works showed that such performance gain is related to the Sinkhorn-Knopp balancing algorithm, an iterative procedure that symmetrizes a row-stochastic matrix to a doubly-stochastic matrix. However, a complete understanding of the performance gain phenomenon is still lacking. In this paper, we study the performance gain phenomenon from a statistical learning perspective. We show that Sinkhorn-Knopp is equivalent to an Expectation-Maximization (EM) algorithm of learning a Gaussian mixture model of the image patches. By establishing the correspondence between the steps of Sinkhorn-Knopp and the EM algorithm, we provide a geometrical interpretation of the symmetrization process. This observation allows us to develop a new denoising algorithm called Gaussian mixture model symmetric smoothing filter (GSF). GSF is an extension of the Sinkhorn-Knopp and is a generalization of the original smoothing filters. Despite its simple formulation, GSF outperforms many existing smoothing filters and has a similar performance compared to several state-of-the-art denoising algorithms.

📄 PDF Abstract BibTeX arXiv:1601.00088

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingImage DenoisingUnity

Similar Papers 제목 키워드 기반

Learning with Correntropy-induced Losses for Regression with Mixture of Symmetric Stable Noise

2018-03-01 · Yunlong Feng, Yiming Ying

In recent years, correntropy and its applications in machine learning have been drawing continuous attention owing to its merits in dealing with non-Gaussian noise and outliers. However, theoretical understanding of corr…

regression

Image Edge Restoring Filter

2021-12-27 · Qian Liu, Yongpeng Li, Zhihang Wang

In computer vision, image processing and computer graphics, image smoothing filtering is a very basic and important task and to be expected possessing good edge-preserving smoothing property. Here we address the problem …

DenoisingImage DenoisingImage Enhancementimage smoothing

Explicit Diffusion of Gaussian Mixture Model Based Image Priors

2023-02-16 · Martin Zach, Thomas Pock, Erich Kobler, Antonin Chambolle

In this work we tackle the problem of estimating the density $f_X$ of a random variable $X$ by successive smoothing, such that the smoothed random variable $Y$ fulfills $(\partial_t - \Delta_1)f_Y(\,\cdot\,, t) = 0$, $f_…

DenoisingImage DenoisingNoise Estimation

Filter characteristics in image decomposition with singular spectrum analysis

2015-05-07 · Kenji Kume, Naoko Nose-Togawa

Singular spectrum analysis is developed as a nonparametric spectral decomposition of a time series. It can be easily extended to the decomposition of multidimensional lattice-like data through the filtering interpretatio…

DenoisingImage DenoisingTime SeriesTime Series Analysis

A Probabilistic Perspective on Gaussian Filtering and Smoothing

2010-06-10 · Marc Peter Deisenroth, Henrik Ohlsson

We present a general probabilistic perspective on Gaussian filtering and smoothing. This allows us to show that common approaches to Gaussian filtering/smoothing can be distinguished solely by their methods of computing/…