model releaseMicrosoft

Microsoft Releases Mage-VL, a 4B-Parameter Codec-Native Streaming Vision-Language Model

TL;DR

Microsoft has released Mage-VL, a codec-native multimodal foundation model built on a from-scratch 4B-parameter visual encoder paired with Qwen3-4B-Instruct-2507. The model claims up to 3.5x inference speedup over uniform frame sampling and outperforms Qwen3-VL-4B on video and temporal-grounding benchmarks, according to Microsoft.

3 min read
0

Microsoft has released Mage-VL, a codec-native, proactive-streaming multimodal foundation model for image and video understanding, available now on Hugging Face. The model pairs a visual encoder trained entirely from scratch — Mage-ViT — with a Qwen3-4B-Instruct-2507 language backbone, targeting a gap Microsoft describes as a "modern Moravec's paradox" in vision-language models: strong offline reasoning capability but slow, compute-heavy performance on real-time streaming perception.

What's different

Instead of decoding video into uniformly sampled frames and running a dense grid of patch tokens through a frozen, web-pretrained ViT, Mage-VL borrows structure from video codecs. It separates a stream into anchor (I) frames and predicted (P) frames, keeping every anchor patch while retaining only the predicted-frame patches where a codec allocates bits — the regions with actual motion or new detail.

According to Microsoft, this codec-aligned sparsity cuts visual tokens by more than 75% while preserving spatio-temporal context, producing up to 3.5x wall-clock inference speedup over uniform frame sampling at matched accuracy. The visual encoder, Mage-ViT, is codec-agnostic — the same interface works with traditional codecs (H.264/AVC, HEVC/H.265) via motion vectors and residual energy, or a neural codec (DCVC-RT) via its learned rate map, with no architecture changes required.

The system also includes a "System 1 & System 2" dual-process design: a lightweight cognition gate (System 1) monitors a rolling codec window and stays silent on routine content, invoking the full model (System 2) only when a response-worthy event completes. Microsoft claims this enables proactive streaming commentary without a multi-agent pipeline.

Benchmark claims

Microsoft reports that with the 4B Qwen3 backbone held fixed and only the ViT swapped, Mage-VL improves over Qwen3-VL-4B on every reported video and temporal-grounding benchmark, including gains of +22.5 on QVHighlight, +17.1 on ActivityNet, +11.0 on VSI-Bench, and +24.5 on VideoEval-Pro. On static image benchmarks, Mage-VL is reported roughly on par with Qwen3-VL-4B, scoring 95.14 on DocVQA-val versus 94.69, and 80.33 on InfoVQA-val versus 79.50.

Mage-ViT reportedly scales monotonically with token budget rather than saturating, peaking above 96.1% on Food-101 and 86.3% on ImageNet at 676 tokens. On the SoccerNet streaming benchmark, Microsoft says the cognition gate tops TimVal, F1, ROC-AUC, and PR-AUC metrics and generalizes to real 2026 World Cup broadcast footage. These figures come from Microsoft's own reporting and have not been independently verified.

Training and availability

Mage-VL was trained through a five-stage supervised curriculum — no preference or RL post-training — spanning roughly 350 million image captions, 4.2 million short-video captions, tens of millions of instruction samples, and long-video adaptation using rolling codec windows of up to 768 frames. A separate checkpoint, microsoft/Mage-ViT, releases the standalone visual encoder prior to joint VLM training, intended as a drop-in codec-native encoder for other multimodal systems.

Pricing has not been disclosed, and the model is distributed as open weights on Hugging Face under the microsoft/Mage-VL and microsoft/Mage-ViT repositories.

What this means

Mage-VL's codec-native tokenization is a genuine architectural departure from the dense-frame-sampling approach used by most VLMs, and the reported 75% token reduction with a 3.5x speedup addresses a real bottleneck in streaming video applications — latency and compute cost. If the benchmark gains against Qwen3-VL-4B hold up under independent testing, this approach could influence how future video-understanding models handle temporal sparsity, particularly for surveillance, live commentary, and robotics use cases where sub-second response matters. The reliance on standard video codec structures (H.264, HEVC) rather than custom preprocessing also lowers the integration barrier for existing video infrastructure. That said, all performance figures originate from Microsoft's own technical report, and the 4B parameter scale limits direct comparison to larger frontier multimodal models.

Related Articles

model release

AllSpark's Iris-mini and Iris-pro Top Open-Weight Search Agent Benchmarks

Chinese lab AllSpark has released Iris-mini and Iris-pro, two open-weight search agents built on Qwen3 models that claim the top spot among open-weight systems in their size classes on four research benchmarks. The release includes model weights, an agent harness, and evaluation code, with training pipelines to follow.

model release

Unverified 'GPT Astra' Model Appears on OpenRouter With 1.05M Token Context, No OpenAI Confirmation

OpenRouter is listing a model called 'OpenAI GPT Astra Latest' with a 1.05 million token context window and $10/$50 per-million-token pricing. OpenAI has made no public announcement, and the listing's own description says it is an auto-redirecting alias rather than a fixed model.

model release

OpenRouter Lists 'GPT Sol Latest' — An Alias Pointer to OpenAI's Newest Sol-Family Model, Not a Standalone Release

OpenRouter has added a listing called '~openai/gpt-sol-latest,' described as an alias that always points to the newest model in an undisclosed 'GPT Sol' family from OpenAI. The listing shows a 1050K token context window and pricing of $2.00 per million input tokens and $10.00 per million output tokens, but OpenAI has not publicly confirmed a model line by this name.

model release

InclusionAI Releases Ling 3.0 Flash VL, Adding Vision to Its 124B MoE Model

InclusionAI has released Ling 3.0 Flash VL, a vision-language extension of its 124B total-parameter, 5.5B active Mixture-of-Experts model. The model adds native image and video understanding, supports a 131K token context window, and is priced at $0.06 per 1M input tokens and $0.18 per 1M output tokens via OpenRouter.

Comments

Loading...