Mage-VL: An Efficient Codec-Native Streaming Multimodal Foundation Model
Summary
Mage-VL is an efficient codec-native streaming multimodal foundation model that reduces visual token consumption by over 75% using a custom tokenizer, achieving up to 3.5x inference speedup while matching or outperforming existing models on static and video tasks.
View Cached Full Text
Cached at: 07/29/26, 03:50 AM
Paper page - Mage-VL: An Efficient Codec-Native Streaming Multimodal Foundation Model
Source: https://huggingface.co/papers/2607.24904 Authors:
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
Abstract
Standardvision-languagemodels(VLMs)sufferfromMoravec’sparadox:theyexcelatcomplexofflinevisualreasoningbutstrugglewithsimplestreamingperceptiontasksandprocesstheminefficiently.WepresentMage-VL,anefficientcodec-nativestreamingfoundationmodelforreal-timemultimodalunderstandingandinteraction.Atitscore,ourcustomtokenizer,Mage-ViT,replacesuniformframesamplingbyselectivelyencodingdynamic,entropy-richregionsusingmotionvectorsandresidualenergyacrosssparseanchor(I)andpredicted(P)frames.Operatingata16x16patchlevel,thisreducesvisualtokenconsumptionbyover75%whilepreservingspatiotemporalcontext.Trainedfromscratchonapproximately560Munlabeledimagesand100Munlabeledvideoframes,Mage-ViTmatchesoroutperformsflagshipencoderstrainedonbillionsofimage-textpairs.WeestablishAI4AIdatapipelinesencompassingprompt-codejointoptimizationformultimodalcaptioningandAI-drivenperformancediagnosistoguidetrainingrecipes.Furthermore,throughabio-inspireddual-systemarchitecture-alightweightSystem1eventgateandacausalSystem2decoder-Mage-VLenablesproactivestreamingperception.ExtensiveevaluationsshowthatMage-VL-4BmatchesQwen3-VL-4Bonstatictaskswhileachievingstronggainsinvideounderstandingand2D/3Dspatialreasoning,withuptoa3.5xwall-clockinferencespeedup,andcomprehensivelysurpassesthe15BPhi-4-reasoning-visionbaseline.Beyondmodelartifacts,wedeliversevenkeyempiricalfindingscoveringpre-trainingdataefficiency,variable-resolutionscaling,codecsystemacceleration,VideoQASFTredundancy,motion-spatialsynergy,AI4AIdatapipelines,andZero-VisionSFTformultimodalRL.
View arXiv pageView PDFProject pageGitHub776Add to collection
Get this paper in your agent:
hf papers read 2607\.24904
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper1
#### microsoft/Mage-VL Image-Text-to-Text• 5B• Updatedabout 1 hour ago • 702 • 62
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.24904 in a dataset README.md to link it from this page.
Spaces citing this paper1
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
microsoft/Mage-VL · Hugging Face - An Efficient Codec-Native Streaming Multimodal Foundation Model
Microsoft introduces Mage-VL, a codec-native streaming multimodal foundation model for image and video understanding that achieves up to 3.5x inference speedup by using a sparsity pattern inspired by video codecs, cutting visual tokens by over 75%.
Mage (GitHub Repo)
Microsoft releases Mage, a family of lightweight 4B-parameter multimodal models for visual understanding and generation, including Mage-VL for image/video understanding and Mage-Flow for text-to-image generation and editing, designed for research and deployment on modest hardware.
AdaCodec: A Predictive Visual Code for Video MLLMs
AdaCodec reduces video encoding redundancy in multimodal LLMs by transmitting full visual tokens only when scene prediction fails, otherwise using compact inter-frame change descriptions. It outperforms per-frame RGB baselines at matched token budgets and achieves better or comparable results with significantly fewer tokens, reducing time-to-first-token from 9.26s to 1.62s.
@jiqizhixin: What if your AI could “see” video like a streaming codec—spending tokens only on the most important moments? Introducin…
LLaVA-OneVision-2 introduces codec-stream tokenization for efficient video understanding, significantly outperforming Qwen3-VL-8B on temporal and spatial benchmarks. The model, data, and code are open-sourced.
Mage-Flow: An Efficient Native-Resolution Foundation Model for Image Generation and Editing
Mage-Flow is a compact 4B-parameter generative stack for efficient text-to-image generation and instruction-based image editing, featuring a co-designed lightweight tokenizer (Mage-VAE) and a native-resolution multimodal diffusion transformer trained with rectified flow matching. It achieves competitive performance while enabling high-resolution generation at 0.59s on a single A100 GPU.