paper-with-me

Papers

VisualWebInstruct: Scaling up Multimodal Instruction Data through Web Search

2025-03-13 · Yiming Jia, Jiachen Li, Xiang Yue, Bo Li, Ping Nie, Kai Zou, Wenhu Chen

Vision-Language Models have made significant progress on many perception-focused tasks, however, their progress on reasoning-focused tasks seem to be limited due to the lack of high-quality and diverse training data. In this work, we aim to address the scarcity issue of reasoning-focused multimodal datasets. We propose VisualWebInstruct - a novel approach that leverages search engine to create a diverse, and high-quality dataset spanning multiple disciplines like math, physics, finance, chemistry, etc. Starting with meticulously selected 30,000 seed images, we employ Google Image search to identify websites containing similar images. We collect and process the HTMLs from over 700K unique URL sources. Through a pipeline of content extraction, filtering and synthesis, we build a dataset of approximately 900K question-answer pairs, with 40% being visual QA pairs and the rest as text QA pairs. Models fine-tuned on VisualWebInstruct demonstrate significant performance gains: (1) training from Llava-OV-mid shows 10-20% absolute point gains across benchmarks, (2) training from MAmmoTH-VL shows 5% absoluate gain. Our best model MAmmoTH-VL2 shows state-of-the-art performance within the 10B parameter class on MMMU-Pro-std (40.7%), MathVerse (42.6%), and DynaMath (55.7%). These remarkable results highlight the effectiveness of our dataset in enhancing VLMs' reasoning capabilities for complex multimodal tasks.

📄 PDF Abstract BibTeX arXiv:2503.10582

Code (1)

tiger-ai-lab/visualwebinstruct pytorch

Tasks

Image RetrievalMath

Methods 이 논문이 사용한 방법론

URL A computationally efficient approach for solving hard nonlinear problems of reinforcement learning (RL). It combines umbrella sampling, from computational physics/chemistry, with…

Similar Papers 제목 키워드 기반

Towards Robust Instruction Tuning on Multimodal Large Language Models

2024-02-22 · Wei Han, Hui Chen, Soujanya Poria

Fine-tuning large language models (LLMs) on multi-task instruction-following data has been proven to be a powerful learning paradigm for improving their zero-shot capabilities on new tasks. Recent works about high-qualit…

Instruction Following

Uni-MoE: Scaling Unified Multimodal LLMs with Mixture of Experts

2024-05-18 · Yunxin Li, Shenyuan Jiang, Baotian Hu, Longyue Wang 외

Recent advancements in Multimodal Large Language Models (MLLMs) underscore the significance of scalable models and data to boost performance, yet this often incurs substantial computational costs. Although the Mixture of…

Mixture-of-ExpertsVisual Question Answering

UniT: Unified Multimodal Chain-of-Thought Test-time Scaling

2026-02-12 · Leon Liangyu Chen, Haoyu Ma, Zhipeng Fan, Ziqi Huang 외 arxiv

Unified models can handle both multimodal understanding and generation within a single architecture, yet they typically operate in a single pass without iteratively refining their outputs. Many multimodal tasks, especial…

Visual Reasoning

CuMo: Scaling Multimodal LLM with Co-Upcycled Mixture-of-Experts

2024-05-09 · Jiachen Li, Xinyao Wang, Sijie Zhu, Chia-Wen Kuo 외

Recent advancements in Multimodal Large Language Models (LLMs) have focused primarily on scaling by increasing text-image pair data and enhancing LLMs to improve performance on multimodal tasks. However, these scaling ap…

Image CaptioningInstruction FollowingMixture-of-Expertsvisual instruction following+2

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)