FDWST: Fingerphoto Deblurring using Wavelet Style Transfer
David Keaton, Amol S. Joshi, Jeremy Dawson, Nasser M. Nasrabadi
TL;DR
FDWST introduces a fingerphoto deblurring architecture that fuses 2D discrete wavelet transforms with a wavelet-domain style transfer to restore sharpness while preserving fingerprint minutiae. The method replaces the encoder with a Level-3 DWT, applies a per-band style transfer using a binarized sharp source, and reconstructs the image via a decoder, guided by content, style, and identity losses. Across training on the WVU fingerphoto dataset and evaluation with VeriFinger and IDKit, FDWST achieves state-of-the-art matching performance (AUC up to ~0.99, EER ~0.05) and notable improvements in perceptual quality. The work demonstrates that wavelet-domain sharpness transfer can effectively recover high-frequency details without sacrificing identity, suggesting broad applicability to practical biometric deblurring scenarios.
Abstract
The challenge of deblurring fingerphoto images, or generating a sharp fingerphoto from a given blurry one, is a significant problem in the realm of computer vision. To address this problem, we propose a fingerphoto deblurring architecture referred to as Fingerphoto Deblurring using Wavelet Style Transfer (FDWST), which aims to utilize the information transmission of Style Transfer techniques to deblur fingerphotos. Additionally, we incorporate the Discrete Wavelet Transform (DWT) for its ability to split images into different frequency bands. By combining these two techniques, we can perform Style Transfer over a wide array of wavelet frequency bands, thereby increasing the quality and variety of sharpness information transferred from sharp to blurry images. Using this technique, our model was able to drastically increase the quality of the generated fingerphotos compared to their originals, and achieve a peak matching accuracy of 0.9907 when tasked with matching a deblurred fingerphoto to its sharp counterpart, outperforming multiple other state-of-the-art deblurring and style transfer techniques.
