IVCVMMJun 8, 2022

Gaussian Fourier Pyramid for Local Laplacian Filter

arXiv:2206.04681v126 citationsh-index: 18Has Code
Originality Incremental advance
AI Analysis

This work addresses efficiency and quality issues in image processing for applications like graphics, though it is incremental as it builds on existing local Laplacian filtering methods.

The paper tackles the computational cost and halo artifacts in multi-scale image processing by proposing Fourier LLF, which uses Fourier series expansion to improve accuracy over fast local Laplacian filtering, achieving higher accuracy with the same number of pyramids and enabling parameter-adaptive filtering.

Multi-scale processing is essential in image processing and computer graphics. Halos are a central issue in multi-scale processing. Several edge-preserving decompositions resolve halos, e.g., local Laplacian filtering (LLF), by extending the Laplacian pyramid to have an edge-preserving property. Its processing is costly; thus, an approximated acceleration of fast LLF was proposed to linearly interpolate multiple Laplacian pyramids. This paper further improves the accuracy by Fourier series expansion, named Fourier LLF. Our results showed that Fourier LLF has a higher accuracy for the same number of pyramids. Moreover, Fourier LLF exhibits parameter-adaptive property for content-adaptive filtering. The code is available at: https://norishigefukushima.github.io/GaussianFourierPyramid/.

Foundations

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

Your Notes