Vision–Language–Action Models / ICLR 2027 · Under review

PGOT: Physically Grounded
Optimal Transport

for Distilling Vision-Language-Action Models
with Discrete Autoregressive Decoding

Anonymous Authors · Under double-blind review

Physical structure. Compact policies. Consistent completion.7B / 9B teachers 0.8B students

01 / The idea

Action tokens have
physical meaning.

Moving probability to a nearby control value and moving it to a distant one produce different physical errors. Conventional probability matching does not explicitly encode this distance. PGOT brings action geometry into distillation.

Abstract in brief

We introduce Physically Grounded Optimal Transport (PGOT) for distilling vision-language-action policies with discrete autoregressive action decoding.

Geometry aligns teacher and student action distributions using decoded physical distances. Criticality emphasizes transitions in expert actions. Reliability conditions teacher transfer on agreement with demonstrations.

With Qwen2.5-VL-7B and Qwen3.5-9B teachers, domain-specific Qwen3.5-0.8B students improve average success and repeated completion on UAV navigation and robotic manipulation.

Same probability mismatch.
Different physical distance.

Interactive
TeacherStudent
01Decoded physical action →
Forward KL1.367Unchanged
Physical W₁0.206Scales with distance

Illustrative 9-bin distributions on [0, 1], each with 0.60 peak probability and 0.05 in every other bin. PGOT uses 256 action tokens.

02 / The method

Three components.
One grounded objective.

PGOT uses teacher output distributions and offline expert demonstrations. All three components act during training; deployment retains the student’s architecture and autoregressive action decoder.

G 01

Geometry

How far is the action mismatch?

Measure exact one-dimensional Wasserstein-1 distance on sorted, decoded physical values. Larger probability displacements incur larger transport costs.

Physical action distance
C 02

Criticality

Where does control change?

Increase distillation weight around large changes in neighboring expert actions, concentrating learning on navigation maneuvers and gripper transitions.

Action-transition weighting
R 03

Reliability

Which teacher guidance should transfer?

Attenuate teacher bins far from the demonstrated action and gate transport by teacher–expert agreement in the decoded physical action space.

Expert-conditioned transfer
PGOT overview: UAV and robot action-token interfaces, a large teacher and compact student, and the Geometry, Criticality and Reliability training components.
Paper · Figure 2 A shared distillation framework for two physical action interfaces. UAV navigation predicts three ordered action dimensions; robotic manipulation predicts six ordered dimensions and a categorical gripper. Open figure ↗

03 / The evidence

Small students.
More consistent execution.

PGOT achieves the highest success rate and three-out-of-three completion among the evaluated policies in both domains, using the same distillation coefficients.

Download results

150 start–goal configurations · 3 executions each · 0–500 m · 200-step horizon

CoNav-UAV online evaluation. Bold marks the best student result in each column.
PolicySR (%) ↑Pass³ (%) ↑CR (%) ↓TR (%) ↓MMBC (m) ↑
Teacher SFT 7B87.56 ± 1.3978.679.782.675.00
Student SFT53.33 ± 1.1538.6744.002.672.78
FKL85.33 ± 1.3374.6711.782.895.27
RKL78.00 ± 2.3168.0016.006.005.00
ABKD80.89 ± 1.0267.3315.563.564.98
ToDi75.56 ± 3.4262.0017.786.675.00
Shallow-π85.33 ± 0.6774.0010.893.785.09
VLA-AD74.89 ± 0.3858.0020.894.224.20
PGOT Ours88.00 ± 2.9182.008.004.005.72

82.00% of navigation configurations succeed in all three executions. PGOT also has the lowest collision rate and largest mean minimum building clearance among the evaluated student policies.

10 tasks × 50 initial states · 3 executions each · 520-step horizon

