Search papers, labs, and topics across Lattice.
This paper introduces InSight, a framework that enables vision-language-action (VLA) models to autonomously acquire manipulation skills by making them steerable at the primitive-action level. The approach involves an automated segmentation pipeline that decomposes demonstrations into labeled primitives and a VLM-guided data flywheel that identifies and integrates missing primitives needed for new tasks. Evaluations show that once learned, these primitives can be composed to perform complex tasks without further human input, highlighting the framework's potential for continual skill acquisition in robotic systems.
Primitive steerability in VLAs allows for autonomous skill acquisition, enabling robots to learn new tasks without human demonstrations.
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.