paper-with-me

홈 › Papers

Speeding Up the Bilateral Filter: A Joint Acceleration Way

2018-02-28 · Longquan Dai, Mengke Yuan, Xiaopeng Zhang

Computational complexity of the brute-force implementation of the bilateral filter (BF) depends on its filter kernel size. To achieve the constant-time BF whose complexity is irrelevant to the kernel size, many techniques have been proposed, such as 2D box filtering, dimension promotion, and shiftability property. Although each of the above techniques suffers from accuracy and efficiency problems, previous algorithm designers were used to take only one of them to assemble fast implementations due to the hardness of combining them together. Hence, no joint exploitation of these techniques has been proposed to construct a new cutting edge implementation that solves these problems. Jointly employing five techniques: kernel truncation, best N -term approximation as well as previous 2D box filtering, dimension promotion, and shiftability property, we propose a unified framework to transform BF with arbitrary spatial and range kernels into a set of 3D box filters that can be computed in linear time. To the best of our knowledge, our algorithm is the first method that can integrate all these acceleration techniques and, therefore, can draw upon one another's strong point to overcome deficiencies. The strength of our method has been corroborated by several carefully designed experiments. In particular, the filtering accuracy is significantly improved without sacrificing the efficiency at running time.

📄 PDF Abstract BibTeX arXiv:1803.00004

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Accelerated graph-based nonlinear denoising filters

2015-12-01 · Andrew Knyazev, Alexander Malyshev

Denoising filters, such as bilateral, guided, and total variation filters, applied to images on general graphs may require repeated application if noise is not small enough. We formulate two acceleration techniques of th…

DenoisingImage Denoising

Conjugate Gradient Acceleration of Non-Linear Smoothing Filters

2015-09-04 · Andrew Knyazev, Alexander Malyshev

The most efficient signal edge-preserving smoothing filters, e.g., for denoising, are non-linear. Thus, their acceleration is challenging and is often performed in practice by tuning filter parameters, such as by increas…

Denoising

JBFnet -- Low Dose CT Denoising by Trainable Joint Bilateral Filtering

2020-07-09 · Mayank Patwari, Ralf Gutjahr, Rainer Raupach, Andreas Maier

Deep neural networks have shown great success in low dose CT denoising. However, most of these deep neural networks have several hundred thousand trainable parameters. This, combined with the inherent non-linearity of th…

Denoising

Bilateral Video Magnification Filter

2022-01-01 · CVPR 2022 1 · Shoichiro Takeda, Kenta Niwa, Mariko Isogawa, Shinya Shimizu 외

Eulerian video magnification (EVM) has progressed to magnify subtle motions with a target frequency even under the presence of large motions of objects. However, existing EVM methods often fail to produce desirable r…

Unity

Joint Bilateral Filter for Signal Recovery from Phase Preserved Curvelet Coefficients for Image Denoising

2018-04-16

Thresholding of Curvelet Coefficients, for image denoising, drains out subtle signal component in noise subspace. This produces ringing artifacts near edges and granular effect in the denoised image. We found the noise s…

DenoisingImage DenoisingSensitivity