ArXiv

InSight: Self-Guided Skill Acquisition via Steerable VLAs

Authors
Maggie Wang, Lars Osterberg, Stephen Tian...
Categories
cs.RO, cs.AI, cs.LG
arXiv
https://arxiv.org/abs/2606.24884v1
PDF
https://arxiv.org/pdf/2606.24884v1

Brief

InSight addresses the limitation that VLAs can only perform skills present in their training data by making VLAs steerable at primitive-action granularity. It uses (1) an automated segmentation pipeline that labels primitives via VLM plan decomposition and end-effector poses, and (2) a VLM-guided data flywheel that finds, attempts, and auto-labels missing primitives. Evaluated in simulation and real-world tasks (block flipping, drawer closing, sweeping, twisting, pouring), InSight autonomously acquires primitives (no human demos for target skills) that compose into novel long-horizon behaviors. Only the paper abstract was available for this summary.

Why it matters

InSight makes vision-language-action (VLA) models steerable at the primitive-action level (e.g., "move gripper to the bowl", "lift upward") by automatically segmenting demonstrations into labeled primitives using VLM plan decomposition and end-effector poses.

Key details

  • A VLM-guided data flywheel in InSight identifies missing primitives, autonomously attempts demonstrations with VLM-proposed low-level control, auto-labels successful trials, and integrates them into the VLA training set — enabling learning of skills (block flipping, drawer closing, sweeping, twisting, pouring) in simulation and on real robots without any human demonstrations of those target skills; learned primitives compose into novel long-horizon tasks.
  • Paper by Maggie Wang, Lars Osterberg, Stephen Tian et al., posted to arXiv 2026-06-23 (cs.RO / cs.AI / cs.LG); project website: https://insight-vla.github.io.
Source evidence

Abstract

Vision-language-action (VLA) models can learn manipulation skills from demonstrations, but their capabilities are bounded by the skills in the training data. We present InSight, a framework that unlocks autonomous skill acquisition by rendering VLAs steerable at the primitive-action level (e.g., "move gripper to the bowl", "lift upward", "pour the bottle"). InSight consists of two primary stages: (1) an automated segmentation pipeline that partitions demonstrations into labeled primitives via VLM plan decomposition and end-effector poses to enable VLA primitive steerability, and (2) a VLM-guided data flywheel that identifies missing primitives required to accomplish a novel task, autonomously attempts demonstrations of the missing primitives with VLM-proposed low-level control, and automatically labels, stores, and integrates successful demonstrations into the VLA training set. We evaluate InSight across simulation and real-world manipulation tasks, including block flipping, drawer closing, sweeping, twisting, and pouring, without any human demonstrations of these target skills. Once learned, these primitives can be composed to execute novel, long-horizon tasks without additional human demonstrations. Our findings demonstrate that primitive steerability provides a practical foundation for continual skill acquisition in VLA policies. Project website: https://insight-vla.github.io.

Comment: Project website: https://insight-vla.github.io