CVFeb 28, 2018

Speeding Up the Bilateral Filter: A Joint Acceleration Way

arXiv:1803.00004v123 citations
Originality Incremental advance
AI Analysis

This work addresses efficiency and accuracy problems in image processing for applications like denoising, but it is incremental as it builds on existing techniques.

The paper tackled the computational complexity of the bilateral filter by proposing a unified framework that integrates five acceleration techniques to transform it into 3D box filters computable in linear time, resulting in significantly improved filtering accuracy without sacrificing runtime efficiency.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes