🤖 AI Summary
Existing text-to-image-to-video (TI2V) methods struggle to accurately model motion semantics described in text prompts, resulting in poor alignment between generated videos and motion specifications. To address this, we propose a Motion-Focused Loss that leverages optical flow estimation to construct motion heatmaps, enabling spatially weighted optimization of the noise prediction process in diffusion models—thereby significantly improving dynamic semantic consistency. Furthermore, we introduce TI2V Bench, the first dedicated benchmark for TI2V evaluation, comprising 320 text–image pairs and an accompanying human preference assessment protocol. On this benchmark, our method outperforms nine leading open-source models, achieving a human preference rate of 72%. All code, datasets, and comprehensive results are publicly released.
📝 Abstract
Text-Image-to-Video (TI2V) generation aims to generate a video from an image following a text description, which is also referred to as text-guided image animation. Most existing methods struggle to generate videos that align well with the text prompts, particularly when motion is specified. To overcome this limitation, we introduce MotiF, a simple yet effective approach that directs the model's learning to the regions with more motion, thereby improving the text alignment and motion generation. We use optical flow to generate a motion heatmap and weight the loss according to the intensity of the motion. This modified objective leads to noticeable improvements and complements existing methods that utilize motion priors as model inputs. Additionally, due to the lack of a diverse benchmark for evaluating TI2V generation, we propose TI2V Bench, a dataset consists of 320 image-text pairs for robust evaluation. We present a human evaluation protocol that asks the annotators to select an overall preference between two videos followed by their justifications. Through a comprehensive evaluation on TI2V Bench, MotiF outperforms nine open-sourced models, achieving an average preference of 72%. The TI2V Bench and additional results are released in https://wang-sj16.github.io/motif/.