paper-with-me

Papers

MMInstruct: A High-Quality Multi-Modal Instruction Tuning Dataset with Extensive Diversity

2024-07-22 · Yangzhou Liu, Yue Cao, Zhangwei Gao, Weiyun Wang, Zhe Chen, Wenhai Wang, Hao Tian, Lewei Lu, Xizhou Zhu, Tong Lu, Yu Qiao, Jifeng Dai

Despite the effectiveness of vision-language supervised fine-tuning in enhancing the performance of Vision Large Language Models (VLLMs). However, existing visual instruction tuning datasets include the following limitations: (1) Instruction annotation quality: despite existing VLLMs exhibiting strong performance, instructions generated by those advanced VLLMs may still suffer from inaccuracies, such as hallucinations. (2) Instructions and image diversity: the limited range of instruction types and the lack of diversity in image data may impact the model's ability to generate diversified and closer to real-world scenarios outputs. To address these challenges, we construct a high-quality, diverse visual instruction tuning dataset MMInstruct, which consists of 973K instructions from 24 domains. There are four instruction types: Judgement, Multiple-Choice, Long Visual Question Answering and Short Visual Question Answering. To construct MMInstruct, we propose an instruction generation data engine that leverages GPT-4V, GPT-3.5, and manual correction. Our instruction generation engine enables semi-automatic, low-cost, and multi-domain instruction generation at 1/6 the cost of manual construction. Through extensive experiment validation and ablation experiments, we demonstrate that MMInstruct could significantly improve the performance of VLLMs, e.g., the model fine-tuning on MMInstruct achieves new state-of-the-art performance on 10 out of 12 benchmarks. The code and data shall be available at https://github.com/yuecao0119/MMInstruct.

📄 PDF Abstract BibTeX arXiv:2407.15838

Code (1)

yuecao0119/mminstruct 공식 구현 pytorch

Tasks

DiversityMultiple-choiceQuestion AnsweringVisual Question Answering

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Linear Warmup With Cosine Annealing Linear Warmup With Cosine Annealing is a learning rate schedule where we increase the learning rate linearly for $n$ updates and then anneal according to a cosine schedule…
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Infinity-MM: Scaling Multimodal Performance with Large-Scale and High-Quality Instruction Data

2024-10-24 · Shuhao Gu, Jialing Zhang, Siyuan Zhou, Kevin Yu 외

Recently, Vision-Language Models (VLMs) have achieved remarkable progress in multimodal tasks, and multimodal instruction data serves as the foundation for enhancing VLM capabilities. Despite the availability of several …

Image GenerationQuestion GenerationQuestion-GenerationVisual Question Answering (VQA)

InstructionGPT-4: A 200-Instruction Paradigm for Fine-Tuning MiniGPT-4

2023-08-23 · Lai Wei, Zihao Jiang, Weiran Huang, Lichao Sun

Multimodal large language models are typically trained in two stages: first pre-training on image-text pairs, and then fine-tuning using supervised vision-language instruction data. Recent studies have shown that large l…

Instruction FollowingQuestion AnsweringVisual Question Answering

A High-Quality Text-Rich Image Instruction Tuning Dataset via Hybrid Instruction Generation

2024-12-20 · Shijie Zhou, Ruiyi Zhang, Yufan Zhou, Changyou Chen

Large multimodal models still struggle with text-rich images because of inadequate training data. Self-Instruct provides an annotation-free way for generating instruction data, but its quality is poor, as multimodal alig…

Image Captioning

StyleBooth: Image Style Editing with Multimodal Instruction

2024-04-18 · Zhen Han, Chaojie Mao, Zeyinzi Jiang, Yulin Pan 외

Given an original image, image editing aims to generate an image that align with the provided instruction. The challenges are to accept multimodal inputs as instructions and a scarcity of high-quality training data, incl…

Align$^2$LLaVA: Cascaded Human and Large Language Model Preference Alignment for Multi-modal Instruction Curation

2024-09-27 · Hongzhe Huang, Jiang Liu, Zhewen Yu, Li Cai 외

Recent advances in Multi-modal Large Language Models (MLLMs), such as LLaVA-series models, are driven by massive machine-generated instruction-following data tuning. Such automatic instruction collection pipelines, howev…

Instruction FollowingLanguage ModelingLanguage ModellingLarge Language Model