Multimodal Learning 相关度: 8/10

Edit2Interp: Adapting Image Foundation Models from Spatial Editing to Video Frame Interpolation with Few-Shot Learning

Nasrin Rahimi, Mısra Yavuz, Burak Can Biner, Yunus Bilge Kurt, Ahmet Rasim Emirdağı, Süleyman Aslan, Görkay Aydemir, M. Akın Yılmaz, A. Murat Tekalp
arXiv: 2603.15003v1 发布: 2026-03-16 更新: 2026-03-16

AI 摘要

利用图像编辑模型的空间先验知识,通过少量样本微调实现视频帧插值。

主要贡献

  • 提出了一种利用图像编辑模型进行视频帧插值的方法
  • 证明了图像编辑模型的空间理解能力可以转化为时间推理能力
  • 通过少量样本微调,实现了视频帧插值的有效性

方法论

使用少量视频帧插值样本,通过LoRA微调预训练图像编辑模型,激活其潜在的时间推理能力。

原文摘要

Pre-trained image editing models exhibit strong spatial reasoning and object-aware transformation capabilities acquired from billions of image-text pairs, yet they possess no explicit temporal modeling. This paper demonstrates that these spatial priors can be repurposed to unlock temporal synthesis capabilities through minimal adaptation - without introducing any video-specific architecture or motion estimation modules. We show that a large image editing model (Qwen-Image-Edit), originally designed solely for static instruction-based edits, can be adapted for Video Frame Interpolation (VFI) using only 64-256 training samples via Low-Rank Adaptation (LoRA). Our core contribution is revealing that the model's inherent understanding of "how objects transform" in static scenes contains latent temporal reasoning that can be activated through few-shot fine-tuning. While the baseline model completely fails at producing coherent intermediate frames, our parameter-efficient adaptation successfully unlocks its interpolation capability. Rather than competing with task-specific VFI methods trained from scratch on massive datasets, our work establishes that foundation image editing models possess untapped potential for temporal tasks, offering a data-efficient pathway for video synthesis in resource-constrained scenarios. This bridges the gap between image manipulation and video understanding, suggesting that spatial and temporal reasoning may be more intertwined in foundation models than previously recognized

标签

视频帧插值 图像编辑模型 少量样本学习 空间先验 时间推理

arXiv 分类

cs.CV