AIAny
Icon for item

Mage-VL: An Efficient Codec-Native Streaming Multimodal Foundation Model

Real-time streaming multimodal foundation model that uses a codec-native tokenizer (Mage-ViT) to encode motion- and residual-rich regions from video I/P frames, reducing visual token usage by over 75% and enabling up to ~3.5× wall-clock inference speedup after training on ~560M images and 100M video frames.

Introduction

Most large vision–language models are optimized for offline, high-compute visual reasoning but struggle with low-latency, continuous perception. The core insight behind this work is pragmatic: compress the perceptual input where video codecs already concentrate useful signal (motion vectors and residual energy across I/P frames) and build a streaming-aware model around that representation. That shift yields drastic token savings without throwing away the spatiotemporal context that downstream multimodal reasoning needs.

Key Findings
  • Codec-native tokenization: replacing uniform frame sampling with a Mage-ViT tokenizer that selectively encodes entropy-rich 16×16 patches (guided by motion vectors and residuals across sparse anchor and predicted frames) cuts visual token consumption by >75%, so the model processes far less input per second while retaining temporal cues.
  • Streaming architecture: a bio-inspired dual-system design pairs a lightweight System 1 event gate for quick, low-cost perception with a causal System 2 decoder for deliberate multimodal reasoning — this enables proactive streaming perception and lower end-to-end latency.
  • Empirical trade-offs: trained from scratch on ~560M unlabeled images and ~100M unlabeled video frames, the model matches strong static-image encoders on image tasks, substantially improves video understanding and spatial (2D/3D) reasoning, and achieves up to ~3.5× wall-clock inference speedup versus baseline pipelines.
  • Practical pipelines and findings: the paper documents AI4AI data pipelines (prompt-code joint optimization and AI-driven training diagnosis) and seven empirical findings covering data efficiency, variable-resolution scaling, codec acceleration, VideoQA SFT redundancy, motion–spatial synergy, and Zero-Vision SFT for multimodal RL, offering operational guidance beyond the core model.
Who it's for — and when not to choose it

Great fit if you need low-latency, long-duration or continuous multimodal perception (e.g., live video understanding, real-time agents, robotics sensing) and want to reduce token/compute load by leveraging codec signals. Look elsewhere if your primary workload is offline high-resolution single-image tasks where codec-derived sparsity brings little benefit, or if you require models trained on very large paired image–text corpora for niche generative captioning benchmarks.

Where it fits

This work sits between efficient video encoders and multimodal foundation models: it targets systems that must run continuous perception with tight latency/bandwidth constraints while still supporting rich multimodal reasoning, rather than bulk offline pretraining on massive image–text pairs.

Brief methodological note

The approach combines a codec-aware front end (motion/residual-guided token selection at patch granularity), large-scale self-supervised pretraining, and a dual-stage inference flow that routes fast events to a lightweight gate and escalates selected contexts to a causal decoder for reasoning. The evaluation compares static, video, and spatial reasoning tasks and includes throughput and wall-clock benchmarks to reflect real streaming costs.

Information

  • Websitearxiv.org
  • AuthorsSenqiao Yang, Kaichen Zhang, Zhaoyang Jia, Jinghao Guo, Yifei Shen, Xinjie Zhang, Xiaoyi Zhang, Haoqing Wang, Xiao Li, Peng Zhang
  • Published date2026/07/27

More Items

Recovers editable design files from raster images by growing an editable layer hierarchy via an agentic pipeline that selects and composes modality-specific tools. Introduces graceful verification (accept/prune/retry) to prevent error accumulation and presents the Figma Edit Replay Benchmark (909 files, 14,796 edits) to measure editability across layout, color, and text edits.

Provides a portable, robot-free UMI capture pipeline and shows that policies post-trained only on this high-fidelity data deploy directly on real robots matching teleoperation baselines. Capture achieves ~3 mm end-effector accuracy, microsecond sync, ultra-wide FOV, and releases 2,000h HiFi-UMI-2K.

Drives long‑horizon desktop agents by reading and manipulating program state (files, DOM, backends) instead of relying on screenshots. The main agent uses code for actions and structural verification while a lightweight GUI subagent handles rare screenshot-click steps, improving success rates and lowering per-task cost versus screenshot-only approaches.