中文

ROSA: A Robotics Foundation Model Serving System for Robot Factories

机器人学 2026-07-01 v1 分布式、并行与集群计算

摘要

Robotics foundation models (RFMs) are making general-purpose robots increasingly practical for factory deployments. While RFM serving systems are central to this vision, existing systems are largely shaped by a single-robot, single-model assumption: inference is treated as an edge-computing problem handled by an on-robot or dedicated nearby GPU, and the serving objective is to minimize the latency of a single action model. In this paper, we propose ROSA, an RFM serving system for robot factories designed around three key principles. First, ROSA adopts shared GPU-pool serving, allowing a fleet of robots to access powerful server-class GPUs over the network in order to improve inference performance, battery duration, and GPU utilization. Second, ROSA provides a robotics-aware programming abstraction and system design that supports multi-model pipelines, per-task performance requirements, and failure handling. Third, ROSA uses factory-objective-driven scheduling to maximize SLO-qualified factory productivity rather than minimizing individual request latency. We implement ROSA on top of Ray Serve for distributed orchestration, with vLLM, PyTorch, and JAX as model-serving backends, and evaluate it on both real robots and synthetic large-scale workloads. The results show that ROSA improves factory productivity by up to 12.06x over conventional dedicated serving systems.

引用

@article{arxiv.2607.01088,
  title  = {ROSA: A Robotics Foundation Model Serving System for Robot Factories},
  author = {Wenqi Jiang and Jason Clemons and Rowland O'Flaherty and Hugo Hadfield and Alperen Degirmenci and Shuran Song and Yashraj Narang and Christos Kozyrakis},
  journal= {arXiv preprint arXiv:2607.01088},
  year   = {2026}
}