EIDT-V: Exploiting Intersections in Diffusion Trajectories for Model-Agnostic, Zero-Shot, Training-Free Text-to-Video Generation
Diljeet Jagpal, Xi Chen, Vinay P. Namboodiri
TL;DR
EIDT-V presents a training-free, model-agnostic framework for text-to-video generation by exploiting intersections in diffusion trajectories and applying grid-based, text-guided prompt switching. It leverages two LLM modules to produce framewise prompts and detect inter-frame differences, complemented by a CLIP-based attention mask to schedule prompt switches regionally, balancing coherence and variance. The approach achieves competitive temporal coherence and visual fidelity across multiple diffusion backbones (SD1.5, SDXL, SD3), with extensive ablations and a human user study validating perceptual quality and user satisfaction. By operating entirely in latent space and avoiding architecture-level changes, EIDT-V offers a scalable, accessible path to high-quality video synthesis that adapts to evolving diffusion models. The work underscores the potential of combining diffusion trajectory theory, grid-based conditioning, and language-guided cues to advance training-free video generation at practical costs.
Abstract
Zero-shot, training-free, image-based text-to-video generation is an emerging area that aims to generate videos using existing image-based diffusion models. Current methods in this space require specific architectural changes to image generation models, which limit their adaptability and scalability. In contrast to such methods, we provide a model-agnostic approach. We use intersections in diffusion trajectories, working only with the latent values. We could not obtain localized frame-wise coherence and diversity using only the intersection of trajectories. Thus, we instead use a grid-based approach. An in-context trained LLM is used to generate coherent frame-wise prompts; another is used to identify differences between frames. Based on these, we obtain a CLIP-based attention mask that controls the timing of switching the prompts for each grid cell. Earlier switching results in higher variance, while later switching results in more coherence. Therefore, our approach can ensure appropriate control between coherence and variance for the frames. Our approach results in state-of-the-art performance while being more flexible when working with diverse image-generation models. The empirical analysis using quantitative metrics and user studies confirms our model's superior temporal consistency, visual fidelity and user satisfaction, thus providing a novel way to obtain training-free, image-based text-to-video generation.
