AIJun 2, 2023

Probabilistic Adaptation of Text-to-Video Models

MIT
arXiv:2306.01872v132 citationsh-index: 164
Originality Incremental advance
AI Analysis

This addresses the computational challenge of adapting large models for domain-specific applications, offering a more efficient solution for tasks like animation and robotics.

The paper tackles the problem of adapting large text-to-video models to tasks with limited domain-specific data, such as animation or robotics videos, by proposing Video Adapter, which uses a probabilistic prior from a pretrained model to guide a small task-specific model without finetuning, resulting in high-quality specialized video generation across various tasks.

Large text-to-video models trained on internet-scale data have demonstrated exceptional capabilities in generating high-fidelity videos from arbitrary textual descriptions. However, adapting these models to tasks with limited domain-specific data, such as animation or robotics videos, poses a significant computational challenge, since finetuning a pretrained large model can be prohibitively expensive. Inspired by how a small modifiable component (e.g., prompts, prefix-tuning) can adapt a large language model to perform new tasks without requiring access to the model weights, we investigate how to adapt a large pretrained text-to-video model to a variety of downstream domains and tasks without finetuning. In answering this question, we propose Video Adapter, which leverages the score function of a large pretrained video diffusion model as a probabilistic prior to guide the generation of a task-specific small video model. Our experiments show that Video Adapter is capable of incorporating the broad knowledge and preserving the high fidelity of a large pretrained video model in a task-specific small video model that is able to generate high-quality yet specialized videos on a variety of tasks such as animation, egocentric modeling, and modeling of simulated and real-world robotics data. More videos can be found on the website https://video-adapter.github.io/.

Foundations

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

Your Notes