Search papers, labs, and topics across Lattice.
The paper introduces Prompt Relay, a novel inference-time method for improving temporal control in video diffusion models generating multi-event sequences. It addresses the issue of semantic entanglement, where concepts from different time points bleed into each other, by penalizing cross-attention between temporal segments and non-assigned prompts. Experiments demonstrate that Prompt Relay enhances temporal prompt alignment, reduces semantic interference, and improves the overall visual quality of generated videos without requiring architectural changes or additional computation.
Stop semantic concepts from bleeding into each other in video generation: a simple attention penalty unlocks precise temporal control over multi-event sequences.
Video diffusion models have achieved remarkable progress in generating high-quality videos. However, these models struggle to represent the temporal succession of multiple events in real-world videos and lack explicit mechanisms to control when semantic concepts appear, how long they persist, and the order in which multiple events occur. Such control is especially important for movie-grade video synthesis, where coherent storytelling depends on precise timing, duration, and transitions between events. When using a single paragraph-style prompt to describe a sequence of complex events, models often exhibit semantic entanglement, where concepts intended for different moments in the video bleed into one another, resulting in poor text-video alignment. To address these limitations, we propose Prompt Relay, an inference-time, plug-and-play method to enable fine-grained temporal control in multi-event video generation, requiring no architectural modifications and no additional computational overhead. Prompt Relay introduces a penalty into the cross-attention mechanism, so that each temporal segment attends only to its assigned prompt, allowing the model to represent one semantic concept at a time and thereby improving temporal prompt alignment, reducing semantic interference, and enhancing visual quality.