Skip to main content
Registration is now open! Early-bird pricing available through May 5, 2026. Register now

All Accepted Demos

Cornserve: A Distributed Serving System for Any-to-Any Multimodal Models

Jae-Won Chung (University of Michigan), Jeff J. Ma (University of Michigan), Jisang Ahn (University of Michigan), Yizhuo Liang (USC), Akshay Jajoo (Cisco Research), Myungjin Lee (Cisco Research), Mosharaf Chowdhury (University of Michigan)

System Optimization & Efficiency Architectural Patterns & Composition

Summary

A distributed serving system for any-to-any multimodal models that enables component disaggregation and independent scaling, delivering up to 3.81× higher throughput.

Description

Any-to-Any models are an emerging class of multimodal models that accept combinations of multimodal data (e.g., text, image, video, audio) as input and generate them as output. Serving these models are challenging; different requests with different input and output modalities traverse different paths through the model computation graph, and each component of the model have different scaling characteristics. We present Cornserve, a distributed serving system for generic Any-to-Any models. Cornserve provides a flexible task abstraction for expressing Any-to-Any model computation graphs, enabling component disaggregation and independent scaling. The distributed runtime dispatches compute to the data plane via an efficient record-and-replay execution model that keeps track of data dependencies, and forwards tensor data between components directly from the producer to the consumer. Built on Kubernetes with approximately 23K new lines of Python, Cornserve supports diverse Any-to-Any models and delivers up to 3.81× higher throughput and 5.79× lower tail latency. Cornserve is open-source (https://github.com/cornserve-ai/cornserve), and the demo video is available on YouTube (https://www.youtube.com/watch?v=nb8R-vztLRg).

ACM CAIS 2026 Sponsors