iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
GeM completes 10 years as India's trusted digital public procurement platform Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue Domestic funds reach record 21% stake in Indian companies as FPI ownership drops to 17% Cybercriminals widen net as assessees rush to meet I-T return filing deadline Bloomberg Delays India's Sovereign Bond Index Inclusion as Market Reforms Need Further Testing Gold loans jump 93.8% y-o-y, fuel bank credit growth in Q1FY27 Snapchat joins YouTube, LinkedIn and Substack in fight against 'AI slop' GeM completes 10 years as India's trusted digital public procurement platform Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue Domestic funds reach record 21% stake in Indian companies as FPI ownership drops to 17% Cybercriminals widen net as assessees rush to meet I-T return filing deadline Bloomberg Delays India's Sovereign Bond Index Inclusion as Market Reforms Need Further Testing Gold loans jump 93.8% y-o-y, fuel bank credit growth in Q1FY27 Snapchat joins YouTube, LinkedIn and Substack in fight against 'AI slop'
Home ›› Technology ›› Ai ›› Llms ›› M*: A Modular, Extensible Serving System for Efficient Multimodal AI Inference

M*: A Modular, Extensible Serving System for Efficient Multimodal AI Inference

Researchers have developed M*, a universal serving system for composite AI models that integrates diverse components like vision encoders and language backbones. Using a novel 'Walk Graph' abstraction, M* achieves significant performance improvements: 20% lower latency for text-to-image, up to 2.7x higher throughput for text-to-speech, and 12.5x faster robotic planning rollouts compared to existing baselines.

iG
iGEN Editorial
June 16, 2026
M*: A Modular, Extensible Serving System for Efficient Multimodal AI Inference

As enterprises increasingly deploy multimodal AI models that combine vision, language, speech, and action generation, the infrastructure needed to serve these composite architectures has become a critical bottleneck. Existing model serving frameworks were built on narrow assumptions about model structure, making them ill-suited for modern multimodal models. According to a new paper on arXiv, researchers from multiple institutions have introduced M*, a modular and extensible serving system designed specifically for efficient serving of composite AI models.

The Challenge of Multimodal Model Serving

Composite model architectures integrate diverse components such as vision encoders, language backbones, diffusion and flow heads, audio codecs, action generators, and world-model predictors. These architectures underpin a broad class of models including unified multimodal models, omni models, speech-language models, vision-language-action policies, and world models. However, existing serving frameworks cannot accommodate this architectural diversity.

M*'s Walk Graph Abstraction

M* represents models as dataflow graphs, processing requests spanning diverse modalities and tasks as traversals over these graphs. The core insight is a modular abstraction that supports arbitrary composition of model components, flexible placement onto a physical cluster, and model-agnostic optimizations within a distributed runtime. The authors call this abstraction the Walk Graph. It can concisely capture composite models from a broad range of families.

Performance Benchmarks

The researchers instantiated M* on representative models and measured its performance against baselines. The results are summarized in the table below:

Workload Model Metric Improvement over Baseline
Text-to-image BAGEL End-to-end latency 20% lower than vLLM-Omni
Text-to-speech Qwen3-Omni Real-time factor Up to 2.9x lower
Text-to-speech Qwen3-Omni Throughput Up to 2.7x higher
Robotic planning V-JEPA 2-AC rollout Planning speed Up to 12.5x faster

For text-to-image workloads on the BAGEL model, M* achieved 20% lower end-to-end latency than vLLM-Omni. On text-to-speech tasks with Qwen3-Omni, M* delivered up to 2.9x lower real-time factor and 2.7x higher throughput. In robotic planning, M* outperformed the V-JEPA 2-AC rollout baseline by up to 12.5x.

Developer Effort and Extensibility

The authors emphasize that M* paves the way toward more efficient serving of complex models with minimal developer effort. By providing a modular, extensible framework, M* allows AI teams to compose and deploy multimodal models without rearchitecting the serving stack for each new model family.

Implications for Enterprise AI Infrastructure

For enterprise technology leaders evaluating AI serving solutions, M* represents a departure from monolithic inference frameworks. Its ability to handle vision, language, speech, and action components within a single dataflow graph could simplify infrastructure for applications like multimodal customer service bots, autonomous systems, and content generation pipelines. The performance gains—especially the 20% latency reduction—directly translate to lower operational costs and faster response times in production environments.

As composite AI models become more prevalent, serving infrastructure must evolve. M* demonstrates a path forward that is both performant and flexible, reducing the friction of deploying next-generation multimodal systems. The research team includes Jha, Atindra, Sagan, Naomi, Kamahori, Keisuke, Sivgin, Irmak, Sanda, Rohan, Gao, Steven, Horowitz, Mark, Zettlemoyer, Luke, Hsu, Olivia, Leskovec, Jure, Kasikci, Baris, and Wang, Stephanie.


Sources:

Keep Reading

Recommended Stories

Scribby Multi-Level LLM Framework Promises Fine-Grained Semantic Analysis of Long-Form Video Technology

Scribby Multi-Level LLM Framework Promises Fine-Grained Semantic Analysis of Long-Form Video

Researchers propose Scribby, an LLM-based framework for semantic video analysis that balances macro-level comprehension with micro-level semantic indexing. The approach analyzes full transcripts, individual sentences, and groups sentences by semantic similarity using an LLM as a judge, enabling more detailed understanding of video structure and thematic progression.

June 16, 2026
FlowMaps: Modeling Long-Term Multimodal Object Dynamics with Flow Matching Technology

FlowMaps: Modeling Long-Term Multimodal Object Dynamics with Flow Matching

FlowMaps, a latent flow matching model, predicts multimodal distributions of future object locations in 3D space by learning from past human interactions. Tested in over 600 episodes, it outperforms state-of-the-art approaches for dynamic Object Navigation tasks in simulated and real environments. The research, published on arXiv, has potential applications for robotics in changing environments.

July 8, 2026
New Framework GeoVR Learns 3D Spatial Intelligence from 2D Videos for Multimodal LLMs Technology

New Framework GeoVR Learns 3D Spatial Intelligence from 2D Videos for Multimodal LLMs

Multimodal Large Language Models (MLLMs) traditionally lack intrinsic 3D awareness. Researchers present GeoVR, a framework that learns geometric representations from 2D video sequences, restructuring the semantic latent space to unlock spatial intelligence. GeoVR uses four complementary geometric targets from pre-trained 3D foundation models, achieving state-of-the-art performance on spatial reasoning benchmarks.

July 8, 2026
VCG: Multimodal Retrieval Framework Solves Extreme Cold-Start Problem for E-Commerce Video Feeds Technology

VCG: Multimodal Retrieval Framework Solves Extreme Cold-Start Problem for E-Commerce Video Feeds

E-commerce platforms are shifting to video feeds but face extreme cold-start problems because new videos lack interaction history. The VCG system, described in a recent arXiv paper, uses a CLIP-based multimodal retrieval engine to map users and videos into a shared semantic space, enabling zero-shot retrieval. Online A/B testing showed a 50% uplift in deep video completion, demonstrating effective mitigation of engagement biases.

July 8, 2026