Reply to Reviewer aQXA
We are grateful that the reviewer acknowledged the importance of the problem and comprehensive evaluations. Here is our response to the raised questions.
### 1. Generalizability of Results
First, we respectfully argue that the concern about generalizability may not fully apply in this context given we are studying the compute-intensive pre-training. Our large-scale pre-training experiments are intensive and far from trivial. Our study focuses on a fundamental question: the role of original AltText and synthetic captions in the pre-training stages of multimodal foundation model, and aim to provide data recipe.
Second, in the recent literature, we found that the data recipe is highly transferable among the same-family models. For example, the recipe of Cambrian-1 [7] is fully transferable to MM1.5 [6]. Therefore, we pick one representative model in each family and study the pre-training stage.
Third, we thank the reviewer for sharing these works [1,2,3]. However, it seems these works are not open-sourced for the pre-training. We will add the discussion on more models in the Future Work in our revised manuscript.
### 2. Human Annotation
Yes, we also directly use LLaVA-13B to generate captions that are independent of human annotation. We run experiments on both CLIP and multimodal LLM, where we observed the same conclusion as our captions. (See the results in Table A9 in appendix and our reply to Reviewer 5ZLH).
### 3. Findings Are Not Novel
Thank you for sharing this point. While prior works such as RECAP [4] and SPRIGHT [5] have explored mixtures of AltText and synthetic captions, our study introduces several novel contributions.
- We separately investigate the value of AltText and synthetic captions to better understand their individual contributions. This foundational analysis motivates us to generate diverse types of synthetic captions tailored to different use cases.
- In contrast to [4,5], we propose and evaluate additional caption formats, such as detailed captions (DSC+) and AltText Fusion Caption (AFC), to further study the complementary nature of synthetic captions and AltText.
- Both [4] and [5] focus exclusively on text-to-image generation models, whereas our work considers a broader range of multimodal foundation models, including CLIP and multimodal large language models (MLLMs), extending the scope of analysis beyond generation tasks.
### Question 1
We appreciate the reviewer’s thoughtful feedback. Our study aims to explore the optimal synthetic captions for various multimodal foundation models, necessitating the generation of diverse caption types, such as SSC, DSC, DSC+, and AFC. To achieve this, we employ an LLM re-write mechanism to systematically prepare these captions. Regarding performance, it is important to note that our captioner is a relatively compact 3B model. A significant contribution of our work lies in the development of a scalable captioning pipeline capable of generating billion-level pre-training volumes of image-caption data. Also, human annotation can help us prepare a cleaner fine-tuning dataset.
We acknowledge that employing larger and more advanced MLLMs could potentially narrow the performance gap further. However, our focus has been on balancing computational efficiency and scalability, ensuring the feasibility of generating pre-training-scale datasets. On the other hand, we want to highlight that a stronger multimodal LLM may not indicate a better captioner, as discussed in Figure 4 and Sec 3.1. We will highlight these considerations and clarify the rationale behind our design choices in the revised manuscript.
### Question 2: Another Captioner for MM1
Thank you for the insightful question. To evaluate the impact of using a different captioner, we conducted additional experiments with a publicly available model, LLaVA-13B, generating captions for 300M images in the WIT-300M dataset. The results below demonstrate that LLaVA-generated captions improve performance in few-shot settings, which aligns with the observations reported in our main paper. Similar trends were observed when testing these captions on CLIP, reinforcing the generalizability of our conclusions across different captioning models.
| Type of Captions | TextCore | 0-Shot | 4-Shot | 8-Shot |
|------------------|----------|--------|--------|--------|
| LLaVA captions | 53.85 | 30.993 | 59.777 | 63.635 |
| Alt-Text | 53.48 | 34.804 | 55.812 | 59.723 |
[6] MM1.5 https://arxiv.org/abs/2409.20566
[7] Cambrian-1 https://arxiv.org/abs/2406.16860