CVDec 5, 2024

Factorized Video Autoencoders for Efficient Generative Modelling

arXiv:2412.04452v2h-index: 27
Originality Incremental advance
AI Analysis

This work addresses efficiency issues in generative modeling for video synthesis, offering a domain-specific solution for tasks like class-conditional generation and video interpolation.

The paper tackles the challenge of applying latent variable models to high-dimensional video data by proposing a factorized autoencoder that projects videos onto a four-plane latent space, resulting in significant improvements in speed and memory for latent diffusion models while maintaining high-fidelity reconstructions.

Latent variable generative models have emerged as powerful tools for generative tasks including image and video synthesis. These models are enabled by pretrained autoencoders that map high resolution data into a compressed lower dimensional latent space, where the generative models can subsequently be developed while requiring fewer computational resources. Despite their effectiveness, the direct application of latent variable models to higher dimensional domains such as videos continues to pose challenges for efficient training and inference. In this paper, we propose an autoencoder that projects volumetric data onto a four-plane factorized latent space that grows sublinearly with the input size, making it ideal for higher dimensional data like videos. The design of our factorized model supports straightforward adoption in a number of conditional generation tasks with latent diffusion models (LDMs), such as class-conditional generation, frame prediction, and video interpolation. Our results show that the proposed four-plane latent space retains a rich representation needed for high-fidelity reconstructions despite the heavy compression, while simultaneously enabling LDMs to operate with significant improvements in speed and memory.

Foundations

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

Your Notes