Driving Vision-Language-Action Models

DriveMA

Driving Vision-Language-Action Models with Verifiable Meta-Actions

A compact, verifiable language interface that explicitly aligns high-level driving decisions with low-level trajectory planning.

Weicheng Zheng1,2 · Yixin Huang1,3 · Qiao Sun1 · Derun Li1 · Hang Zhao1,2,†

1 Shanghai Qi Zhi Institute   2 IIIS, Tsinghua University   3 Tongji University

8.079RFS Overall · 4B
7.251RFS Spotlight · 2B
2.616ADE@5s · 2B

Motivation

Language should guide the plan, not merely describe it.

Driving vision-language-action models promise to bring semantic knowledge into end-to-end planning. Yet a plausible language-side decision does not guarantee that the predicted trajectory will execute it. This persistent language-action gap prevents language from becoming a dependable planning interface.

In the green-light example below, the SFT model predicts “accelerate, straight” but produces an almost stationary trajectory. DriveMA addresses this mismatch by making the intermediate language interface verifiable: it is constructed from expert motion, checked against predicted motion, and optimized for alignment.

driving input → meta-action → future trajectory

DriveMA uses vision to predict a meta-action before generating trajectory waypoints.
DriveMA inserts a compact meta-action between visual observations and future waypoints.
At a green light, SFT predicts acceleration but produces a nearly stationary trajectory; DriveMA with RL executes the intended acceleration.
Verifiability exposes and corrects the language-action gap.

Method

Make the decision interface verifiable, then optimize it.

DriveMA formulates planning as a two-turn generation process: from a driving input, it predicts a compact meta-action and then generates future waypoints conditioned on that decision. The same trajectory-derived interface enables supervision before RL and consistency checking during RL.

01

Trajectory-grounded labels

Expert future trajectories are mapped to discrete longitudinal and lateral actions. A one-step meta-action summarizes the full planning horizon with low-entropy, planning-relevant intent.

02

Action-centric pretraining

Before full planning SFT, DriveMA learns to predict expert meta-actions and uses driving VQA about intention, action, and risk to adapt the VLM to driving decisions.

03

Turn-level RL

Verifiability makes it possible to reward not only trajectory quality, but also whether the trajectory actually carries out the predicted meta-action.

DriveMA turn-level credit assignment reinforcement learning architecture.

Turn-level credit assignment RL

Give each turn the feedback it can act on.

DriveMA separates generation into a meta-action turn and a trajectory turn. Meta-action correctness is assigned to the first turn; trajectory quality and the trajectory-meta-action consistency reward are assigned to the second.

The predicted trajectory is projected back into the same verification space as the decision. By normalizing rewards within each turn, DriveMA avoids giving every token a single sequence-level signal and instead aligns high-level intent with the low-level plan precisely.

Waymo Open Dataset · Vision-based E2E

State-of-the-art planning performance.

DriveMA-4B obtains the best RFS Overall, while DriveMA-2B leads on the challenging Spotlight subset and both ADE metrics.

MethodRFS Overall ↑RFS Spotlight ↑ADE@5s ↓ADE@3s ↓
E2E planning methods
Swin-Trajectory7.5436.6702.8141.208
DiffusionLTF7.7176.4142.8911.356
UniPlan7.7806.6542.9861.308
FROST-Drive7.8567.0943.5652.537
RAP8.0437.2042.6461.174
Driving VLA methods
AutoVLA7.5576.9442.9581.351
NoRD7.709--1.250
HMVLM7.7376.7273.0721.327
Poutine7.9866.8932.7421.206
DriveMA-2B8.0607.2512.6161.154
DriveMA-4B8.0797.1692.6701.166

Training strategy

Each component makes the plan more faithful.

Meta-action supervision starts the improvement; action-centric pretraining improves generalization; turn-level credit assignment delivers the strongest final result.

Training objectiveRFS Overall ↑RFS Spotlight ↑ADE@5s ↓L-A consistency ↑
Direct Trajectory SFT7.7417.0943.065-
Meta-Action SFT w/o ACP7.8046.8322.80290.59%
Meta-Action SFT w/ ACP7.8937.1892.77491.31%
Vanilla GRPO w/ all rewards7.9787.0872.66095.95%
Rtraj + Rcons8.0527.0292.67498.80%
Rtraj + Rcons + Rmeta8.0607.2512.61698.79%

Data efficiency

Better performance with fewer planning samples.

With 77K planning samples and only 479 preference samples, DriveMA-2B reaches 8.005 RFS - surpassing previous VLA baselines trained on substantially larger datasets. ACP and turn-level RL then raise it to 8.060 RFS.

77Kplanning samples
479preference samples
8.060RFS Overall
DriveMA establishes a new data efficiency frontier on WOD-E2E.
Data efficiency frontier
Training component gains from action-centric pretraining and reinforcement learning.
Training component gains

Qualitative comparisons

Meta-actions that the trajectory actually executes.

First, see how RL resolves language-action mismatches; then compare DriveMA with RAP across scenario types. Every case is shown as video.

SFT vs RL

RL makes the trajectory follow the stated meta-action.

01 Longitudinal language-action alignment
02 Lateral language-action alignment

DriveMA vs RAP

Planning comparisons across challenging scenario types.

01 Side intersection
02 Curvature control
03 Cone-defined corridor · A
04 Cone-defined corridor · B
05 Maneuver direction error · A
06 Maneuver direction error · B

Citation

Reference DriveMA.

Read the paper ↗
Download the model ↗   Access the data ↗   Explore the code ↗

@article{zheng2026drivema,
  title={DriveMA: Driving Vision-Language-Action Models with Verifiable Meta-Actions},
  author={Zheng, Weicheng and Huang, Yixin and Sun, Qiao and Li, Derun and Zhao, Hang},
  year={2026}
}