iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
Werner Enterprises Posts Highest Revenue Per Truck Growth in One-Way Segment in a Decade CMA CGM and Stonepeak Launch United Ports LLC in $2.4 Billion Terminal Joint Venture UPS shift away from Amazon shows bigger payoff Lanesurf: 62% of Loads Get Vetted Carrier Offers Before Brokers Arrive India-China Border Trade Via Lipulekh Resumes Aug 1; China Permits 20 Traders Geopolitics Drives CMA CGM Q2 Profit Surge of 42% as Volumes and Rates Climb Benchmark Diesel Price Rises Third Week as Futures Plunge; Spread Hits Record Indian Government Limits Sugar Dealers to 400 Tonnes Stock Until November to Curb Hoarding Tenants signing longer leases for larger warehouses as 3PLs lock in capacity US stock market flat as S&P 500 and Dow barely move, Nasdaq slides over 1% on chip rout Werner Enterprises Posts Highest Revenue Per Truck Growth in One-Way Segment in a Decade CMA CGM and Stonepeak Launch United Ports LLC in $2.4 Billion Terminal Joint Venture UPS shift away from Amazon shows bigger payoff Lanesurf: 62% of Loads Get Vetted Carrier Offers Before Brokers Arrive India-China Border Trade Via Lipulekh Resumes Aug 1; China Permits 20 Traders Geopolitics Drives CMA CGM Q2 Profit Surge of 42% as Volumes and Rates Climb Benchmark Diesel Price Rises Third Week as Futures Plunge; Spread Hits Record Indian Government Limits Sugar Dealers to 400 Tonnes Stock Until November to Curb Hoarding Tenants signing longer leases for larger warehouses as 3PLs lock in capacity US stock market flat as S&P 500 and Dow barely move, Nasdaq slides over 1% on chip rout
Home ›› Technology ›› Ai ›› Robotics ›› RoboSSM Introduces State-Space Models for Scalable In-Context Imitation Learning in Robotics

RoboSSM Introduces State-Space Models for Scalable In-Context Imitation Learning in Robotics

RoboSSM is a new method for in-context imitation learning (ICIL) that replaces Transformer-based architectures with state-space models (SSMs). The approach uses Longhorn, a state-of-the-art SSM, enabling linear-time inference and strong extrapolation to longer prompts. Experiments on the LIBERO benchmark show improved generalization to unseen and long-horizon tasks compared to Transformer-based ICIL methods.

iG
iGEN Editorial
June 20, 2026
RoboSSM Introduces State-Space Models for Scalable In-Context Imitation Learning in Robotics

In-context imitation learning (ICIL) enables robots to learn tasks from just a handful of demonstration prompts, eliminating the need for parameter updates at deployment time and supporting few-shot adaptation to novel tasks. However, according to a new paper on arXiv, recent ICIL methods rely on Transformers, which have computational limitations and tend to underperform when handling longer prompts than those seen during training. To address this, researchers introduce RoboSSM, a scalable recipe for ICIL based on state-space models (SSM).

The Transformer Bottleneck in In-Context Imitation Learning

Transformers are the dominant architecture for ICIL, but they suffer from quadratic computational complexity and poor extrapolation to context lengths beyond those seen during training. The paper notes that this limits their effectiveness for long-horizon tasks where robots must process extended demonstration sequences. These limitations motivated the search for a more efficient and scalable backbone.

RoboSSM and the Longhorn State-Space Model

RoboSSM replaces Transformers with Longhorn, a state-of-the-art SSM that provides linear-time inference and strong extrapolation capabilities. According to the paper, SSMs like Longhorn are well-suited for long-context prompts because they maintain constant memory usage regardless of sequence length, avoiding the quadratic cost of Transformers. This makes RoboSSM particularly effective for tasks requiring many demonstration steps.

Experimental Validation on the LIBERO Benchmark

The researchers conducted diverse experiments on the LIBERO benchmark to evaluate RoboSSM. The results demonstrate that applying SSMs to ICIL achieves improved generalization to both unseen tasks and long-horizon tasks compared to Transformer-based ICIL methods. Specifically, RoboSSM handles longer contexts at test-time more effectively, leading to better performance on tasks that require extended reasoning over multiple steps.

Aspect Transformer-based ICIL RoboSSM (SSM-based)
Inference complexity Quadratic Linear
Generalization to longer prompts Poor Strong
Performance on long-horizon tasks Underperforms Improved

First Demonstration of SSMs for ICIL

The paper states that these results show for the first time that SSMs are an efficient and scalable backbone for ICIL. By leveraging the linear-time inference and extrapolation strengths of Longhorn, RoboSSM opens a new direction for robot learning that can handle more complex, real-world tasks without retraining.

Code Availability

The researchers have released the code for RoboSSM, which is available at the link provided in the paper. This allows other teams to reproduce results and build upon the method for their own robotics applications.

While the work is currently applied to robotics benchmarks, the underlying principle of replacing Transformers with SSMs for in-context learning could extend to other domains where long-sequence processing is critical, such as supply chain automation or logistics planning, though such applications are not explored in the paper.


Sources:

Keep Reading

Recommended Stories

New Research Reveals How Visual Tokens Evolve Inside Vision-Language Models Technology

New Research Reveals How Visual Tokens Evolve Inside Vision-Language Models

A new computer vision paper from arXiv investigates how visual tokens are integrated into large language models (LLMs) under two paradigms: in-context prompting and layer-wise injection. The authors find that visual tokens enter the LLM as 'disguised visual context' lacking linguistic structure, then evolve differently depending on the integration architecture. They show that attention allocation alone is insufficient, and performance depends on the quality of visual representations at each layer.

July 8, 2026
New Training-Free Method Enables Robots to Follow Personalized Commands Like 'Bring My Cup' Technology

New Training-Free Method Enables Robots to Follow Personalized Commands Like 'Bring My Cup'

Researchers propose Visual Attentive Prompting (VAP), a training-free perceptual adapter that enables vision-language-action models to follow personalized commands by using reference images as visual prompts. VAP outperforms generic policies and token-learning baselines on simulation and real-world benchmarks.

July 8, 2026
ArXiv Paper Introduces KG-SoftMAP: Bayesian Network Learning from Sparse Data Using Knowledge Graph Priors Technology

ArXiv Paper Introduces KG-SoftMAP: Bayesian Network Learning from Sparse Data Using Knowledge Graph Priors

KG-SoftMAP is a new method for Bayesian network structure learning from sparse discrete data, using a weighted knowledge graph as a prior. On synthetic benchmarks, it achieved Directed-F1 scores up to 0.97 at higher observation rates, while data-only learners stayed near zero. On real educational datasets, it matched logistic regression within 0.03 F1_FAIL while providing an interpretable concept graph.

June 21, 2026
UniMM Framework Achieves State-of-the-Art in Multi-Agent Simulation for Autonomous Driving Technology

UniMM Framework Achieves State-of-the-Art in Multi-Agent Simulation for Autonomous Driving

Researchers introduce UniMM, a unified mixture model framework for multi-agent simulation that covers regression-based and discrete models. The framework achieves state-of-the-art performance on the WOSAC benchmark by addressing behavioral multimodality and closed-loop distributional shifts.

June 20, 2026