REVIEW 3 major objections 6 minor 2 cited by
Long Video Diffusion Generation with Segmented Cross-Attention and Content-Rich Video Data Curation
T0 review · 3 major / 6 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read A video diffusion model called Presto generates 15-second videos with rich, coherent multi-scene content, claiming to outperform open-source and commercial state-of-the-art systems on semantic fidelity and motion.
desk verdict A useful method-plus-data paper on long video generation whose headline numbers don't yet survive a common-protocol comparison. 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
Segmented Cross-Attention (SCA), specifically the Overlap variant (OSCA): the temporal dimension of the diffusion transformer's hidden states is evenly split into N non-overlapping segments, each segment cross-attends to its own sub-caption embeddings, and a small number of frames near each segment boundary additionally attend to the neighboring sub-caption, with the overlapping attention outputs averaged. This mechanism adds no parameters and relies on the model's self-attention to propagate global coherence across segments while each segment's dedicated sub-caption drives local content richness.
What would settle it
A controlled replication of the VBench evaluation in which all compared models are assessed at the same native frame count and frame rate, or with all outputs normalized to the same duration before scoring, would settle the claim. If Presto's 78.5% Semantic Score and 100% Dynamic Degree shrink to within noise of Allegro and Gen-3 under such normalized settings, the outperforming state-of-the-art conclusion would not survive; a reader can check this because the paper does not cite the VBench benchmark, leaving the exact scoring protocol unverifiable.
Extended reading notes
Core claim
The paper's central claim is that long video generation does not have to trade content diversity against long-range coherence. By decomposing the text condition into five progressive sub-captions and letting temporal segments of the latent attend to their respective sub-captions, a DiT-based diffusion model can keep each scene visually distinct while the storyline remains continuous. The authors argue that the Overlap Segmented Cross-Attention (OSCA) variant is the key: boundary frames attend to two adjacent sub-captions and the outputs are averaged, so scenario transitions are smooth instead of abrupt. They further claim that the curated LongTake-HD data is co-responsible for the gains, since removing its meticulous filtering drops the overall VBench score by 2.7 points and replacing SCA with a single concatenated long text drops it by 2.9.
Load-bearing premise
The load-bearing assumption is that VBench scores computed on Presto's 88-frame, pre-interpolation videos are directly comparable to leaderboard scores for models whose native frame counts, frame rates, and prompt processing differ; if VBench's dimensions are sensitive to video length or frame rate, the reported outperforming result may be an artifact of the evaluation protocol rather than of the method.
Editorial extensions
If this is right
- A single text prompt can now produce a 15-second video with several distinct but connected scenes, including specified camera motion, without additional user input.
- Because SCA adds no parameters, any DiT-based text-to-video model can adopt it with minimal fine-tuning, making long, multi-scene generation an architectural plug-in rather than a new model.
- The LongTake-HD dataset, with its narrative, camera-aware progressive sub-captions, provides a training resource that other long-video models could reuse, and its curation pipeline is a template for building similar datasets from public video corpora.
- The reported 100% Dynamic Degree suggests the method handles strong camera movement and scene transitions, though the authors note a trade-off: visual quality drops on very dynamic backgrounds and still frames are poorly supported.
Reading between the lines
- The evaluation discrepancy the authors leave unaddressed: comparing 88-frame pre-interpolation outputs with leaderboard scores from models with different native durations means the quantitative claim may be sensitive to normalization; a fair test would score all models at matched length and frame rate.
- The progressive sub-caption recipe is likely transferable beyond video: any generative model that must follow a long, time-varying narrative could decompose its conditioning into segments, but the paper only demonstrates this for video diffusion.
- The dataset curation pipeline—scene segmentation, aesthetic and optical-flow thresholds, and LLM-based progressive caption refinement—is a reusable template, and a testable extension would be to apply it to public web video at larger scale and measure whether gains persist.
- The authors' acknowledgment that Presto is 'not suitable for generating still frames' implies a motion bias that could be corrected by conditioning on target motion level; the paper does not explore this.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes Presto, a text-to-video diffusion model that targets 15-second generation with long-range coherence and rich content. The method builds on Allegro, a DiT-based model, and introduces Segmented Cross-Attention (SCA), which splits temporal hidden states into five segments and lets each segment cross-attend to a corresponding progressive sub-caption generated by GPT-4o. The authors also introduce LongTake-HD, a curated dataset of 261k clips (47k for fine-tuning) with an overall caption and five progressive sub-captions per video. Quantitative results on VBench report a Semantic Score of 78.5% and Dynamic Degree of 100%, which the paper claims outperforms existing state-of-the-art models, and a user study reports favorable win rates. The central technical ideas are simple and parameter-free, but the main empirical comparison suffers from protocol mismatches and the ablations are not conclusive.
Significance. If the central claims hold, the paper would make a useful contribution: SCA is a parameter-free modification that could be applied broadly to DiT-based video generators, and the LongTake-HD curation pipeline with progressive sub-captions is a valuable template for long-video data construction. The paper documents the data-filtering thresholds in detail and provides a clear description of the three SCA variants. The user study is a positive aspect, as it directly compares generated videos on dimensions that matter for long-form content. However, the headline quantitative claim is weakened by the fact that Presto is evaluated on 88 pre-interpolation frames at a native 6 FPS sampling rate with GPT-4o-expanded prompts, while baselines are copied from the VBench leaderboard; the ablations show small differences without significance testing and are run at a different resolution and frame count. The significance of the work is therefore conditional on a more carefully controlled empirical evaluation.
major comments (3)
- [Sec. 5.2, Table 2; Abstract] The central quantitative claim is not supported by a controlled comparison. The paper states that for Presto 'we assess the original videos with 88 frames before interpolation,' while scores for Allegro, Gen-3, and TALC are taken directly from the VBench leaderboard. Because Presto samples frames at 6 FPS (Sec. 4.3), its 88 evaluation frames correspond to roughly 14.7 seconds of content, whereas the leaderboard videos are generated under different native frame rates and durations. VBench dimensions such as Dynamic Degree are computed from temporal differences, so a lower sampling rate or a longer clip can alter the score independently of generation quality; this may explain the 100% Dynamic Degree for Presto versus 55.0% for Allegro without implying genuinely superior motion. The Semantic Score comparison is also confounded: at inference, Presto expands each user prompt into five GPT-4o-generated sub-captions (Secs. 3.2 and 4.3), while the leaderboard baselines did not receive this prompt processing. Consequently, Table 2 does not establish the Abstract's claim that Presto 'outperforms existing state-of-the-art video generation methods.' The authors should re-run at least the key baselines under an identical evaluation protocol (same frame count, frame rate, interpolation status, and prompt processing) or substantially qualify the claim.
- [Sec. 5.4, Table 4] The ablation study does not provide strong quantitative evidence for the design choices. The differences between OSCA, SSCA, ISCA, 'w/o Meticulous Filtering,' and 'Single Long Condition' are small (1.0-2.9 points on VBench Overall Score) and are reported without error bars, confidence intervals, or significance tests. In addition, these ablations are run at 360p resolution with 40 frames, whereas the main experiments are at 720p with 88 frames, so it is unclear whether the observed ordering of strategies transfers to the actual operating point. The 'Single Long Condition' baseline concatenates the same GPT-4o-expanded sub-captions into a single long text, which controls for text length but not for the effect of the inference-time prompt expansion itself; adding a baseline that uses the original single user prompt with standard global cross-attention would help attribute the gains specifically to Segmented Cross-Attention rather than to the richer prompt.
- [Sec. 5.2 and Appendix C] The explanation for Presto's lower VBench Quality Score (80.6 versus 84.1 for Gen-3 and 83.1 for Allegro) is speculative. Appendix C hypothesizes that 'dynamism loss' due to motion blur and H.264 compression causes the degradation, but no controlled experiment, correlation analysis, or quantitative measurement is provided to link the observed quality drop to motion complexity. The authors should either support this explanation with evidence or present the quality degradation as an observation without assigning a causal mechanism.
minor comments (6)
- [Sec. 5.1] The text refers to 'Runaway Gen-3,' but the reference [31] and common usage spell it 'Runway Gen-3'; please correct the typo.
- [Sec. 4.2] The overlap condition is written as 'δ < [T/N]' without defining the square brackets; please clarify whether this denotes the integer part and state the units of δ.
- [Sec. 3.2] The example in the progressive sub-captions paragraph shows three sub-captions, while the dataset construction and model use five; please add a note that this is a simplified illustration.
- [Table 1] The footnote states that 'Aesthetics, Diversity, Coherence, and Quality' are evaluated on 100 random samples, but the main caption says 'Unless specifically noted otherwise, data is calculated over the entire dataset using automated metrics'; please make explicit that the Aesthetics column is also based on the 100-sample subset.
- [Appendix B] The sentence 'Progressive sub-captions have been demonstrated to improve semantic scores in diffusion model training [38]' is not clearly supported by reference [38], which describes a model rather than a controlled comparison; please provide a more direct citation or rephrase as a hypothesis.
- [General] The paper does not state whether the LongTake-HD dataset, the filtering code, or the trained model will be publicly released; given that a large part of the contribution is the dataset and curation pipeline, an availability statement would improve reproducibility.
Circularity Check
No significant circularity: the central claims are tested against external benchmarks and the method is an architectural modification of an open-source backbone, not a renamed fit.
full rationale
The paper's derivation chain is self-contained in the relevant sense. Presto's headline numbers (78.5% VBench Semantic Score, 100% Dynamic Degree) are obtained by running the trained model on the external VBench benchmark, not by plugging fitted parameters back into the evaluation. The Segmented Cross-Attention mechanism is an architectural change requiring no additional parameters, and the reported comparisons among ISCA, SSCA, and OSCA are real ablations under the same evaluation protocol. The LongTake-HD contribution is supported by the 'w/o Meticulous Filtering' ablation, which compares curated data against a randomly sampled subset, and by the 'Single Long Condition' ablation, which is designed to separate segmented cross-attention from text-length effects. The paper builds on Allegro, which is a self-citation with overlapping authors, but Allegro is used as an open base model and comparison baseline, not as evidence for Presto's own claims. The Appendix B validation of progressive sub-captions uses text similarity between training and inference captions generated with the same LLM refinement style; however, the paper explicitly acknowledges that a direct diffusion-training comparison is left to future work, so that section is honestly labeled as indirect and does not function as a circular derivation of the main results. Remaining issues such as scoring Presto on 88 pre-interpolation frames versus leaderboard baselines and applying GPT-4o prompt expansion only to Presto are comparability or correctness concerns, not cases where a claimed result reduces to its own inputs by construction.
Assumptions & free parameters
free parameters (3)
- Data filtering thresholds (duration, FPS, resolution, aesthetics, flow, PSNR, SSIM, LPIPS, text similarity) =
Tab. 5 ranges: aesthetics >=4.8 (pretrain) / >=5.0 (finetune); Unimatch flow >=40/50; PSNR [4,20]; SSIM [0,0.7]; LPIPS…
- Number of temporal segments N =
5
- Overlap frames delta =
not specified
assumptions (4)
- domain assumption The five equal temporal segments of the 88-frame latent align with the temporal progression of the five progressive sub-captions.
- domain assumption The external captioning and refinement models (Aria, GPT-4o, T5) produce captions and embeddings that preserve semantic distinctions needed by segmented cross-attention.
- domain assumption VBench Semantic Score, Dynamic Degree, and the user study dimensions are valid proxies for content richness and long-range coherence.
- ad hoc to paper Self-attention across the entire sequence provides sufficient global communication to compensate for the segmented cross-attention.
Cite this review
Pith. "Pith review of Long Video Diffusion Generation with Segmented Cross-Attention and Content-Rich Video Data Curation." pith.science (2026). https://pith.science/paper/DCPDFQ2A
@misc{pith2026241201316,
author = {Pith},
title = {Pith review of: Long Video Diffusion Generation with Segmented Cross-Attention and Content-Rich Video Data Curation},
year = {2026},
howpublished = {\url{https://pith.science/paper/DCPDFQ2A}},
note = {Machine review of arXiv:2412.01316}
}
read the original abstract
We introduce Presto, a novel video diffusion model designed to generate 15-second videos with long-range coherence and rich content. Extending video generation methods to maintain scenario diversity over long durations presents significant challenges. To address this, we propose a Segmented Cross-Attention (SCA) strategy, which splits hidden states into segments along the temporal dimension, allowing each segment to cross-attend to a corresponding sub-caption. SCA requires no additional parameters, enabling seamless incorporation into current DiT-based architectures. To facilitate high-quality long video generation, we build the LongTake-HD dataset, consisting of 261k content-rich videos with scenario coherence, annotated with an overall video caption and five progressive sub-captions. Experiments show that our Presto achieves 78.5% on the VBench Semantic Score and 100% on the Dynamic Degree, outperforming existing state-of-the-art video generation methods. This demonstrates that our proposed Presto significantly enhances content richness, maintains long-range coherence, and captures intricate textual details. More details are displayed on our project page: https://presto-video.github.io/.
Figures
Figures from the paper (6 more)
Forward citations
Cited by 2 Pith papers
-
LoViC: Efficient Long Video Generation with Context Compression
LoViC uses FlexFormer, a single-query-token Q-Former with interpolated rotary positional encoding, to compress long video-text context for efficient long-video generation.
-
Frame-Level Captions for Long Video Generation with Complex Multi Scenes
Frame-level captions with per-frame cross-attention and parallel multi-window denoising reduce semantic confusion in long multi-scene video generation in the authors' internal evaluation.
Reference graph
Works this paper leans on
-
[1]
Josh Achiam, Steven Adler, Sandhini Agarwal, Lama Ah- mad, Ilge Akkaya, Florencia Leoni Aleman, Diogo Almeida, Janko Altenschmidt, Sam Altman, Shyamal Anadkat, et al. Gpt-4 technical report. arXiv preprint arXiv:2303.08774 ,
-
[2]
Character region awareness for text de- tection
Youngmin Baek, Bado Lee, Dongyoon Han, Sangdoo Yun, and Hwalsuk Lee. Character region awareness for text de- tection. In CVPR, pages 9365–9374, 2019. 3
work page 2019
-
[3]
Frozen in time: A joint video and image encoder for end-to-end retrieval
Max Bain, Arsha Nagrani, G ¨ul Varol, and Andrew Zisser- man. Frozen in time: A joint video and image encoder for end-to-end retrieval. In ICCV, pages 1728–1738, 2021. 3
2021
-
[4]
TALC: Time-aligned captions for multi-scene text-to-video generation
Hritik Bansal, Yonatan Bitton, Michal Yarom, Idan Szpektor, Aditya Grover, and Kai-Wei Chang. TALC: Time-aligned captions for multi-scene text-to-video generation. arXiv preprint arXiv:2405.04682, 2024. 2, 6
arXiv 2024
-
[5]
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
-
[6]
Panda-70M: Captioning 70M videos with multiple cross-modality teachers
Tsai-Shien Chen, Aliaksandr Siarohin, Willi Menapace, Ekaterina Deyneka, Hsiang-wei Chao, Byung Eun Jeon, Yuwei Fang, Hsin-Ying Lee, Jian Ren, Ming-Hsuan Yang, et al. Panda-70M: Captioning 70M videos with multiple cross-modality teachers. In CVPR, pages 13320–13331,
-
[7]
RFC1951: Deflate compressed data format specification version 1.3, 1996
Peter Deutsch. RFC1951: Deflate compressed data format specification version 1.3, 1996. 4
work page 1996
-
[8]
The Cambridge dictionary of statistics
Brian S Everitt. The Cambridge dictionary of statistics . Cambridge University Press 1998, 2002, 2006, 2006. 3
work page 1998
Show all 56 references
-
[9]
Streamingt2v: Con- sistent, dynamic, and extendable long video generation from text
Roberto Henschel, Levon Khachatryan, Daniil Hayrapetyan, Hayk Poghosyan, Vahram Tadevosyan, Zhangyang Wang, Shant Navasardyan, and Humphrey Shi. Streamingt2v: Con- sistent, dynamic, and extendable long video generation from text. arXiv preprint arXiv:2403.14773, 2024. 1, 2
2024 arXiv
-
[10]
Video dif- fusion models
Jonathan Ho, Tim Salimans, Alexey Gritsenko, William Chan, Mohammad Norouzi, and David J Fleet. Video dif- fusion models. NeurIPS, 35:8633–8646, 2022. 1
2022
-
[11]
A method for the construction of minimum-redundancy codes
David A Huffman. A method for the construction of minimum-redundancy codes. Proceedings of the IRE, 40(9): 1098–1101, 1952. 4
1952
-
[12]
Scope of va- lidity of psnr in image/video quality assessment
Quan Huynh-Thu and Mohammed Ghanbari. Scope of va- lidity of psnr in image/video quality assessment. Electronics letters, 44(13):800–801, 2008. 3
2008
-
[13]
Fifo-diffusion: Generating infinite videos from text without training
Jihwan Kim, Junoh Kang, Jinyoung Choi, and Bohyung Han. Fifo-diffusion: Generating infinite videos from text without training. arXiv preprint arXiv:2405.11473, 2024. 1, 2
2024 arXiv
-
[14]
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. 3
2023 arXiv
-
[15]
Aria: An open multimodal native mixture-of- experts model, 2024
Dongxu Li, Yudong Liu, Haoning Wu, Yue Wang, Zhiqi Shen, Bowen Qu, Xinyao Niu, Guoyin Wang, Bei Chen, and Junnan Li. Aria: An open multimodal native mixture-of- experts model, 2024. 4, 12
2024
-
[16]
Rouge: A package for automatic evaluation of summaries
Chin-Yew Lin. Rouge: A package for automatic evaluation of summaries. In Text summarization branches out , pages 74–81, 2004. 12
2004
-
[17]
Automatic evaluation of machine translation quality using longest common sub- sequence and skip-bigram statistics
Chin-Yew Lin and Franz Josef Och. Automatic evaluation of machine translation quality using longest common sub- sequence and skip-bigram statistics. In Proceedings of the 42nd annual meeting of the association for computational linguistics (ACL-04), pages 605–612, 2004. 12
2004
-
[18]
Swin transformer: Hierarchical vision transformer using shifted windows
Ze Liu, Yutong Lin, Yue Cao, Han Hu, Yixuan Wei, Zheng Zhang, Stephen Lin, and Baining Guo. Swin transformer: Hierarchical vision transformer using shifted windows. In Proceedings of the IEEE/CVF international conference on computer vision, pages 10012–10022, 2021. 6
2021
-
[19]
Freelong: Training-free long video generation with spectralblend tem- poral attention
Yu Lu, Yuanzhi Liang, Linchao Zhu, and Yi Yang. Freelong: Training-free long video generation with spectralblend tem- poral attention. arXiv preprint arXiv:2407.19918, 2024. 1, 2
2024 arXiv
-
[20]
OpenVid-1M: A large-scale high-quality dataset for text-to- video generation
Kepan Nan, Rui Xie, Penghao Zhou, Tiehan Fan, Zhen- heng Yang, Zhijie Chen, Xiang Li, Jian Yang, and Ying Tai. OpenVid-1M: A large-scale high-quality dataset for text-to- video generation. arXiv preprint arXiv:2407.02371 , 2024. 3
2024 arXiv
-
[21]
Glide: Towards photorealistic image generation and editing with text-guided diffusion models.arXiv preprint arXiv:2112.10741, 2021
Alex Nichol, Prafulla Dhariwal, Aditya Ramesh, Pranav Shyam, Pamela Mishkin, Bob McGrew, Ilya Sutskever, and Mark Chen. Glide: Towards photorealistic image generation and editing with text-guided diffusion models.arXiv preprint arXiv:2112.10741, 2021. 1
2021 arXiv
-
[22]
MTVG: Multi-text video generation with text-to- video models
Gyeongrok Oh, Jaehwan Jeong, Sieun Kim, Wonmin Byeon, Jinkyu Kim, Sungwoong Kim, Hyeokmin Kwon, and Sang- pil Kim. MTVG: Multi-text video generation with text-to- video models. arXiv preprint arXiv:2312.04086, 2023. 2
2023 arXiv
-
[23]
Bleu: a method for automatic evaluation of machine translation
Kishore Papineni, Salim Roukos, Todd Ward, and Wei-Jing Zhu. Bleu: a method for automatic evaluation of machine translation. In Proceedings of the 40th annual meeting of the Association for Computational Linguistics , pages 311–318,
-
[24]
PySceneDetect
PySceneDetect Contributors. PySceneDetect. https:// www.scenedetect.com, 2024. 3
2024
-
[25]
Freenoise: Tuning-free longer video diffusion via noise rescheduling.arXiv preprint arXiv:2310.15169, 2023
Haonan Qiu, Menghan Xia, Yong Zhang, Yingqing He, Xin- tao Wang, Ying Shan, and Ziwei Liu. Freenoise: Tuning-free longer video diffusion via noise rescheduling.arXiv preprint arXiv:2310.15169, 2023. 1, 2
2023 arXiv
-
[26]
Exploring the limits of transfer learning with a unified text-to-text transformer
Colin Raffel, Noam Shazeer, Adam Roberts, Katherine Lee, Sharan Narang, Michael Matena, Yanqi Zhou, Wei Li, and Peter J Liu. Exploring the limits of transfer learning with a unified text-to-text transformer. JMLR, 21(140):1–67, 2020. 6
2020
-
[27]
Contrastive sequential-diffusion learn- ing: An approach to multi-scene instructional video synthe- sis
Vasco Ramos, Yonatan Bitton, Michal Yarom, Idan Szpektor, and Joao Magalhaes. Contrastive sequential-diffusion learn- ing: An approach to multi-scene instructional video synthe- sis. arXiv preprint arXiv:2407.11814, 2024. 2
2024 arXiv
-
[28]
Sentence-bert: Sentence embeddings using siamese bert-networks
Nils Reimers and Iryna Gurevych. Sentence-bert: Sentence embeddings using siamese bert-networks. In Proceedings of the 2019 Conference on Empirical Methods in Natural Lan- guage Processing. Association for Computational Linguis- tics, 2019. 4, 12
2019
-
[29]
Making monolingual sen- tence embeddings multilingual using knowledge distillation
Nils Reimers and Iryna Gurevych. Making monolingual sen- tence embeddings multilingual using knowledge distillation. 10 In Proceedings of the 2020 Conference on Empirical Meth- ods in Natural Language Processing. Association for Com- putational Linguistics, 2020. 4, 12
2020
-
[30]
MM-Diffusion: Learning multi-modal diffusion models for joint audio and video generation
Ludan Ruan, Yiyang Ma, Huan Yang, Huiguo He, Bei Liu, Jianlong Fu, Nicholas Jing Yuan, Qin Jin, and Baining Guo. MM-Diffusion: Learning multi-modal diffusion models for joint audio and video generation. In CVPR, pages 10219– 10228, 2023. 1
2023
-
[31]
Gen-3 Alpha
RunwayML. Gen-3 Alpha. https://runwayml.com/ research/introducing-gen-3-alpha , 2024. 6
2024
-
[32]
Photorealistic text-to-image diffusion models with deep language understanding
Chitwan Saharia, William Chan, Saurabh Saxena, Lala Li, Jay Whang, Emily L Denton, Kamyar Ghasemipour, Raphael Gontijo Lopes, Burcu Karagol Ayan, Tim Salimans, et al. Photorealistic text-to-image diffusion models with deep language understanding. NeurIPS, 35:36479–36494, 2022. 1
2022
-
[33]
LAION-5B: An open large-scale dataset for train- ing next generation image-text models
Christoph Schuhmann, Romain Beaumont, Richard Vencu, Cade Gordon, Ross Wightman, Mehdi Cherti, Theo Coombes, Aarush Katta, Clayton Mullis, Mitchell Worts- man, et al. LAION-5B: An open large-scale dataset for train- ing next generation image-text models. NeurIPS, 35:25278– 252...
2022
-
[34]
Make-A-Video: Text-to-video generation without text-video data
Uriel Singer, Adam Polyak, Thomas Hayes, Xi Yin, Jie An, Songyang Zhang, Qiyuan Hu, Harry Yang, Oron Ashual, Oran Gafni, et al. Make-A-Video: Text-to-video generation without text-video data. arXiv preprint arXiv:2209.14792 ,
-
[35]
Modern information retrieval: A brief overview
Amit Singhal et al. Modern information retrieval: A brief overview. IEEE Data Eng. Bull., 24(4):35–43, 2001. 4, 12
2001
-
[36]
MPNet: Masked and permuted pre-training for language un- derstanding
Kaitao Song, Xu Tan, Tao Qin, Jianfeng Lu, and Tie-Yan Liu. MPNet: Masked and permuted pre-training for language un- derstanding. arXiv preprint arXiv:2004.09297, 2020. 4, 12
2004 arXiv
-
[37]
Video-infinity: distributed long video generation
Zhenxiong Tan, Xingyi Yang, Songhua Liu, and Xinchao Wang. Video-infinity: distributed long video generation. arXiv preprint arXiv:2406.16260, 2024. 1, 2
2024 arXiv
-
[38]
Phenaki: Variable length video generation from open domain textual description
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 description. arXiv preprint arXiv:2210.02399, 2...
-
[39]
MCVD: Masked conditional video diffusion for prediction, generation, and interpolation
Vikram V oleti, Alexia Jolicoeur-Martineau, and Chris Pal. MCVD: Masked conditional video diffusion for prediction, generation, and interpolation. NeurIPS, 35:23371–23385,
-
[40]
Gen-l-video: Multi-text to long video generation via temporal co-denoising
Fu-Yun Wang, Wenshuo Chen, Guanglu Song, Han-Jia Ye, Yu Liu, and Hongsheng Li. Gen-l-video: Multi-text to long video generation via temporal co-denoising. arXiv preprint arXiv:2305.18264, 2023. 1, 2
2023 arXiv
-
[41]
VideoFactory: Swap at- tention in spatiotemporal diffusions for text-to-video gener- ation
Wenjing Wang, Huan Yang, Zixi Tuo, Huiguo He, Junchen Zhu, Jianlong Fu, and Jiaying Liu. VideoFactory: Swap at- tention in spatiotemporal diffusions for text-to-video gener- ation. arXiv preprint arXiv:2305.10874, 2023. 3
2023 arXiv
-
[42]
VideoComposer: Compositional video synthesis with motion controllability
Xiang Wang, Hangjie Yuan, Shiwei Zhang, Dayou Chen, Ji- uniu Wang, Yingya Zhang, Yujun Shen, Deli Zhao, and Jin- gren Zhou. VideoComposer: Compositional video synthesis with motion controllability. NeurIPS, 36, 2024. 1
2024
-
[43]
Loong: Generating minute-level long videos with autoregressive lan- guage models
Yuqing Wang, Tianwei Xiong, Daquan Zhou, Zhijie Lin, Yang Zhao, Bingyi Kang, Jiashi Feng, and Xihui Liu. Loong: Generating minute-level long videos with autoregressive lan- guage models. arXiv preprint arXiv:2410.02757, 2024. 1, 2
2024 arXiv
-
[44]
Image quality assessment: from error visibility to structural similarity
Zhou Wang, Alan C Bovik, Hamid R Sheikh, and Eero P Simoncelli. Image quality assessment: from error visibility to structural similarity. TIP, 13(4):600–612, 2004. 3
2004
-
[45]
Struc- tural approaches to image quality assessment
Zhou Wang, Alan C Bovik, and Eero P Simoncelli. Struc- tural approaches to image quality assessment. Handbook of image and video processing, 7(18), 2005. 12
2005
-
[46]
Watermark-Detection
Watermark-Detection Contributors. Watermark-Detection. https : / / github . com / boomb0om / watermark - detection, 2022. 3
2022
-
[47]
Unifying flow, stereo and depth estimation
Haofei Xu, Jing Zhang, Jianfei Cai, Hamid Rezatofighi, Fisher Yu, Dacheng Tao, and Andreas Geiger. Unifying flow, stereo and depth estimation. TPAMI, 2023. 3
2023
-
[48]
Ad- vancing high-resolution video-language representation with large-scale video transcriptions
Hongwei Xue, Tiankai Hang, Yanhong Zeng, Yuchong Sun, Bei Liu, Huan Yang, Jianlong Fu, and Baining Guo. Ad- vancing high-resolution video-language representation with large-scale video transcriptions. InCVPR, pages 5036–5045,
-
[49]
Cogvideox: Text-to-video diffusion models with an expert transformer
Zhuoyi Yang, Jiayan Teng, Wendi Zheng, Ming Ding, Shiyu Huang, Jiazheng Xu, Yuanming Yang, Wenyi Hong, Xiao- han Zhang, Guanyu Feng, et al. Cogvideox: Text-to-video diffusion models with an expert transformer. arXiv preprint arXiv:2408.06072, 2024. 7
2024 arXiv
-
[50]
Nuwa-xl: Diffusion over diffusion for extremely long video generation.arXiv preprint arXiv:2303.12346, 2023
Shengming Yin, Chenfei Wu, Huan Yang, Jianfeng Wang, Xiaodong Wang, Minheng Ni, Zhengyuan Yang, Linjie Li, Shuguang Liu, Fan Yang, et al. Nuwa-xl: Diffusion over diffusion for extremely long video generation.arXiv preprint arXiv:2303.12346, 2023. 1, 2, 3
2023 arXiv
-
[51]
Extracting motion and ap- pearance via inter-frame attention for efficient video frame interpolation
Guozhen Zhang, Yuhan Zhu, Haonan Wang, Youxin Chen, Gangshan Wu, and Limin Wang. Extracting motion and ap- pearance via inter-frame attention for efficient video frame interpolation. In CVPR, pages 5682–5692, 2023. 6
2023
-
[52]
The unreasonable effectiveness of deep features as a perceptual metric
Richard Zhang, Phillip Isola, Alexei A Efros, Eli Shechtman, and Oliver Wang. The unreasonable effectiveness of deep features as a perceptual metric. In CVPR, pages 586–595,
-
[53]
Contphy: Continuum physical concept learning and reason- ing from videos
Zhicheng Zheng, Xin Yan, Zhenfang Chen, Jingzhou Wang, Qin Zhi Eddie Lim, Joshua B Tenenbaum, and Chuang Gan. Contphy: Continuum physical concept learning and reason- ing from videos. arXiv preprint arXiv:2402.06119, 2024. 7
2024 arXiv
-
[54]
Al- legro: Open the black box of commercial-level video gen- eration model
Yuan Zhou, Qiuyue Wang, Yuxuan Cai, and Huan Yang. Al- legro: Open the black box of commercial-level video gen- eration model. arXiv preprint arXiv:2410.15458, 2024. 6, 7
2024 arXiv
-
[55]
A universal algorithm for sequential data compression
Jacob Ziv and Abraham Lempel. A universal algorithm for sequential data compression. IEEE Transactions on infor- mation theory, 23(3):337–343, 1977. 4
1977
-
[56]
Compression of individual sequences via variable-rate coding
Jacob Ziv and Abraham Lempel. Compression of individual sequences via variable-rate coding. IEEE transactions on Information Theory, 24(5):530–536, 1978. 4 11 Long Video Diffusion Generation with Segmented Cross-Attention and Content-Rich Video Data Curation Appendix A. Detail...
1978
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.