Thank you for your time and expertise in the review process.
**Q1: Analysis on quality of the final data after human verification.**
**A1**: Thank you for the suggestions. We have conducted a thorough analysis of the data quality after human verification.
We asked 10 experts to annotate 1000 randomly sampled data from AS-1B with correct or wrong after each human-in-loop iteration separately. In the table below, we report the accuracy rates of our automatic annotations after each human-in-loop iteration. As shown in the table, the introduction of human verification significantly improves the data quality, from 54.8% before human involvement to 75.0% after the first human-in-loop iterations. Moreover, as the number of loop iterations increases, the data annotation quality gradually improves. After the third loop, we are able to achieve an accuracy rate of **83.5%**.
In addition to the large-scale automatic annotations for over 1 billion regions, we will also release a clean version dataset, containing over **800k** annotations that have been fully verified by human annotators. The accuracy of annotations from such a version is **95.7%**. We'll add more analysis of the annotations in the appendix of the next version of this paper.
| Stage | AS-Loop0 | AS-Loop1 | AS-Loop2 | AS-Loop3 | AS-Human |
| --- | --- | --- | --- | --- | --- |
| Top-1 | 54.8 | 75.0 | 80.3 | 83.5 | 95.7 |
**Q2: Is it better to set apart a high-quality split for region-level validation/testing of captioning? Existing datasets don't seem to serve this purpose very well.**
**A2**: We argue that the existing datasets (e.g. Visual Genome and RefCOCOg) are good validation sets for region-level captioning. They have already been utilized to validate region captioning performance in many recent works, such as GRIT, Kosmos-2, GPT4RoI and GLaMM.
On the other hand, the main contribution of this work is to create a large-scale dataset for visual recognition and understanding instead of evaluating the performance of existing models. The construction process of our dataset also refers to the construction process of datasets like SA-1B, Laion-5B, and CC-12M, which also do not have corresponding validation.
We agree that the establishment of region-level evaluation benchmarks is quite worthy. However, we argue that it should be considered as independent research and it lies beyond the scope of our current study. As shown in recent benchmark works, such as MMBench, MME, MM-Vet and TouchStone, the cost of building a proper benchmark is large. We plan to incorporate region-level evaluation as our future work, providing a more detailed benchmark for ASM and comparison methods at that time. Thanks for your suggestions.
**Q3: To make the experiment more complete, it might be good to add COCO captions too.**
**A3**: Thank you for your advice. The tables below present the zero-shot and fine-tuned performance on COCO captions separately. We report CIDEr here. We can observe that our model achieves powerful performance on COCO captions in both zero-shot and finetuning settings. Since we focus on the zero-shot global captioning performance, we omit the performance of ASM on the coco caption dataset in the first version of our paper. Note that we finetuned the ASM with the COCO caption in the SFT stage.
| Model | COCO Caption |
| --- | --- |
| Flamingo-9B | 73.9 |
| Shikra | 117.5 |
| Emu | 117.7 |
| ASM | 119.8 |
| Model | COCO Caption |
| --- | --- |
| BLIP | 133.3 |
| BLIP2 | 145.8 |
| ASM-SFT | 142.3 |
**Q4: The model should be able to predict regions from images rather than accepting regions as input.**
**A4**: The focus of this work is panoptic visual recognition and understanding. Perception like predicting regions from images is beyond our current scope. Please refer to the Common Questions Q1 for a detailed response to this question.
**Q5: It'd be great to have a region-level VQA benchmark as well, since the dataset includes VQA.**
**A5**: Thanks for your careful review. In Table 8 in the supplementary material and the new table shown in A1, we propose the human evaluation results for automatic annotations. Since these annotations, consisting of region-level VQA data, are generated by our ASM, these results can also be considered as the human evaluation results for region-level VQA.
Besides, we do not consider the existing region-level VQA datasets, such as VGVQA, as benchmarks, because the annotated answers of existing VQA datasets are quite short and consist of only one word or phrase, lacking detailed information. However, as our project aims to generate a detailed description of the given region, these datasets are not proper to evaluate the VQA ability of our ASM.