Summary
The paper introduces an interleaved vision-and-language generation model named MiniGPT-5. Architecturally, the model employs PEFT on MiniGPT-4 to generate text and vokens, and use a feature mapper consisting of an encoder-decoder to map vokens to the conditions of SD, which then generates the final image. For training, a Two-stage Training Strategy is used, starting with the Unimodal Alignment Stage (UAS) followed by the Multimodal Learning Stage (MLS). The model was evaluated on the MMDialog and VIST datasets.
Strengths
1. Generating text and images under Language and Image Context is an intriguing task with potential real-world applications.
2. The proposed method leverages pre-trained text and image generation models, requiring only paramter-efficient fine-tuning the language model and the training of the Feature Mapper, resulting in reduced training overhead.
Weaknesses
1. Based on the experimental results, the proposed approach did not exhibit significant improvements on the VIST dataset compared to standalone SD. On the MMDialog dataset, its Inception Score (IS) was lower than that of Divter. The quality of showcased generated image (such as human) is also not satisfying
2. Several existing methods can achieve interleaved vision-and-language generation, such as Visual ChatGPT. A straightforward method might involve a language model determining if image generation is needed, then producing a descriptive segment about the image to input into Stable Diffusion. The paper does not compare against such methods nor articulates advantages over them.
Questions
1. A potential advantage of this method may lie in its better understanding of image context, linking prior images to generate new ones. An example is editing images based on prior images and language instructions. Can the authors provide examples in the realm of image editing?
2. In the results for the VIST dataset (Table1), (1) With Text Context, MiniGPT-5 underperforms compared to Finetuned SD; (2) MiniGPT-5's FID in *Image-Text Context* is even worse than in *Image-Context*. Why?
3. Can the authors provide additional examples, particularly multi-turn image-text dialogues?
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.
Ethics concerns
1. The experimental results are not compelling.
2. The work lacks comparison with sufficient kinds of interleaved vision-and-language generation methods. It does not display evident advantages over methods like Visual ChatGPT.