Thank you for your prompt follow-up.
> Thanks for including the new experiments/results such as failure cases and soft sampling. Although those results were made after the paper submission, I believe that by including them, it will be a more solid paper in the future.
Indeed, thank you for the suggestions, which we believe have strengthened our paper. The conference allows us to revise the paper for the camera-ready deadline, and so we have added these new experiments in the Appendix.
> "In the remaining two cases, we are marginally behind (1.6% vs. 1.4% and 2.4% vs. 2.3% WER)." Have you just tried tuning the learning rate or the mask ratio, or what else? Sometimes you might be able to achieve SOTA by doing this. It is a pity that it is just slightly behind.
We extensively tuned hyperparameters (including learning rate, weight decay, and all hyperparameters in our ablations) using the Base model in the low-resource setting and then applied most of the same hyperparameters to train the larger models with more data. The only exceptions were the learning rate and drop path rate, which we separately adjusted for the larger models. While tuning all hyperparameters for each of the six settings in Table 4 could potentially improve results, the high computational demands of training the larger models on the larger datasets made this impractical. Additionally, one of our objectives was to demonstrate the scalability of our method across different model and dataset sizes with minimal extra hyperparameter tuning. We will make these points clearer in the revised paper.
We also emphasise that, in these two cases, our method is only marginally behind BRAVEn in ASR performance, despite using a single model for ASR, VSR, and AVSR, while BRAVEn employs separate models - each of the same size and architecture as our single model - for each task. Given this, we believe that being just 0.1-0.2% behind the best modality-specific model in these two cases is still a strong outcome. Moreover, our paper goes beyond this, matching or surpassing the state-of-the-art modality-specific models in all other tasks and settings (Tables 4, 5, 9, and 10).
> "we hypothesis that this sensitivity arises from the inherent trade-off between label quantity and quality." Can you detail this? Would high-quality or low-quality labels lead to higher sensitivity? Likewise, what about the quantity?
This point refers to the 'Quantity/quality trade-off' paragraph in Section 4.2, where we highlight that pseudo-labels, while more abundant due to the availability of unlabelled data, are generally noisier and of lower quality. In contrast, groundtruth labels are of higher quality but less abundant. Our hyperparameters, $\gamma_a$ and $\gamma_v$, adjust the balance between quantity and quality by controlling the weighting of the labelled versus unlabelled losses for audio/audiovisual and visual inputs, respectively. We hypothesise that moderate sensitivity to these hyperparameters arises because finding the proper balance between quantity and quality is important.