[Paper] FMplex: Model Virtualization for Serving Extensible Foundation Models

Published: (June 8, 2026 at 11:38 AM EDT)
2 min read
Source: arXiv

Source: arXiv - 2606.09643v1

Overview

Foundation models (FMs) are increasingly used as backbones for downstream tasks across language, vision, time-series, and multimodal applications. Yet existing model-serving systems deploy each customized task as an independent model instance, thereby replicating heavyweight backbones, wasting accelerator memory, and losing opportunities to amortize batching and loading costs. This paper presents FMplex, a serving system that treats FM backbones as a virtualization substrate for deployment sharing. FMplex presents each task with a virtual foundation model (vFM), a logically private FM instance backed by a shared physical FM. This abstraction lets independently customized tasks share a backbone while preserving task-specific extensions, independent lifecycles, and task-level isolation. In addition, we propose a batch-aware fair-queueing scheduler that combines weighted task-level sharing with inter- and intra-task batching across colocated tasks. We implement a FMplex-based serving stack spanning task construction, sharing-aware deployment, and runtime execution. Across 7 FM backbones (16 variants) and 92 downstream tasks, FMplex reduces latency by up to 80% over spatial partitioning and 33.3% over best-effort co-location, while hosting up to 6x more tasks at cluster scale.

Key Contributions

This paper presents research in the following areas:

  • cs.DC
  • cs.AI
  • cs.LG
  • cs.OS

Methodology

Please refer to the full paper for detailed methodology.

Practical Implications

This research contributes to the advancement of cs.DC.

Authors

  • Hetvi Shastri
  • Pragya Sharma
  • Walid A. Hanafy
  • David Irwin
  • Mani Srivastava
  • Prashant Shenoy

Paper Information

  • arXiv ID: 2606.09643v1
  • Categories: cs.DC, cs.AI, cs.LG, cs.OS
  • Published: June 8, 2026
  • PDF: Download PDF
0 views
Back to Blog

Related posts

Read more »