Thanks for your valuable suggestions! We have provided explanations and additional experiments to address the weaknesses.
**Weakness 1 and Question 2: the performance improvement does not appear to be significant. For example, the CogVideoX-2B model outperforms only in the Dynamic Degree (compared to CogVideoX-5B).**
We sincerely apologize for the previous mistake where we inadvertently used the sampling settings for the 5B model during the evaluation of the 2B model. Due to slight differences in the training processes of the two models, their respective optimal sampling settings should differ as well. We have re-evaluated the 2B model and updated the score in the pdf.
Dynamic degree is used to measure the level of motion in generated videos, but it is unrelated to the visual quality of the generation. It can be observed that the dynamic degree of both CogVideoX-2B and 5B are higher than others, indicating that our models can generate videos with large motions compared to other models. However, **maintaining visual quality under high dynamic motion and long durations is extremely challenging**, which highlights how the performance of the CogVideoX models surpasses that of the baseline models.
The dynamic degree of the 2B model is **slightly higher** than that of the 5B model, which we believe is due to the occasional generation of distorted videos by the 2B model.
**Weakness2: The computational cost (in both time and memory) and the complexity of data filtering and training seem high. Authors should specify these.**
We have provided additional details on the time and spatial consumption corresponding to different resolutions in Appendix A, and referenced them in the main text.
Use H800, bf16, 50steps to generate a video:
| | 2b-480x720-6s | 5b-480x720-6s | 2b-768x1360-5s | 5b-768x1360-5s |
| ------ | ------------- | ------------- | -------------- | -------------- |
| Time | 49s | 113s | 220s | 500s |
| Memory | 18GB | 26GB | 53GB | 76GB |
**Question 1: In the paper, ablation studies have been evaluated with only FVD scores. However, for Expert AdaLN, which focuses on alignment between text and video data, it would be reasonable to include other metrics, such as the CLIP score, to provide more robust validation of the ablation study results.**
Generally, the FVD similarity between two videos with similar caption is higher than that between two random videos. In our ablation, the FVD comparison is conducted betweend the ground truth and the generated videos corresponding to the same prompts. Therefore, FVD can, to some extent, measure the semantic alignment of video generation.
But, we agree that more semantic comparisons should be added. We add CLIP4CLIP[1] results in **figure8** to compare the semantic similarity between videos. CLIP4CLIP is a video embedding model aligned with text finetuned from CLIP. The semantic alignment of the CogVideoX is better than the MMDiT with twice the parameters and the structure without expert AdaLN.
[1] Luo, Huaishao, et al. "Clip4clip: An empirical study of clip for end to end video clip retrieval and captioning." Neurocomputing 508 (2022): 293-304.
**Question 3: Can the model generate similar-quality videos without using the caption upsampler? The caption upsampler may hinder robust generalization performance.**
The model can generate corresponding videos with short captions, but the quality will be slightly worse compared to longer captions.
1. **Why use long caption during training and inference?** And long caption training and inference with an upsampler is widely adopted in image generation[2]. Performance improvement can be attributed to longer captions providing more accurate visual information, thereby reducing the difficulty of generation for the model and shifting this part of the challenge to the LLM. Due to the strong generalization capabilities of current LLMs, they can fully perform reasonable upsampling on all input prompts, without hindering the model's robustness.
2. **Short caption performance.** Since most captions during training are long, using short captions during inference leads to a training-inference mismatch, resulting in poorer generation quality. Ensuring that the model can generate results for short captions that are as effective as those for long captions is an intriguing challenge. However, it is not the focus of this paper, and we look forward to exploring it in future work.
[2] Betker, James, et al. "Improving image generation with better captions." Computer Science. https://cdn.openai.com/papers/dall-e-3. pdf 2.3 (2023): 8.