CVNASep 28, 2021

Image scaling by de la Vallée-Poussin filtered interpolation

arXiv:2109.13897v218 citations
Originality Incremental advance
AI Analysis

This is an incremental improvement for image processing applications, offering a method with good visual quality and moderate computational demands.

The authors tackled image scaling by introducing a method using Chebyshev zeros and de la Vallée-Poussin filtered interpolation, which preserves details and reduces artifacts, achieving competitive quality measurements on various datasets.

We present a new image scaling method both for downscaling and upscaling, running with any scale factor or desired size. The resized image is achieved by sampling a bivariate polynomial which globally interpolates the data at the new scale. The method's particularities lay in both the sampling model and the interpolation polynomial we use. Rather than classical uniform grids, we consider an unusual sampling system based on Chebyshev zeros of the first kind. Such optimal distribution of nodes permits to consider near--best interpolation polynomials defined by a filter of de la Vallée Poussin type. The action ray of this filter provides an additional parameter that can be suitably regulated to improve the approximation. The method has been tested on a significant number of different image datasets. The results are evaluated in qualitative and quantitative terms and compared with other available competitive methods. The perceived quality of the resulting scaled images is such that important details are preserved, and the appearance of artifacts is low. Competitive quality measurement values, good visual quality, limited computational effort, and moderate memory demand make the method suitable for real-world applications.

Code Implementations1 repo
Foundations

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

Your Notes