Quaternion Wavelet-Conditioned Diffusion Models for Image Super-Resolution

arXiv cs.CV / 5/6/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper proposes ResQu, a new image super-resolution framework that combines quaternion wavelet preprocessing with latent diffusion models to improve reconstruction quality.
  • ResQu introduces a quaternion wavelet- and time-aware encoder and uses quaternion wavelet embeddings dynamically across different denoising stages, aiming to better balance perceptual realism and structural fidelity.
  • The method also leverages generative priors from foundation models such as Stable Diffusion to strengthen its high-quality image generation.
  • Experiments on domain-specific datasets show that ResQu achieves strong super-resolution performance, often outperforming existing approaches on perceptual and standard evaluation metrics.
  • The authors provide an open-source code repository for implementation and reproducibility.

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 is available at https://www.github.com/Fascetta/ResQu