## To Reviewer gJ5u
Thanks for the constructive comments. Here are our responses to your concerns.
**Weakness1: The methodology section includes extensive explanations of the mathematical…… section would make the concepts more intuitive.**
Thank you for your suggestion. We understand that your comment refers to how the inclusion of [V] in the prompts interacts with text embeddings within the PaRa framework. This treatment of text embeddings, particularly through the use of [V] tokens, aligns with established practices found in related works such as LoRA, SVDiff, and Textual Inversion. Aside from the newly introduced [V] tokens, other text embeddings remain unchanged during this process. Regarding the overview diagram for the model, our approach, much like LoRA and SVDiff, focuses on a purely computational innovation at the weight level. As such, the overall model architecture remains the same as Stable Diffusion. In the revised version's Appendix Section I, we add an overview of PaRa to provide readers with a visualized summary, helping them better understand the model.
**Weakness2: ……However, the experiments do not provide sufficient comparisons to support this claim. Firstly, there is no comparison with encoder-based personalization methods mentioned in the introduction. Secondly, the fine-tuning-based personalization methods used in the experiments are not the latest approaches in this field……**
We have supplemented our comparisons with the latest fine-tuning-based personalization approaches LYCORIS[1] , in Table 2, Figure 3, and Appendix Section E, Figure 11, of our revised version. to strengthen our experimental results. Regarding the encoder-based personalization methods mentioned in the introduction, we acknowledge the importance of including these comparisons. However, the implementations for these methods have not been released, which prevents us from conducting a meaningful and fair comparison at this stage.
Additionally, we would like to re-emphasize the advantages of PaRa, such as its low computational complexity and efficiency in handling personalized fine-tuning tasks. Furthermore, PaRa achieves state-of-the-art performance in terms of image fidelity, as clearly demonstrated in Table 2 and Figure 3 of the main text.
**Weakness3: …… it is mentioned that “B is initialized to zero and fine-tuned with a few text-image pairs...... fine-tuning time, and other relevant information…… parameter efficiency, a computational efficiency analysis should be provided.**
Thank you for pointing this out. In the experimental section in the revised paper, under "Implementation Detail," we stated that we evaluated the effects of PaRa on customized single-subject generation using the Dreambooth dataset, where each label consists of five to six images.” This is a few-shot training based on all data from the Dreambooth dataset.
For the computational efficiency analysis, we have added training time data in Appendix Section H Figure 5 to demonstrate the computational efficiency.
**Weakness4: …… PaRa may result in some loss of texture information……**
We acknowledge that our approach may not achieve state-of-the-art performance in terms of texture retention for image editing. However, our method offers a distinct advantage: unlike many state-of-the-art image editing approaches, PaRa does not require a noise inversion process, making it a simpler and more efficient alternative.
To provide a fair comparison, we focused on methods that similarly avoid noise inversion, such as SVDiff. In these comparisons, PaRa demonstrated superior performance.
This has been mentioned multiple times in our paper, such as in lines 178 to 180:“omitting the inversion process ... significantly impacts its faithfulness to the target image. In contrast, our model PaRa can maintain editability after only one-shot learning, and eliminate the need for the inversion process to achieve image editing.” As well as in line 428: “on the same task without DDIM inversion.”
[1] Shih-Ying Yeh, Yu-Guan Hsieh, Zhidong Gao, Bernard BW Yang, Giyeong Oh, and Yanmin Gong. Navigating text-to-image customization: From lycoris fine-tuning to model evaluation. In The Twelfth International Conference on Learning Representations, 2023.