SOTAVerified

Efficient Multimodal Learning from Data-centric Perspective

2024-02-18Code Available5· sign in to hype

Muyang He, Yexin Liu, Boya Wu, Jianhao Yuan, Yueze Wang, Tiejun Huang, Bo Zhao

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Multimodal Large Language Models (MLLMs) have demonstrated notable capabilities in general visual understanding and reasoning tasks. However, their deployment is hindered by substantial computational costs in both training and inference, limiting accessibility to the broader research and user communities. A straightforward solution is to leverage smaller pre-trained vision and language models, which inevitably cause significant performance drops. In this paper, we demonstrate the possibility of training a smaller but better MLLM with high-quality training data. Specifically, we introduce Bunny, a family of lightweight MLLMs with flexible vision and language backbones for efficient multimodal learning from selected training data. Experiments show that our Bunny-4B/8B outperforms the state-of-the-art large MLLMs on multiple benchmarks. We expect that this work can provide the community with a clean and flexible open-source tool for further research and development. The code, models, and data can be found in https://github.com/BAAI-DCAI/Bunny.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ColonINST-v1 (Seen)Bunny-v1.0-3B (w/ LoRA, w/ extra data)Accuray92.47Unverified
ColonINST-v1 (Seen)Bunny-v1.0-3B (w/ LoRA, w/o extra data)Accuray91.16Unverified
ColonINST-v1 (Unseen)Bunny-v1.0-3B (w/ LoRA, w/ extra data)Accuray79.5Unverified
ColonINST-v1 (Unseen)Bunny-v1.0-3B (w/ LoRA, w/o extra data)Accuray75.5Unverified
ColonINST-v1 (Unseen)Bunny-v1.0-3B (w/ LoRA, w/ extra data)Accuray75.08Unverified
ColonINST-v1 (Unseen)Bunny-v1.0-3B (w/ LoRA, w/o extra data)Accuray69.45Unverified

Reproductions