paper-with-me

Papers

Temporally Consistent Transformers for Video Generation

2022-10-05 · Wilson Yan, Danijar Hafner, Stephen James, Pieter Abbeel

To generate accurate videos, algorithms have to understand the spatial and temporal dependencies in the world. Current algorithms enable accurate predictions over short horizons but tend to suffer from temporal inconsistencies. When generated content goes out of view and is later revisited, the model invents different content instead. Despite this severe limitation, no established benchmarks on complex data exist for rigorously evaluating video generation with long temporal dependencies. In this paper, we curate 3 challenging video datasets with long-range dependencies by rendering walks through 3D scenes of procedural mazes, Minecraft worlds, and indoor scans. We perform a comprehensive evaluation of current models and observe their limitations in temporal consistency. Moreover, we introduce the Temporally Consistent Transformer (TECO), a generative model that substantially improves long-term consistency while also reducing sampling time. By compressing its input sequence into fewer embeddings, applying a temporal transformer, and expanding back using a spatial MaskGit, TECO outperforms existing models across many metrics. Videos are available on the website: https://wilson1yan.github.io/teco

📄 PDF Abstract BibTeX arXiv:2210.02396

Code (2)

wilson1yan/teco 공식 구현 jax
showlab/FAR pytorch

Tasks

MinecraftVideo GenerationVideo Prediction

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Multi-Head Attention 설명 없음
Adam 설명 없음

Similar Papers 제목 키워드 기반

DiVE: DiT-based Video Generation with Enhanced Control

2024-09-03 · Junpeng Jiang, Gangyi Hong, Lijun Zhou, Enhui Ma 외

Generating high-fidelity, temporally consistent videos in autonomous driving scenarios faces a significant challenge, e.g. problematic maneuvers in corner cases. Despite recent video generation works are proposed to tack…

Autonomous DrivingVideo Generation

Adaptive Caching for Faster Video Generation with Diffusion Transformers

2024-11-04 · Kumara Kahatapitiya, Haozhe Liu, Sen He, Ding Liu 외

Generating temporally-consistent high-fidelity videos can be computationally expensive, especially over longer temporal spans. More-recent Diffusion Transformers (DiTs) -- despite making significant headway in this conte…

DenoisingVideo Generation

VDT: General-purpose Video Diffusion Transformers via Mask Modeling

2023-05-22 · Haoyu Lu, Guoxing Yang, Nanyi Fei, Yuqi Huo 외

This work introduces Video Diffusion Transformer (VDT), which pioneers the use of transformers in diffusion-based video generation. It features transformer blocks with modularized temporal and spatial attention modules t…

Autonomous DrivingVideo GenerationVideo Prediction

Grounded Video Caption Generation

2024-11-12 · Evangelos Kazakos, Cordelia Schmid, Josef Sivic

We propose a new task, dataset and model for grounded video caption generation. This task unifies captioning and object grounding in video, where the objects in the caption are grounded in the video via temporally consis…

Caption GenerationImage Captioning

ARLON: Boosting Diffusion Transformers with Autoregressive Models for Long Video Generation

2024-10-27 · Zongyi Li, Shujie Hu, Shujie Liu, Long Zhou 외

Text-to-video models have recently undergone rapid and substantial advancements. Nevertheless, due to limitations in data and computational resources, achieving efficient generation of long videos with rich motion dynami…

Video Generation