To all reviewers (1/2)
## Significance of Contributions
We would like to reiterate our contributions in response to reviewer RXgc and sQgp’s concerns about the significance of our work.
From a technical perspective:
- To the best of our knowledge, we are the first zero-shot approach to consider the interactions between target classes for VLM adaptation without using any labeled data or further optimization.
- As noted by all reviewers, through extensive experiments, we show that our method outperforms previous work on 12 datasets with different visual backbones.
- We design further analytical experiments to systematically study the value of differentiating attributes. We find that differentiating attributes are clearly superior to generic attributes, and importantly, VLMs are sensitive to this information and can use it to their advantage.
- Through rigorous experiments, we show that ambiguous classes for each image are the main culprit for image classification that we should focus on, enabling us to design an efficient approach for dealing with large numbers of classes.
- In addition to proprietary LLMs like ChatGPT, we investigate the use of open-source LLMs like Llama2. We study the impact of further fine-tuning on the performance and structure of prompts.
Regarding the novelty of our work, we quote reviewer Y5Zb: "[...] the author proposed to let the model decides which sets of categories are ambiguous and then ask the LLM to clarify those sets of categories", and in their opinion "This is actually a quite interesting and smart idea."
We would also like to discuss the contributions of our work in the context of recently published papers in this area. After an initial burst of activity in adapting VLMs through natural language descriptions, the most recent works in this area have moved towards other sources of information like labeled examples and synthetic images. Our work shows that smart approaches for generating natural language descriptions, even in a zero-shot setup, can still match or outperform these more complex alternatives.
- There is a growing effort to adapt VLMs to downstream tasks through natural language descriptions due to their efficiency (e.g., [1] and [2] in ICLR 2023 and ICML 2023 ). Our work clearly advances this effort by introducing FuDD, achieving superior performance, and providing analysis of characteristics of effective descriptions.
- Appreciating the importance of differentiating information, LaBo [3] (CVPR 2023) uses labeled images and further optimization to find such differentiating descriptions. On the other hand, we propose a zero-shot, training-free approach to achieve this goal and obtain competitive results.
- Trying to evaluate the value of semantic information, WaffleCLIP[4] (ICCV 2023) casts doubt on the value of additional semantic information for image classification. However, we show that additional semantic information could significantly improve the performance if chosen appropriately, as done in FuDD.
- SuS-X [5] (ICCV 2023) suggests that natural language descriptions provide limited information, and it is better to use them to generate synthetic labeled images as a more effective modality. On the contrary, we show that natural language descriptions are as effective if chosen appropriately as done in FuDD and achieve comparable performance while avoiding the complexities of text-to-image generation models.
- In general, as discussed in section 6, our work establishes natural language descriptions as an efficient approach for VLM adaptation, without the complexities of its alternatives, while maintaining competitive performance.
To emphasize the motivations for our work, we quote reviewer LDou: "The idea of generating differential class descriptions is well-motivated and reasonable."
Finally, we see the simplicity not as a disadvantage, but as a strength of our work that allows further applicability and adoption of our findings.
References
[1] Menon, S., & Vondrick, C. (2023). Visual Classification via Description from Large Language Models. In ICLR 2023.
[2] Novack, Z., McAuley, J., Lipton, Z. C., & Garg, S. (2023, July). Chils: Zero-shot image classification with hierarchical label sets. In ICML 2023.
[3] Yang, Y., Panagopoulou, A., Zhou, S., Jin, D., Callison-Burch, C., & Yatskar, M. (2023). Language in a bottle: Language model guided concept bottlenecks for interpretable image classification. In CVPR 2023.
[4] Roth, K., Kim, J. M., Koepke, A. S., Vinyals, O., Schmid, C., & Akata, Z. (2023, October). Waffling Around for Performance: Visual Classification with Random Words and Broad Concepts. In ICCV 2023
[5] Udandarao, V., Gupta, A., & Albanie, S. (2023). Sus-x: Training-free name-only transfer of vision-language models. In ICCV 2023