Dear Reviewer BpUK,
Thank you for your insightful comments on our paper. We appreciate that you consider our work as a well-motivated theoretical framework, and recognize the comprehensive experiments with gains over the state of the art and promising advantages for OOD generalization and privacy preservation. We now address your concerns below.
**Q1: Improvement over Imagen is limited. Only the comparison on ImageNet-1K is provided.**
**A1:** Thank you for raising this point regarding the comparison to Imagen results (Azizi et al. 2023). We would like to kindly highlight several key aspects to consider Imagen (Saharia et al. 2022) in this context.
Firstly, Imagen is a **closed-source** model trained on **private data**, which makes it impossible for us to obtain more experiment results of Imagen to compare except their reported ones on ImageNet-1K dataset in (Azizi et al. 2023).
Secondly, the Imagen, trained on **private data**, involves a **more powerful generative model than Stable Diffusion** and is **fine-tuned with full parameters** on ImageNet-1K, which is computationally unaffordable by general researchers. In contrast, our approach leverages the open-source Stable Diffusion model coupled with a low-budget tuning (LoRA) and synthesis framework.
Thirdly, despite the resource constraints, our method still achieves **notable performance improvements (1.7%)** on the very challenging large-scale dataset ImageNet-1K, underlining the effectiveness of our techniques.
Last but not least, with a fair comparison with other baselines using the same generative model backbone, Stable Diffusion, our synthesis framework brings significant (10% ~ 35%) performance improvements on other datasets.
[1] Chitwan Saharia, William Chan, Saurabh Saxena, Lala Li, Jay Whang, Emily L Denton, Kamyar Ghasemipour, Raphael Gontijo Lopes, Burcu Karagol Ayan, Tim Salimans, et al. Photorealistic text-to-image diffusion models with deep language understanding. Advances in Neural Information Processing Systems, 35:36479–36494, 2022
[2] Shekoofeh Azizi, Simon Kornblith, Chitwan Saharia, Mohammad Norouzi, and David J Fleet. Synthetic data from diffusion models improves imagenet classification. arXiv preprint arXiv:2304.08466, 2023
**Q2: Are there any other comparative methods that also use the same "[Image Caption]"? Whether the improvement are mainly from "[Image Caption]" instead of "[Intra-class Visual Guidance]"?**
**A2:** Thanks for the question. Actually, the CiP (Lei et al. 2023) method generates images based on the "[Image Caption]". Specifically, they use the template “A photo of {class name}, {image caption}” to generate prompts. We provided a comparison to their results in Table 1 in the submission. Our method outperforms the baseline by 10%, 18%, and 17% on ImageNette, ImageNet-100 and ImageNet-1k datasets respectively.
Furthermore, our ablation study in Table 2 has proven the importance of "[Intra-class Visual Guidance]" component. We further clarify it by showing the following selected results from Table 2. As shown, "[Intra-class Visual Guidance]" brings 1.5% and 0.7% performance improvements on ImageNette and ImageNet100 respectively, when cooperating with “Distribution Matching” components. To clarify it, we revised our manuscript and provided further analysis in Appendix G.5.
| Latent Prior | Visual Guidance | Distribution Matching | Finetune | ImageNette | ImageNet100 |
|--------------|-----------------|-----------------------|----------|------------|-------------|
| | | | ✓ | 80.8 | 73.3 |
| | ✓ | | ✓ | 82.3 | 74.0 |
| - | - | - | - |$\Delta$ + 1.5 |$\Delta$ +0.7 |
[3] Shiye Lei, Hao Chen, Sen Zhang, Bo Zhao, and Dacheng Tao. Image captions are natural prompts for text-to-image models. arXiv preprint arXiv:2307.08526, 2023.