Efficient Image Denoising by Low-Rank Singular Vector Approximations of Geodesics' Gramian Matrix
Kelum Gajamannage, Yonggi Park, S. M. Mallikarjunaiah, Sunil Mathur
TL;DR
The paper addresses denoising by exploiting a patch-based manifold model, forming a geodesic distance Gramian over patches and denoising via a small set of its singular vectors. To overcome the $O(n^6)$ cost of full SVD on the Gramian, four efficient singular-vector approximation schemes—MCLA, ALB, PIME, and RSVD—are integrated into the Geodesic Gramian Denoising (GGD) framework, creating GGD-MCLA, GGD-ALB, GGD-PIME, and GGD-RSVD variants. Empirical results across standard images show RSVD typically offers the best PSNR with substantial speedups, while SSIM remains broadly similar across hybrids; the approach preserves edges and textures better than naive methods in many settings. The work demonstrates a robust, patch-based, manifold-aware denoising strategy that scales more favorably than exact SVD and points toward extensions to color images and video, potentially benefiting image restoration tasks where training data for deep models is limited.
Abstract
With the advent of sophisticated cameras, the urge to capture high-quality images has grown enormous. However, the noise contamination of the images results in substandard expectations among the people; thus, image denoising is an essential pre-processing step. While the algebraic image processing frameworks are sometimes inefficient for this denoising task as they may require processing of matrices of order equivalent to some power of the order of the original image, the neural network image processing frameworks are sometimes not robust as they require a lot of similar training samples. Thus, here we present a manifold-based noise filtering method that mainly exploits a few prominent singular vectors of the geodesics' Gramian matrix. Especially, the framework partitions an image, say that of size $n \times n$, into $n^2$ overlapping patches of known size such that one patch is centered at each pixel. Then, the prominent singular vectors, of the Gramian matrix of size $n^2 \times n^2$ of the geodesic distances computed over the patch space, are utilized to denoise the image. Here, the prominent singular vectors are revealed by efficient, but diverse, approximation techniques, rather than explicitly computing them using frameworks like Singular Value Decomposition (SVD) which encounters $\mathcal{O}(n^6)$ operations. Finally, we compare both computational time and the noise filtration performance of the proposed denoising algorithm with and without singular vector approximation techniques.
