paper-with-me

Papers

A Simple Yet Effective Improvement to the Bilateral Filter for Image Denoising

2015-05-25 · Kollipara Rithwik, Kunal Narayan Chaudhury

The bilateral filter has diverse applications in image processing, computer vision, and computational photography. In particular, this non-linear filter is quite effective in denoising images corrupted with additive Gaussian noise. The filter, however, is known to perform poorly at large noise levels. Several adaptations of the filter have been proposed in the literature to address this shortcoming, but often at an added computational cost. In this paper, we report a simple yet effective modification that improves the denoising performance of the bilateral filter at almost no additional cost. We provide visual and quantitative results on standard test images which show that this improvement is significant both visually and in terms of PSNR and SSIM (often as large as 5 dB). We also demonstrate how the proposed filtering can be implemented at reduced complexity by adapting a recent idea for fast bilateral filtering.

📄 PDF Abstract BibTeX arXiv:1505.06578

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingImage DenoisingSSIM

Similar Papers 제목 키워드 기반

Image Denoising using Optimally Weighted Bilateral Filters: A Sure and Fast Approach

2015-05-01 · Kunal. N. Chaudhury, Kollipara Rithwik

The bilateral filter is known to be quite effective in denoising images corrupted with small dosages of additive Gaussian noise. The denoising performance of the filter, however, is known to degrade quickly with the incr…

DenoisingImage Denoising

Fast and Provably Accurate Bilateral Filtering

2016-03-26 · Kunal. N. Chaudhury, Swapnil D. Dabhade

The bilateral filter is a non-linear filter that uses a range filter along with a spatial filter to perform edge-preserving smoothing of images. A direct computation of the bilateral filter requires $O(S)$ operations per…

Using Complex Wavelet Transform and Bilateral Filtering for Image Denoising

2017-02-04 · Seyede Mahya Hazavei, Hamid Reza Shahdoosti

The bilateral filter is a useful nonlinear filter which without smoothing edges, it does spatial averaging. In the literature, the effectiveness of this method for image denoising is shown. In this paper, an extension of…

DenoisingImage Denoising

Directional Bilateral Filters

2014-10-27 · Manasij Venkatesh, Chandra Sekhar Seelamantula

We propose a bilateral filter with a locally controlled domain kernel for directional edge-preserving smoothing. Traditional bilateral filters use a range kernel, which is responsible for edge preservation, and a fixed d…

Denoising

Unifying Bilateral Filtering and Adversarial Training for Robust Neural Networks

2018-04-05 · Neale Ratzlaff, Li Fuxin

Recent analysis of deep neural networks has revealed their vulnerability to carefully structured adversarial examples. Many effective algorithms exist to craft these adversarial examples, but performant defenses seem to …