(Continue from where rebuttal ends.)
**Q5: The generalization to other model families.**
**A5:** Thank you for the great suggestion. Following VPT, we further conduct experiments on ConvNeXt-Base pretrained on ImageNet21K. ConvNeXt-Base is a convolutional neural network with size 87.6M. We follow the padding strategy to incorporate learnable prompts for the input images for an intuitive setup. The results presented below show a noticeable improvement, indicating the generalization of VFPT to other architectures.
| ConvNeXt-Base | VTAB-1k Specialized (4) |
| ---- | ------------------- |
| FULL FT | 83.73% |
| VPT | 83.00% |
| VFPT | 83.69% |
In addition, we conducted a preliminary study on a vision-language model: CLIP. Specifically, we applied VFPT to the vision encoder of CLIP using the optimal settings from this work. The results on ImageNet are shown in the table below. As seen, there is a noticeable improvement compared to the standard CLIP, indicating the generalization of VFPT to different models. We’ll provide these additional results and discussions in the revision.
| ImageNet | Tuned / Total (%) | Accuracy (%) |
| -------------- | ----------------- | ------------ |
| CLIP (zero-shot) | 0.00 | 66.73 |
| CLIP + VPT | 0.22 | 70.30 |
| CLIP + VFPT | 0.21 | 71.49 |
**Q6: Regarding the interaction of Fourier prompts and regular prompts.**
**A6:** We conduct experiments analyzing the impact of prompts, as detailed in Section 4.4. We observe from the 3D attention map (Figure 4(a)) that there is a pronounced accumulation of attention scores at both Fourier and regular prompt locations, indicating that these prompts substantially impact the feature representation learning. These observations are from the raw average attention head in the last layer of VFPT, and we plan to investigate how they influence different layers of the network as suggested.
**Q7: Regarding model robustness and stability.**
**A7:** Thank you for the great suggestion. In our experiments, all results are averaged over three runs with different random seeds to mitigate potential sensitivity issues related to random seed variation. Additionally, we conduct the same grid search using the same learning rate and weight decay as VPT and E2VPT, detailed in Section 4.1. We further include an ablation study on different prompt lengths and configurations in Appendix 2.5 to evaluate the robustness across varying prompt lengths and Fourier percentages.
Following the suggestion, we conduct an additional ablation study with different initialization techniques (i.e., xavier uniform [4] and He. normal [5] initialization scheme). As seen, both He and xavier initialization show competitive results, validating the robustness of VFPT w.r.t. prompt initialization. We’ll supplement the results with further discussion in the revision.
| Initialization | VTAB-1k Specialized (4) |
| --------------------- | ----------------------- |
| VFPT-He. | 84.88% |
| VFPT-Xavier (default) | 84.93% |
[4] Understanding the difficulty of training deep feedforward neural networks. AISTATS 2010.
[5] Delving deep into rectifiers: Surpassing human-level performance on imagenet classification. ICCV 2015.
**Q8: How does VFPT perform on real-world, large-scale applications.**
**A8:** Thank you for the question. We want to highlight that VTAB-1k includes several insightful scenes valuable for real-world and diverse applications. For instance, the **specialized group** contains two sub-groups: remote sensing and medical. These are particularly useful for applications like satellite monitoring and medical diagnosis. Many tasks from the **structured group** are generated from simulated environments, contributing to object detection in virtual video game contexts. Our results on VTAB-1k demonstrate the potential of VFPT for various applications. In the future, we plan to employ VFPT to tackle more challenging real-world applications, such as out-of-distribution detection.
**Q9: Regarding Limitations and Social Impact.**
**A9:** Thank you for all the excellent suggestions. We’ll provide more discussion according to the suggestion in our revision.
We appreciate your thoughtful comments. We hope our response addresses your concerns. Please let us know if there are any additional questions, and we will be happy to discuss further.