Beyond Data Scaling: Representation-Centric Continued Pre-training for Vision-Language-Action Models
1. Paper overview
In one sentence: VLAct preserves early vision-language features and trains several action decoders against shared targets, producing a backbone that transfers to fresh downstream heads without deploying the pre-training ensemble. e02e03e04e05e10e20e28
| At a glance | What to know |
|---|---|
| Research problem | Author claim How can continued pre-training turn limited, heterogeneous robot demonstrations into a reusable backbone? The authors identify three obstacles: erosion of broad vision-language priors, specialization to one action decoder, and incompatible embodiment-specific action coordinates. e02 |
| Core mechanism | |
| A key reported result | LIBERO-Plus robustness: 82.6% Total task success rate. Train on standard LIBERO; evaluate perturbed test conditions with an OFT downstream head. Qwen3VL-OFT: 75.0%; Abot-M0: 80.5%. The matched in-house gain is 7.6 percentage points. Improvement is not uniform: language-perturbation success is 81.5%, below Qwen3VL-OFT's 87.0%. e10 |
| Reading caution |
Core contributions
Figure 3. Several decoders shape the backbone; one fresh decoder adapts it to the task. Original paper, p. 6 ↗
Excerpt from the authors’ paper; cropped without altering the figure or table.
How to read it. Read the left and right halves as different training stages. On the left, snowflakes mark the protected vision encoder and shallow language layers, while the flame marks trainable deep layers. Caption prompts and robot instructions supply different supervision to the same backbone. OFT, GR00T and PI heads sit above it and predict a shared action target layout; the curved arrow denotes the intended cross-head representation learning. The circular angle diagram highlights the wrap-aware joint loss. On the right, the caption stream and pre-training heads are gone. A newly initialized task head is attached, and flames on all backbone components indicate full downstream fine-tuning. e03e04e07e08e19e20e28
What it supports. The transferred artifact is the backbone representation, not a ready-made ensemble of robot policies. Sharing the backbone forward pass lets multiple losses constrain the same features during pre-training. Once a downstream head is chosen and trained, execution follows that head’s action-generation procedure; all three pre-training heads are not required at inference.
Where the evidence stops. The picture depicts a training design, not direct evidence that vision-language capability is preserved or representation collapse is prevented. The freezing and head-transfer ablations measure downstream task success; they do not directly quantify those latent properties.
2. Motivation
2.1 The problem and the proposed response
How can continued pre-training turn limited, heterogeneous robot demonstrations into a reusable backbone? The authors identify three obstacles: erosion of broad vision-language priors, specialization to one action decoder, and incompatible embodiment-specific action coordinates. e02
2.2 What this reading follows
Robot pre-training can make a policy accurate yet leave its backbone difficult to reuse. VLAct studies that distinction by changing how action supervision reaches a pretrained vision-language model. It freezes early layers, mixes caption supervision, asks several continuous action heads to decode the same features, and aligns only compatible action coordinates across robots. Downstream adaptation keeps the backbone but starts the chosen action head afresh. The figures below explain that training recipe; the tables test robustness and the accessibility of action information to another decoder. The strongest interpretation is improved policy initialization under the reported protocols. The paper does not introduce a future-observation model, and decoder-independent representation quality remains an experimental claim rather than a measured geometric property. e02e03e04e05e10e20e28
3. Research context
We place the paper in the collection through its world–action interface. The catalog labels and the reading’s assessment are shown separately.
| Catalog dimension | Recorded classification |
|---|---|
| Major category | VLA |
| Architecture | Not applicable |
| Prediction paradigm | Not applicable |
| Quadrant | Not applicable |
3.1 Evidence-based assessment
Supports the recorded classification
The recorded VLA category and continued-training umbrella fit the described contribution. Training predicts demonstrated action chunks, and downstream inference uses an action decoder; the method specifies no future-observation model, inverse-dynamics bridge, or world-model planning loop. Joint supervision by three action heads does not establish a One Model WAM architecture. The recorded Not applicable architecture, prediction-paradigm, and quadrant fields are therefore supported as outside the WAM quadrant scheme, rather than unverified. Data augmentation is secondary to the core continued-pre-training recipe. e03e04e05e07e25
This is the collection’s architectural analysis, not a new related-work survey. Benchmark comparisons and their protocols appear in Section 6.
4. Problem formulation
4.1 Inputs and outputs
| Inputs | Outputs |
|---|---|
|
|
4.2 Equations and their role
5. Method in detail
5.1 Protect a useful visual prior while making its upper layers action-aware
Continued pre-training starts from Qwen3-VL-4B, rather than training a foundation model from scratch. Robot trajectories come from DROID and MolmoAct for Franka and from InternData-A1 and RoboCoin for AgileX. Because that interaction data has narrower coverage than the original vision-language corpus, VLAct freezes the vision encoder and lower half of the language layers. The upper layers remain trainable and receive both robot-action losses and caption cross-entropy, with the auxiliary loss weighted by 0.5. Full-model updating resumes during downstream fine-tuning. The freezing ablation supports this recipe through higher policy success. My interpretation is that preservation is a plausible explanation, but the paper does not directly measure retained general vision-language capability. Caption-source naming and baseline wording also need clarification before the auxiliary-data contribution can be reproduced precisely. e03e08e09e10e19e24e31
Figure 4. Share a gripper meaning without pretending two robots have the same arm coordinates. Original paper, p. 7 ↗
Excerpt from the authors’ paper; cropped without altering the figure or table.
How to read it. The three panels change how output coordinates line up across embodiments. Blue segments represent arm commands, peach segments grippers, and gray segments inactive padding. Separate heads in panel (a) avoid incompatible coordinates but isolate their supervision. Panel (b) shares a head by padding the smaller action vector, which can place unlike physical quantities in the same slot. Panel (c) reserves twelve coordinates for AgileX joints and six for Franka end-effector changes. The final two slots carry gripper commands: Franka’s gripper aligns with AgileX’s left gripper, while the right gripper remains separate. Training masks coordinates unavailable to each sample’s embodiment. e05e09e23e29
What it supports. Partial alignment provides a concrete meaning for cross-robot sharing. The two robots retain different arm-control conventions while sharing one physically comparable gripper coordinate. This design changes the supervision layout inside each continuous decoder family; it does not turn absolute joint targets and end-effector displacement targets into the same physical variable.
Where the evidence stops. A common gripper range does not imply identical mechanics across robots. New embodiments still need a defined coordinate mapping and downstream adaptation; the illustrated layout by itself does not establish zero-shot control or a universal action space.
5.2 Use disagreement between decoder families as a training constraint
A single backbone forward pass produces features that all three continuous heads must use to predict the same demonstrated action chunk. OFT performs direct regression, while PI and GR00T use iterative conditional flow matching in separate action modules. Their native losses are summed, so the backbone must support several decoding procedures. At downstream adaptation, the pre-training heads are discarded and a fresh selected head is trained with the backbone. This rules out simply carrying over already-adapted head weights as the source of the in-house gain. It does not rule out a benefit from having seen that decoder family before. Table 8 addresses that distinction by excluding PI during pre-training: the OFT-plus-GR00T representation gives a modest improvement when a new PI head is introduced. That comparison is more diagnostic of reusable features than the all-head result. e03e04e07e20
5.3 Align action meanings before comparing transfer results
Sharing an output dimension is a claim about physical meaning. VLAct therefore keeps twelve AgileX joint coordinates separate from six Franka end-effector coordinates and shares only the compatible gripper slot. Masks remove inactive coordinates from each sample’s loss. Data cleaning also converts delta actions using frame rates, normalizes gripper ranges and wraps joint angles; the wrap-aware penalty handles residuals across the angular boundary. These operations make the supervision more consistent without assuming identical kinematics. Downstream experiments then ask different questions: LIBERO-Plus tests perturbation robustness, RoboTwin separates limited clean demonstrations from added randomized demonstrations, and RoboCasa-GR1 tests adaptation to an embodiment excluded from pre-training. My reading is that these jointly support a useful VLA initialization. They do not establish a world-model prediction mechanism, nor eliminate the need for target-robot data and controller configuration. e05e06e09e10e11e12e22
5.4 Training and inference
During training
The main robot mixture uses DROID and MolmoAct for Franka, and InternData-A1 and RoboCoin for AgileX. Continued pre-training uses a 4B backbone and a reported 16-GPU setup. A separate extension adds 20K UMI-style trajectories; these are not part of the default mixture. e09e10e25
The wrap-aware penalty is added to each head's native objective and evaluated on its final predicted action, including the generated sample for iterative heads. It applies only to absolute joint angles, excluding grippers and delta end-effector actions. e06
Physical evaluation trains separate single-arm and dual-arm policies for 50,000 steps on eight H800 GPUs, using 50 demonstrations per single-arm task and 100 per dual-arm task. e16
During inference
OFT predicts an entire chunk in one forward pass. PI and GR00T generate continuous chunks iteratively from noise, conditioned on backbone features. Pre-training does not require deploying an ensemble of all three heads. e03e07
Robot execution is assessed through simulator episodes and physical rollouts. The supplied method does not specify a complete deployment schedule for chunk execution, observation refresh, or low-level feedback, so closed-loop timing cannot be reconstructed. e07e11e16
5.5 Implementation flow
- Clean and align demonstrations
Reject invalid task labels, mask abnormal action steps, and discard heavily corrupted chunks. Delta end-effector actions are converted using dataset frame rates; joint angles are wrapped; grippers are normalized per dataset. e09
- Protect the inherited representation
Freeze the vision encoder and lower half of the language-model layers. Update upper layers with robot-action supervision and caption cross-entropy; each minibatch contains robot and auxiliary samples. e03e08
- Expose shared features to diverse decoders
A shared backbone forward pass produces latent z. OFT, PI, and GR00T predict the same demonstrated action chunk from this representation, and their losses are summed. OFT regresses actions directly; Appendix I describes both PI and GR00T as flow-matching generators. e04e07
- Share only compatible action coordinates
Coordinates 1–12 encode AgileX arm joints, 13–18 encode Franka delta end-effector pose, 19 shares Franka and AgileX-left gripper supervision, and 20 represents the AgileX-right gripper. Inactive coordinates are masked. Each decoder family shares its output layout across embodiments; the recipe still uses three decoder families. e04e05
- Transfer and specialize
Discard the pre-training heads and caption stream, attach a fresh task-specific head, and unfreeze the full backbone. The in-house comparisons hold downstream data, head initialization, optimizer, and training budget fixed. e03e16
6. Experiments & results
VLAct changes how a pretrained vision-language backbone learns from robot trajectories: protect early representations, train several continuous action decoders on shared features, and align compatible action coordinates across robots. The resulting backbone is transferred to a freshly initialized downstream action head. Controlled comparisons support better policy adaptation; an ablation excluding the downstream PI head provides narrower evidence for decoder-independent transfer. These are action-policy experiments, with no future-video prediction component. The supplied identifier, title, and authors match the catalog; the observed version is arXiv v1, dated August 27, 2026.
6.1 Read the original evidence
Table 1. The overall robustness gain includes a language-perturbation regression. Original paper, p. 8 ↗
Excerpt from the authors’ paper; cropped without altering the figure or table.
How to read it. Begin with Qwen3VL-OFT and VLAct, the two rows sharing the backbone family and downstream OFT head. Their downstream training uses standard LIBERO, while these columns test perturbed conditions. The Total column summarizes performance across those conditions. Then compare individual columns: Camera rises from 47.0 to 73.9, while Language falls from 87.0 to 81.5. Dark shading marks column bests, so the absence of shading in VLAct’s language and noise cells is informative. Abot-M0 supplies a strong external reference at 80.5 total, but its pre-training resources are not the matched control used to isolate this recipe’s contribution. e03e10
What it supports. VLAct reaches 82.6% total success against 75.0% for the in-house baseline, a gain of 7.6 percentage points. The camera improvement is particularly large at 26.9 points. The result supports stronger aggregate robustness under this evaluation, while the 5.5-point language decline prevents a claim of improvement along every generalization axis.
Where the evidence stops. This table does not report confidence intervals or variation across training seeds. The in-house comparison tests the combined continued-pre-training recipe; it cannot assign the full gain to caption mixing, freezing or head diversity individually.
Figure 5(d). A held-out robot can benefit from the backbone after supervised adaptation. Original paper, p. 12 ↗
Excerpt from the authors’ paper; cropped without altering the figure or table.
How to read it. Read the percentages on the left as fractions of downstream trajectories, not success rates. The labels attached to VLAct’s blue bars and connecting points are success values: 41.42, 49.5, 51.00 and 54.00. Vertical dashed reference lines show the reported full-data baselines, including GR00T-N1.6 at 47.6 and Qwen3VL-OFT at 48.8. The 20% row extends past both lines. The selected panel concerns simulated RoboCasa-GR1; the surrounding Figure 5 contains different physical-robot studies, which are outside this crop. Section 4.4 states that GR-1 is absent from continued pre-training and is introduced during downstream fine-tuning. e12e30
What it supports. Using 20% of the downstream trajectories, VLAct reports 49.5% success, slightly above the full-data Qwen3VL-OFT result of 48.8% and GR00T-N1.6 at 47.6%. With all downstream data, VLAct reaches 54.0%. This is evidence of sample-efficient adaptation to a held-out embodiment, with further benefit from more target-robot data.
Where the evidence stops. The target robot is unseen during continued pre-training but supplies supervised fine-tuning trajectories. These are simulated control results, not zero-shot humanoid deployment. The plot provides no uncertainty bands, and the small margin at 20% should be interpreted accordingly.
6.2 Results and evaluation conditions
| Task & protocol | Reported result | Comparison & interpretation |
|---|---|---|
| LIBERO-Plus robustness Train on standard LIBERO; evaluate perturbed test conditions with an OFT downstream head. | 82.6% Total task success rate | Qwen3VL-OFT: 75.0%; Abot-M0: 80.5%. The matched in-house gain is 7.6 percentage points. Improvement is not uniform: language-perturbation success is 81.5%, below Qwen3VL-OFT's 87.0%. e10 |
| RoboTwin 2.0 limited-data manipulation Base: 50 clean demonstrations per task; 50 tasks and 100 evaluation episodes per task in each regime. | 80.5% / 41.5% Clean / Random success rate | Qwen3VL-OFT: 61.7% / 10.5%. Reported OFT results support improved clean-to-random transfer without randomized downstream demonstrations. e11 |
| RoboTwin 2.0 with additional demonstrations Data Scaling adds 500 randomized expert demonstrations per task to the Base data. | VLAct-OFT: 92.5% / 90.8% Clean / Random success rate | Qwen3VL-OFT: 88.2% / 88.3%; HoloBrain-0-QW: 91.9% / 92.3%. Competitive across both regimes, but not best in every column. VLAct-PI reaches 93.0% Clean; external training compute is not matched. e11 |
| VLA-Arena behavioral generalization Category scores average difficulty levels L0/L1/L2; the final score uses official weighting over 11 suites. | 54.8% Weighted average success rate | Qwen3-VL-OFT: 33.4%; π0.5: 44.3%. The in-house improvement is 21.4 percentage points; the final average should not be recomputed as an unweighted mean of the four displayed categories. e14 |
| DOMINO dynamic manipulation One policy evaluated on all 35 tasks under clean dynamic conditions. | 18.50 / 34.20 Success Rate / Manipulation Score, in the table's reported scales | Qwen3VL-OFT: 10.86 / 30.49. Both metrics improve, although substantial difficulty remains. Manipulation Score is distinct from complete-task success. e15 |
| Held-out GR-1 embodiment adaptation RoboCasa-GR1 downstream fine-tuning; GR-1 absent from continued pre-training. | 49.5% with 20% of downstream trajectories; 54.0% with all trajectories. Task success rate | Full-data Qwen3VL-OFT: 48.8%; full-data GR00T-N1.6: 47.6%. Supports sample-efficient adaptation to a new embodiment, rather than zero-shot control. Values are stated explicitly in Section 4.4. e12 |
| Held-out ARX X5 simulation RoboDojo: 42 tasks, 50 episodes per task; August 24, 2026 leaderboard snapshot. | 10.66 / 7.60% Average partial-progress score / binary success rate | X-WAM: 7.69 / 3.83%; VLAct ranks eighth by score and sixth by success among 35 policies. These aggregate scores exceed all four explicitly designated WAM entries in this snapshot. They do not establish an architecture-level advantage under matched resources. e13 |
| Physical Franka manipulation Matched demonstrations and fine-tuning; 10 fixed initial configurations per task shared across models. | Single-arm short-horizon: 92.5%; dual-arm coordination: 72.0%. Average binary completion rate, separately by task family | Qwen3VL-4B-OFT: 77.5% and 44.0%, respectively. These are physical execution results. Small per-task rollout counts limit precision. e16e17 |
| Physical long-horizon manipulation Table cleaning and scooping beans; scoring rewards completed task steps. | Table cleaning: 86.6%; scooping beans: 80.0%. Normalized partial-completion score | Baseline: 73.3% and 33.3%, respectively. Despite the paper's weighted-success terminology, these values are not binary episode-completion rates. e18 |
| Transfer to an unseen action-head family Appendix E.1 PI fine-tuning diagnostic; PI excluded from OFT+GR00T pre-training. | 63.1% Downstream success rate | No additional pre-training: 60.5%; OFT-only pre-training: 55.1%; all three heads including PI: 77.0%. The unseen-head gain over scratch is 2.6 percentage points. The much larger all-head result also includes direct PI-family supervision. e20 |
| Shallow-layer protection ablation Table 6 compares pre-training update strategies on LIBERO-Plus and RoboTwin 2.0. | Freeze vision encoder and lower half of LLM: 82.6% / 80.5%. Success rate on the two benchmarks | Update full backbone: 78.9% / 77.1%; freeze vision only: 81.3% / 79.3%. Supports the freezing recipe through downstream performance; it does not directly quantify retained vision-language capability. e19 |
| Angular parameterization ablation RoboTwin Base, Clean evaluation; 50 tasks with 50 training trajectories each. | Target wrapping plus residual wrapping: 80.5%. Task success rate | Raw-angle baseline: 75.5%; target wrapping alone: 78.6%. Controlled comparisons support both canonicalizing targets and correcting boundary residuals. e22 |
6.3 Ablations and diagnostic examples
Read component removals and qualitative examples within their stated evaluation conditions.
Table 8. The unseen-head comparison is the 63.1 row, not the 77.0 row. Original paper, p. 26 ↗
Excerpt from the authors’ paper; cropped without altering the figure or table.
How to read it. Hold the downstream decoder fixed at PI and read down the pre-training column. Without continued pre-training, PI reaches 60.5. OFT-only supervision produces a worse starting backbone, reaching 55.1 after PI fine-tuning. Adding GR00T during pre-training increases the score to 63.1 while PI remains unseen, as the middle column explicitly records. The bottom row reaches 77.0 but changes that condition: PI itself contributed supervision during pre-training, even though the downstream head is freshly initialized. The delta column uses the no-pre-training row as its reference. Distinguishing family exposure from reuse of head weights is essential to interpreting this table. e04e20
What it supports. OFT-plus-GR00T pre-training raises unseen-PI performance 8.0 percentage points above OFT-only pre-training and 2.6 points above no pre-training. This supports the narrower claim that decoder diversity can improve compatibility with an excluded head family. The much larger 16.5-point bottom-row gain includes direct PI-family exposure and answers a different question.
Where the evidence stops. Adaptation success is an indirect probe of representation accessibility, not proof of geometric collapse or a guarantee for arbitrary unseen decoders. Reported seed variation and uncertainty are absent, so the modest gain over scratch warrants repetition.
Table 10. Correcting periodic targets and correcting their residuals are separate changes. Original paper, p. 28 ↗
Excerpt from the authors’ paper; cropped without altering the figure or table.
How to read it. Each row adds a specific treatment of absolute joint angles. The baseline directly regresses raw angles. The second row wraps targets into a canonical interval, aligning equivalent numerical representations. The final row also wraps the prediction residual before applying its angular penalty. This matters near the boundary: a prediction close to positive pi and a target close to negative pi can describe nearby orientations despite a large ordinary subtraction. The checkmarks distinguish target processing from loss processing. The surrounding protocol fixes pre-training and fine-tuning settings, uses fifty tasks with fifty demonstrations per task, and evaluates the RoboTwin Clean split. e06e22
What it supports. Canonicalizing joint targets raises success from 75.5% to 78.6%; additionally correcting the angular residual raises it to 80.5%. The respective changes are 3.1 and 1.9 percentage points. The table supports treating periodic coordinates according to their geometry within this benchmark, rather than treating the entire improvement as a generic consequence of a shared action head.
Where the evidence stops. The penalty is applied to final predicted absolute joint angles, including generated samples from iterative heads. It excludes grippers and delta end-effector coordinates. The paper leaves parts of the generation and optimization configuration unspecified, limiting exact replication.
7. Analysis & limitations
7.1 What the evidence leaves open
Decoder lock-in and preservation of VLM priors are interpretations of adaptation results. The supplied evidence does not directly establish geometric representation collapse or preserved general vision-language benchmark performance. e02e19e20e24
Published-system comparisons do not normalize training compute, optimization schedules, or checkpoint selection. They provide competitive context but weaker causal evidence than the matched in-house comparisons. e11e13
The study covers a 4B backbone; larger-model behavior is untested. RoboDojo Memory performance is particularly weak at 0.66 partial-progress score and 0.56% success. e26e13
Section 4.3 describes physical dual-arm transfer as following exclusively single-arm pre-training, while Section 4.4 and Appendix H describe a Franka-plus-bimanual-AgileX mixture. The physical checkpoint's precise pre-training subset is unresolved. e16e12e09
The physical study uses only 10 rollouts per task and reports no confidence intervals. Its long-horizon scores award partial credit, preventing direct comparison with binary short-horizon success. e16e18
The caption ablation has inconsistent baseline wording: Figure 8 separates Baseline 75.0, + Pretrain 79.6 and + Image Caption 82.6, while Appendix D.3 describes 75.0 as the robot-only baseline. The plot also labels a condition + Code where the prose discusses pure language instructions. The full 7.6-point improvement cannot be assigned to caption mixing alone. e10e24e31
The pilot Figure 2 reports OFT-to-OFT success of 75.8 on RoboTwin, while Table 9 reports 78.8 for matched OFT single-head pre-training. The paper does not clearly identify the recipe difference, so the two values should not be merged into a single baseline. e32
7.2 Questions for discussion
- Would the modest unseen-PI gain persist with matched compute and repeated seeds? [e20]
- Which direct representation measurements could distinguish preservation of VLM knowledge from improved optimization? [e19, e24]
- Does sharing the gripper coordinate remain beneficial when embodiments have different grasp mechanics or command semantics? [e05, e23]
- Can temporal conditioning improve RoboDojo Memory performance without sacrificing the backbone's transfer advantages? [e13]
8. Reproducibility audit
8.1 Requirements and known gaps
Reproduction requires the Qwen3-VL-4B initialization, cleaned robot mixture, auxiliary captions, three continuous heads, masks, and angular loss. Cleaning specifies delta-action thresholds of 0.5 translation and 1.0 rotation after FPS conversion, and discards chunks with invalid-step ratio above 0.5; the gripper outlier cutoff remains unspecified. e03e04e05e09e10
The supplied paper does not provide a complete continued-pre-training configuration: retained dataset sizes, sampling ratios, optimizer hyperparameters, total steps, chunk horizon, generative integration steps, and random-seed uncertainty remain unresolved. GPU count alone does not establish total training cost. e07e08e09e10
Resolve caption provenance before replication: Table 7 lists LLaVA OneVision alongside LLaVA-ReCap-CC3M, whereas the accompanying caption-data paragraph names ShareGPT4V alongside ReCap. e24
A focused mechanism test would repeat the unseen-PI comparison with matched robot samples, backbone updates, downstream initialization, and measured compute, reporting variation across seeds. Keep PI absent from pre-training to distinguish decoder transfer from direct head-family exposure. e04e20
The abstract claims an open release while Section 4 uses future-release language; the paper’s release statements alone do not establish that the specified checkpoints and training configuration are available. e27
8.2 Proposed reproduction checks
The following checks are proposals motivated by the paper. They have not been run as part of this reading.
Check 1: Does head diversity help an excluded decoder under matched resources?
Reader-proposed experiment: repeat the no-pre-training, OFT-only and OFT-plus-GR00T conditions with PI strictly excluded from continued pre-training. Match robot samples, backbone update counts, downstream PI initialization, hyperparameter selection and evaluation episodes across repeated seeds. Log wall-clock compute as well as success. A consistent improvement of OFT-plus-GR00T over both controls would support reusable decoder compatibility; disappearance after equalizing optimization or seed variance would weaken that explanation. Treat the all-three-head condition as a separate family-exposure control. e03e04e20e21
Check 2: Do captions preserve broad capability or mainly improve policy optimization?
Reader-proposed experiment: first resolve the caption-source list and Figure 8 baseline definitions, then cross caption mixing on/off with shallow-layer protection on/off while holding robot data and backbone update budget fixed. Evaluate a held-out vision-language suite alongside LIBERO-Plus, retaining the language-perturbation column separately. If caption mixing preserves the original suite performance while improving control, it supports the preservation explanation. If control improves without retained vision-language performance, the gain needs a narrower optimization or task-transfer explanation. This test has not been run. e03e08e10e19e24e31
8.3 Reading coverage
Visual audit: Read the complete 37-page source, including references and Appendices A–K. Visually inspected the title, p. 12 author list, all fourteen numbered figures and all twelve tables, then inspected all six final crops. Figure 5(d) is explicitly a panel excerpt of the simulated embodiment-transfer result; physical panels use different scoring conventions. Original pages use 200 DPI, with 400 DPI for the narrow Figure 5(d) crop and 300 DPI for Table 8. Figure 2 versus Table 9 and Figure 8 versus its prose contain unresolved comparison details recorded in the base report. External code, weights, datasets and linked references were not inspected; no experiments were run.
PDF pages inspected for this edition: 1, 3, 4, 6, 7, 8, 9, 11, 12, 21, 22, 23, 24, 25, 26, 28, 29, 31, 32, 35, 36, 37. Appendix coverage: reviewed.
Original figures and tables remain the work of the source’s authors. Extractions preserve their scientific content; any HTML wrapper layout is disclosed with each figure. The surrounding reading notes are our own.
Text reading scope & known omissions
- Abstract and highlights
- 1 Introduction
- 2 Pilot Study: How Action Supervision Shapes VLA Backbones
- 3 VLAct, including Sections 3.1–3.4
- 4 Experiments, including Sections 4.1–4.4
- 5 Related Work
- 6 Conclusion
- Authors
- References
- A Additional Related Work
- B Additional Main Results, including B.1–B.2
- C Effectiveness of Shallow-Layer Protection During Pre-training, including C.1–C.2
- D VLM Co-training for Representation Preservation, including D.1–D.3
- E Representation Effects of Head-Diverse Pre-training, including E.1–E.2
- F Unified Joint Space and Wrap-Aware Loss, including F.1–F.2
- G Adding Heterogeneous UMI Data to Continued Pre-training
- H Details of Data Cleaning
- I Details of Action Heads, including I.1–I.2
- J Details of Real-world Experiments, including J.1–J.5
- K Future Work and Broader Impact
- Original diagrams, plots, tables and appendix image sequences visually inspected after complete text reading
Outside the original text pass
- Separate supplemental material availability was not verified.
- External references, project links, source code, model checkpoints and datasets were not accessed.
- No paper experiment was reproduced; visual inspection covers the supplied PDF and its retained figure/table excerpts.
- Text extraction does not reconstruct figure images; inspect the retained PDF for figures and equation/table layout.
- Separate supplemental material availability has not been fully verified.
The visual audit above records the subsequent illustrated pass.
8.4 Traceable evidence
e01PDF p. 1, title and arXiv version line; p. 12, Authors
The identifier is 2608.27550v1, dated 27 August 2026. The title and listed contributors and advisors match the supplied catalog identity.
Go to primary source ↓e02PDF pp. 3–5, Sections 1–2
The authors motivate reusable backbone learning under sparse robot-data coverage and interpret action-head transfer experiments as evidence of decoder specialization.
Go to primary source ↓e03PDF pp. 5–6, Sections 3.1–3.2; p. 4, downstream-control paragraph
Continued pre-training freezes the vision encoder and lower half of the LLM. Downstream training discards old heads and captions, initializes a new head, and unfreezes the model under controlled in-house protocols.
Go to primary source ↓e04PDF pp. 6–7, Section 3.3, co-supervised multi-head pre-training and objective
OFT, PI, and GR00T receive shared latent z and the same action target; their losses are summed using one shared backbone forward pass.
Go to primary source ↓e05PDF pp. 7–8, Section 3.4; p. 31, Appendix I.2, Design
The 20-dimensional layout allocates 12 bimanual joint coordinates, six single-arm delta-pose coordinates, one shared gripper coordinate, and one right-gripper coordinate. Inactive dimensions are masked.
Go to primary source ↓e06PDF p. 27, Appendix F.1, Equations (1)–(4)
Targets and prediction residuals are wrapped modulo 2π. An L1 angular penalty augments each head's native objective and is computed on final predicted actions only for absolute joint-angle dimensions.
Go to primary source ↓e07PDF pp. 29–31, Appendix I.1, OFT, PI, and GR00T descriptions and equations
OFT uses action-query features and direct MLP regression. PI and GR00T use conditional flow matching; GR00T's family description includes robot-state and embodiment conditioning in a separate motor module.
Go to primary source ↓e08PDF p. 23, Appendix D.1–D.2, minibatch construction and total objective
Every pre-training minibatch includes robot and auxiliary samples. Auxiliary VLM cross-entropy enters the total objective with coefficient 0.5.
Go to primary source ↓e09PDF pp. 28–29, Appendix H
The platform-specific datasets, task-label filtering, FPS-based delta-action scaling, 0.5/1.0 validity thresholds, chunk rejection above 0.5 invalid-step ratio, joint filtering and wrapping, and dataset-wise gripper normalization are specified.
Go to primary source ↓e10PDF p. 8, Section 4 setup and Section 4.1; Table 1, VLAct, Qwen3VL-OFT, and Abot-M0 rows
The setup names Qwen3-VL-4B, open robot datasets, StarVLA, and 16 GPUs. LIBERO-Plus totals are 82.6, 75.0, and 80.5; language scores for VLAct and Qwen3VL-OFT are 81.5 and 87.0.
Go to primary source ↓e11PDF p. 9, Section 4.2 and Table 2
Base and Data Scaling demonstration counts and evaluation protocols are distinguished. OFT results are 80.5/41.5 and 92.5/90.8; baseline results are 61.7/10.5 and 88.2/88.3. PI reaches 93.0 Clean in Data Scaling, while HoloBrain reaches 91.9/92.3.
Go to primary source ↓e12PDF p. 10, Section 4.4, Setup and RoboCasa-GR1 results
GR-1 and ARX X5 are absent from the stated Franka/AgileX continued-pre-training mixture. RoboCasa success is 49.5 with 20% data and 54.0 with full data; full-data Qwen3VL-OFT and GR00T-N1.6 score 48.8 and 47.6.
Go to primary source ↓e13PDF pp. 10–11, Section 4.4, RoboDojo results; Table 3, VLAct and X-WAM rows
The August 24 leaderboard covers 35 policies and a 42-task, 50-episode-per-task evaluation. VLAct scores 10.66/7.60 versus X-WAM's 7.69/3.83, ranks eighth/sixth, and has Memory scores of 0.66/0.56. Compute is not normalized.
Go to primary source ↓e14PDF pp. 20–21, Appendix B.1; Table 4, caption and average column
VLA-Arena uses within-category difficulty averaging and official weighting over 11 suites. Average success is 54.8 for VLAct, 33.4 for Qwen3-VL-OFT, and 44.3 for π0.5.
Go to primary source ↓e15PDF p. 21, Appendix B.2 and Table 5
One policy is tested on 35 clean dynamic DOMINO tasks. VLAct reports SR/MS of 18.50/34.20 against Qwen3VL-OFT's 10.86/30.49.
Go to primary source ↓e16PDF p. 10, Section 4.3; pp. 32–33, Appendices J.1–J.3
Physical tests use Franka Research 3 arms and external/wrist cameras. Separate policies train for 50k steps on eight H800 GPUs, with 50 or 100 demonstrations per task and 10 shared evaluation starts. Section 4.3 also asserts exclusively single-arm pre-training for dual-arm transfer.
Go to primary source ↓e17PDF p. 33, Appendix J.3, single-arm short-horizon and dual-arm coordination paragraphs
Binary success averages are 92.5 versus 77.5 for short-horizon single-arm tasks and 72.0 versus 44.0 for dual-arm tasks.
Go to primary source ↓e18PDF p. 33, Appendix J.3, scoring criterion and long-horizon results
Long-horizon evaluation awards partial credit for completed steps. Table-cleaning scores are 86.6 versus 73.3; scooping-beans scores are 80.0 versus 33.3.
Go to primary source ↓e19PDF p. 22, Table 6 and Appendix C.2
Full-backbone updating scores 78.9/77.1; vision-only freezing scores 81.3/79.3; vision-plus-lower-half freezing scores 82.6/80.5 on LIBERO-Plus/RoboTwin.
Go to primary source ↓e20PDF p. 26, Table 8 and Appendix E.1
PI fine-tuning scores 60.5 without pre-training, 55.1 after OFT-only, 63.1 after OFT+GR00T without PI exposure, and 77.0 after all-three-head pre-training.
Go to primary source ↓e21PDF p. 26, Table 9 and Appendix E.2
Head-diverse pre-training improves matched-head adaptation over single-head pre-training by 1.7, 1.6, and 4.3 points for OFT, PI, and GR00T, respectively.
Go to primary source ↓e22PDF pp. 27–28, Appendix F.2 and Table 10
With matched RoboTwin Base/Clean protocols, raw-angle regression scores 75.5, target wrapping 78.6, and target plus residual wrapping 80.5.
Go to primary source ↓e23PDF p. 31, Appendix I.2 and Table 12
Separate heads, a naively unified head, and the aligned representation score 78.5/81.1, 79.5/81.4, and 80.5/82.6 on RoboTwin/LIBERO-Plus.
Go to primary source ↓e24PDF p. 23, Appendix D.2 and Table 7; p. 25, Appendix D.3
Caption-source names differ between Table 7 and its accompanying prose. D.3 attributes the strongest auxiliary result to captions and discusses a 75.0-to-82.6 improvement without consistently separating the no-pre-training and robot-only baselines.
Go to primary source ↓e25PDF pp. 27–28, Appendix G and Table 11
A separate experiment adds 20K RealOmin UMI-style trajectories converted to delta end-effector actions, keeping the optimization budget and downstream protocol unchanged.
Go to primary source ↓e26PDF p. 34, Appendix K, Limitations
The authors restrict the study to a 4B backbone and leave larger-model behavior and scale-dependent recipe changes unexplored.
Go to primary source ↓e27PDF p. 1, Abstract; p. 8, Section 4 setup
The abstract claims models and pipelines are open-sourced, whereas Section 4 says scripts and checkpoints will be released. Neither statement demonstrates repository inspection or successful reproduction.
Go to primary source ↓e28PDF p. 6, Figure 3; original architecture diagram visually inspected
Pre-training shows the vision encoder and shallow LLM layers frozen, upper layers trainable, caption and robot inputs, and OFT/GR00T/PI supervision with a shared action layout. Fine-tuning shows a reinitialized selected head and all backbone components trainable.
Go to primary source ↓e29PDF p. 7, Figure 4; p. 31, Appendix I.2; original diagram visually inspected
The three panels contrast separate heads, naive padding into a shared head and a partially aligned 20-dimensional representation. Colors distinguish arm, gripper and inactive padding coordinates. The final layout aligns Franka gripper with AgileX left gripper while retaining separate arm blocks.
Go to primary source ↓e30PDF p. 12, Figure 5(d), with Section 4.4 on p. 10; original result plot visually inspected
The four downstream data fractions 10%, 20%, 50% and 100% have VLAct success labels 41.42, 49.5, 51.00 and 54.00. Full-data baseline lines are 37.0 for PI-0.5, 47.6 for GR00T-N1.6 and 48.8 for Qwen3VL-OFT. This panel concerns simulated RoboCasa-GR1 and is distinct from the physical-task panels.
Go to primary source ↓e31PDF p. 25, Figure 8 and Appendix D.3; p. 23, Table 7; p. 24, Figure 7; originals visually inspected
Figure 8 has separate bars labeled Baseline 75.0, + Pretrain 79.6, + BBox-QA 80.2, + Point-QA 80.9, + Code 80.6, + Spatial-QA 81.9, + Image Caption 82.6 and + Mixed Data 82.5. The prose calls the 75.0 baseline robot-only and describes pure language instructions rather than the plot’s Code label. Figure 7 shows ShareGPT4V, agreeing with the caption-data prose but differing from Table 7’s LLaVA OneVision listing.
Go to primary source ↓e32PDF p. 4, Figure 2, compared with p. 26, Table 9; originals visually inspected
Figure 2’s RoboTwin OFT-to-OFT bar is 75.8, whereas Table 9’s OFT single-head pre-training cell is 78.8. The supplied text does not clearly state the experimental difference behind these two same-head values, so they should not be treated as one interchangeable baseline.
Go to primary source ↓8.5 Primary sources
Beyond Data Scaling: Representation-Centric Continued Pre-training for Vision-Language-Action Models ↗
PDF · 20,633 extracted words
Source fingerprint
3a7a577d7c2e6fb741841bb93b4ee8bb2b5a5ba602dbbc1c754d623e3182f002