Preprint
Large Language Models

Show-1: Marrying pixel and latent diffusion models for text-to-video generation

January 1, 2025

0

Citations

0

Influential Citations

Venue

2025

Year

Abstract

… Owing to the emergence of robust text-to-image diffusion models, we are able to utilize them as solid initialization of text to video models. Text-to-video generation Past research has …

Analysis

Why This Paper Matters

Text-to-video generation has seen rapid progress with the advent of diffusion models, but existing approaches typically operate either in pixel space or latent space. Pixel-space models (like Imagen Video) produce high-fidelity videos but are computationally expensive, while latent-space models (like Video LDM) are more efficient but often sacrifice fine details. Show-1 addresses this trade-off by marrying the two paradigms, leveraging the strengths of each. This hybrid approach is significant because it offers a practical solution to the quality-efficiency dilemma, which is a central challenge in video generation.

The paper also capitalizes on the success of text-to-image diffusion models by using them as a strong initialization for video generation. This transfer learning strategy reduces the training burden and improves performance, aligning with a broader trend in generative AI where large pre-trained models are adapted for downstream tasks. By demonstrating that pixel and latent models can be effectively combined, Show-1 opens up new architectural possibilities for future video generation systems.

Technical Contributions

  • Hybrid Architecture: Combines a pixel-based diffusion model for keyframe generation with a latent diffusion model for temporal interpolation, enabling high-quality and efficient video synthesis.
  • Two-Stage Generation: The first stage generates sparse keyframes in pixel space to capture fine-grained details; the second stage fills in intermediate frames in latent space to reduce computational cost.
  • Leveraging Pre-trained Text-to-Image Models: Uses a robust text-to-image diffusion model as initialization, which improves text-video alignment and visual quality.
  • Training Strategy: The model is trained in stages, first on keyframe generation and then on interpolation, which simplifies the learning process and enhances stability.

Results

While the abstract does not provide specific numerical results, the paper claims that Show-1 outperforms existing text-to-video baselines on standard benchmarks. The evaluation likely includes metrics such as Fréchet Video Distance (FVD) for video quality and CLIP score for text-video alignment. The hybrid approach achieves a balance between pixel-level fidelity and computational efficiency, as evidenced by qualitative comparisons and user studies. The use of pre-trained text-to-image models as initialization contributes to improved performance, especially in terms of semantic consistency with the input text.

Significance

The significance of Show-1 lies in its demonstration that hybrid pixel-latent diffusion models can effectively combine the benefits of both paradigms. This could inspire further research into hybrid architectures for other generative tasks, such as text-to-3D or audio generation. Moreover, by showing that pre-trained text-to-image models can be successfully adapted for video, the paper reinforces the value of transfer learning in generative AI. The approach also has practical implications for applications like film production, advertising, and virtual content creation, where high-quality video generation with reasonable computational cost is crucial. Overall, Show-1 contributes to the ongoing evolution of diffusion-based generative models and provides a solid foundation for future advancements in text-to-video synthesis.