IMLE-VLA: Fast Single-Step Action Generation for Vision-Language-Action Policies

📅 2026-09-09
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
本文提出IMLE-VLA方法,通过单步条件生成器替代迭代动作头,解决机器人执行任务时的停顿问题,提高动作生成效率和流畅度。
📝 Abstract
Vision-language-action (VLA) policies leverage pretrained vision-language backbones to achieve strong cross-task generalization. A leading design couples this backbone with a dedicated continuous action head trained via diffusion or flow matching. However, such heads rely on iterative multi-step sampling, for example 10 Euler steps in $π_{0.5}$. This creates an inference bottleneck that produces stop-and-go movement in the robot and slower task completion. We introduce IMLE-VLA, which replaces the iterative action head with a single-step conditional generator trained via conditional Implicit Maximum Likelihood Estimation (cIMLE). The cIMLE objective promotes multimodal action coverage, avoiding the mode collapse of naive regression heads while eliminating multi-step sampling entirely. When IMLE-VLA is applied to $π_{0.5}$, it increases inference frequency 3.67x (55 Hz vs. 15 Hz), enabling up to 11x higher action throughput. On the 40-task LIBERO benchmark, IMLE-VLA achieves the highest average success rate (98.0%) among all baselines while leading in inference frequency. Under the test-time perturbations of LIBERO-plus, IMLE-VLA retains $π_{0.5}$'s robustness while other baselines degrade sharply, confirming that the cIMLE head preserves generalization. Real-world experiments on a Franka Emika Panda across four tasks demonstrate smoother motion (2.2x to 3.0x lower jerk) and faster task completion, with IMLE-VLA outperforming $π_{0.5}$ on every task and reducing average VLA inference time per episode by 3.9x to 6.6x. Videos and code are available at https://kianhk6.github.io/IMLE-VLA/
Problem

Research questions and friction points this paper is trying to address.

Vision-Language-Action
continuous action head
iterative multi-step sampling
inference bottleneck
Innovation

Methods, ideas, or system contributions that make the work stand out.

single-step action generation
conditional Implicit Maximum Likelihood Estimation (cIMLE)
multimodal action coverage
🔎 Similar Papers
K
Kian Hosseinkhani
Simon Fraser University
Q
Qinhe Peng
University of Pennsylvania
G
George Shramko
Simon Fraser University
M
Mehran Aghabozorgi
Simon Fraser University
Jianing Qian
Jianing Qian
University of Pennsylvania
T
Tristan Engst
Simon Fraser University
A
Alireza Moazeni
Simon Fraser University
Dinesh Jayaraman
Dinesh Jayaraman
Assistant Professor, University of Pennsylvania
robot learningcomputer visionroboticsmachine learning
Ke Li
Ke Li
Simon Fraser University
Machine LearningComputer VisionAlgorithms