Additional Rebuttal due to Length Limitation
We address the questions in this post.
**Questions:**
>From a practical point of view, is there any preference regarding the decomposition of the output dimension? For example, should we favour smaller-dimensional axes? There are many possibilities for such a decomposition, so any tips that would help in exploring this hyperparameter subspace would be valuable.
Thanks for the question! While our paper already includes experiments using two different decompositions in Table 2, we did not systematically explore how the decomposition affects the performance. Nevertheless, we empirically found that it is usually sufficient to choose either 3 or 4 axes, with a maximum of 16 dimensions per axes for the LLaMA architecture. We update our paper with this comment to guide readers on how to choose these hyperparameters. The choice of such decomposition could also be related to the understanding of entanglement in quantum information theory. It will be interesting to further explore additional decompositions from both theoretical and practical perspectives to improve our results in future work.
>Why is the method limited to only two-axis gates? Multi-axis gates should be more expressive, correct? In quantum computing, we typically restrict ourselves to two-qubit gates due to the difficulty of implementing multi-qubit gates on real devices. However, this constraint does not apply here.
Thanks for the comment. Indeed, multi-axis gates are also possible, and there is no limitation of such gates in our implementation. While such gates can be more expressive than two-axis gates, they also contain more parameters, so the additional benefits are unclear. In addition, it is possible to group together multiple axes, and rewrite multi-axis gates as two-axis gates. Given that we have proved the universality theorem of two-axis gates for QuanTA, we find it parameter efficient and effective to use the two-axis gate and hence have not explored additional multi-axis gates. However, such exploration on the multiple-axis gate will be an interesting direction for future study, and we update our paper with additional comments on multi-axis gates.
>I understand the motivation of this work, where the authors show the limitations of low-rank adaptation methods in the context of more complex reasoning tasks. Therefore, will the proposed method provide any benefits in terms of fine-tuning in the domain of computer vision?
Thanks for the comment. It would be very interesting to explore how QuanTA could improve the state-of-the-art in the domain of computer vision. One important feature of QuanTA is for high-rank fine-tuning of complicated tasks. It will be an important direction to apply QuanTA to challenging computer vision tasks and probably even to video generation in future work.
>How large is the $\alpha$ parameter? My understanding is that $\alpha$ dictates the number of gates used in the circuit, and subsequently, the expressiveness of the final circuit is influenced by this value and the arrangement of these gates. Is this correct? If so, what is the relationship between the performance of the proposed method and the value of $\alpha$?
Thanks for the question! The reviewer's understanding is correct. $\alpha$ is the index of the gates used in the parameterization. In this work, we choose to apply one gate for each pair of axes, and therefore there are 3 gates in total for the case of 3 axes, and 6 gates in total for the case of 4 axes. In Appendix E1, we already described the exact circuit architecture used and provided examples of up to 5 axes. We further update our paper to make the range of $\alpha$ more clear in the new version. The exact relation between the performance of the proposed method and the value of $\alpha$ is also a very good theoretical question that may have additional connections to the understanding of quantum information theory, which will be a nice direction for future exploration.
>**Rating:** 7: Accept: Technically solid paper, with high impact on at least one sub-area, or moderate-to-high impact on more than one areas, with good-to-excellent evaluation, resources, reproducibility, and no unaddressed ethical considerations.
We are deeply grateful for the reviewer's comments and questions for improving our work. We have supported new benchmarks and discussions to address the concerns. It would be appreciated if the reviewer could consider raising the score.