arXiv:2506.15591cs.CVcs.AI2025-06NeurIPS被引 20

用单步扩散模型同时实现视频超分的细节丰富与时间一致

One-Step Diffusion for Detail-Rich and Temporally Consistent Video Super-Resolution

  • 分两阶段训练双LoRA:先学时间一致性,再增强空间细节
  • 单次扩散步骤完成修复,速度更快且视觉质量更优
  • 适合需要高保真视频修复的工业级应用

真实世界视频超分辨率(Real-VSR)中,如何在保留时间一致性的同时还原丰富的空间细节,尤其在使用稳定扩散(SD)等生成模型时面临挑战。现有基于SD的方法常牺牲细节以换取时间连贯性,导致视觉效果不佳。本文提出双LoRA学习(DLoRAL)范式,训练一个基于SD的单步扩散模型,实现细节丰富与时间一致性的同步提升。具体地,引入跨帧检索(CFR)模块聚合多帧互补信息,并训练一致性LoRA(C-LoRA)从低质量输入中学习鲁棒的时间表示。在一致性学习后,固定CFR与C-LoRA,训练细节LoRA(D-LoRA)以增强空间细节,同时对齐由C-LoRA定义的时间空间以维持一致性。两阶段交替优化,协同输出一致且细节丰富的结果。推理时将两个LoRA分支合并至SD模型,实现单步高效高质量视频恢复。实验表明,DLoRAL在准确率和速度上均表现优异。代码与模型已开源。

原文摘要 · Abstract (English)

It is a challenging problem to reproduce rich spatial details while maintaining temporal consistency in real-world video super-resolution (Real-VSR), especially when we leverage pre-trained generative models such as stable diffusion (SD) for realistic details synthesis. Existing SD-based Real-VSR methods often compromise spatial details for temporal coherence, resulting in suboptimal visual quality. We argue that the key lies in how to effectively extract the degradation-robust temporal consistency priors from the low-quality (LQ) input video and enhance the video details while maintaining the extracted consistency priors. To achieve this, we propose a Dual LoRA Learning (DLoRAL) paradigm to train an effective SD-based one-step diffusion model, achieving realistic frame details and temporal consistency simultaneously. Specifically, we introduce a Cross-Frame Retrieval (CFR) module to aggregate complementary information across frames, and train a Consistency-LoRA (C-LoRA) to learn robust temporal representations from degraded inputs. After consistency learning, we fix the CFR and C-LoRA modules and train a Detail-LoRA (D-LoRA) to enhance spatial details while aligning with the temporal space defined by C-LoRA to keep temporal coherence. The two phases alternate iteratively for optimization, collaboratively delivering consistent and detail-rich outputs. During inference, the two LoRA branches are merged into the SD model, allowing efficient and high-quality video restoration in a single diffusion step. Experiments show that DLoRAL achieves strong performance in both accuracy and speed. Code and models are available at https://github.com/yjsunnn/DLoRAL.

视频超分扩散模型时间一致性

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