LIBERO-10 online evaluation. Bold marks the best student result in each column.
PolicySR (%) ↑Pass³ (%) ↑MES ↓
Teacher SFT 9B49.13 ± 0.6137.20408.02
Student SFT45.47 ± 0.9531.40409.95
FKL44.93 ± 1.3339.40413.11
RKL37.73 ± 0.8322.20433.07
ABKD41.93 ± 1.0327.40416.14
ToDi43.73 ± 0.8127.40416.21
Shallow-π47.07 ± 1.6232.40407.13
VLA-AD39.73 ± 0.9025.20424.94
PGOT Ours49.47 ± 0.6445.40400.47

45.40% three-out-of-three completion on LIBERO-10. PGOT also uses the fewest mean execution steps among the evaluated policies, counting all episodes including failures.

SR: mean success rate ± sample standard deviation across three evaluation rounds. Pass³: fraction of initial configurations completed in all three executions. CR / TR: collision / timeout rate. MMBC: mean minimum building clearance. MES: mean execution steps. Bold marks the best student value. All students use Qwen3.5-0.8B; action sampling temperature is 0.3. Source: paper, Table 1.

What does each component contribute?Component ablations

Removing any component lowers SR and Pass³ in both domains. Removing Geometry produces the largest decrease in both metrics.

Component ablations, from paper Table 2.
ObjectiveUAV SR (%) ↑UAV Pass³ (%) ↑LIBERO SR (%) ↑LIBERO Pass³ (%) ↑
PGOT88.00 ± 2.9182.0049.47 ± 0.6445.40
w/o Geometry82.22 ± 2.1472.6744.60 ± 0.8729.80
w/o Criticality83.78 ± 1.5474.6748.67 ± 0.9042.40
w/o Reliability84.89 ± 3.2975.3347.67 ± 1.6234.20

Source: paper, Table 2. Removing Geometry sets w₁ = 0; Criticality sets γ = 0; Reliability sets α = βᵣ = 0.

Eight selected matched UAV route comparisons spanning 141.69 to 470.94 meters, with three trials each for PGOT, FKL and Shallow-pi.
Selected trajectories Three trials per policy on eight matched navigation targets. Dark paths highlight a selected trial where PGOT succeeds and both baselines fail; light paths show the other two trials. These examples complement the full evaluation above. Open figure ↗

04 / In motion

From action tokens
to behavior.

Side-by-side replays compare PGOT, FKL, and Shallow-π on matched initial configurations. These are selected qualitative examples; the tables report the full benchmark evaluation.

01 / CoNav-UAV

UAV navigation

4 selected cases · 1080p / 60 fps
Jump to

Rows: PGOT, FKL, Shallow-π. Columns: first-person, third-person, and bird’s-eye views. In these four selected replays, PGOT succeeds while both baselines collide. Silent video on a shared policy-step timeline, normalized within each case; terminal frames are held.

Download video
02 / LIBERO-10

Robotic manipulation

3 selected cases · 1080p / 60 fps
Jump to

Columns: PGOT, FKL, Shallow-π. Rows: agent and wrist camera views. In these three selected replays, PGOT succeeds while both baselines time out. Silent video at 1× simulated time; terminal frames are held.

Download video

05 / A closer look

Understanding
the improvement.

Training and paired-rollout diagnostics connect the components to complementary gradients, control transitions, and fewer corrective actions.

Transport-to-filtered-FKL gradient magnitude ratios and angles during training for CoNav-UAV and LIBERO-10.

Complementary transport gradients

Geometry contributes a distinct gradient direction: mean angles to filtered FKL are 73.94° on CoNav-UAV and 72.05° on LIBERO-10.

CoNav-UAV component diagnostics: physical prediction error and motion smoothness for Geometry, maneuver outcomes for Criticality, and reversals, backtracking and route dispersion for Reliability.

More consistent UAV navigation

On CoNav-UAV, PGOT reduces validation physical W₁ by 10.42% relative to w/o Geometry. On jointly successful attempts, reversals and backtracking decrease by 62.73% and 32.83% relative to w/o Reliability.

Explore the research

Ground the objective.
Keep the student compact.

The anonymous repository includes training, data preparation, evaluation, and metrics.