English

RoboSSM: Scalable In-context Imitation Learning via State-Space Models

Robotics 2025-09-25 v1 Artificial Intelligence

Abstract

In-context imitation learning (ICIL) enables robots to learn tasks from prompts consisting of just a handful of demonstrations. By eliminating the need for parameter updates at deployment time, this paradigm supports few-shot adaptation to novel tasks. However, recent ICIL methods rely on Transformers, which have computational limitations and tend to underperform when handling longer prompts than those seen during training. In this work, we introduce RoboSSM, a scalable recipe for in-context imitation learning based on state-space models (SSM). Specifically, RoboSSM replaces Transformers with Longhorn -- a state-of-the-art SSM that provides linear-time inference and strong extrapolation capabilities, making it well-suited for long-context prompts. We evaluate our approach on the LIBERO benchmark and compare it against strong Transformer-based ICIL baselines. Experiments show that RoboSSM extrapolates effectively to varying numbers of in-context demonstrations, yields high performance on unseen tasks, and remains robust in long-horizon scenarios. These results highlight the potential of SSMs as an efficient and scalable backbone for ICIL. Our code is available at https://github.com/youngjuY/RoboSSM.

Keywords

Cite

@article{arxiv.2509.19658,
  title  = {RoboSSM: Scalable In-context Imitation Learning via State-Space Models},
  author = {Youngju Yoo and Jiaheng Hu and Yifeng Zhu and Bo Liu and Qiang Liu and Roberto Martín-Martín and Peter Stone},
  journal= {arXiv preprint arXiv:2509.19658},
  year   = {2025}
}

Comments

8 pages, 11 figures

R2 v1 2026-07-01T05:53:19.174Z