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
14 changes: 14 additions & 0 deletions source/_data/SymbioticLab.bib
Original file line number Diff line number Diff line change
Expand Up @@ -2210,3 +2210,17 @@ @Article{cornserve:arxiv25
Cornserve allows model developers to describe the computation graph of generic Any-to-Any models, which consists of heterogeneous components such as multimodal encoders, autoregressive models like Large Language Models (LLMs), and multimodal generators like Diffusion Transformers (DiTs). Given this, Cornserve's planner automatically finds an optimized deployment plan for the model, including whether and how to disaggregate the model into smaller components based on model and workload characteristics. Cornserve's distributed runtime then executes the model per the plan, efficiently handling Any-to-Any model heterogeneity during online serving. Evaluations show that Cornserve can efficiently serve diverse Any-to-Any models and workloads, delivering up to 3.81x throughput improvement and up to 5.79x tail latency reduction over existing solutions.
}
}

@article{sigdgx:cacm25,
author = {Chen, Ang and Ratnasamy, Sylvia and Alizadeh, Mohammad and Chowdhury, Mosharaf and Guikema, Seth and Huang, Ryan and Jaganathann, Suresh and Kerkez, Branko and Lee, Edward and Low, Steven and Mao, Morley and Mathieu, Johanna and Reiter, Michael and Wang, Xinyu and Cerf, Vinton},
title = {Resilient Infrastructures via Digital Unification},
journal = {Communications of the ACM},
year = {2025},
month = {Dec},
volume = {69},
number = {1},
pages = {38–40},

publist_confkey = {CACM:69(1)},
publist_link = {paper || https://dl.acm.org/doi/full/10.1145/3736713},
}
7 changes: 7 additions & 0 deletions source/publications/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,13 @@ venues:
name: ACM SIGEnergy Energy Informatics Review
date: 2023-10-25
url: https://dl.acm.org/toc/sigenergy-eir/2023/3/3
CACM:
category: Journals
occurrences:
- key: 'CACM:69(1)'
name: Communications of the ACM
date: 2025-12-04
url: https://dl.acm.org/doi/full/10.1145/3736713
ICML:
category: Conferences
occurrences:
Expand Down