AdaptSR: Low-Rank Adaptation for Efficient and Scalable Real-World Super-Resolution
Cansu Korkmaz, Nancy Mehta, Radu Timofte
TL;DR
AdaptSR tackles real-world image super-resolution by converting bicubic-trained backbones into real-world SR solvers through low-rank adaptation (LoRA). By freezing the pretrained weights and training only lightweight LoRA modules, it updates a small fraction of parameters and merges them into the base model with no inference overhead, enabling minutes-long adaptation on lightweight hardware. The method achieves up to $4$ dB PSNR gains and improved perceptual scores on RealSR benchmarks, often outperforming GAN- and diffusion-based real-SR models while using orders of magnitude fewer trainable parameters. It further demonstrates efficient adaptive merging, layer-wise ablations, and extensions to GAN-based SR (AdaptSR-GAN), making real-world SR practical and scalable across CNN and Transformer architectures.
Abstract
Recovering high-frequency details and textures from low-resolution images remains a fundamental challenge in super-resolution (SR), especially when real-world degradations are complex and unknown. While GAN-based methods enhance realism, they suffer from training instability and introduce unnatural artifacts. Diffusion models, though promising, demand excessive computational resources, often requiring multiple GPU days, even for single-step variants. Rather than naively fine-tuning entire models or adopting unstable generative approaches, we introduce AdaptSR, a low-rank adaptation (LoRA) framework that efficiently repurposes bicubic-trained SR models for real-world tasks. AdaptSR leverages architecture-specific insights and selective layer updates to optimize real SR adaptation. By updating only lightweight LoRA layers while keeping the pretrained backbone intact, it captures domain-specific adjustments without adding inference cost, as the adapted layers merge seamlessly post-training. This efficient adaptation not only reduces memory and compute requirements but also makes real-world SR feasible on lightweight hardware. Our experiments demonstrate that AdaptSR outperforms GAN and diffusion-based SR methods by up to 4 dB in PSNR and 2% in perceptual scores on real SR benchmarks. More impressively, it matches or exceeds full model fine-tuning while training 92% fewer parameters, enabling rapid adaptation to real SR tasks within minutes.
