REVIEW 4 major objections 6 minor 2 cited by
Taming Teacher Forcing for Masked Autoregressive Video Generation
T0 review · 4 major / 6 minor · reviewed 2026-08-10 · deepseek-v4-flash
Pith's one-line read A masked autoregressive video generation framework, MAGI, claims that conditioning next-frame prediction on complete observation frames instead of masked ones improves first-frame video prediction FVD by 23%.
desk verdict A credible controlled ablation shows CTF beats MTF for short-horizon frame-level video prediction, but the long-horizon and 100-frame claims are under-supported. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is the Complete Teacher Forcing paradigm and its custom temporal attention mask. During training, the model input interleaves complete observation frames with masked frames; the attention mask lets each masked frame see only itself and the complete preceding history, so the training-time conditioning matches inference, where a standard causal mask lets each frame attend to previously generated frames. The supporting machinery consists of a diffusion-based masked-token prediction head, learnable interval embeddings that encode the desired frame spacing, and learnable noise-level embeddings used with injected Gaussian noise on observation frames; the latter two are the paper's targeted responses to exposure bias and error accumulation.
What would settle it
Compare CTF and MTF in a fully autoregressive long-horizon setting (100+ frames) with identical dynamic interval training and noise injection, and plot FVD per step. If CTF's advantage over MTF shrinks or reverses after several self-conditioned steps, the claimed benefit is specific to ground-truth conditioning rather than a general property of complete teacher forcing.
Extended reading notes
Core claim
The central claim is that the training-inference mismatch in masked teacher forcing is a major cause of poor temporal coherence in autoregressive video models. In MTF, a model learns to predict each masked frame from previously masked frames, but at inference it must condition on complete frames it has generated, so the two regimes diverge. CTF removes this mismatch by always conditioning the prediction of a masked frame on complete observation frames from the past, using a deliberately designed temporal attention mask where each masked frame attends to itself and preceding unmasked frames, and observation frames attend only to earlier frames. The paper reports that this yields a roughly 23% FVD improvement over MTF in first-frame conditioned prediction, and that CTF's advantage is specifically in motion and temporal coherence rather than single-frame visual quality.
Load-bearing premise
The reported 23% advantage is measured with ground-truth conditioning frames, and the paper assumes the same advantage survives fully autoregressive generation, where the model conditions on its own past outputs and only unquantified noise injection bridges the gap.
Editorial extensions
If this is right
- First-frame conditioned video prediction improves by roughly 23% in FVD when the conditioning history is complete rather than masked, with the gain concentrated in motion coherence.
- Frame-level autoregressive generation with CTF can match or beat prior autoregressive video baselines on standard benchmarks while keeping causal attention, so inference can use KV cache and scale near-linearly with frame count.
- Training on clips as short as 16 frames can yield coherent prediction beyond 100 frames for scenes with static backgrounds and simple motion, indicating the method's length scalability.
- Dynamic interval training and dynamic noise injection each improve FVD and FID on their own, and their combination is best, providing a recipe for reducing exposure bias in autoregressive video models.
Reading between the lines
- The +23% gain is measured with ground-truth conditioning frames; the paper's fully autoregressive regime is only defended by noise injection, whose match to the real error distribution is not quantified. I infer that the long-sequence benefit would need an explicit self-conditioning comparison to hold in the regime the paper emphasizes.
- Because CTF doubles the training sequence length only, and inference keeps the standard causal form, I infer the same complete-conditioning trick could transfer to interactive or world-model settings that currently use masked teacher forcing, at the cost of 2x training sequence length.
- The reported divergence between per-frame FID (MTF better) and FVD (CTF better) suggests evaluations that optimize single-frame quality can miss temporal coherence; I infer that video generation benchmarks should report both, and that frame-wise FID alone is insufficient.
- The learnable interval embedding gives the model an explicit control signal for motion speed; I infer this could be exposed as a user-specified generation interval or frame-rate control at inference, which the paper does not explore.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces MAGI, a hybrid video generation framework that performs frame-level autoregressive generation with a masked diffusion head, and proposes Complete Teacher Forcing (CTF) as an alternative to Masked Teacher Forcing (MTF). In CTF, each masked frame is conditioned on the complete, unmasked observation frames from the history, whereas MTF conditions on masked (partially observable) frames during training. The central empirical claim is that CTF improves FVD by roughly 23% over MTF on first-frame conditioned video prediction. The paper also introduces dynamic interval training and dynamic noise injection to mitigate exposure bias, reports state-of-the-art FVD among autoregressive methods on Kinetics-600 and UCF-101, and claims that MAGI can generate coherent sequences exceeding 100 frames even when trained on 16-frame clips.
Significance. If the central claim is robust, the paper makes a useful and conceptually clean contribution: it identifies a concrete training-inference mismatch in masked autoregressive video generation and demonstrates that conditioning on complete observation frames during training improves temporal coherence. The architecture is practical, supporting KV-cache acceleration and variable context lengths, and the paper includes controlled ablations of the teacher-forcing variants and of the two training strategies. The reported comparisons to prior autoregressive methods are favorable. However, the strength of the quantitative evidence is currently uneven: the headline +23% result is only presented as a figure without exact values or error bars, and the long-horizon (>100 frames) claim rests on a single qualitative example. The paper also does not quantify the match between the injected noise and the actual distribution of rollout errors, which is crucial for the claimed transfer of CTF's advantage to long-sequence generation. These gaps prevent the paper from being accepted in its current form.
major comments (4)
- [§5.2, Fig. 5b] The central quantitative claim of a +23% FVD improvement of CTF over MTF is not backed by exact numbers in the text or in a table; it is only visible as curves in Fig. 5b. No standard deviations, confidence intervals, or number of evaluation runs/seeds are reported anywhere in the paper. Given that FVD is known to be sensitive to evaluation protocol and sampling, the reader cannot assess whether the reported difference is significant or stable. Please provide the exact FVD values for MTF and CTF at the reported frames, together with variance estimates based on multiple seeds or bootstrapping.
- [§5.5, Fig. 6] The abstract and Sec. 5.5 claim that MAGI 'can generate long, coherent video sequences exceeding 100 frames, even when trained on as few as 16 frames.' The evidence is a single qualitative example in Fig. 6, and the text immediately concedes that performance degrades for non-periodic motions such as diving. There is no quantitative evaluation (e.g., FVD, LPIPS, or motion metrics) at horizons beyond the training length. This is a load-bearing claim for the paper's stated potential for scalable generation. Please add quantitative long-horizon results, or explicitly moderate the claim to what the evidence supports.
- [§4 and §5.3] The dynamic noise injection strategy is motivated as simulating inference-time errors from autoregressive rollouts, but the paper provides no measurement of how well Gaussian noise with levels [1,5] matches the actual distribution of errors in model-generated context frames. The CTF advantage is demonstrated in a first-frame-conditioned setting where the conditioning history is mostly ground-truth or early model outputs; the paper's long-horizon transfer claim depends on the noise injection being well-calibrated. Please provide a quantitative comparison between injected noise and observed rollout error statistics, or evaluate CTF by feeding its own predictions back as conditioning frames during evaluation.
- [§5.2, Fig. 5b] The MTF versus CTF comparison is described as a controlled ablation, but the paper does not report the exact hyperparameters used for each variant. In particular, Sec. 5.2 states that MTF uses 'an optimal mask ratio of 70%–100%' but does not specify the mask ratio actually used in the MTF training runs, nor whether the two models had identical training epochs, noise levels, interval ranges, and seed initialization. If these settings are not matched, the +23% difference could be attributable to configuration mismatch rather than to the teacher-forcing mechanism. Please report the full hyperparameter sets for both MTF and CTF.
minor comments (6)
- [Abstract and §5.5] The phrase 'long, coherent video sequences exceeding 100 frames' appears in the abstract before the quantitative support is presented; please ensure the abstract reflects the qualified nature of this claim (e.g., 'in specific scenarios with relatively static backgrounds and simple motions').
- [§1] There are several typos in the introduction: 'reply on' should be 'rely on', and 'casual temporal attention' in §2.1 should be 'causal temporal attention'.
- [§5.4] The sentence 'our MAGI achieves -21.4 significantly lower FVD than Omni whose FVD is 32.9' is confusingly phrased; it should state that MAGI's FVD is 21.4 points lower than Omni's.
- [Fig. 5 caption] The caption contains a typo, 'predcition' for 'prediction', and the figure legends are small; the 'star' markers indicating FVD scores are difficult to distinguish in grayscale.
- [§A.2.2] The authors note that MAGVIT-1 uses 300,000 real videos for FVD evaluation while this paper uses 50,000; although the paper states this avoids benefiting from larger sample size, the comparison in Table 2 is not strictly like-for-like and should be flagged in the table caption.
- [§4] The interval embedding vocabulary is stated to cover intervals from 1 to 25, but Sec. A.2.1 says the interval is uniformly sampled from 1 to 25; please clarify whether the vocabulary size of 25 includes the endpoint 25 and whether interval 0 is ever used.
Circularity Check
No circularity: CTF-vs-MTF advantage is an empirical benchmark result, not a derivation from fitted inputs or self-citations.
full rationale
The paper's central claim—CTF outperforms MTF by +23% in FVD—is an experimental measurement on UCF-101 and Kinetics-600, not a quantity derived from the method's definitions. CTF and MTF are defined as different training-conditioning schemes (Eqs. 3 and 4), and the reported FVD/FID figures in Figs. 4-5 and Tabs. 2-3 are obtained by training and evaluating both variants. No fitted constant is later renamed as a prediction; the +23% figure is a direct comparison of measured metrics. The only definitional component is that CTF, by construction, makes the training conditioning distribution (complete frames) equal to the inference conditioning distribution, but the paper does not rest its empirical superiority claim on that equivalence alone—it measures FVD. The long-sequence (100-frame) claim is supported by a qualitative example plus an explicit concession of degradation for non-periodic motions, which is a limitation statement rather than circular reasoning. Citations to MAR and GameNGen are for architecture components and noise-injection practice; they are not used to forbid alternatives or to import a uniqueness theorem, and no author-overlapping citation carries a load-bearing argument. Thus no circular step can be quoted.
Assumptions & free parameters
free parameters (4)
- Interval embedding vocabulary size =
25 (intervals 1-25)
- Noise level embedding range =
[1, 5]
- Masked prediction steps =
64
- Diffusion denoising steps =
100
assumptions (4)
- domain assumption Pretrained video VAEs (OmniTokenizer, SD1.4, Cosmos) provide a faithful tokenization for video generation
- domain assumption Frame-level autoregressive factorization p(V)=prod_t p(f_t | f_<t) is a valid model of video
- ad hoc to paper The MAR-style diffusion head with 100 denoising steps and 64 masked iterations approximates the true conditional distribution
- domain assumption FVD on 50K (K600) or 2,048 (UCF-101) samples reliably ranks video generation methods
Cite this review
Pith. "Pith review of Taming Teacher Forcing for Masked Autoregressive Video Generation." pith.science (2026). https://pith.science/paper/QZYEY5TJ
@misc{pith2026250112389,
author = {Pith},
title = {Pith review of: Taming Teacher Forcing for Masked Autoregressive Video Generation},
year = {2026},
howpublished = {\url{https://pith.science/paper/QZYEY5TJ}},
note = {Machine review of arXiv:2501.12389}
}
read the original abstract
We introduce MAGI, a hybrid video generation framework that combines masked modeling for intra-frame generation with causal modeling for next-frame generation. Our key innovation, Complete Teacher Forcing (CTF), conditions masked frames on complete observation frames rather than masked ones (namely Masked Teacher Forcing, MTF), enabling a smooth transition from token-level (patch-level) to frame-level autoregressive generation. CTF significantly outperforms MTF, achieving a +23% improvement in FVD scores on first-frame conditioned video prediction. To address issues like exposure bias, we employ targeted training strategies, setting a new benchmark in autoregressive video generation. Experiments show that MAGI can generate long, coherent video sequences exceeding 100 frames, even when trained on as few as 16 frames, highlighting its potential for scalable, high-quality video generation.
Figures
Figures from the paper (3 more)
Forward citations
Cited by 2 Pith papers
-
Vorch-IR: Long-Form Unified Multimodal Identity Replacement Video Generation
Vorch-IR replaces one or two subjects' identities, with optional background replacement, in a driving video using indexed reference images and a textual instruction, trained on automatically synthesized pairs.
-
VideoMAR: Autoregressive Video Generatio with Continuous Tokens
A decoder-only autoregressive video model with continuous tokens, frame-wise causal attention, and a next-frame diffusion loss reports a higher VBench-I2V score than Cosmos I2V with a much smaller model and dataset.
Reference graph
Works this paper leans on
-
[1]
Video generation models as world simulators
Tim Brooks, Bill Peebles, Connor Holmes, Will DePue, Yufei Guo, Li Jing, David Schnurr, Joe Taylor, Troy Luh- man, Eric Luhman, Clarence Ng, Ricky Wang, and Aditya Ramesh. Video generation models as world simulators
-
[2]
Ge- nie: Generative interactive environments
Jake Bruce, Michael D Dennis, Ashley Edwards, Jack Parker-Holder, Yuge Shi, Edward Hughes, Matthew Lai, Aditi Mavalankar, Richie Steigerwald, Chris Apps, et al. Ge- nie: Generative interactive environments. InForty-first Inter- national Conference on Machine Learning, 2024. 1, 2, 3, 8
work page 2024
-
[3]
A short note about kinetics-
Joao Carreira, Eric Noland, Andras Banki-Horvath, Chloe Hillier, and Andrew Zisserman. A short note about kinetics-
-
[4]
Maskgit: Masked generative image transformer
Huiwen Chang, Han Zhang, Lu Jiang, Ce Liu, and William T Freeman. Maskgit: Masked generative image transformer. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 11315–11325, 2022. 1, 3, 8
work page 2022
-
[5]
Freeman, Michael Rubinstein, Yuanzhen Li, and Dilip Krishnan
Huiwen Chang, Han Zhang, Jarred Barber, AJ Maschinot, Jose Lezama, Lu Jiang, Ming-Hsuan Yang, Kevin Murphy, William T. Freeman, Michael Rubinstein, Yuanzhen Li, and Dilip Krishnan. Muse: Text-to-image generation via masked generative transformers. arXiv preprint arXiv:2301.00704 ,
-
[6]
Diffusion forcing: Next-token prediction meets full-sequence diffu- sion
Boyuan Chen, Diego Marti Monso, Yilun Du, Max Sim- chowitz, Russ Tedrake, and Vincent Sitzmann. Diffusion forcing: Next-token prediction meets full-sequence diffu- sion. arXiv preprint arXiv:2407.01392, 2024. 1, 2, 3
arXiv 2024
-
[7]
Pixart-α: Fast training of dif- fusion transformer for photorealistic text-to-image synthesis,
Junsong Chen, Jincheng Yu, Chongjian Ge, Lewei Yao, Enze Xie, Yue Wu, Zhongdao Wang, James Kwok, Ping Luo, Huchuan Lu, and Zhenguo Li. Pixart-α: Fast training of dif- fusion transformer for photorealistic text-to-image synthesis,
-
[8]
Fluid: Scaling autoregressive text-to-image generative models with continuous tokens
Lijie Fan, Tianhong Li, Siyang Qin, Yuanzhen Li, Chen Sun, Michael Rubinstein, Deqing Sun, Kaiming He, and Yonglong Tian. Fluid: Scaling autoregressive text-to-image generative models with continuous tokens. arXiv preprint arXiv:2410.13863, 2024. 1
Show all 51 references
-
[9]
Model tells you what to discard: Adaptive KV cache compression for llms
Suyu Ge, Yunan Zhang, Liyuan Liu, Minjia Zhang, Jiawei Han, and Jianfeng Gao. Model tells you what to discard: Adaptive KV cache compression for llms. In The Twelfth In- ternational Conference on Learning Representations, ICLR 2024, Vienna, Austria, May 7-11, 2024 . OpenReview.net,
2024
-
[10]
Courville, and Yoshua Bengio
Anirudh Goyal, Alex Lamb, Ying Zhang, Saizheng Zhang, Aaron C. Courville, and Yoshua Bengio. Professor forc- ing: A new algorithm for training recurrent networks. In Advances in Neural Information Processing Systems 29: An- nual Conference on Neural Information Processing Syst...
2016
-
[11]
Animatediff: Animate your personalized text- to-image diffusion models without specific tuning
Yuwei Guo, Ceyuan Yang, Anyi Rao, Zhengyang Liang, Yaohui Wang, Yu Qiao, Maneesh Agrawala, Dahua Lin, and Bo Dai. Animatediff: Animate your personalized text- to-image diffusion models without specific tuning. arXiv preprint arXiv:2307.04725, 2023. 8
2023 arXiv
-
[12]
Girshick
Kaiming He, Xinlei Chen, Saining Xie, Yanghao Li, Pi- otr Doll ´ar, and Ross B. Girshick. Masked autoencoders are scalable vision learners. In IEEE/CVF Conference on Computer Vision and Pattern Recognition, CVPR 2022, New Orleans, LA, USA, June 18-24, 2022 , pages 15979–15988....
2022
-
[13]
Latent video diffusion models for high-fidelity video generation with arbitrary lengths
Yingqing He, Tianyu Yang, Yong Zhang, Ying Shan, and Qifeng Chen. Latent video diffusion models for high-fidelity video generation with arbitrary lengths. arXiv preprint arXiv:2211.13221, 2(3):4, 2022. 8
2022 arXiv
-
[14]
Denoising dif- fusion probabilistic models
Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising dif- fusion probabilistic models. Advances in neural information processing systems, 33:6840–6851, 2020. 5, 8
2020
-
[15]
Video dif- fusion models
Jonathan Ho, Tim Salimans, Alexey Gritsenko, William Chan, Mohammad Norouzi, and David J Fleet. Video dif- fusion models. Advances in Neural Information Processing Systems, 35:8633–8646, 2022. 7, 8
2022
-
[16]
Scalable adap- tive computation for iterative generation
Allan Jabri, David Fleet, and Ting Chen. Scalable adap- tive computation for iterative generation. arXiv preprint arXiv:2212.11972, 2022. 7
2022 arXiv
-
[17]
Videopoet: A large language model for zero-shot video gen- eration
Dan Kondratyuk, Lijun Yu, Xiuye Gu, Jos ´e Lezama, Jonathan Huang, Grant Schindler, Rachel Hornung, Vigh- nesh Birodkar, Jimmy Yan, Ming-Chang Chiu, et al. Videopoet: A large language model for zero-shot video gen- eration. arXiv preprint arXiv:2312.14125, 2023. 1, 2, 8
2023 arXiv
-
[18]
Dart: Noise injection for robust imitation learning
Michael Laskey, Jonathan Lee, Roy Fox, Anca Dragan, and Ken Goldberg. Dart: Noise injection for robust imitation learning. In Conference on robot learning, pages 143–156. PMLR, 2017. 4, 8
2017
-
[19]
Autoregressive image generation without vec- tor quantization
Tianhong Li, Yonglong Tian, He Li, Mingyang Deng, and Kaiming He. Autoregressive image generation without vec- tor quantization. In The Thirty-eighth Annual Conference on Neural Information Processing Systems, 2024. 1, 3, 5, 11
2024
-
[20]
Keep the cost down: A review on methods to opti- mize LLM’s KV-cache consumption
Shi Luohe, Hongyi Zhang, Yao Yao, Zuchao Li, and hai zhao. Keep the cost down: A review on methods to opti- mize LLM’s KV-cache consumption. In First Conference on Language Modeling, 2024. 1, 2
2024
-
[21]
Latte: Latent diffusion transformer for video generation
Xin Ma, Yaohui Wang, Gengyun Jia, Xinyuan Chen, Zi- wei Liu, Yuan-Fang Li, Cunjian Chen, and Yu Qiao. Latte: Latent diffusion transformer for video generation. arXiv preprint arXiv:2401.03048, 2024. 5, 6, 7
2024 arXiv
-
[22]
Scaling diffusion mamba with bidirectional ssms for efficient image and video gener- ation
Shentong Mo and Yapeng Tian. Scaling diffusion mamba with bidirectional ssms for efficient image and video gener- ation. arXiv preprint arXiv:2405.15881, 2024. 7
2024 arXiv
-
[23]
Cosmos tokenizer
NVIDIA. Cosmos tokenizer. https://github.com/ NVIDIA/Cosmos-Tokenizer , 2024. Accessed: 2024- 11-15. 5, 6, 7
2024
-
[24]
Improving language understanding by gener- ative pre-training
Alec Radford. Improving language understanding by gener- ative pre-training. 2018. 2, 8 9
2018
-
[25]
Language models are unsu- pervised multitask learners
Alec Radford, Jeffrey Wu, Rewon Child, David Luan, Dario Amodei, Ilya Sutskever, et al. Language models are unsu- pervised multitask learners. OpenAI blog, 1(8):9, 2019. 2, 8
2019
-
[26]
Ramesh, Mikhail Pavlov, Gabriel Goh, Scott Gray, Chelsea V oss, Alec Radford, Mark Chen, and Ilya Sutskever
A. Ramesh, Mikhail Pavlov, Gabriel Goh, Scott Gray, Chelsea V oss, Alec Radford, Mark Chen, and Ilya Sutskever. Zero-shot text-to-image generation. ArXiv, abs/2102.12092,
-
[27]
High-resolution image synthesis with latent diffusion models
Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Bj ¨orn Ommer. High-resolution image synthesis with latent diffusion models. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 10684–10695, 2022. 5, 7, 8
2022
-
[28]
Generalization in generation: A closer look at exposure bias
Florian Schmidt. Generalization in generation: A closer look at exposure bias. In Proceedings of the 3rd Workshop on Neural Generation and Translation@EMNLP-IJCNLP 2019, Hong Kong, November 4, 2019 , pages 157–167. As- sociation for Computational Linguistics, 2019. 2
2019
-
[29]
Mostgan-v: Video generation with temporal motion styles
Xiaoqian Shen, Xiang Li, and Mohamed Elhoseiny. Mostgan-v: Video generation with temporal motion styles. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 5652–5661, 2023. 7
2023
-
[30]
Stylegan-v: A continuous video generator with the price, image quality and perks of stylegan2
Ivan Skorokhodov, Sergey Tulyakov, and Mohamed Elho- seiny. Stylegan-v: A continuous video generator with the price, image quality and perks of stylegan2. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 3626–3636, 2022. 7
2022
-
[31]
Ucf101: A dataset of 101 human actions classes from videos in the wild
K Soomro. Ucf101: A dataset of 101 human actions classes from videos in the wild. arXiv preprint arXiv:1212.0402 ,
-
[32]
Dim: Diffusion mamba for efficient high-resolution image synthesis
Yao Teng, Yue Wu, Han Shi, Xuefei Ning, Guohao Dai, Yu Wang, Zhenguo Li, and Xihui Liu. Dim: Diffusion mamba for efficient high-resolution image synthesis. arXiv preprint arXiv:2405.14224, 2024. 7
2024 arXiv
-
[33]
A good image generator is what you need for high-resolution video synthe- sis
Yu Tian, Jian Ren, Menglei Chai, Kyle Olszewski, Xi Peng, Dimitris N Metaxas, and Sergey Tulyakov. A good image generator is what you need for high-resolution video synthe- sis. arXiv preprint arXiv:2104.15069, 2021. 7
2021 arXiv
-
[34]
Mocogan: Decomposing motion and content for video generation
Sergey Tulyakov, Ming-Yu Liu, Xiaodong Yang, and Jan Kautz. Mocogan: Decomposing motion and content for video generation. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 1526–1535,
-
[35]
To- wards accurate generative models of video: A new metric & challenges
Thomas Unterthiner, Sjoerd Van Steenkiste, Karol Kurach, Raphael Marinier, Marcin Michalski, and Sylvain Gelly. To- wards accurate generative models of video: A new metric & challenges. arXiv preprint arXiv:1812.01717, 2018. 5
2018 arXiv
-
[36]
Diffusion models are real-time game engines
Dani Valevski, Yaniv Leviathan, Moab Arar, and Shlomi Fruchter. Diffusion models are real-time game engines. arXiv preprint arXiv:2408.14837, 2024. 2, 3, 4, 5, 8
2024 arXiv
-
[37]
Neural discrete representation learning
Aaron Van Den Oord, Oriol Vinyals, et al. Neural discrete representation learning. Advances in neural information pro- cessing systems, 30, 2017. 7, 8
2017
-
[38]
Attention is all you need
A Vaswani. Attention is all you need. Advances in Neural Information Processing Systems, 2017. 4, 5
2017
-
[39]
Phenaki: Variable length video generation from open domain textual descriptions
Ruben Villegas, Mohammad Babaeizadeh, Pieter-Jan Kin- dermans, Hernan Moraldo, Han Zhang, Mohammad Taghi Saffar, Santiago Castro, Julius Kunze, and Dumitru Erhan. Phenaki: Variable length video generation from open domain textual descriptions. In International Conference on Le...
2022
-
[40]
Pre- dicting video with vqvae
Jacob Walker, Ali Razavi, and A ¨aron van den Oord. Pre- dicting video with vqvae. arXiv preprint arXiv:2103.01950,
-
[41]
Omnitokenizer: A joint image-video tokenizer for visual generation
Junke Wang, Yi Jiang, Zehuan Yuan, Binyue Peng, Zux- uan Wu, and Yu-Gang Jiang. Omnitokenizer: A joint image-video tokenizer for visual generation. arXiv preprint arXiv:2406.09399, 2024. 2, 5, 6, 7, 8
2024 arXiv
-
[42]
Emu3: Next-token prediction is all you need
Xinlong Wang, Xiaosong Zhang, Zhengxiong Luo, Quan Sun, Yufeng Cui, Jinsheng Wang, Fan Zhang, Yueze Wang, Zhen Li, Qiying Yu, et al. Emu3: Next-token prediction is all you need. arXiv preprint arXiv:2409.18869, 2024. 1, 2
2024 arXiv
-
[43]
Williams and David Zipser
Ronald J. Williams and David Zipser. A learning algorithm for continually running fully recurrent neural networks.Neu- ral Computation, 1(2):270–280, 1989. 1, 2
1989
-
[44]
N ¨uwa: Visual synthesis pre- training for neural visual world creation
Chenfei Wu, Jian Liang, Lei Ji, Fan Yang, Yuejian Fang, Daxin Jiang, and Nan Duan. N ¨uwa: Visual synthesis pre- training for neural visual world creation. In European con- ference on computer vision, pages 720–736. Springer, 2022. 1, 2
2022
-
[45]
Videogpt: Video generation using vq-vae and trans- formers
Wilson Yan, Yunzhi Zhang, Pieter Abbeel, and Aravind Srinivas. Videogpt: Video generation using vq-vae and trans- formers. arXiv preprint arXiv:2104.10157, 2021. 1, 2, 7, 8
2021 arXiv
-
[46]
Magvit: Masked generative video transformer
Lijun Yu, Yong Cheng, Kihyuk Sohn, Jos ´e Lezama, Han Zhang, Huiwen Chang, Alexander G Hauptmann, Ming- Hsuan Yang, Yuan Hao, Irfan Essa, et al. Magvit: Masked generative video transformer. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, p...
2023
-
[47]
Language model beats diffusion–tokenizer is key to visual generation
Lijun Yu, Jos ´e Lezama, Nitesh B Gundavarapu, Luca Ver- sari, Kihyuk Sohn, David Minnen, Yong Cheng, Vighnesh Birodkar, Agrim Gupta, Xiuye Gu, et al. Language model beats diffusion–tokenizer is key to visual generation. arXiv preprint arXiv:2310.05737, 2023. 7, 8
-
[48]
Generating videos with dynamics-aware implicit generative adversarial net- works
Sihyun Yu, Jihoon Tack, Sangwoo Mo, Hyunsu Kim, Junho Kim, Jung-Woo Ha, and Jinwoo Shin. Generating videos with dynamics-aware implicit generative adversarial net- works. arXiv preprint arXiv:2202.10571, 2022. 7
2022 arXiv
-
[49]
Video probabilistic diffusion models in projected latent space
Sihyun Yu, Kihyuk Sohn, Subin Kim, and Jinwoo Shin. Video probabilistic diffusion models in projected latent space. In Proceedings of the IEEE/CVF conference on com- puter vision and pattern recognition , pages 18456–18466,
-
[50]
Bridging the gap between training and in- ference for neural machine translation
Wen Zhang, Yang Feng, Fandong Meng, Di You, and Qun Liu. Bridging the gap between training and in- ference for neural machine translation. arXiv preprint arXiv:1906.02448, 2019. 4, 8 10 A. Additional Details A.1. Network Architecture Our spatial-temporal transformer comprises ...
1906 arXiv
-
[600]
arXiv preprint arXiv:1808.01340, 2018. 5, 6, 7
2018 arXiv
Reviewed August 10, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.