paper-with-me

홈 › Papers

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 pixel, where $S$ is the size of the support of the spatial filter. In this paper, we present a fast and provably accurate algorithm for approximating the bilateral filter when the range kernel is Gaussian. In particular, for box and Gaussian spatial filters, the proposed algorithm can cut down the complexity to $O(1)$ per pixel for any arbitrary $S$. The algorithm has a simple implementation involving $N+1$ spatial filterings, where $N$ is the approximation order. We give a detailed analysis of the filtering accuracy that can be achieved by the proposed approximation in relation to the target bilateral filter. This allows us to to estimate the order $N$ required to obtain a given accuracy. We also present comprehensive numerical results to demonstrate that the proposed algorithm is competitive with state-of-the-art methods in terms of speed and accuracy.

📄 PDF Abstract BibTeX arXiv:1603.08109

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 High-Dimensional Kernel Filtering

2019-01-18 · Pravin Nair, Kunal. N. Chaudhury

The bilateral and nonlocal means filters are instances of kernel-based filters that are popularly used in image processing. It was recently shown that fast and accurate bilateral filtering of grayscale images can be perf…

Vocal Bursts Intensity Prediction

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 Ga…

Fast High-Dimensional Bilateral and Nonlocal Means Filtering

2018-11-06 · Pravin Nair, Kunal. N. Chaudhury

Existing fast algorithms for bilateral and nonlocal means filtering mostly work with grayscale images. They cannot easily be extended to high-dimensional data such as color and hyperspectral images, patch-based data, flo…

ClusteringQuantizationVocal Bursts Intensity Prediction

Real-Time Subpixel Fast Bilateral Stereo

2018-07-05 · Rui Fan, Yanan Liu, Mohammud Junaid Bocus, Lujia Wang 외

Stereo vision technique has been widely used in robotic systems to acquire 3-D information. In recent years, many researchers have applied bilateral filtering in stereo vision to adaptively aggregate the matching costs. …

GPU

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…