paper-with-me

홈 › Papers

Multimodal Self-Instruct: Synthetic Abstract Image and Visual Reasoning Instruction Using Language Model

2024-07-09 · Wenqi Zhang, Zhenglin Cheng, Yuanyu He, Mengna Wang, Yongliang Shen, Zeqi Tan, Guiyang Hou, Mingqian He, Yanna Ma, Weiming Lu, Yueting Zhuang

Although most current large multimodal models (LMMs) can already understand photos of natural scenes and portraits, their understanding of abstract images, e.g., charts, maps, or layouts, and visual reasoning capabilities remains quite rudimentary. They often struggle with simple daily tasks, such as reading time from a clock, understanding a flowchart, or planning a route using a road map. In light of this, we design a multi-modal self-instruct, utilizing large language models and their code capabilities to synthesize massive abstract images and visual reasoning instructions across daily scenarios. Our strategy effortlessly creates a multimodal benchmark with 11,193 instructions for eight visual scenarios: charts, tables, simulated maps, dashboards, flowcharts, relation graphs, floor plans, and visual puzzles. \textbf{This benchmark, constructed with simple lines and geometric elements, exposes the shortcomings of most advanced LMMs} like Claude-3.5-Sonnet and GPT-4o in abstract image understanding, spatial relations reasoning, and visual element induction. Besides, to verify the quality of our synthetic data, we fine-tune an LMM using 62,476 synthetic chart, table and road map instructions. The results demonstrate improved chart understanding and map navigation performance, and also demonstrate potential benefits for other visual reasoning tasks. Our code is available at: \url{https://github.com/zwq2018/Multi-modal-Self-instruct}.

📄 PDF Abstract BibTeX arXiv:2407.07053

Code (1)

zwq2018/multi-modal-self-instruct 공식 구현

Tasks

Chart UnderstandingLanguage ModelingLanguage ModellingVisual Reasoning

Similar Papers 제목 키워드 기반

ScribbleEdit: Synthetic Data for Image Editing with Scribbles and Text

2026-05-01 · Anya Ji, George Ma, Téa Wright, Yiming Zhang 외 arxiv

Recent progress in generative models has significantly advanced image editing capabilities, yet precise and intuitive user control remains difficult. Specifically, users often struggle to communicate both exact spatial l…

Image Editing

DreamOmni2: Multimodal Instruction-based Editing and Generation

2025-10-08 · Bin Xia, Bohao Peng, Yuechen Zhang, Junjia Huang 외 arxiv

Recent advancements in instruction-based image editing and subject-driven generation have garnered significant attention, yet both tasks still face limitations in meeting practical user needs. Instruction-based editing r…

Image Editing

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

Visual Instruction Tuning

2023-04-17 · NeurIPS 2023 11 · Haotian Liu, Chunyuan Li, Qingyang Wu, Yong Jae Lee

Instruction tuning large language models (LLMs) using machine-generated instruction-following data has improved zero-shot capabilities on new tasks, but the idea is less explored in the multimodal field. In this paper, w…

1 Image, 2*2 Stitching3D Question Answering (3D-QA)Image ClassificationImage Retrieval+9

Visual Instruction Tuning Aligns Modalities through Abstraction

2026-06-02 · Luis Palacios, Lorenzo Basile, Diego Doimo, Alberto Cazzaniga arxiv

Visual instruction tuning effectively adapts a pre-trained Large Language Model (LLM) to process image information alongside text. Yet, it remains unclear how visual features are embedded into the layer-wise hierarchy of…