Imitation learning (IL) enables robots to acquire autonomous skills from human demonstrations. Recent in-context IL (ICIL) methods leverage off-the-shelf large language models (LLMs) as instant policies that infer task context and generate executable trajectories from only a few demonstrations, without retraining model parameters. However, the reliability of LLM-based instant policies is limited by hallucinations, which produce outlier trajectories inconsistent with the demonstrations. This issue is further amplified in multimodal tasks, where multiple distinct yet equally valid strategies exist in human demonstrations. To address these challenges, we propose the Robust Instant Policy (RIP) framework, which improves reliability by robustly aggregating multiple trajectories sampled from an LLM. As a concrete instantiation, we introduce Student’s-t mixture model RIP (SMM-RIP), which captures trajectory multimodality via an SMM and extracts a robust representative trajectory using Student’s-t regression, effectively suppressing hallucinated outliers while preserving valid strategies. Experiments on 15 everyday manipulation tasks in both simulated and real-world environments show that SMM-RIP consistently outperforms state-of-the-art IL methods, particularly in low-data regimes. These results highlight the importance of robustness and flexible multimodal modeling for reliable LLM-based ICIL.
Fig1. Overview of the SMM-RIP applied in a pick-hanger-rack task. Human demonstrations provide paired visual observations and corresponding gripper trajectories from which contextual text tokens are generated. An LLM-based instant policy utilizes the contextual data and new image keypoints to sample multiple candidate trajectories. Using a Student’s-t mixture model followed by Student’s-t regression, the SMM-RIP captures multimodal motion patterns in LLM-sampled trajectories while suppressing outlier behaviors, yielding a robust and reliable trajectory for task execution.
This study makes the following key contributions:
To evaluate the SMM-RIP, a set of 15 everyday manipulation tasks was defined across both simulated and real-world environments, as shown in fig 2. These tasks were designed to reflect a broad range of household-level manipulations while enabling controlled evaluation of multimodal demonstrations, where multiple distinct optimal trajectories can achieve the same goal. For simplicity, we focused on multimodal scenarios with up to two optimal trajectories per task, because this reflects the typical data limitation of few-shot demonstrations.
Fig2. Environments and tasks. Human demonstrations were collected in both simulated and real-world environments using a leader–follower robot setup, where a human-operated leader robot was mirrored by a follower robot with a similar embodiment. Under these settings, the SMM-RIP and baseline imitation learning methods were evaluated on 15 everyday manipulation tasks to assess their robustness and flexibility. The figure illustrates the simulated (top) and real-world (bottom) setups, each including examples of unimodal (left) and multimodal (right) tasks.
𝒩(^at | μθ(t), σθ2(t))), thus removing the robustness property of the Student’s t formulation.
Success condition: at the end of the episode, the banana is picked up
KAT Failure
GNN-RIP Failure
SNN-RIP Success
SMM-RIP Success
Success condition: at the end of the episode, the cube should be pushed out to the goal circle
KAT Failure
GNN-RIP Failure
SNN-RIP Success
SMM-RIP Success
Success condition: at the end of the episode, the drawer is opened
KAT Failure
GNN-RIP Failure
SNN-RIP Success
SMM-RIP Success
Success condition: at the end of the episode, the cabinet is closed completely
KAT Failure
GNN-RIP Failure
SNN-RIP Success
SMM-RIP Success
Success condition: at the end of the episode, the faucet is rotated
KAT Failure
GNN-RIP Failure
SNN-RIP Success
SMM-RIP Success
Success condition: at the end of the episode, the triangle should be accurately drawn
KAT Failure
GNN-RIP Failure
SNN-RIP Failure
SMM-RIP Success
Success condition: at the end of the episode, the cube should be outside of the goal area
KAT Failure
GNN-RIP Failure
SNN-RIP Failure
SMM-RIP Success
Success condition: at the end of the episode, the banana is picked up
KAT Failure
GNN-RIP Failure
SNN-RIP Success
SMM-RIP Success
Success condition: at the end of the episode, the hanger is hung on the stand
KAT Failure
GNN-RIP Failure
SNN-RIP Success
SMM-RIP Success
Success condition: at the end of the episode, the cup is vertically placed on the table
KAT Failure
GNN-RIP Failure
SNN-RIP Success
SMM-RIP Success
Success condition: at the end of the episode, the dust (cubes) is on the dust pan
KAT Failure
GNN-RIP Failure
SNN-RIP Success
SMM-RIP Success
SMM-RIP Success
SMM-RIP Success
Success condition: at the end of the episode, the bottle is in the bowl
KAT Failure
GNN-RIP Failure
SNN-RIP Success
SMM-RIP Success
SMM-RIP Success
SMM-RIP Success
Success condition: At the end of the episode, the sponge should have wiped along the entire contour of the plate, maintaining contact throughout, without significantly moving the plate
KAT Failure
GNN-RIP Failure
SNN-RIP Failure
SMM-RIP Success
SMM-RIP Success
Success condition: At the end of the episode, the hanger should be pick up by any side
KAT Failure
GNN-RIP Failure
SNN-RIP Failure
SMM-RIP Success
SMM-RIP Success
Success condition: At the end of the episode, the cube should be placed in any cup
KAT Failure
GNN-RIP Failure
SNN-RIP Failure
SMM-RIP Success
SMM-RIP Success
The results of the quantitative analysis comparing the policy success rates of each method are presented as below:
Result 1.
Comparison of SMM-RIP with baseline methods using
10 demonstrations per task.
(a) Top: Simulation | Bottom: Real world.
Success rates are measured over
50 executions (simulation) and
10 executions (real world).
Missing bars indicate zero success.
(b) Average success rates on
unimodal, multimodal, and all tasks
(simulation + real world).
Shaded regions show mean ± standard deviation.
Methods marked with
*
perform significantly worse than SMM-RIP
(t-test, p < 5×10−2).
Takeaway. SMM-RIP consistently achieves the highest success rates by robustly aggregating multiple LLM-generated trajectories and explicitly handling multimodal solutions. This enables reliable few-shot robot execution without retraining, even in the presence of LLM hallucinations.
Result 2.
Success rates as a function of the number of demonstrations
(3, 5, 10, 15, 20) in simulation experiments.
All curves report the mean success rate (solid line)
with standard deviation (shaded region),
measured over 50 executions per task.
Takeaway. SMM-RIP consistently achieves the highest success rates across all data regimes, with the largest gains in the low-data setting (3–5 demonstrations). While unimodal aggregation degrades on multimodal tasks, SMM-RIP remains robust by explicitly modeling multiple valid strategies, highlighting the importance of multimodal, outlier-robust aggregation when demonstrations are scarce.
To evaluate the contribution of each design component in the SMM-RIP, a quantitative analysis was conducted on four factors: the number of queries (Q), degrees of freedom (ν), number of mixture components (M), and the effect of applying SNN-RIP regression after SMM.
Result 3.
Design analysis of RIP variants highlighting three key factors:
the Student’s-t degrees of freedom (ν),
the number of trajectory queries (Q),
and the number of mixture components (M).
Top → Bottom:
Success rates under different configurations of
ν = {0.1, 0.5, 1.0, 1.5, 3.0, ∞},
Q = {3, 5, 10},
and M = {1, 3, 5}.
Results report the mean success rate with
standard deviation,
evaluated over 50 simulation runs per task
using 20 demonstrations.
Takeaway. The analysis shows that heavy-tailed modeling (ν < ∞) and sufficient trajectory sampling (Q ≥ 5) are critical for suppressing hallucinated outliers, while multiple mixture components (M > 1) are necessary to capture distinct valid strategies. Together, these results justify the design choices of SMM-RIP.
@inproceedings{oh2025rip,
author = {Oh, Hanbit and Salcedo-Vázquez, Andrea M. and Ramirez-Alpizar, Ixchel G. and Domae, Yukiyasu},
booktitle = {2025 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
title = {Robust Instant Policy: Leveraging Student’s t-Regression Model for Robust In-context Imitation Learning of Robot Manipulation},
year = {2025},
pages = {7973--7980},
doi = {10.1109/IROS60139.2025.11247005},
}