← Latest papers
🤖 AI

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

The paper introduces RoboSSM, a scalable in-context imitation learning framework that replaces Transformers with the Longhorn state-space model to achieve linear-time inference and superior generalization on long-horizon and unseen tasks within the LIBERO benchmark.

Original authors: Youngju Yoo, Jiaheng Hu, Yifeng Zhu, Bo Liu, Qiang Liu, Roberto Martín-Martín, Peter Stone

Published 2026-06-19
📖 4 min read☕ Coffee break read

Original authors: Youngju Yoo, Jiaheng Hu, Yifeng Zhu, Bo Liu, Qiang Liu, Roberto Martín-Martín, Peter Stone

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are teaching a robot how to do a new chore, like "pick up the orange juice and put it in the basket."

The Old Way (The "Transformer" Robot):
Previously, robots learned this using a system called a "Transformer." Think of this like a student who has to re-read their entire textbook every time they get a new question. If you give the robot a short video of someone doing the task, it works fine. But if you try to show it a long video with many examples (a "long prompt"), the student gets overwhelmed. They start to forget the beginning of the video by the time they reach the end, and their performance crashes. They also get very slow because they have to re-read everything from scratch.

The New Way (RoboSSM):
The paper introduces RoboSSM, a new way to teach robots using a different brain architecture called a State-Space Model (SSM).

Here is how RoboSSM works, using simple analogies:

1. The "Infinite Scroll" vs. The "Library"

  • Transformers (The Library): Imagine a librarian who has to walk to every single book on the shelf to find a connection between them. If you add more books (more demonstrations), the librarian takes much longer to find the answer. If the shelf gets too long, they get lost.
  • RoboSSM (The Infinite Scroll): RoboSSM is like a smart scroll that updates itself as you read. It doesn't need to re-read the whole history every time. It keeps a running summary in its "memory" that updates instantly. This means it can handle a video with 16 times more examples than it was trained on without getting slow or confused.

2. The "Beta" Adjustment (The Volume Knob)

The paper mentions a special trick called β\beta-scaling.

  • Imagine you are listening to a choir. Sometimes you want to hear the whole group equally. Sometimes, you want to focus intensely on the soloist (the new demonstration you just showed the robot).
  • RoboSSM has a "volume knob" (the β\beta parameter) that it can turn up or down. When the robot sees a new task, it turns up the volume on the new examples to make sure it pays close attention to them, helping it learn faster without forgetting the old rules.

3. The Results: What Did They Find?

The researchers tested this on a famous robot test called LIBERO, which involves tasks like picking up bowls, opening drawers, and stacking items.

  • The "Long Video" Test: They trained the robot on a short video (2 examples) and then tested it with a very long video (32 examples).
    • The Old Robot (ICRT): Failed miserably. It couldn't handle the extra length.
    • RoboSSM: Got better the more examples it saw. It successfully picked up objects it had never seen before, just by watching a long list of examples.
  • The "Slow Motion" Test: They slowed down the demonstration videos (time dilation) to simulate a robot moving slowly or hesitating.
    • The Old Robot: Got confused and failed.
    • RoboSSM: Stayed calm and successful, proving it can handle real-world timing variations.
  • The "Speed" Test:
    • The Old Robot: Got slower and slower as the video got longer.
    • RoboSSM: Stayed fast and efficient, no matter how long the video was.

The Big Picture

The paper claims that RoboSSM is the first system to prove that you can teach robots new tasks on the fly just by showing them a long list of examples, without needing to retrain the robot's brain. It is faster, handles longer lists of instructions better, and is more robust to changes in speed or timing than the previous "Transformer" methods.

In short: If the old robot was a student who got tired after reading 5 pages, RoboSSM is a student who can read 80 pages, remember the first page perfectly, and still answer the question quickly.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →