Response to Reviewer Dkam
We thank the Reviewer for the evaluation of our work and are happy to see that the Reviewer recognized the extended search space as a novel contribution that enhances flexibility and improves fine-tuning results. We are also glad to hear that the construction of the gradient rank metric was appreciated. Overall, we are grateful for the positive feedback. Below, we address the concerns raised by the Reviewer:
> the reviewer is curious about its performance on larger and more diverse datasets, such as ImageNet.
The datasets that we have selected for the empirical evaluation were based on those used in related studies on transfer learning and parameter-efficient fine-tuning (e.g., iNaturalist18 and Places were used in [1], VTAB in [2,3], SST2/MNLI in [4]). Following reviewers suggestion, we conducted some experiments on transferring models pretrained on Imagenet-21K to the ImageNet-1K, exploring the placement of a single parallel adapter and the influence of long-range connections (see the new Appendix L). Our results match the results presented for iNaturalist18 and Places365 in Figure 1, where we observe adapters added around middle blocks to achieve higher transfer accuracy.
> The reviewer is curious if the added complexity of long-range and recurrent adapters could lead to instability during training or inference, particularly in large-scale applications
Each adapter includes a Layer-Normalization module. Additionally, standard transformer architectures also incorporate such normalization layers. As a result, the inputs are always normalized, regardless of the structure of the adapter connectivity graph. We also employ learnable scale parameters (as described in Equation 1), which are initialized to zero to ensure stability. During experiments conducted in the Extended Search Space, we found that training hyperparameters, such as the learning rate, could be reused from the optimal configuration for Parallel Adapters. Even when running experiments with 40 adapters in the large-scale ViT-g/14 model, no stability issues were observed, as evidenced by the standard deviations shown in Figure 6c.
> The reviewer wonders if there is potential to reduce the task-specific nature of adapter placement, making the method more widely applicable without requiring custom placement strategies for each task.
Our experiments show that the best adapter placements are clearly task-dependent (consider the difference between e.g. Clevr-Count and SVHN in Figures 1 and 3). Therefore, the same set of adapters for every dataset and modality won’t in general be optimal. Nevertheless, we observe that the best adapter placements can transfer to some extent (recall Figure 4 where, for instance, correlation between best placements for iNaturalist18 and Places365 reaches 0.88). To further explore the idea of transition, we have conducted an experiment where the best random placement (Extended Max from Table 1) identified for SST2 was applied to the MNLI task, and vice versa. The results are promising, yielding test accuracies of $86.72 (-0.24)% $ for MNLI and $94.48 (-0.52)$ for SST2, where the performance reduction in comparison to the results for Extended Max (Table 1) is given in parenthesis. While these results roughly match the performance of PA, they fall short of the performance achieved by using the best placements tailored to each task. We added this experiment to the Appendix (Table 8).
We once again thank the Reviewer for taking the time to evaluate our work and for the positive feedback. We believe we have addressed the raised concerns and remain available for any further clarifications if needed. Meanwhile, we kindly request the Reviewer to reassess our work in light of our responses.
*References*
[1] Mercea, Otniel-Bogdan, et al. "Time-Memory-and Parameter-Efficient Visual Adaptation." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. 2024.
[2] Jie, Shibo, and Zhi-Hong Deng. "Convolutional bypasses are better vision transformer adapters." arXiv preprint arXiv:2207.07039 (2022).
[3] Zhang, Yuanhan, Kaiyang Zhou, and Ziwei Liu. "Neural prompt search." arXiv preprint arXiv:2206.04673 (2022).
[4] He, Junxian, et al. "Towards a unified view of parameter-efficient transfer learning." arXiv preprint arXiv:2110.04366 (2021).