General Response: Contributions and New experiments (1/2)
We sincerely appreciate the time and effort invested by all reviewers in evaluating our paper. We are pleased to note that the reviewers have acknowledged our contributions:
* Contributions to the research community [RE8P, 8ZLo, 2REz]
* A concise and innovative training pipeline [RE8P, 8ZLo]
* A comprehensive ablation study [8ZLo], along with satisfactory performance demonstrated across a wide range of benchmarks [8ZLo, 2REz]
We are also grateful to all reviewers for their insightful and constructive suggestions, which have greatly contributed to further improving our paper. In addition to addressing these comments point by point below, we would like to begin by restating our key contributions, technical insights, and the novelty presented in our work.
***[Contributions, technical insights, and novelty]***
* ***Open-source:*** Qwen-VL is an open-sourced large vision-language model that excels in **(i)** achieving leading performance across a wide range of vision-language understanding and generation tasks, **(ii)** offering multi-lingual support, particularly in English and Chinese, **(iii)** accommodating multi-image and high-resolution inputs, and **(iv)** demonstrating fine-grained visual perception abilities, particularly in scene text-oriented visual question-answering and visual grounding. We believe that our open-sourced models can serve as a robust research foundation for the fields of vision, vision-language, and embodied AI. For instance, researchers can leverage our model partially [1] or in its entirety [2] for further exploration in multi-modality learning.
* ***Practicable and referential training details:*** In our paper, we introduce a stage-wise training pipeline designed for efficient vision-language pre-training, multi-task fine-tuning, and supervised fine-tuning. Unlike previous representative vision-language models like PaLI-X, which leverages proprietary in-house data and utilize publicly inaccessible model weights (*e.g.*, ViT-22B), along with significantly high training costs, our Qwen-VL's training process is more practical and holds considerable referential significance for future research. Furthermore, although we incorporate a small portion of in-house data, we have made extensive efforts to provide comprehensive details regarding the training process, data preprocessing, and data construction. We believe that this detailed information will be valuable for experts who want to replicate our entire training procedure.
* ***Higher resolution inputs:*** To the best of our knowledge, Qwen-VL stands out as one of the few open-source initiatives that enhance the competency of multimodal chatbots by harnessing the potential of higher resolution images. While the PaLI series also incorporates high-resolution images to develop a more generalized agent, previous open-source vision-language models have either overlooked input resolution or employed specific techniques only for certain tasks that demand higher resolution inputs. There are also several works [3, 4] which have delved deeper into the utilization of high resolution in LVLMs. We believe Qwen-VL can serve as a strong basement toward this direction.
* ***Focusing on conventional benchmarks and instruction-following evaluation in the same time:*** In our paper, we conduct a comprehensive evaluation of Qwen-VL across various vision-language tasks. We select several diverse conventional benchmarks to assess our model from different perspectives, including tasks such as image captioning, general visual question answering (VQA), text-oriented VQA, and visual grounding. Additionally, we perform evaluations on recently proposed instruction-following benchmarks to gauge our model's performance in real-world applications. To the best of our knowledge, our research stands out as one of the few focusing on evaluating models across both conventional tasks and instruction-following capacities in the realm of vision-language understanding.
```text
[1] Yao, Zhewei, et al. "DeepSpeed-VisualChat: Multi-Round Multi-Image Interleave Chat via Multi-Modal Causal Attention." arXiv preprint arXiv:2309.14327 (2023).
[2] Chen, Xinyu, et al. "QwenGrasp: A Usage of Large Vision Language Model for Target-oriented Grasping." arXiv preprint arXiv:2309.16426 (2023).
[3] Li, Bo, et al. "OtterHD: A High-Resolution Multi-modality Model." arXiv preprint arXiv:2311.04219 (2023).
[4] Bavishi, Rohan, et al. "Introducing our multimodal models" 2023.
```