Thanks for your reply. We would like to clarify some concepts again and sincerely hope you will reassess the innovation and contributions of our work.
1. The innovative aspect of this paper, the “mixture of vision experts,” differs significantly from previous works [1,2,3]. In the context of the availability of numerous pre-trained models, we have innovatively proposed a dynamic and adaptive approach to fuse vision encoders each specialized in a specific domain. To the best of our knowledge, the adaptive mixture of various pre-trained vision encoders has not been explored in the works of MLLM, as these works only consider addition or concat [4,5]. Prior to the era of MLLM, existing works [1,2,3] focused on applying typical MoE methods (experts are several identical sub-networks) within Vision Encoders and training from scratch, which is a completely different technical solution. **We acknowledge that our MoVE shares a similar design philosophy with previous works at a broad conceptual level (effectively utilizing many visual branches in a vision-language model). However, as mentioned above, the differences in technical details (e.g., the combination framework of vision branches, the feature processing method, and the design purpose) are also significant.**
2. We would like to argue against the contention that our ADT did not "bring new knowledge to the model." As stated in the manuscript and rebuttal, **one of the major issues in combining various pre-trained vision encoders is the misalignment among visual tokens**. This issue is caused by the differences in the pre-training setting and architecture of these vision encoders. Simply combining them (pooling and addition) will result in significant information loss. Thus, we propose Adaptive Deformable Transformation to mitigate the information loss by adaptively refining the pooled features. As shown in Table 1 of the manuscript and the table below, our ADT is very helpful and achieves **an average gain of almost 4 points**. To conclude, we believe that **our ADT is a promising method to resolve the discrepancies of various pre-trained vision encoders**, instead of “a simple adjust or compression in token length”.
| Strategy | Gen. | REC | REG | Doc. | Avg. |
| --- | --- | --- | --- | --- | --- |
| Pool + Add | 70.36 | 74.89 | 57.55 | 32.83 | **58.91** |
| ADT + Add | 74.35 | 76.93 | 61.01 | 39.23 | **62.88** |
| MoVE (ADT + Router) | 79.05 | 81.92 | 63.82 | 52.77 | **69.39** |
We hope that these explanations can address your concerns, and we would greatly appreciate it if you could consider giving us a higher rating.
---
**Reference**
[1] Naeem, Muhammad Ferjad, et al. "Silc: Improving vision language pretraining with self-distillation."
[2] Mustafa, Basil, et al. "Multimodal contrastive learning with limoe: the language-image mixture of experts."
[3] Shen, Sheng, et al. "Scaling vision-language models with sparse mixture of experts."
[4] Tong, Shengbang, et al. "Eyes wide shut? exploring the visual shortcomings of multimodal llms."
[5] Jiang, Dongsheng, et al. "From clip to dino: Visual encoders shout in multi-modal large language models."