Fast and High-Quality Bilateral Filtering Using Gauss-Chebyshev Approximation
Sanjay Ghosh, Kunal N. Chaudhury

TL;DR
This paper introduces a Gauss-Chebyshev approximation for the Gaussian bilateral filter, significantly reducing computational complexity while maintaining high filtering quality, making it faster and competitive with existing methods.
Contribution
The paper proposes a novel Gauss-Chebyshev approximation method that reduces the bilateral filter's complexity to O(1) per pixel, enabling fast and high-quality filtering.
Findings
Achieves near-original quality filtering with O(1) complexity per pixel.
Demonstrates significant speed-up over direct implementation.
Competitive with existing fast bilateral filtering algorithms.
Abstract
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 range kernel to perform edge-preserving smoothing. In this paper, we consider the Gaussian bilateral filter where both the kernels are Gaussian. A direct implementation of the Gaussian bilateral filter requires operations per pixel, where is the standard deviation of the spatial Gaussian. In fact, it is well-known that the direct implementation is slow in practice. We present an approximation of the Gaussian bilateral filter, whereby we can cut down the number of operations to per pixel for any arbitrary , and yet achieve very high-quality filtering that is almost indistinguishable from the output of the original filter. We…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
