CVAIIVDec 30, 2025

F2IDiff: Real-world Image Super-resolution using Feature to Image Diffusion Foundation Model

arXiv:2512.24473v11 citations
AI Analysis

This addresses the challenge of adopting generative models in flagship smartphone cameras by enabling more controlled super-resolution for consumer photography, though it is incremental as it builds on existing diffusion foundation models.

The paper tackled the problem of undesirable hallucinations in single image super-resolution (SISR) for consumer photography by introducing F2IDiff, a feature-to-image diffusion foundation model that uses DINOv2 features for stricter conditioning, resulting in minimal hallucination-free generation for high-fidelity low-resolution images.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes