paper-with-me

Papers

Generative Video Transformer: Can Objects be the Words?

2021-07-20 · Yi-Fu Wu, Jaesik Yoon, Sungjin Ahn

Transformers have been successful for many natural language processing tasks. However, applying transformers to the video domain for tasks such as long-term video generation and scene understanding has remained elusive due to the high computational complexity and the lack of natural tokenization. In this paper, we propose the Object-Centric Video Transformer (OCVT) which utilizes an object-centric approach for decomposing scenes into tokens suitable for use in a generative video transformer. By factoring the video into objects, our fully unsupervised model is able to learn complex spatio-temporal dynamics of multiple interacting objects in a scene and generate future frames of the video. Our model is also significantly more memory-efficient than pixel-based models and thus able to train on videos of length up to 70 frames with a single 48GB GPU. We compare our model with previous RNN-based approaches as well as other possible video transformer baselines. We demonstrate OCVT performs well when compared to baselines in generating future frames. OCVT also develops useful representations for video reasoning, achieving start-of-the-art performance on the CATER task.

📄 PDF Abstract BibTeX arXiv:2107.09240

Code (0)

등록된 구현이 없습니다.

Tasks

GPUScene UnderstandingVideo Generation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
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…
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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$…

Similar Papers 제목 키워드 기반

O2NA: An Object-Oriented Non-Autoregressive Approach for Controllable Video Captioning

2021-08-05 · Findings (ACL) 2021 8 · Fenglin Liu, Xuancheng Ren, Xian Wu, Bang Yang 외

Video captioning combines video understanding and language generation. Different from image captioning that describes a static image with details of almost every object, video captioning usually considers a sequence of f…

AttributeCaption GenerationImage CaptioningText Generation+2

Not All Words are Equal: Video-specific Information Loss for Video Captioning

2019-01-01 · Jiarong Dong, Ke Gao, Xiaokai Chen, Junbo Guo 외

An ideal description for a given video should fix its gaze on salient and representative content, which is capable of distinguishing this video from others. However, the distribution of different words is unbalanced in v…

AllVideo Captioning

Time-Conditioned Generative Modeling of Object-Centric Representations for Video Decomposition and Prediction

2023-01-21 · Chengmin Gao, Bin Li

When perceiving the world from multiple viewpoints, humans have the ability to reason about the complete objects in a compositional manner even when an object is completely occluded from certain viewpoints. Meanwhile, hu…

DisentanglementGaussian ProcessesObjectVideo Generation

Hallo3: Highly Dynamic and Realistic Portrait Image Animation with Video Diffusion Transformer

2024-12-01 · CVPR 2025 1 · Jiahao Cui, Hui Li, Yun Zhan, Hanlin Shang 외

Existing methodologies for animating portrait images face significant challenges, particularly in handling non-frontal perspectives, rendering dynamic objects around the portrait, and generating immersive, realistic back…

Image AnimationPortrait Animation

Interpretable Motion-Attentive Maps: Spatio-Temporally Localizing Concepts in Video Diffusion Transformers

2026-03-03 · Youngjun Jun, Seil Kang, Woojung Han, Seong Jae Hwang arxiv

Video Diffusion Transformers (DiTs) have been synthesizing high-quality video with high fidelity from given text descriptions involving motion. However, understanding how Video DiTs convert motion words into video remain…

Video Semantic Segmentation