Grid Diffusion Models for Text-to-Video Generation

Abstract

Recent advances in the diffusion models have significantly improved text-to-image generation. However generating videos from text is a more challenging task than generating images from text due to the much larger dataset and higher computational cost required. Most existing video generation methods use either a 3D U-Net architecture that considers the temporal dimension or autoregressive generation. These methods require large datasets and are limited in terms of computational costs compared to text-to-image generation. To tackle these challenges we propose a simple but effective novel grid diffusion for text-to-video generation without temporal dimension in architecture and a large text-video paired dataset. We can generate a high-quality video using a fixed amount of GPU memory regardless of the number of frames by representing the video as a grid image. Additionally since our method reduces the dimensions of the video to the dimensions of the image various image-based methods can be applied to videos such as text-guided video manipulation from image manipulation. Our proposed method outperforms the existing methods in both quantitative and qualitative evaluations demonstrating the suitability of our model for real-world video generation.

Cite

Text

Lee et al. "Grid Diffusion Models for Text-to-Video Generation." Conference on Computer Vision and Pattern Recognition, 2024. doi:10.1109/CVPR52733.2024.00834

Markdown

[Lee et al. "Grid Diffusion Models for Text-to-Video Generation." Conference on Computer Vision and Pattern Recognition, 2024.](https://mlanthology.org/cvpr/2024/lee2024cvpr-grid/) doi:10.1109/CVPR52733.2024.00834

BibTeX

@inproceedings{lee2024cvpr-grid,
  title     = {{Grid Diffusion Models for Text-to-Video Generation}},
  author    = {Lee, Taegyeong and Kwon, Soyeong and Kim, Taehwan},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2024},
  pages     = {8734-8743},
  doi       = {10.1109/CVPR52733.2024.00834},
  url       = {https://mlanthology.org/cvpr/2024/lee2024cvpr-grid/}
}