SOTAVerified

MiniGPT-v2: large language model as a unified interface for vision-language multi-task learning

2023-10-14Code Available7· sign in to hype

Jun Chen, Deyao Zhu, Xiaoqian Shen, Xiang Li, Zechun Liu, Pengchuan Zhang, Raghuraman Krishnamoorthi, Vikas Chandra, Yunyang Xiong, Mohamed Elhoseiny

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Large language models have shown their remarkable capabilities as a general interface for various language-related applications. Motivated by this, we target to build a unified interface for completing many vision-language tasks including image description, visual question answering, and visual grounding, among others. The challenge is to use a single model for performing diverse vision-language tasks effectively with simple multi-modal instructions. Towards this objective, we introduce MiniGPT-v2, a model that can be treated as a unified interface for better handling various vision-language tasks. We propose using unique identifiers for different tasks when training the model. These identifiers enable our model to better distinguish each task instruction effortlessly and also improve the model learning efficiency for each task. After the three-stage training, the experimental results show that MiniGPT-v2 achieves strong performance on many visual question-answering and visual grounding benchmarks compared to other vision-language generalist models. Our model and codes are available at https://minigpt-v2.github.io/

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ColonINST-v1 (Seen)MiniGPT-v2 (w/ LoRA, w/ extra data)Accuray90Unverified
ColonINST-v1 (Seen)MiniGPT-v2 (w/ LoRA, w/o extra data)Accuray91.49Unverified
ColonINST-v1 (Unseen)MiniGPT-v2 (w/ LoRA, w/ extra data)Accuray70.23Unverified
ColonINST-v1 (Unseen)MiniGPT-v2 (w/ LoRA, w/o extra data)Accuray72.05Unverified
ColonINST-v1 (Unseen)MiniGPT-v2 (w/ LoRA, w/o extra data)Accuray77.93Unverified
ColonINST-v1 (Unseen)MiniGPT-v2 (w/ LoRA, w/ extra data)Accuray76.82Unverified

Reproductions