LACY: A Vision-Language Model-based Language-Action Cycle for Self-Improving Robotic Manipulation
Youngjin Hong, Houjian Yu, Mingen Li, Changhyun Choi
TL;DR
LACY addresses the limitations of unidirectional language-to-action policies in robotic manipulation by introducing a bidirectional language-action cycle that jointly learns L2A, A2L, and L2C within a single vision-language model. The framework uses a two-stage fine-tuning pipeline with object grounding pre-training and chain-of-thought–guided multi-task learning, combined with a confidence-based active data augmentation strategy to autonomously generate and filter training data. A self-improvement loop, powered by the L2C verifier and majority-voted sampling, yields progressively richer datasets and improved task success in both simulation and real-world pick-and-place tasks. The results demonstrate significant performance gains, enhanced grounding robustness, and reduced reliance on external labels, illustrating the potential of bidirectional grounding for scalable robot learning.
Abstract
Learning generalizable policies for robotic manipulation increasingly relies on large-scale models that map language instructions to actions (L2A). However, this one-way paradigm often produces policies that execute tasks without deeper contextual understanding, limiting their ability to generalize or explain their behavior. We argue that the complementary skill of mapping actions back to language (A2L) is essential for developing more holistic grounding. An agent capable of both acting and explaining its actions can form richer internal representations and unlock new paradigms for self-supervised learning. We introduce LACY (Language-Action Cycle), a unified framework that learns such bidirectional mappings within a single vision-language model. LACY is jointly trained on three synergistic tasks: generating parameterized actions from language (L2A), explaining observed actions in language (A2L), and verifying semantic consistency between two language descriptions (L2C). This enables a self-improving cycle that autonomously generates and filters new training data through an active augmentation strategy targeting low-confidence cases, thereby improving the model without additional human labels. Experiments on pick-and-place tasks in both simulation and the real world show that LACY improves task success rates by 56.46% on average and yields more robust language-action grounding for robotic manipulation. Project page: https://vla2026.github.io/LACY/
