IEEE/ASME AIM 2026 (Accepted)

Exp2VLA: Enabling Vision–Language–Action for Drone Navigation from Expert Demonstrations

* Equal contribution
Exp2VLA End-to-End Overview
Overview of the Exp2VLA pipeline
Figure 1: Overview of the proposed Exp2VLA pipeline. Expert policies in Isaac Lab generate demonstration rollouts, which are converted into the LeRobot format for fine-tuning a vision-language-action model. At inference time, the fine-tuned model takes RGB observations and natural language commands (e.g., "Fly to the red cube") and outputs high-frequency continuous control actions for drone navigation.
Abstract & Key Contributions

Vision-language-action (VLA) models open a new path toward intuitive robot control by directly linking perception, language, and action in a single end-to-end framework. Yet for unmanned aerial vehicles (UAVs), practical adoption remains challenging because existing VLA models are either computationally prohibitive for onboard flight or lack fine-grained agility in complex environments.

In this work, we propose Exp2VLA, a practical expert-distillation pipeline for language-conditioned drone navigation. The core idea is to distill expert behavior, obtained from reinforcement learning, teleoperation, or classical optimal controllers, into standardized demonstration data to fine-tune compact VLA models. This enables existing control capabilities to be transferred into a unified, language-guided aerial navigation policy, lowering the engineering barrier for deploying new robotic behaviors.

Evaluations across multi-object scenes in both sim-to-sim and simulation-in-the-loop (SITL) flight setups demonstrate that the fine-tuned VLA models reliably execute semantic navigation commands and generalize to unseen target compositions.

Expert-to-VLA Distillation

Distills RL and optimal control rollouts from Isaac Lab into standardized LeRobot demonstration datasets tailored for aerial navigation.

Language-Guided Flight

Directly conditions flight trajectories on natural language commands, enabling autonomous aerial robots to parse high-level instructions.

Open-Access Datasets

Publicly released SingleCube and MultiObject benchmark datasets on Hugging Face complete with interactive episode visualization spaces.

Pipeline Architecture & Data Distillation

From Expert Rollouts to LeRobot Fine-Tuning

Exp2VLA automates expert trajectory harvesting, synchronization of front-camera RGB images with low-level quadrotor velocity setpoints, and formatting for compact VLA backbones (e.g., SmolVLA):

Exp2VLA Training & Adaptation Architecture
Figure 2: Data distillation pipeline: Expert rollouts generated in Isaac Lab are converted into LeRobot episode structures, paired with semantic language prompts, and used to fine-tune pre-trained VLA backbones.
Open-Source Hugging Face Datasets

To facilitate reproducibility and research in language-guided aerial autonomy, we have released our full demonstration datasets on Hugging Face:

Exp2VLA SingleCube Dataset

Demonstration trajectories for single-target goal reaching.

Hugging Face Repo

Exp2VLA MultiObject Dataset

Complex trajectories across multi-object, multi-color semantic scenes.

Hugging Face Repo
BibTeX Citation

If you find Exp2VLA or our released datasets helpful in your research, please consider citing:

@inproceedings{dang2026exp2vla,
  title     = {Exp2VLA: Enabling Vision--Language--Action for Drone Navigation from Expert Demonstrations},
  author    = {Dang, Van Huyen and Rajendran, Kabilesh and Sayar, Erdi and Kayacan, Erdal},
  booktitle = {IEEE/ASME International Conference on Advanced Intelligent Mechatronics (AIM)},
  year      = {2026},
  publisher = {IEEE}
}
BibTeX copied to clipboard!