Are Image-to-Video Models Good Zero-Shot Image Editors?
Zechuan Zhang, Zhenyuan Chen, Zongxin Yang, Yi Yang
TL;DR
This paper tackles zero-shot image editing by repurposing pretrained image-to-video diffusion models. It introduces IF-Edit, a tuning-free framework with three modules: Chain-of-Thought prompt enhancement, Temporal Latent Dropout, and Self-Consistent Post-Refinement, to enforce temporal coherence and high detail without finetuning. Through systematic evaluation on four benchmarks, IF-Edit demonstrates strong performance on non-rigid and reasoning-centric edits and competitive results on general instruction-based edits, signaling the value of video priors for unified image editing. The work offers a practical recipe for leveraging video diffusion models as image editors and provides insights into their strengths and limitations for temporally grounded generative reasoning.
Abstract
Large-scale video diffusion models show strong world simulation and temporal reasoning abilities, but their use as zero-shot image editors remains underexplored. We introduce IF-Edit, a tuning-free framework that repurposes pretrained image-to-video diffusion models for instruction-driven image editing. IF-Edit addresses three key challenges: prompt misalignment, redundant temporal latents, and blurry late-stage frames. It includes (1) a chain-of-thought prompt enhancement module that transforms static editing instructions into temporally grounded reasoning prompts; (2) a temporal latent dropout strategy that compresses frame latents after the expert-switch point, accelerating denoising while preserving semantic and temporal coherence; and (3) a self-consistent post-refinement step that sharpens late-stage frames using a short still-video trajectory. Experiments on four public benchmarks, covering non-rigid editing, physical and temporal reasoning, and general instruction edits, show that IF-Edit performs strongly on reasoning-centric tasks while remaining competitive on general-purpose edits. Our study provides a systematic view of video diffusion models as image editors and highlights a simple recipe for unified video-image generative reasoning.
