arXiv:2510.26149cs.CV2025-10

提出可任意缩放的视频超分模型,兼顾画质、时序一致性和推理速度。

BasicAVSR: Arbitrary-Scale Video Super-Resolution via Image Priors and Enhanced Motion Compensation

  • 用图像拉普拉斯金字塔生成自适应多尺度频率先验
  • 在多个数据集上超越现有方法,尤其在大缩放因子下表现优异
  • 支持在线/离线多种场景,适合实际部署

任意尺度视频超分辨率(AVSR)旨在提升视频帧分辨率,可处理不同缩放因子,面临空间细节还原、时序一致性与计算复杂度的挑战。本文提出强基线模型BasicAVSR,融合四个核心组件:1)基于图像拉普拉斯金字塔生成的自适应多尺度频率先验;2)流引导传播单元,聚合邻近帧的时空信息;3)二阶运动补偿单元,实现更精准的空间对齐;4)超采样单元,生成尺度感知且内容无关的上采样核。为满足多样化应用需求,构建三种传播变体:(i) 单向RNN用于严格在线推理,(ii) 带有限前瞻的单向RNN容忍轻微延迟,(iii) 双向RNN适用于计算资源充足的离线任务。大量实验表明,该模型在不同场景下均显著优于现有方法,在超分质量、泛化能力与推理速度方面表现卓越。本工作不仅推进了AVSR的前沿水平,还将核心组件扩展至多框架以适配多样场景。代码已开源:https://github.com/shangwei5/BasicAVSR。

原文摘要 · Abstract (English)

Arbitrary-scale video super-resolution (AVSR) aims to enhance the resolution of video frames, potentially at various scaling factors, which presents several challenges regarding spatial detail reproduction, temporal consistency, and computational complexity. In this paper, we propose a strong baseline BasicAVSR for AVSR by integrating four key components: 1) adaptive multi-scale frequency priors generated from image Laplacian pyramids, 2) a flow-guided propagation unit to aggregate spatiotemporal information from adjacent frames, 3) a second-order motion compensation unit for more accurate spatial alignment of adjacent frames, and 4) a hyper-upsampling unit to generate scale-aware and content-independent upsampling kernels. To meet diverse application demands, we instantiate three propagation variants: (i) a unidirectional RNN unit for strictly online inference, (ii) a unidirectional RNN unit empowered with a limited lookahead that tolerates a small output delay, and (iii) a bidirectional RNN unit designed for offline tasks where computational resources are less constrained. Experimental results demonstrate the effectiveness and adaptability of our model across these different scenarios. Through extensive experiments, we show that BasicAVSR significantly outperforms existing methods in terms of super-resolution quality, generalization ability, and inference speed. Our work not only advances the state-of-the-art in AVSR but also extends its core components to multiple frameworks for diverse scenarios. The code is available at https://github.com/shangwei5/BasicAVSR.

视频超分运动补偿多尺度实时推理

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