Summary
This paper proposes a parameter-efficient fine-tuning algorithm that preserves the so-called "hyperspherical energy" to achieve a great trade-off between prevervation and generalization and high training efficiency. The authors conduct experiments on subject-driven generation and controllable generation, which both can improve the image generation quality as compared with other SOTA methods.
Strengths
1. This paper presents the orthogonal finetuning idea clearly. It provides two toy examples to help readers understand the motivation of this paper.
2. The core idea of orthogonal finetuning is straightforward and easy to understand. The authors also cite some theoretical papers about "hyperspherical energy" to support their motivation and algorithmic foundation.
3. This paper provides another perspective for the field of PEFT other than LoRA, which may excite more interesting works and discussions on this important topic.
4. The authors conduct two experiments: subject-driven generation and controllable generation based on Dreambooth and Controlnet, both of which demonstrate their effectiveness.
Weaknesses
1. The "subject-driven generation" introduced in related work is inadequate. Most works you mentioned are about image-editing and some recent dreambooth-like subject-driven finetuing works are not included, such as P+, DisenBooth, Cones
Voynov, Andrey, et al. "$ P+ $: Extended Textual Conditioning in Text-to-Image Generation." arXiv preprint arXiv:2303.09522 (2023).
Liu, Zhiheng, et al. "Cones: Concept neurons in diffusion models for customized generation." arXiv preprint arXiv:2303.05125 (2023).
Chen, Hong, et al. "DisenBooth: Disentangled Parameter-Efficient Tuning for Subject-Driven Text-to-Image Generation." arXiv preprint arXiv:2305.03374 (2023).
Although this work may be close to your submission time, you'd better add some discussion or comparisons with this kind of work.
2. In Table 1 and Table 2, the statistical difference between COFT and OFT is very marginal; how can you draw the conclusion that COFT is better than OFT?
3. In the experiment section, no specific-domain finetuning comparisons between OFT and LoRA are provided. Since LoRA is widely used in many downstream specific-domain finetuning, I'd like to see some further comparisons and discussion.
Questions
1. In Sec. 3.1, you say "orthogonal transformation is a sweet spot between flexibility and regularity." How can you draw the conclusion? lack some theoretical or experimental proof.
2. Figure 3 is the "controllable generation experiment using the setting of ControlNet". The results of controlnet without orthogonal finetuning (the original controlnet training ?) seem to collapse totally. Is it reasonable?
3. In line 197, I don't understand why you define HE(W) as this equation. Any reference?
4. In line 218, how to ensure that Q is a skew-symmetric matrix during code implementation? There is no explanation here or in the appendix.
Rating
6: Weak Accept: Technically solid, moderate-to-high impact paper, with no major concerns with respect to evaluation, resources, reproducibility, ethical considerations.
Confidence
4: You are confident in your assessment, but not absolutely certain. It is unlikely, but not impossible, that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work.
Limitations
This paper seems no conclusion and limitation section.