paper-with-me

Papers

Simple-to-Complex Structured Demonstrations for Vision-Language-Action Learning

2026-07-06 · Xinchuan Qiu, Yi Yu arxiv

Vision-Language-Action (VLA) models have demonstrated strong capabilities in robotic manipulation by integrating visual perception, language understanding, and robot action generation. Existing research has primarily focused on improving model architectures, training strategies, and dataset scale, while little attention has been paid to how demonstrations are collected and organized. We identify demonstration organization as a fundamental yet overlooked aspect of imitation learning, as it directly affects policy learning efficiency, training stability, and policy generalization. To address this gap, we propose a simple-to-complex structured demonstration collection strategy for VLA learning using a dual-arm robotic platform. Our approach systematically organizes data through three general principles: (i) decomposing complex manipulation tasks into progressively learnable sub-skills, (ii) standardizing the interaction environment to reduce unnecessary variability, and (iii) organizing demonstrations according to progressively increasing task complexity. This structured design enables VLA models to first acquire fundamental manipulation skills before learning increasingly complex task compositions, facilitating more effective learning of long-horizon manipulation tasks. We evaluate the proposed strategy on two representative robotic manipulation tasks: block grasping and sorting, and towel folding. Experimental results show consistent improvements in task success rate and training stability compared with the baseline method of directly collecting end-to-end complete task trajectories. These findings highlight demonstration organization as a previously underexplored but important factor in VLA learning and provide practical insights into efficient skill acquisition, scalable dataset construction, and long-horizon robotic manipulation.

📄 PDF Abstract BibTeX arXiv:2607.04591

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Teaching Autoregressive Language Models Complex Tasks By Demonstration

2021-09-05 · Gabriel Recchia

This paper demonstrates that by fine-tuning an autoregressive language model (GPT-Neo) on appropriately structured step-by-step demonstrations, it is possible to teach it to execute a mathematical task that has previousl…

Language ModelingLanguage Modelling

Language-Critique Imitation Learning from Suboptimal Demonstrations

2026-07-01 · Chih-Han Yang, Dai-Jie Wu, Yun-Ping Huang, Ping-Chun Hsieh 외 arxiv

Prior work on imitation learning from suboptimal demonstrations typically relies on compressed supervision signals such as confidence estimates, discriminator scores, or importance weights. These scalar signals are inher…

Reinforcement LearningContinuous Control

NNetscape Navigator: Complex Demonstrations for Web Agents Without a Demonstrator

2024-10-03 · Shikhar Murty, Dzmitry Bahdanau, Christopher D. Manning

We introduce NNetscape Navigator (NNetnav), a method for training web agents entirely through synthetic demonstrations. These demonstrations are collected by first interacting with a browser to generate trajectory rollou…

Language ModelingLanguage Modelling

Scaling In-Context Demonstrations with Structured Attention

2023-07-05 · Tianle Cai, Kaixuan Huang, Jason D. Lee, Mengdi Wang

The recent surge of large language models (LLMs) highlights their ability to perform in-context learning, i.e., "learning" to perform a task from a few demonstrations in the context without any parameter updates. However…

DecoderIn-Context LearningSentence

Agentic-VLA: Efficient Online Adaptation for Vision-Language-Action Models

2026-05-21 · Ruofan Jin, Zaixi Zhang arxiv

Vision-Language-Action (VLA) models have emerged as a promising paradigm for robotic manipulation by leveraging pre-trained vision-language representations. However, current VLA training methods suffer from two critical …