**W:
(1) The experiments related to the proposed method are not sufficiently comprehensive. In Section 5.3, Adversarial Curriculum Training is introduced, which includes two strategies: the Data-level strategy and the Model-level strategy. The core of Adversarial Curriculum Training involves the iterative adjustment of the data masking ratio and the model dropout ratio. However, the paper does not present corresponding experimental results to substantiate the significance of this iterative design. Therefore, it is recommended to add experimental results to support the validity of this design.**
A: Thanks for your suggestion! We add this ablation study in Appendix B to verify the significance of our proposed training strategy. Specifically, we evaluate the impacts of different schedulers on audio-visual robustness, including constant and synchronous ratios, constant yet asynchronous asynchronized ratios, a linear scheduler, and a cosine scheduler. Evaluation results demonstrate that by utilizing data-level and model-level strategies and dynamically adjusting the ratios, we effectively boost the robustness of audio-visual models. The reviewer may refer to the appendix B for more details.
**(2) The paper evaluates unimodal adversarial attack methods (such as FGSM, I-FGSM, and MI-FGSM in the image domain). However, studies such as [1,2] have proposed multimodal attacks. It remains unclear whether the proposed defense method is effective against multimodal adversarial attacks similar to the Audio-Visual attacks discussed in [1]. I suggest adding experiments to evaluate the method's performance under multimodal attack scenarios.**
A: Thank you for your insightful point! There are certain similarities between audio-visual attack/defense and vision-language attack/defense methods, as both require consideration of alignment and consistency between the two modalities. However, there are also notable differences between them. (1) Task difference: vision-language attacks aim at attacking content retrieval-related problems while audio-visual attacks focus on classification problems. (2) Operation difference: vision-language attacks perturb input data by optimizing latent embeddings while our method perturbs input by adjusting output logits. (3) Modality difference: vision-language attacks focus on static images while our approach considers the temporal redundancy of dynamic videos. This redundancy motivates our design of curriculum training to exploit sparsity, enhancing adversarial robustness while improving training efficiency.
Considering these reasons, we do not apply [1, 2] to the audio-visual domain. However, we believe these works are inspiring and we think exploring audio-visual attacks from the perspectives of model pretraining, vision-language alignment, and content retrieval is a valuable future direction. We have included this discussion in Appendix C. Thank you for the suggestion!
[1] Zhang et al. Towards adversarial attack on vision-language pre-training models[C]/ACM MM 2022.
[2] Lu et al. Set-level Guidance Attack: Boosting Adversarial Transferability of Vision-Language Pre-training Models[J]. arXiv preprint arXiv:2307.14061, 2023.
**Q: Please refer to the questions raised in the Weakness section. Additionally, the reviewer is interested in the following questions: (1) What's the selection criterion when choosing datasets for the experiment? (2) Could the proposed method be incorporated into the pre-trained multi-modal models, such as CLIP or BLIP?**
A: (1) We choose datasets based on their generality and popularity. Both Kinetics-Sounds and MIT-Music datasets are widely used in the audio-visual area [1, 2, 3]. To further verify the scalability of our proposed method, we additionally conduct experiments on the MIT-Music dataset, with results provided in Appendix A.
[1] Tian et al. "Can audio-visual integration strengthen robustness under multimodal attacks?." CVPR 2021.
[2] Li et al. "On adversarial robustness of large-scale audio visual learning." ICASSP 2022.
[3] Yang et al. "Quantifying and enhancing multi-modal robustness with modality preference." ICLR 2024.
(2) Both the proposed attack and defense methods primarily leverage temporal sparsity and redundancy to enhance performance, which is more pronounced in audio-visual data than in vision-language data. Exploring the presence of redundancy in vision-language modalities and developing adversarial training strategies for pre-trained multi-modal models with limited data is an inspiring research direction. While our current work focuses on audio-visual data, we have included a discussion of this perspective in the appendix, with the aim of motivating further research in this area.
We hope our response addresses your concerns, and we kindly request your consideration in improving the score. Thank you for your valuable review and assistance in improving our revision!