Summary
The paper tackles the task of distilling diffusion-based text-to-video models into single-step models, achieving much higher sampling speeds. To this end, they build a framework to fine-tune a pretrained video diffusion model. This fine-tuning is done in an adversarial setting in the latent space, whereby the generator and discriminator are designed to achieve higher image quality and video consistency. In particular, the generator is initialized from a pretrained video model, and the discriminator is partially initialized with the layers of a pretrained encoder, where additional spatial-temporal layers are added and trained. The model achieves SOTA SVD quality in the setting of 1-step video diffusion and an additional speedup compared to existing art.
Strengths
The paper is very well written and easy to read. In particular, the introduction and related work well put the work in context and the contribution. The related work section is sufficiently extensive and provides the right context to identify the existing gap the paper is trying to solve. The results and visualizations are clear, well-explained, and detailed.
The paper is also well validated, showing excellent results compared to the state-of-the-art in single-step video generation, achieving superiority in terms of quality as well as sampling time.
By fine-tuning an existing video model, the authors can also achieve good training time and use any knowledge captured by the pretrained model. In that sense, the proposed approach makes sense and is well-suited for the task.
Weaknesses
My main concerns are concerning the novelty and significance of the proposed approach in the following sense:
1. One component of the method is a re-design of the generator and discriminator. First, this in itself seems to be of limited novelty. The proposed components are standard and well-established in the community. Finetnuning the discriminator by adding additional layers is not new, and similarly, for the generator, copying the pretrained encoder seems sensible but does not offer a new contribution. Second, one could take the existing single-step adversarial text-to-image approaches and replace the generator and discriminator with the architecture proposed in this paper. The authors identify such papers well (e.g. [24, 25, 26, 27, 28]) but do not compare them to such a baseline. Hence, assessing whether the proposed architectural changes are meaningful is difficult.
2. The proposed training regime (adversarial training and reconstruction losses) is another component. On the flip side to 1, is this training regime important? In that sense, one could take existing single or multi-step video diffusion baselines (e.g., [14, 21]) and change the training regime to that proposed in this paper. Further, assuming that this training regime improves in the video setting, one could assume that it is more general and applicable also in the single-step text-to-image regime.
Further, the proposed components both seem to be marginally novel. Adversarial training for single-step distillation and the temporal components are also not new. Is there something non-trivial in the combination of both components?
Questions
I believe the paper provides a great engineering effort, significantly improving sampling speed and quality compared to the state-of-the-art. However, I am concerned about the novelty of the proposed approach, as indicated in the weaknesses section.
Limitations
Limitations are briefly addressed but not sufficiently analyzed. It would be great to see examples of errors introduced by the approach or some further analysis.