The paper introduces MMProLong, a method for training long-context vision-language models using carefully designed long-document VQA data. Using a 1.5M PDF document pool and a short-to-long synthesis pipeline, the authors train Qwen2.
论文原始摘要
Long-context modeling is becoming a core capability of modern large vision-language models (LVLMs), enabling sustained context management across long-document understanding, video analysis, and multi-turn tool use in agentic workflows. Yet practical training recipes remain insufficiently explored, particularly for designing and balancing long-context data mixtures. In this work, we present a systematic study of long-context continued pre-training for LVLMs, extending a 7B model from 32K to 128K context with extensive ablations on long-document data. We first show that long-document VQA is substantially more effective than OCR transcription. Building on this observation, our ablations further yield three key findings: i) for sequence-length distribution, balanced data outperforms target-length-focused data (e.g., 128K), suggesting that long-context ability requires generalizable key-information retrieval across various lengths and positions; ii) retrieval remains the primary bottleneck, favoring retrieval-heavy mixtures with modest reasoning data for task diversity; and iii) pure long-document VQA largely preserves short-context capabilities, suggesting that instruction-formatted long data reduces the need for short-data mixing. Based on these findings, we introduce MMProLong, obtained by long-context continued pre-training from Qwen2.5-VL-7B with only a 5B-token budget. MMProLong improves long-document VQA scores by 7.1% and maintains strong performance at 256K and 512K contexts beyond its 128K training window, without additional training. It further generalizes to webpage-based multimodal needle retrieval, long-context vision-text compression, and long-video understanding without task-specific supervision. Overall, our study establishes a practical LongPT recipe and an empirical foundation for advancing long-context vision-language models.
Paper Collector 中文速览
系统研究LVLM长上下文训练,提出MMProLong模型
方法概述
基于Qwen2.5-VL-7B进行5B token长上下文持续预训练,通过消融实验发现:长文档VQA优于OCR转录、平衡长度分布优于目标长度聚焦、检索是主要瓶颈、纯长文档VQA可保留短上下文能力
核心贡献
系统研究长上下文训练配方,提出MMProLong模型,在128K训练窗口内实现512K外推能力,长文档VQA提升7.1%
原始来源与核验范围
核验仅覆盖论文正文中的主张、证据片段和参考文献关系。NGJOO 未独立运行作者代码、重做实验或验证真实部署效果;页面中的可复现性分数是文档完整度评估,不是复现实验结果。
核心问题
How can large vision-language models be effectively trained to handle long-context inputs of 128K tokens and beyond while maintaining strong generalization capabilities?
核心方法
The authors extend Qwen2.5-VL-7B's context window from 32K to 128K tokens using Dynamic-NTK scaling and train with a 5B token budget. They construct a document pool of 1.5M PDFs and develop a short-to-long synthesis pipeline that generates long-document VQA training data from semantically coherent page segments. The approach is evaluated through systematic ablations comparing different training tasks, data mixtures, and length distributions.
论点验证
The design choice is clearly stated and justified by an ablation study (Table 16) that tests mRoPE bases of 2×10^6, 4×10^6, and 8×10^6, showing that 4×10^6 achieves good performance.
Clear specification of training hyperparameters with exact numerical values. These are methodological parameters that define the experimental setup.
The paper states the document pool size clearly (over 1.5 million PDFs). Appendix C.1 is referenced for detailed statistics. This is a factual claim about data collection.
Clear design choice with specific parameters (32-50 pages) and reasoning about resulting token range (32K-128K). The connection to the 2×2-pixel unshuffle is explained.
Clear design choice for data quality control using SHA-256 hashes. This is a standard deduplication/contamination prevention method.
Clear specification of the OCR model used (fine-tuned from Seed 2.0) and its purpose (parsing into layout-aware blocks).
The short-to-long synthesis pipeline is clearly described with the key idea explained. The pipeline is detailed in p_7-8 with examples.
Clear design choice with specific parameters (8-15 pages for segment length). The reasoning (section-level coherence) is explained.
Quantitative evidence provided: 97 out of 100 randomly sampled QA pairs are fully correct (p_68). This is concrete evidence of data quality.
Clear design choice with motivation (avoiding global-context false positives) and examples of segment anchors.
The three training tasks are clearly defined with examples for each: extract-single, extract-multi, and reasoning. Each targets distinct capabilities.
OCR transcription task category is clearly described with its purpose (capturing long-distance image-text dependencies).
Clear experimental setup with controlled conditions (5B-token budget, separate training sets, fixed hyperparameters).
Specific quantitative evidence: MMLongBench-Doc drops from 32.17% to 26.96% when evaluating 32K base model at 128K context.
Specific quantitative evidence: full-document OCR overall average drops by 17.4% to 33.17%.
Specific quantitative evidence: SFT stage yields gains of 3.24% and 1.85% for full-document and needle-page OCR respectively.
Specific quantitative evidence: all three long-document VQA tasks improve by >5% absolute, with multi-page extraction achieving 56.90% average.
Conclusion well-supported by Table 1 results showing long-document VQA outperforms OCR transcription (which required additional SFT stage). The efficiency claim is justified by not needing the extra 5B-token SFT.
... 共 49 个论点
可复现性评估
较低可复现性 (0%)
缺失的复现细节
- No code repository available - implementation must be recreated from scratch
- No training/evaluation data available or specified
- Learning rate and learning rate schedule not mentioned
- Optimizer type and parameters (e.g., AdamW beta values, weight decay) not specified
- Random seeds for reproducibility not provided
- Hardware specifications (GPU type, number of devices) not mentioned
- Training duration in steps/iterations not specified (only token budget given)
- Training data composition and sources not detailed
- Data preprocessing steps not described
- Gradient clipping settings not mentioned
局限与证据边界
- Model-based judging introduces additional API cost. This cost becomes substantial when evaluating many checkpoints, context lengths, and model variants, which limits the frequency and scale of evaluation during long-context training.
- Developing more efficient, reliable, and low-cost evaluation protocols for multimodal long-context models is an important direction for future research.
本分析由 PDF 阅读助手 自动生成,仅供参考,不构成学术评审意见。验证结论和可复现性评估基于论文文本自动分析,可能存在偏差。原始论文请参阅 arXiv。
分析时间:2026-05-15T01:09:59+00:00 · 数据来源:Paper Collector