Summary
This paper introduces a straightforward yet highly effective language augmentation technique for the foundational vision-language pre-training model, CLIP. The authors focus on exploring the in-context learning capabilities of large language models, such as LLaMaA-7B, to produce four distinct rewrites for each text sample in the dataset. These rewrites are generated using ChatGPT, Bard, COCO, or Human meta-input-output text pairs, making the augmentation process relatively simple.
On the experimental front, the authors present compelling evidence of strong transfer performance across multiple benchmarks, which is unsurprising given the rationality of informative text data augmentation. However, the paper could be even more impactful if the authors provide more thorough calibrations as suggested in the weakness section.
Overall, this work contributes a valuable language augmentation method to the CLIP paradigm, and its potential recognition within the broader community could be further solidified by addressing the weaknesses and providing additional calibrations on why and how the proposed method work.
Strengths
+ This work exhibits a clear and compelling motivation, along with a straightforward and elegant solution.
+ The experimental results presented in Table 1, Table 2, and Table 3 demonstrate the strength and efficacy of the proposed approach.
+ The detailed descriptions provided in the paper render it highly accessible and easy to follow for readers.
Weaknesses
The authors of this paper primarily focus on reporting impressive results without conducting a thorough analysis of why their proposed method performs better. To enhance the clarity of their work and provide a deeper understanding of their approach, several key aspects need to be addressed.
- First, it is essential for the authors to include the training loss and validation loss curves in their analysis. This will help readers discern whether the proposed method improves optimization (by achieving smaller training and validation losses) or generalization (by achieving a smaller validation loss only).
- Second, the main difference between the source description and the rewritten description lies in enriching the presented concepts with more detailed descriptions. However, this approach also faces the risk of hallucination, potentially generating descriptions that do not accurately reflect the facts. The authors should thoroughly analyze this issue and propose methods to alleviate it, rather than relying solely on hand-crafted instructions to guide the large language models (LLMs).
- Furthermore, there is a glaring absence of critical ablation experiments in the paper. To provide a comprehensive evaluation of their method, the authors should consider the following groups of ablation experiments:
1. **The influence of the length of the rewritten description**: The authors could attempt to generate rewritten descriptions of varying lengths, such as 1.5x or 2x, or even up to 5x longer than the original descriptions. By reporting comparison results and analyzing the outcomes, readers can gain insights into the impact of description length on the model's performance.
2. **The influence of the text encoder model scale**: The authors currently opt for the smallest text encoder from CLIP, following previous work. However, it is vital to explore whether the rewritten descriptions may require a larger text encoder, especially for significantly longer rewrites. Providing detailed comparison results will offer valuable insights into the significance of the text encoder model's scale.
By addressing these critical points, the authors can strengthen their work's analysis, transparency, and overall contribution to the field.
Questions
The authors should provide more analysis and discussion on why the proposed method performs better except for reporting straightforward comparison results.
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.