CVLGOct 23, 2022

Towards Real-Time Text2Video via CLIP-Guided, Pixel-Level Optimization

arXiv:2210.12826v11 citationsh-index: 26Has Code
Originality Incremental advance
AI Analysis

This addresses the need for efficient video generation from text, though it is incremental by building on existing CLIP-based methods.

The paper tackles the problem of generating videos from language descriptions by sequentially optimizing frames using CLIP guidance at the pixel level, achieving near real-time speeds of 1-2 frames per second at up to 720p resolution.

We introduce an approach to generating videos based on a series of given language descriptions. Frames of the video are generated sequentially and optimized by guidance from the CLIP image-text encoder; iterating through language descriptions, weighting the current description higher than others. As opposed to optimizing through an image generator model itself, which tends to be computationally heavy, the proposed approach computes the CLIP loss directly at the pixel level, achieving general content at a speed suitable for near real-time systems. The approach can generate videos in up to 720p resolution, variable frame-rates, and arbitrary aspect ratios at a rate of 1-2 frames per second. Please visit our website to view videos and access our open-source code: https://pschaldenbrand.github.io/text2video/ .

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes