Thank you for your in-depth review and questions.
**Weaknesses1**: Details of the ID-Former.
Compared to general Q-Former, our ID-Former adds an additional cross-attention module, which is the pink one in ID-Former architecture image (Figure 2). Normal cross-attention in Q-Former uses learnable queries as Q, and image features as K, V. In contrast, the additional cross-attention in ours uses test image features as Q, and the output queries of ID images as K, V, that is, using semantic features of ID images to modulate the input embeddings of test images. When there are multiple ID and test images, concatenate and repeat queries of all ID images, then use them to conduct cross-attention with each test image.
**Weaknesses2**: The integration of LLaVA and ShareGPT4V data.
Due to the space limitation of the main paper, we put the ablation about the mixing rate of LLaVA and ShareGPT4V data in Appendix B (Table 10), as indicated in line #523. We will try to adjust the space and move the ablation to the main paper.
The results of "IDA-VLM (w/ LLaVA data only)" may be close to results of Qwen-VL-Chat, because LLaVA data is general multimodal instruction tunign data, which can't unleash the ID-awareness ability of LVLM. Moreover, without ID instruction tuning data, IDA-VLM can't optimize ID-Former, so the result model will be similar to the baseline, Qwen-VL-Chat.
**Weaknesses3**: The experimental setup primarily addresses scenarios where reference ID count equals or is less than the character count in test images.
This is an interesting question, because on the one hand, characters of interest may not be in the test images. On the other hand, additional ID images may bring interference and make ID recognition harder. Actually, when we construct MM-ID benchmark, we also consider this problem to make more diverse test sampels. For example, in some questions of animation, we give more ID images than characters appearing in the test image. We added such examples of MM-ID in the new version of Appendix. In some easy Q&A samples, IDA-VLM can give right answers, but in caption sub-task, IDA-VLM may generate content of non-existing characters. This is bacause in our training data, the number of ID images generally equals to the character count in test images. If we add additional ID images to training samples, this issue can be alleviated.
**Weaknesses4**: A systematic evaluation of robustness to ID variations.
This is an interesting and meaningful question. In our test samples, the ID images are clear, enabling the model to capture complete identity characteristics. The test images exhibit various ID variations, including pose and clothing changes, demonstrating our model's robustness to identity variations. We included detailed case studies of ID robustness in the appendix, analyzing model performance under different ID variations.
We observe that the model demonstrates robust performance against variations in clothing and viewing angles. The primary challenge arises from interference by IDs with similar features in the test images.