arXiv:2607.12753cs.CV2026-07被引 1

让低清图直接变高清,用新方法保留原图结构信息

RFMSR: Residual Flow Matching for Image Super-Resolution

论文配图:RFMSR: Residual Flow Matching for Image Super-Resolution
图 1 · 摘自论文原文
  • 以低清图像为起点构建生成流程,减少信息丢失
  • 单步生成质量媲美甚至超过顶尖方法
  • 既支持快速生成也保留多步优化能力,适合实用场景

图像超分辨率(ISR)近年来借助扩散模型和流匹配取得显著进展。主流文本到图像方法依赖大规模基础模型作为生成先验,虽感知质量出色,但模型庞大且训练成本高昂。近期纯视觉流匹配方法虽有突破,但采用标准流形式,从纯高斯分布传输到数据分布,忽略了低质量输入中已有的丰富结构信息。此外,现有单步加速技术常牺牲多步推理能力。本文提出残差流匹配超分辨率(RFMSR),一种聚焦于低质量潜在表示的纯视觉框架,将源分布置于低质图像潜空间,缩短传输距离并全程保留结构先验。我们设计两阶段训练策略:第一阶段通过条件流匹配预训练速度场;第二阶段对单步预测进行端到端监督,同时在所有时间步保留速度损失,实现高质量单步生成而不丧失多步优化能力。大量实验表明,RFMSR在感知质量上达到或超越当前最优方法。源代码见 https://github.com/Faze-Hsw/RFMSR。

原文摘要 · Abstract (English)

Image super-resolution (ISR) has witnessed remarkable progress with diffusion models and flow matching. The dominant text-to-image (T2I) based approaches leverage large-scale foundation models as generative priors, achieving impressive perceptual quality but at the cost of massive model sizes and prohibitive training expenses. Recent flow-matching-based vision-only approaches have made significant strides; however, they adopt standard flow formulations that transport from a pure Gaussian prior to the data distribution, discarding the rich structural information already present in the low-quality (LQ) input. Furthermore, existing single-step acceleration techniques often forfeit the model's multi-step inference capability. In this paper, we propose Residual Flow Matching for Image Super-Resolution (RFMSR), a vision-only framework that centers the source distribution at the LQ latent, reducing transport distance and preserving structural priors throughout the flow trajectory. We further introduce a two-phase training strategy: Phase I pretrains the velocity field via conditional flow matching, while Phase II applies end-to-end supervision to the single-step prediction while retaining the velocity loss across all timesteps, achieving high-quality single-step generation without sacrificing multi-step refinement. Extensive experiments demonstrate that RFMSR achieves comparable or even superior perceptual quality compared to state-of-the-art (SOTA) methods. The source code is available at https://github.com/Faze-Hsw/RFMSR.

图像超分流匹配单步生成视觉模型

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。