F2IDiff: Real-world Image Super-resolution using Feature to Image Diffusion Foundation Model
Devendra K. Jangid, Ripon K. Saha, Dilshan Godaliyadda, Jing Li, Seok-Jun Lee, Hamid R. Sheikh
TL;DR
This work introduces F2IDiff-SR, a real-world image super-resolution method that replaces text-based diffusion conditioning with low-level DINOv2 image features, enabling faithful reconstruction with minimal hallucinations for smartphone imagery. Trained on a compact dataset of roughly $3.8\times 10^4$ HR images, the Feature-to-Image Diffusion (F2IDiff) FM enables a lighter U-Net (Eff-F2IDiff) and, when combined with LoRA-based SR networks, delivers superior PSNR, SSIM, and FID on RealSR and DRealSR benchmarks compared with public T2IDiff-based SR methods. The approach also demonstrates strong performance on synthetic DIV2K-like data, while avoiding the heavy computational burden of billion-image pretraining. Overall, F2IDiff-SR achieves higher fidelity and fewer hallucinations in real-world smartphone SR scenarios and reduces model complexity, offering a practical path for deployable real-world SISR. Future work proposes expanding the HR training set toward 100k images and refining the FM’s VAE to further enhance controllable, hallucination-free generation.
Abstract
With the advent of Generative AI, Single Image Super-Resolution (SISR) quality has seen substantial improvement, as the strong priors learned by Text-2-Image Diffusion (T2IDiff) Foundation Models (FM) can bridge the gap between High-Resolution (HR) and Low-Resolution (LR) images. However, flagship smartphone cameras have been slow to adopt generative models because strong generation can lead to undesirable hallucinations. For substantially degraded LR images, as seen in academia, strong generation is required and hallucinations are more tolerable because of the wide gap between LR and HR images. In contrast, in consumer photography, the LR image has substantially higher fidelity, requiring only minimal hallucination-free generation. We hypothesize that generation in SISR is controlled by the stringency and richness of the FM's conditioning feature. First, text features are high level features, which often cannot describe subtle textures in an image. Additionally, Smartphone LR images are at least $12MP$, whereas SISR networks built on T2IDiff FM are designed to perform inference on much smaller images ($<1MP$). As a result, SISR inference has to be performed on small patches, which often cannot be accurately described by text feature. To address these shortcomings, we introduce an SISR network built on a FM with lower-level feature conditioning, specifically DINOv2 features, which we call a Feature-to-Image Diffusion (F2IDiff) Foundation Model (FM). Lower level features provide stricter conditioning while being rich descriptors of even small patches.
