Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions source/_data/SymbioticLab.bib
Original file line number Diff line number Diff line change
Expand Up @@ -2361,6 +2361,8 @@ @Article{cornserve:arxiv26
url = {https://arxiv.org/abs/2603.12118},
publist_confkey = {arXiv:2603.12118},
publist_link = {paper || https://arxiv.org/abs/2603.12118},
publist_link = {code || https://github.com/cornserve-ai/cornserve},
publist_link = {demo || https://www.youtube.com/watch?v=nb8R-vztLRg},
publist_topic = {Systems + AI},
publist_abstract = {
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.
Expand All @@ -2369,6 +2371,24 @@ @Article{cornserve:arxiv26
}
}

@InProceedings{cornserve:caisdemo26,
author = {Jae-Won Chung and Jeff J. Ma and Jisang Ahn and Yizhuo Liang and Akshay Jajoo and Myungjin Lee and Mosharaf Chowdhury},
booktitle = {CAIS Demo Track},
title = {Cornserve: A Distributed Serving System for Any-to-Any Multimodal Models},
year = {2026},
month = {May},
publist_confkey = {CAIS'26 Demo},
publist_link = {paper || cornserve-cais26.pdf},
publist_link = {code || https://github.com/cornserve-ai/cornserve},
publist_link = {demo || https://www.youtube.com/watch?v=nb8R-vztLRg},
publist_topic = {Systems + AI},
publist_abstract = {
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.
}
}

@Article{kairos:arxiv26,
author = {Yichao Yuan and Mosharaf Chowdhury and Nishil Talati},
title = {{KAIROS}: Stateful, Context-Aware Power-Efficient Agentic Inference Serving},
Expand Down
Binary file not shown.
7 changes: 7 additions & 0 deletions source/publications/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,13 @@ venues:
date: 2026-04-23
url: https://iclr.cc/Conferences/2026
acceptance: 26.97%
'CAIS Demo':
category: Conferences
occurrences:
- key: CAIS'26 Demo
name: ACM Conference on AI and Agentic Systems Demo Track
date: 2026-05-26
url: https://caisconf.org
{% endpublist %}

---
Expand Down
Loading