CLIP-SR: Collaborative Linguistic and Image Processing for Super-Resolution
Bingwen Hu, Heng Liu, Zhedong Zheng, Ping Liu
TL;DR
The paper tackles semantic misalignment and detail loss in extreme downsampling by fusing textual semantics with visual cues for large-factor SR up to 16$ imes$. It introduces a multi-modal pipeline featuring a Text-Image Fusion Block (TIFBlock), a Prompt Predictor, and an Iterative Refinement Module, all guided by CLIP features and enforced by a CLIP-based discriminator together with reconstruction, perceptual, and text-constrained adversarial losses. Key contributions include the TIFBlock design, iterative cross-modal fusion, and prompt-driven text guidance, validated on COCO, CUB, and CelebA with qualitative and quantitative gains and demonstrated editability via prompts. The approach offers a scalable, controllable path to semantically coherent SR, enabling realistic texture recovery and semantic consistency in challenging downsampling scenarios, while highlighting the need to handle ambiguous natural language prompts more robustly in future work.
Abstract
Convolutional Neural Networks (CNNs) have significantly advanced Image Super-Resolution (SR), yet most CNN-based methods rely solely on pixel-based transformations, often leading to artifacts and blurring, particularly under severe downsampling rates (\eg, 8$\times$ or 16$\times$). The recently developed text-guided SR approaches leverage textual descriptions to enhance their detail restoration capabilities but frequently struggle with effectively performing alignment, resulting in semantic inconsistencies. To address these challenges, we propose a multi-modal semantic enhancement framework that integrates textual semantics with visual features, effectively mitigating semantic mismatches and detail losses in highly degraded low-resolution (LR) images. Our method enables realistic, high-quality SR to be performed at large upscaling factors, with a maximum scaling ratio of 16$\times$. The framework integrates both text and image inputs using the prompt predictor, the Text-Image Fusion Block (TIFBlock), and the Iterative Refinement Module, leveraging Contrastive Language-Image Pretraining (CLIP) features to guide a progressive enhancement process with fine-grained alignment. This synergy produces high-resolution outputs with sharp textures and strong semantic coherence, even at substantial scaling factors. Extensive comparative experiments and ablation studies validate the effectiveness of our approach. Furthermore, by leveraging textual semantics, our method offers a degree of super-resolution editability, allowing for controlled enhancements while preserving semantic consistency. The code is available at https://github.com/hengliusky/CLIP-SR.
