Thank you for the valuable feedback!
We would like to express our gratitude to Reviewer **WhZ8** for reviewing our paper and raising valuable questions. Below we respond to the questions. We would highly appreciate it if the reviewer agree with our response and consider raising the score. Thank you so much!
**Q1. The model capabilities are limited, such as being unable to perform shape transformations, object additions, or deletions.**
**Please first refer to the general reply for the clarification of our contributions.** We also clarify that the inability to perform shape transformations, object additions, or deletions does not stem from the fact that our model capacities are not enough. The related works [1, 2, 3] can neither achieve that because we all hinge on pre-trained diffusion models and controlnets for **training-free video editing**. Besides, as argued, one of our main goals is to keep the fidelity of the generations to the source videos, instead of creating new content. We sincerely hope the reviewer can re-evaluate the contribution of this work based on these clarifications.
**Q2. The innovation is limited, and cross-window cannot establish the temporal dependence of long videos?**
Thanks for sharing your concerns. We would like to clarify again that we extend the sparse attention mechanism to cross-window attention for long video editing, while vanilla sparse attention or cross-frame attention leads to noticeable transitions between windows. Fig 5 a) shows the result of the separate edit of each window based on naive cross-frame attention. From the experiments, **we can conclude that the cross-window can establish the temporal dependence of long videos to some extent and alleviate the different styles between windows.**
**Q3. Consistency within the window, and worse performance than fully cross-frame attention-based ControlVideo?**
Thanks for digging into the details. In cross-window attention, we **incorporate the features of the last frame in the current window in the KV matrix**, which can ensure consistency within the window. In fact, the hierarchical sampler in ControlVideo serves the same purpose of establishing the temporal dependence of long videos. Our cross-frame attention is a replacement for it in an auto-regressive pipeline. We also clarify that **it is natural to get better results when incorporating more features (as done by fully cross-frame attention-based ControlVideo), but we argue that we can get comparable results with less computation overhead and quite better results than vanilla sparse attention, and visualization results are not cherry-picked.** Besides, with our complete pipeline, we perform better than baselines, which shows that each part makes a difference to the final effects, especially the latent fusion module can provide more accurate controls and further improve consistency (see car_comparision.mp4 in the updated supplementary for the comparison results of the "a red car" case).
[1] Zhao et.al. ControlVideo: Adding Conditional Control for One Shot Text-to-Video Editing
[2] Khachatryan et.al. Text2Video-Zero: Text-to-Image Diffusion Models are Zero-Shot Video Generators
[3] Zhang et.al. ControlVideo: Training-free Controllable Text-to-Video Generation