Local-Global Context-Aware and Structure-Preserving Image Super-Resolution
Sanchar Palit, Subhasis Chaudhuri, Biplab Banerjee
TL;DR
The paper tackles Real-ISR under diverse real-world degradations by introducing a latent-diffusion framework built on Stable Diffusion with ControlNet conditioning. It proposes Local-Global Context-Aware Attention (LGCAA) to jointly model local pixel relations and long-range dependencies, and a Distribution and Perceptual Aligned Conditioning Module (DPACM) to align latent distributions while preserving perceptual fidelity via Wasserstein and perceptual losses. The approach achieves strong PSNR/SSIM and superior perceptual-quality metrics on RealSR/Real-ISR benchmarks, while mitigating artifacts common in text-guided diffusion methods. By operating in the latent space and leveraging image-based conditioning, the method demonstrates robust restoration that preserves content structure and realistic detail, offering practical improvements for real-world super-resolution tasks. $\\mathcal{L}_{\\mathrm{LGCAA}} = \\mathcal{L}_{\\epsilon} + \lambda_{l}\\mathcal{L}_{\text{perceptual}} + \lambda_{w}\\mathcal{L}_{\text{distribution}}$ encapsulates the joint optimization driving fidelity, perceptual quality, and structural consistency.$
Abstract
Diffusion models have recently achieved significant success in various image manipulation tasks, including image super-resolution and perceptual quality enhancement. Pretrained text-to-image models, such as Stable Diffusion, have exhibited strong capabilities in synthesizing realistic image content, which makes them particularly attractive for addressing super-resolution tasks. While some existing approaches leverage these models to achieve state-of-the-art results, they often struggle when applied to diverse and highly degraded images, leading to noise amplification or incorrect content generation. To address these limitations, we propose a contextually precise image super-resolution framework that effectively maintains both local and global pixel relationships through Local-Global Context-Aware Attention, enabling the generation of high-quality images. Furthermore, we propose a distribution- and perceptual-aligned conditioning mechanism in the pixel space to enhance perceptual fidelity. This mechanism captures fine-grained pixel-level representations while progressively preserving and refining structural information, transitioning from local content details to the global structural composition. During inference, our method generates high-quality images that are structurally consistent with the original content, mitigating artifacts and ensuring realistic detail restoration. Extensive experiments on multiple super-resolution benchmarks demonstrate the effectiveness of our approach in producing high-fidelity, perceptually accurate reconstructions.
