paper-with-me

Papers

Open-Qwen2VL: Compute-Efficient Pre-Training of Fully-Open Multimodal LLMs on Academic Resources

2025-04-01 · Weizhi Wang, Yu Tian, Linjie Yang, Heng Wang, Xifeng Yan

The reproduction of state-of-the-art multimodal LLM pre-training faces barriers at every stage of the pipeline, including high-quality data filtering, multimodal data mixture strategies, sequence packing techniques, and training frameworks. We introduce Open-Qwen2VL, a fully open-source 2B-parameter Multimodal Large Language Model pre-trained efficiently on 29M image-text pairs using only 220 A100-40G GPU hours. Our approach employs low-to-high dynamic image resolution and multimodal sequence packing to significantly enhance pre-training efficiency. The training dataset was carefully curated using both MLLM-based filtering techniques (e.g., MLM-Filter) and conventional CLIP-based filtering methods, substantially improving data quality and training efficiency. The Open-Qwen2VL pre-training is conducted on academic level 8xA100-40G GPUs at UCSB on 5B packed multimodal tokens, which is 0.36% of 1.4T multimodal pre-training tokens of Qwen2-VL. The final instruction-tuned Open-Qwen2VL outperforms partially-open state-of-the-art MLLM Qwen2-VL-2B on various multimodal benchmarks of MMBench, SEEDBench, MMstar, and MathVista, indicating the remarkable training efficiency of Open-Qwen2VL. We open-source all aspects of our work, including compute-efficient and data-efficient training details, data filtering methods, sequence packing scripts, pre-training data in WebDataset format, FSDP-based training codebase, and both base and instruction-tuned model checkpoints. We redefine "fully open" for multimodal LLMs as the complete release of: 1) the training codebase, 2) detailed data filtering techniques, and 3) all pre-training and supervised fine-tuning data used to develop the model.

📄 PDF Abstract BibTeX arXiv:2504.00595

Code (0)

등록된 구현이 없습니다.

Tasks

GPULarge Language ModelMultimodal Large Language Model

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

2 OLMo 2 Furious

2024-12-31 · Team OLMo, Pete Walsh, Luca Soldaini, Dirk Groeneveld 외

We present OLMo 2, the next generation of our fully open language models. OLMo 2 includes dense autoregressive models with improved architecture and training recipe, pretraining data mixtures, and instruction tuning reci…

OpenThoughts-Agent: Data Recipes for Agentic Models

2026-06-23 · Negin Raoof, Richard Zhuang, Marianna Nezhurina, Etash Guha 외 arxiv

Agentic language models dramatically expand the applications of AI yet little is publicly known about how to curate training data for broadly capable agents. Existing open efforts such as SWE-Smith, SERA, and Nemotron-Te…

K2-V2: A 360-Open, Reasoning-Enhanced LLM

2025-12-05 · K2 Team, Zhengzhong Liu, Liping Tang, Linghao Jin 외 arxiv

We introduce K2-V2, a 360-open LLM built from scratch as a superior base for reasoning adaptation, in addition to functions such as conversation and knowledge retrieval from general LLMs. It stands as the strongest fully…

Klear-AgentForge: Forging Agentic Intelligence through Posttraining Scaling

2025-11-08 · Qi Wang, Hongzhi Zhang, Jia Fu, Kai Fu 외 arxiv

Despite the proliferation of powerful agentic models, the lack of critical post-training details hinders the development of strong counterparts in the open-source community. In this study, we present a comprehensive and …

Reinforcement Learning

VLA Foundry: A Unified Framework for Training Vision-Language-Action Models

2026-04-21 · Jean Mercat, Sedrick Keh, Kushal Arora, Isabella Huang 외 arxiv

We present VLA Foundry, an open-source framework that unifies LLM, VLM, and VLA training in a single codebase. Most open-source VLA efforts specialize on the action training stage, often stitching together incompatible p…