---
kind: trend
trend_doc_id: 717
granularity: day
period_start: '2026-06-24T00:00:00'
period_end: '2026-06-25T00:00:00'
topics:
- robotics
- vision-language-action models
- online adaptation
- reinforcement learning
- world action models
- humanoid locomotion
run_id: materialize-outputs
aliases:
- recoleta-trend-717
tags:
- recoleta/trend
- topic/robotics
- topic/vision-language-action-models
- topic/online-adaptation
- topic/reinforcement-learning
- topic/world-action-models
- topic/humanoid-locomotion
language_code: en
pass_output_id: 310
pass_kind: trend_synthesis
---

# Robot VLA research centers on deployment-time adaptation and control

## Overview
This day’s robot research treats vision-language-action (VLA) models as deployed control systems that must calibrate, fine-tune, and execute under hardware constraints. ICWM, FORCE, and ACNet give the clearest evidence: setup probing, online reward, and delay conditioning all improve control without rebuilding the full policy.

## Findings

### Deployment-time system identification
ICWM targets a concrete failure mode: camera view, mounting offset, and robot geometry can change after training. The robot runs a short safe probing phase, records start image, action, and end image clips, then prepends those clips as context for the policy. On LIBERO cross-view tests, it improves average out-of-distribution success by 13.0 percentage points over Multi-View BC and by 9.5 points over an explicit camera-angle baseline. The ablations are strong evidence for the mechanism: removing images drops average success by 56.4 points, and false context performs worse than no context.

#### Sources
- [In-Context World Modeling for Robotic Control](../Inbox/2026-06-24--in-context-world-modeling-for-robotic-control.md): Summary reports ICWM’s probing setup, LIBERO cross-view gains, real-robot setup, and ablation results.

### Online reward as dense action supervision
Two VLA papers turn online interaction into safer policy improvement. FORCE calibrates a critic before actor updates, keeps expert and rollout buffers, and distills toward critic-preferred actions. It reports 82.3% average success on six ManiSkill tasks with an Octo backbone and 98.3% average success on six real Franka tasks after online fine-tuning, up from 45.0% behavior cloning. ROAD-VLA takes a token-level route: it shifts sampled action-token logits with calibrated advantage estimates and trains the student toward that nearby teacher distribution. Its excerpt gives task coverage and method details, but no success-rate table.

#### Sources
- [FORCE: Efficient VLA Reinforcement Fine-Tuning via Value-Calibrated Warm-up and Self-Distillation](../Inbox/2026-06-24--force-efficient-vla-reinforcement-fine-tuning-via-value-calibrated-warm-up-and-self-distillation.md): Summary gives FORCE’s three-stage method and ManiSkill plus real-world Franka results.
- [ROAD-VLA: Robust Online Adaptation via Self-Distillation for Vision-Language-Action Models](../Inbox/2026-06-24--road-vla-robust-online-adaptation-via-self-distillation-for-vision-language-action-models.md): Summary explains ROAD-VLA’s advantage-guided action-token distillation and evaluation scope.

### Action modules get their own priors and timing fixes
Several papers treat the action side of VLA models as a bottleneck with its own data and runtime needs. Learning Action Priors pretrains the action module on state-action trajectories before VLA training, then reuses the decoder as the action head. The reported evaluation spans 13 cross-embodiment tasks across LIBERO, RoboCasa, and a real Franka platform, though the excerpt does not include exact success rates. ACNet addresses inference delay during chunked control. It conditions the next action chunk on the motion already executed during delay and trains only about 20% of parameters on Kinetix. On Meta-World MT50, it matches full delay-conditioned retraining at 0.74 average success while reporting 91 ms latency and 11.0 Hz control frequency.

#### Sources
- [Learning Action Priors for Cross-embodiment Robot Manipulation](../Inbox/2026-06-24--learning-action-priors-for-cross-embodiment-robot-manipulation.md): Summary describes action-only pretraining, decoder reuse, history compression, and evaluation scope.
- [Action ControlNet: A Lightweight Delay-Aware Adapter for Smooth Asynchronous Control in Vision-Language-Action Models](../Inbox/2026-06-24--action-controlnet-a-lightweight-delay-aware-adapter-for-smooth-asynchronous-control-in-vision-language-action-models.md): Summary reports ACNet’s delay-aware adapter design, parameter share, Meta-World results, and latency.

### World-action modeling and humanoid data widen the control target
The broader framing is also becoming more action-centered. World Action Models defines predictive-action models by whether their forecasts are useful for control, and organizes methods by rendered futures, latent futures, or action reasoning without video generation. WOLF-VLA applies VLA training to whole-body humanoid locomotion with optimal-control-generated demonstrations. Its dataset contains 277 hours across six locomotion task families and 15,276 episodes on an RH5 humanoid in MuJoCo. The paper provides dataset scale and training details, but the excerpt does not provide a numeric success-rate table.

#### Sources
- [World Action Models: A Survey](../Inbox/2026-06-24--world-action-models-a-survey.md): Summary gives the World Action Models definition, output regimes, and design axes.
- [WOLF-VLA: Whole-Body Humanoid Optimal Locomotion Framework for Vision-Language-Action Learning](../Inbox/2026-06-24--wolf-vla-whole-body-humanoid-optimal-locomotion-framework-for-vision-language-action-learning.md): Summary reports WOLF-VLA’s optimal-control demonstration pipeline and dataset scale.
