Summary
This paper proposes X-InstructBLIP, a multimodal framework based on a LLM, which is able to integrate multiple modalities and use a LLM to accomplish modal fusion. In addition, a new dataset, DisCRn, is proposed to evaluate the model's cross-modal reasoning ability. A large number of experiments have also proved the effectiveness of the method proposed in this paper.
Strengths
- This paper adopts Q-Former and LLM to integrate different modalities, which provides a simple but effective framework and a better method of the fusion between various modalities. The large number of experiments mentioned in the article also prove the effectiveness and potential of this framework
- This paper also proposes a new dataset, DisCRn, to evaluate the model's cross-modal reasoning ability, which fills a gap in related research and provides a reference for subsequent research.
Weaknesses
- The models mentioned in the paper are not given in more detail, e.g. the illustrations about the models should provide information about the encoder of the different modalities
- The framework mentioned in the article can indeed integrate different modalities into LLM, but whether this ability comes from LLM itself or the Q-Former mentioned in the article is not explained in detail. Since it is also common to directly project the embeddings of various modalities into the semantic space of LLM using a projection layer, I don't recognize the advantage of using Q-Former for the model.
- The DisCRn dataset was intended to test model's cross modality reasoning ability, but this dataset mostly evaluates model's reasoning ability in the same modality or in two modalities, and does not involve more modalities simultaneously
Questions
- As the first point I mentioned in the Weaknesses section said, there are few details about the encoder in the paper, so I advise that the authors should add more details and put it in appendix or add an illustration.
- Following up on the previous question, I wonder if the encoders the authors use for different modalities are fixed? If not, I think the effective reasoning ability of your proposed framework comes from the encoders themselves, not from the framework.
- My question about Q-Former and LLM is stated in the second point I mentioned in the Weaknesses section, I wonder the superiority of the whole framework is provided by Q-Former or by LLM itself? It would be great if the authors could provide some relevant experimental proofs!
- The DisCRn dataset only covers the same modality or two modalities, how does the model behave when it receives more modalities? For example, how does the model behave when it receives data input from three or four modalities at the same time?
- In the paper(section 3.2), the authors mention to manually change the sampling rate of MSCOCO and MSRVTT during the training phase, why this change should be made instead of following the formulas presented in the paper?
- In the experimental section, I noticed that the authors' models with different parameter counts performed inconsistently. Generally speaking, the more parameters a model with the same architecture has, the better the experiment results will be, but I have seen on quite a few tasks that the model with the largest number of parameters (13b) does not work as well as the model with a smaller number of parameters (7b), so I hope that authors could provide an answer to this question
Rating
5: marginally below the acceptance threshold
Confidence
4: You are confident in your assessment, but not absolutely certain. It is unlikely, but not impossible, that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work.