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

Microsoft Releases Fara1.5-27B, a 27B Vision-Only Web Browsing Agent with 262K Context

Microsoft Research AI Frontiers has released Fara1.5-27B, a 27-billion-parameter multimodal agent that completes web tasks by reading screenshots and emitting click/type/scroll commands. The model, fine-tuned from Qwen3.5-27B, ships under MIT license with a 262K-token context window and is designed to run alongside Microsoft's MagenticLite sandbox.

model release

Unsloth Releases GGUF Quantizations of Kimi K3, a 2.8T-Parameter Open-Weight MoE Model

Unsloth has released GGUF quantizations of Kimi K3, a 2.8-trillion-parameter open-weight Mixture-of-Experts model from Moonshot AI with a 1-million-token context window and native vision support. The largest lossless quantization (Q8) weighs in at 1.56TB.

model release

Liquid AI Releases LFM2.5-Encoder Models Claiming 3.7x Faster CPU Inference Than ModernBERT at Long Context

Liquid AI released two open-weight encoder models, LFM2.5-Encoder-230M and LFM2.5-Encoder-350M, built for classification and routing tasks at long context on CPU hardware. The company claims the smaller model runs 3.7x faster than ModernBERT-base at 8,192 tokens while matching or beating larger encoders on GLUE, SuperGLUE, and multilingual benchmarks.

model release

Alibaba Launches Qwen3.7 Flash: 1M-Context Vision-Language Model at $0.03/$0.13 per 1M Tokens

Alibaba has released Qwen3.7 Flash, a vision-language reasoning model with a 1 million token context window aimed at multimodal agents, visual coding, and computer-use tasks. The model is priced at $0.03 per 1M input tokens and $0.13 per 1M output tokens and is available through OpenRouter.

Comments

Loading...