2 Sources
[1]
Microsoft built Phi-4-reasoning-vision-15B to know when to think -- and when thinking is a waste of time
Microsoft on Tuesday released Phi-4-reasoning-vision-15B, a compact open-weight multimodal AI model that the company says matches or exceeds the performance of systems many times its size -- while consuming a fraction of the compute and training data. The release marks the latest and most
[2]
Microsoft open-sources multimodal reasoning model with 15B parameters - SiliconANGLE
Microsoft open-sources multimodal reasoning model with 15B parameters Microsoft Corp. today released a hardware-efficient reasoning model, Phi-4-reasoning-vision-15B, that can process multimodal files such as scientific charts. The model is based on two existing algorithms called SigLIP-2 and
Share
Copy Link
Microsoft unveiled Phi-4-reasoning-vision-15B, a compact 15-billion-parameter model trained on just 200 billion tokens—five times less than competing systems. The open-source AI model intelligently activates chain-of-thought reasoning for complex math and science problems while staying silent on simple tasks like image captioning, delivering competitive performance with a fraction of the compute cost.
Microsoft
1
released Phi-4-reasoning-vision-15B on Tuesday, a compact open-weight multimodal model that processes both images and text while consuming significantly less training data than competitors. The 15-billion-parameter model is available immediately through Microsoft Foundry, HuggingFace, and GitHub under a permissive license, marking the latest chapter in the company's campaign to prove that carefully engineered small models can compete with the industry's largest AI systems.
Source: SiliconANGLE
The release arrives as the AI industry grapples with a fundamental tension: while the biggest models deliver strong raw performance, their enormous cost, latency, and energy consumption make them impractical for many real-world deployments. Microsoft aims to contribute practical insight to the community on building smaller, efficient multimodal reasoning models that excel at computer use and scientific tasks.
Phi-4-reasoning-vision-15B was trained on approximately 200 billion tokens of multimodal data
1
, built atop the Phi-4-Reasoning language backbone and the foundational Phi-4 model. By contrast, rival multimodal models from Alibaba's Qwen family, Moonshot AI's Kimi-VL, SenseTime's InternVL series, and Google's Gemma3 each consumed more than one trillion tokens during training—roughly five times the total data pipeline Microsoft used.This disparity matters enormously for economics. Training large AI models costs millions of dollars in cloud compute, and the environmental footprint of trillion-token training runs has drawn increasing scrutiny from regulators and investors. If Microsoft's claims hold up under independent evaluation, the model represents a significant advance in training efficiency that could reshape how organizations approach the build-versus-buy calculus for AI deployment.
The secret lies in meticulous data curation rather than scale
1
. The team's final dataset drew primarily from three sources: open-source datasets that were meticulously filtered and improved, high-quality domain-specific internal data, and targeted data acquisitions. Microsoft2
refined the files through a multi-step process before training began.Researchers manually reviewed samples from each dataset, typically spending five to ten minutes classifying data quality before deciding how to treat each source. For data with incorrect answers, they regenerated responses using GPT-4o and o4-mini. When questions were unsalvageable but images were high quality, they repurposed the images as seeds for new caption or visual question-answering data. The team also fixed what they described as "a surprisingly large number of formatting and logical errors across widely used open-source datasets"—a finding that raises questions about the quality of training data underpinning many prominent models.
The multimodal model's most technically novel contribution is its approach to reasoning
1
. While reasoning models like OpenAI's o-series and DeepSeek's R1 have become prominent in language-only AI, extending reasoning to multimodal tasks involving images introduces complexity. For many visual tasks like image captioning or optical character recognition, chain-of-thought reasoning is unnecessary and can degrade performance by introducing verbosity and latency.Microsoft's solution was to build a "mixed reasoning and non-reasoning model." The team trained it on a hybrid data mixture where approximately 20 percent of samples included explicit chain-of-thought reasoning traces wrapped in special tags, and 80 percent were tagged for direct response. The model learned to invoke structured reasoning for domains like math and science reasoning where it helps, while defaulting to fast responses for simpler tasks. According to Microsoft
2
, users can further lower the model's infrastructure footprint by disabling its reasoning feature through prompts.The model is based on two existing algorithms: SigLIP-2 and Phi-4 Reasoning
2
. SigLIP-2 compresses images into a numerical form that neural networks can understand, while Phi-4 Reasoning is a reasoning model that Microsoft open-sourced last April. The company's researchers combined the two algorithms using an approach known as mid-fusion.In mid-fusion models like Phi-4-reasoning-vision-15B, only some of the layers support multimodal processing rather than all layers. That arrangement trades off some output quality for a significant reduction in hardware efficiency and compute requirements—a crucial consideration for organizations deploying AI on edge devices or with limited infrastructure budgets.
Related Stories
Microsoft compared the algorithm to several similarly-sized reasoning models using a set of open-source benchmarks
2
. Phi-4-reasoning-vision-15B scored 17% higher than Google's gemma-3-12b-it on MathVista_Mini, a benchmark that comprises multimodal math questions. The model also achieved higher scores across more than a half dozen other evaluations."We have competitive performance to much slower models that require ten times or more compute-time and tokens and better accuracy than similarly fast models, particularly when it comes to math and science reasoning," Microsoft researchers wrote. The model can reason through complex math and science problems, interpret charts and documents, navigate graphical user interfaces, and handle everyday visual tasks like captioning photos and reading receipts.
Developers can use Phi-4-reasoning-vision-15B to build AI agents that interact with user interfaces via screenshots
2
. The model is capable of deducing the function of different interface elements based on visual input. With strong high-resolution perception and fine-grained grounding capabilities, it serves as a compelling option as a base model for training agentic models that navigate desktop, web, and mobile interfaces by identifying and localizing interactive elements such as buttons, menus, and text fields.Source: VentureBeat
The open-source AI model can also analyze complicated visual assets such as scientific charts. In a demo shared by Microsoft, a user uploaded a photo of Saturn and asked why the planet appears tilted. The model explained that Saturn's orientation depends on the time of year and the position of the telescope that took the photo, demonstrating its ability to combine visual understanding with scientific knowledge.
Summarized by
Navi
[1]
1
Science and Research

2
Policy and Regulation

3
Technology