Controlled VLA baseline with a pretrained VLM and MLP action head
A practical baseline for many VLA teams is now a pretrained VLM with a small continuous MLP action head, evaluated under one fixed recipe across tasks. StarVLA-α reports 98.8 average on LIBERO, 88.2 on RoboTwin 2.0 clean*, and 53.8 on RoboCasa-GR1 with a minimal pipeline and no benchmark-specific tuning. In the same setup, the MLP head matches or beats heavier action heads: 53.8 on RoboCasa-GR1 versus 52.8 for a GR00T-style head and 48.9 for a diffusion-style head, and 76.0 on SimplerEnv Google VM versus 60.1 for FAST.
The workflow change is straightforward. Before adding robot pretraining, action tokenizers, diffusion heads, or extra interface features, teams can maintain a fixed baseline built from a strong pretrained VLM, raw RGB, language instruction, training-split action normalization, and a continuous MLP head. New components should enter only after they clear that baseline on the same backbone and data. The ablations support that discipline: extra robot pretraining helps one benchmark and hurts another, and common data-engineering additions shrink to small gains once task data is large.
A cheap check is to rerun one current internal model comparison with the backbone and dataset held constant, then compare only the action head and one added training trick. If the simple head stays within a few points or wins outright, the team can cut model complexity and keep evaluation cleaner.