Preprint
Computer Vision

Phi-4-reasoning-vision-15B

Jy-oti Aneja, Michael Harrison, Neel Joshi, Tyler LaBonte, John Langford, Eduardo Salinas
March 4, 2026arXiv.org4 citations

4

Citations

0

Influential Citations

arXiv.org

Venue

2026

Year

Abstract

We present Phi-4-reasoning-vision-15B, a compact open-weight multimodal reasoning model, and share the motivations, design choices, experiments, and learnings that informed its development. Our goal is to contribute practical insight to the research community on building smaller, efficient multimodal reasoning models and to share the result of these learnings as an open-weight model that is good at common vision and language tasks and excels at scientific and mathematical reasoning and understanding user interfaces. Our contributions include demonstrating that careful architecture choices and rigorous data curation enable smaller, open-weight multimodal models to achieve competitive performance with significantly less training and inference-time compute and tokens. The most substantial improvements come from systematic filtering, error correction, and synthetic augmentation -- reinforcing that data quality remains the primary lever for model performance. Systematic ablations show that high-resolution, dynamic-resolution encoders yield consistent improvements, as accurate perception is a prerequisite for high-quality reasoning. Finally, a hybrid mix of reasoning and non-reasoning data with explicit mode tokens allows a single model to deliver fast direct answers for simpler tasks and chain-of-thought reasoning for complex problems.

Analysis

Why This Paper Matters

This paper addresses a critical challenge in AI: building capable multimodal reasoning models without the massive compute and data resources typically required. By demonstrating that a 15B parameter open-weight model can achieve competitive performance, it challenges the assumption that scale is the only path to advanced reasoning. The emphasis on data quality over sheer volume is a timely reminder that curation and synthetic augmentation can be more impactful than adding more parameters.

The practical insights shared—architecture choices, data filtering, and hybrid reasoning—are invaluable for researchers and practitioners who lack access to enormous clusters. This work aligns with the growing trend of efficient AI, making state-of-the-art reasoning more accessible and sustainable.

Technical Contributions

  • Data Curation Pipeline: Systematic filtering, error correction, and synthetic augmentation are highlighted as the most substantial improvements. This suggests a rigorous pipeline that cleans noisy data and generates targeted training examples.
  • Dynamic-Resolution Encoders: The paper shows that high-resolution, dynamic-resolution encoders consistently improve performance, emphasizing the importance of accurate perception for reasoning.
  • Hybrid Reasoning with Mode Tokens: A novel approach that mixes reasoning and non-reasoning data, using explicit mode tokens to let the model decide when to provide fast direct answers versus chain-of-thought reasoning. This balances efficiency and depth.
  • Open-Weight Model: Releasing the model as open-weight contributes to reproducibility and community advancement.

Results

The abstract does not provide specific numerical metrics, but it claims competitive performance on common vision-language tasks and excellence in scientific/mathematical reasoning and UI understanding. The key result is that these achievements come with significantly less training and inference compute and tokens, underscoring the efficiency gains. The ablations confirm that data quality and dynamic-resolution encoders are key drivers.

Significance

This paper has broad implications for the AI field. It provides a blueprint for building efficient multimodal reasoning models, potentially lowering the barrier to entry for organizations and researchers. The focus on data quality over scale could shift research priorities toward better data engineering. The hybrid reasoning approach offers a practical way to balance speed and accuracy in deployed systems. As open-weight, it enables further innovation and adaptation. Overall, this work contributes to a more sustainable and accessible AI ecosystem.