General Response
We thank all the reviewers for their valuable reviews. We also appreciate their recognition of the key contributions of our framework and the superiority of our results. Overall, we are encouraged that they find that:
1. **Contributions to the new task**: This paper proposes a new and interesting task called multi-grained editing, which includes class-level, instance-level, and part-level editing, motivated by practical needs in video editing. (all reviewers)
2. The **novelty** of ST-Modulator: The proposed ST-Layout Attn is novel and effectively addresses the key challenges of precise, multi-grained video editing by modulating cross- and self-attention.” (Reviewer cwR6, T7q7, 4zxu)
3. **Superior performance** of ST-Modulator: “The results show the SOTA performance and efficiency on existing benchmarks and real-world videos.” (Reviewer cwR6, XFkN, T7q7))
4. The merit of **training-free** framework: The proposed method does not require parameter tuning, a significant advantage for video editing (Reviewer cwR6, T7q7,4zxu)
5. The paper is well-written, and the empirical study is insightful, making complex concepts easy to understand.(Reviewer cwR6, T7q7, 4zxu)
According to our understanding, the main concern from reviewers is:
**Can other methods achieve similar results when equipped with SAM-Track instance masks?**
We conducted thorough experiments with VideoP2P equipped with SAM-Track masks (Figure 9) and Ground-A-Video (Figure 10, 11). The results show that both methods failed in multi-grained edits, even with instance masks. While SAM-Track provides layout guidance, it does not guarantee successful edits. Furthermore, as demonstrated in Appendix B, our method can achieve high-quality results even without SAM-Track.
Here, we have summarized the changes to our manuscript. Modified or added contents have been highlighted blue in the revised paper. Point-to-point responses were also included as a reply to each reviewer.
1. In **Appendix A** and **Figure 9**, we conducted experiments with VideoP2P equipped with SAM-Track masks and visualized cross-attn weight to illustrate the difference between P2P and ours. (Reviewer XFkN, 4zxu)
2. In **Appendix B** and **Figure 11**, we provide examples without sam-track masks and compare Ground-A-Video with instance conditions. (Reviewer 4zxu)
3. In **Appendix C**, we provided solely editing examples without changing the background(Reviewer cwR6)
4. In **Appendix D** and **Figure 1, 13,**, we expand part-level definition (Figure1 abd Line75) and add part-level modification examples. (Reviewer cwR6)
5. In **Figure 4** and **Section 3.4**, we revised the notations to clarify. (Reviewer XFkN)
6. In **Appendix E**, we provide the temporal focus of ST-Layout Attn (Reviewer 4zxu)
7. In **Appendix F**, we ablate the control condition signals. (Reviewer 4zxu)
8. We have already released the code at an anonymous link.