paper-with-me

홈 › Papers

Fast and Accurate Bilateral Filtering using Gauss-Polynomial Decomposition

2015-05-01 · Kunal. N. Chaudhury

The bilateral filter is a versatile non-linear filter that has found diverse applications in image processing, computer vision, computer graphics, and computational photography. A widely-used form of the filter is the Gaussian bilateral filter in which both the spatial and range kernels are Gaussian. A direct implementation of this filter requires $O(\sigma^2)$ operations per pixel, where $\sigma$ is the standard deviation of the spatial Gaussian. In this paper, we propose an accurate approximation algorithm that can cut down the computational complexity to $O(1)$ per pixel for any arbitrary $\sigma$ (constant-time implementation). This is based on the observation that the range kernel operates via the translations of a fixed Gaussian over the range space, and that these translated Gaussians can be accurately approximated using the so-called Gauss-polynomials. The overall algorithm emerging from this approximation involves a series of spatial Gaussian filtering, which can be implemented in constant-time using separability and recursion. We present some preliminary results to demonstrate that the proposed algorithm compares favorably with some of the existing fast algorithms in terms of speed and accuracy.

📄 PDF Abstract BibTeX arXiv:1505.00077

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Fast Adaptive Bilateral Filtering

2018-11-06 · Ruturaj G. Gavaskar, Kunal. N. Chaudhury

In the classical bilateral filter, a fixed Gaussian range kernel is used along with a spatial kernel for edge-preserving smoothing. We consider a generalization of this filter, the so-called adaptive bilateral filter, wh…

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…

Fast High-Dimensional Filtering Using the Permutohedral Lattice

2010-05-03 · Eurographics 2010 5 · Andrew Adams, Jongmin Baek, Myers Abraham Davis

Many useful algorithms for processing images and geometry fall under the general framework of high-dimensional Gaussian filtering. This family of algorithms includes bilateral filtering and non-local means. We propose a …

Vocal Bursts Intensity Prediction

Fast and High-Quality Bilateral Filtering Using Gauss-Chebyshev Approximation

2016-05-07 · Sanjay Ghosh, Kunal. N. Chaudhury

The bilateral filter is an edge-preserving smoother that has diverse applications in image processing, computer vision, computer graphics, and computational photography. The filter uses a spatial kernel along with a rang…

Vocal Bursts Intensity Prediction

On Fast Bilateral Filtering using Fourier Kernels

2016-03-26 · Sanjay Ghosh, Kunal. N. Chaudhury

It was demonstrated in earlier work that, by approximating its range kernel using shiftable functions, the non-linear bilateral filter can be computed using a series of fast convolutions. Previous approaches based on shi…