cs.ROJul 1, 2026

ROSA: A Robotics Foundation Model Serving System for Robot Factories

Authors: Wenqi JiangJason ClemonsRowland O'FlahertyHugo HadfieldAlperen DegirmenciShuran SongYashraj NarangChristos Kozyrakis

Organizations: NVIDIA Research · Stanford University

Abstract

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.

Explore similar work

CardsList
  1. Efficient Vision-Language-Action Management and Serving for Robot Factories

    Sep 14, 2026Dionysios Adamopoulos, Nattapol Chanpaisit, Basel Fakhri +1Vision-Language-Action Models

  2. Action Chunk Scheduling for Batched Robot Policy Serving

    Jul 31, 2026Rohan Bansal, David He, Nadun Ranawaka Arachchige +4Action ChunksRobot Policies