paper-with-me

홈 › Papers

Latent Video Transformer

2020-06-18 · Ruslan Rakhimov, Denis Volkhonskiy, Alexey Artemov, Denis Zorin, Evgeny Burnaev

The video generation task can be formulated as a prediction of future video frames given some past frames. Recent generative models for videos face the problem of high computational requirements. Some models require up to 512 Tensor Processing Units for parallel training. In this work, we address this problem via modeling the dynamics in a latent space. After the transformation of frames into the latent space, our model predicts latent representation for the next frames in an autoregressive manner. We demonstrate the performance of our approach on BAIR Robot Pushing and Kinetics-600 datasets. The approach tends to reduce requirements to 8 Graphical Processing Units for training the models while maintaining comparable generation quality.

📄 PDF Abstract BibTeX arXiv:2006.10704

Code (1)

rakhimovv/lvt 공식 구현 pytorch

Tasks

Video GenerationVideo Prediction

Similar Papers 제목 키워드 기반

Adaptive 1D Video Diffusion Autoencoder

2026-02-04 · Yao Teng, Minxuan Lin, Xian Liu, Shuai Wang 외 arxiv

Recent video generation models largely rely on video autoencoders that compress pixel-space videos into latent representations. However, existing video autoencoders suffer from three major limitations: (1) fixed-rate com…

Video Generation

Latte: Latent Diffusion Transformer for Video Generation

2024-01-05 · Xin Ma, Yaohui Wang, Gengyun Jia, Xinyuan Chen 외

We propose a novel Latent Diffusion Transformer, namely Latte, for video generation. Latte first extracts spatio-temporal tokens from input videos and then adopts a series of Transformer blocks to model video distributio…

Text-to-Video GenerationVideo Generation

LTX-Video: Realtime Video Latent Diffusion

2024-12-30 · Yoav HaCohen, Nisan Chiprut, Benny Brazowski, Daniel Shalem 외

We introduce LTX-Video, a transformer-based latent diffusion model that adopts a holistic approach to video generation by seamlessly integrating the responsibilities of the Video-VAE and the denoising transformer. Unlike…

DenoisingGPUImage to Video GenerationVideo Generation

ProAV-DiT: A Projected Latent Diffusion Transformer for Efficient Synchronized Audio-Video Generation

2025-11-15 · Jiahui Sun, Weining Wang, Mingzhen Sun, Yirong Yang 외 arxiv

Sounding Video Generation (SVG) remains a challenging task due to the inherent structural misalignment between audio and video, as well as the high computational cost of multimodal data processing. In this paper, we intr…

Computational EfficiencyVideo Generation

DLFormer: Discrete Latent Transformer for Video Inpainting

2022-01-01 · CVPR 2022 1 · Jingjing Ren, Qingqing Zheng, YuanYuan Zhao, Xuemiao Xu 외

Video inpainting remains a challenging problem to fill with plausible and coherent content in unknown areas in video frames despite the prevalence of data-driven methods. Although various transformer-based architectu…

Video Inpainting