ByTheWay: Boost Your Text-to-Video Generation Model to Higher Quality in a Training-free Way
Jiazi Bu, Pengyang Ling, Pan Zhang, Tong Wu, Xiaoyi Dong, Yuhang Zang, Yuhang Cao, Dahua Lin, Jiaqi Wang
TL;DR
ByTheWay presents a training-free booster for text-to-video diffusion models that mitigates structural and temporal artifacts while boosting motion. It comprises Temporal Self-Guidance, which aligns temporal attention across decoder blocks, and Fourier-based Motion Enhancement, which amplifies high-frequency content in temporal attention maps to increase motion magnitude; both are designed to be plug-and-play with existing backbones like AnimateDiff and VideoCrafter2. The approach is validated through qualitative and quantitative assessments, including human studies, multimodal LLM evaluations, and VBench, showing meaningful gains with negligible inference overhead. It extends to image-to-video tasks and offers a principled, energy-based framework for motion enhancement, broadening practical capabilities for high-quality video synthesis without retraining.
Abstract
The text-to-video (T2V) generation models, offering convenient visual creation, have recently garnered increasing attention. Despite their substantial potential, the generated videos may present artifacts, including structural implausibility, temporal inconsistency, and a lack of motion, often resulting in near-static video. In this work, we have identified a correlation between the disparity of temporal attention maps across different blocks and the occurrence of temporal inconsistencies. Additionally, we have observed that the energy contained within the temporal attention maps is directly related to the magnitude of motion amplitude in the generated videos. Based on these observations, we present ByTheWay, a training-free method to improve the quality of text-to-video generation without introducing additional parameters, augmenting memory or sampling time. Specifically, ByTheWay is composed of two principal components: 1) Temporal Self-Guidance improves the structural plausibility and temporal consistency of generated videos by reducing the disparity between the temporal attention maps across various decoder blocks. 2) Fourier-based Motion Enhancement enhances the magnitude and richness of motion by amplifying the energy of the map. Extensive experiments demonstrate that ByTheWay significantly improves the quality of text-to-video generation with negligible additional cost.
