Quaternion Wavelet-Conditioned Diffusion Models for Image Super-Resolution
Luigi Sigillo, Christian Bianchi, Aurelio Uncini, Danilo Comminiello
TL;DR
This work tackles image super-resolution by balancing perceptual quality with structural fidelity in high upscaling scenarios. It introduces ResQu, a latent-diffusion SR framework that injects quaternion wavelet embeddings via a time-aware encoder into a frozen Stable Diffusion backbone, enabling multi-scale conditioning at denoising time steps. Key contributions include a novel quaternion wavelet and time-aware encoder, a conditioning mechanism that fuses QUAVE features with timestep information, and extensive ablations plus cross-domain demonstrations showing robust improvements over state-of-the-art methods. The approach leverages generative priors from foundation models to achieve high-fidelity, texture-rich reconstructions, with strong performance on RealSR, DRealSR, and DIV2K, plus zero-shot generalization to ShipSpotting data.
Abstract
Image Super-Resolution is a fundamental problem in computer vision with broad applications spacing from medical imaging to satellite analysis. The ability to reconstruct high-resolution images from low-resolution inputs is crucial for enhancing downstream tasks such as object detection and segmentation. While deep learning has significantly advanced SR, achieving high-quality reconstructions with fine-grained details and realistic textures remains challenging, particularly at high upscaling factors. Recent approaches leveraging diffusion models have demonstrated promising results, yet they often struggle to balance perceptual quality with structural fidelity. In this work, we introduce ResQu a novel SR framework that integrates a quaternion wavelet preprocessing framework with latent diffusion models, incorporating a new quaternion wavelet- and time-aware encoder. Unlike prior methods that simply apply wavelet transforms within diffusion models, our approach enhances the conditioning process by exploiting quaternion wavelet embeddings, which are dynamically integrated at different stages of denoising. Furthermore, we also leverage the generative priors of foundation models such as Stable Diffusion. Extensive experiments on domain-specific datasets demonstrate that our method achieves outstanding SR results, outperforming in many cases existing approaches in perceptual quality and standard evaluation metrics. The code will be available after the revision process.
