CloudEdgeVLA robot rollouts in simulation and on a real Franka robot

AAAI 2027 · Under Review

CloudEdgeVLA

Cloud reasoning. Edge reflexes. No waiting.

Latency-Tolerant Cloud-Edge Collaborative Vision-Language-Action Models via Emergent Representational Specialization

Daojie Peng1 Fulong Ma1 Bingtao Wang2 Sheng Wang3 Jun Ma1,†

1HKUST(GZ)   2Shandong University   3RoboScience   Corresponding author

90.8% normalized delay AUC
76.5% success retained under a 40-step window

Abstract

Latency tolerance as a learned interface.

Deploying billion-parameter VLA policies on mobile robots creates a systems conflict: semantic reasoning benefits from cloud GPUs, while closed-loop control must respond locally despite delay and jitter.

CloudEdgeVLA separates information by temporal role. A cloud VLA turns delayed observations into slowly varying task features, while a lightweight edge head grounds the latest available feature with current local vision. Paired-frame dual-path training teaches both fresh and delayed cloud features to predict the current action, encouraging temporal specialization without requiring delay metadata at inference.

01

Non-blocking control

The edge always acts with the newest feature it has; it never waits for a particular cloud response.

02

Paired-frame training

Fresh and randomly delayed cloud frames share the same current action target.

03

Emergent specialization

The cloud preserves task context while the edge supplies state-sensitive corrections.

The deployment gap

A fast robot cannot wait for a slow round trip.

Action chunks grow stale, and synchronized fast-slow systems still assume bounded timing. CloudEdgeVLA makes cloud updates independent from the edge control clock.

Comparison of action chunking, synchronized fast-slow control, and asynchronous CloudEdgeVLA
Three dual-system paradigms. CloudEdgeVLA is the only design shown here whose edge execution is independent of the cloud update clock.

Architecture

Slow semantics meet current state.

A single learned interface separates latency-insensitive planning from latency-sensitive control, allowing both sides to scale on their own cadence.

CloudEdgeVLA asynchronous deployment architecture and paired-frame dual-path training pipeline
Deployment and training. The edge never blocks on a cloud response. During training, the fresh and stale cloud paths share the same current edge feature zt and current action target at.

Cloud · System 2

Encode what to do

The 7B VLA backbone processes a delayed observation and language instruction into reusable planning features.

ht-k = fθ(ot-k, ℓ)

Edge · System 1

See what is true now

A frozen lightweight SigLIP encoder observes the current frame locally, with no network delay in its signal.

zt = vψ(ot)

Action · Closed loop

Ground and act

The edge action head fuses old task context with current visual evidence and executes immediately.

ât = gφ(ht-k, zt)

Paired-frame dual-path training

Teach the feature to survive age.

For each current frame, training samples a delayed frame from the same episode. Both cloud features are fused with the same current edge vision and supervised toward the same current action.

ℒ = (1 − λ) ‖âfresh − at1 + λ ‖âstale − at1

No explicit invariance loss. No delay value is required at inference.

Fresh path Current cloud frame ot → hfresh current edge vision zt âfresh → at
Stale path Randomly delayed frame ot-d → hstale current edge vision zt âstale → at

LIBERO results

The performance gap opens with delay.

Explore success rates across four LIBERO suites. The dmax = 0 point is the synchronous reference; each non-zero setting samples observation age uniformly from 1 to dmax. CloudEdgeVLA values average three seeds.

dmax = 40 steps
CloudEdgeVLA
73.5%
VLASH
1.7%
UniVLA
0.9%
OpenVLA-OFT
0.0%
OpenVLA
0.0%

+71.8 points over the best baseline at 40 steps, averaged across all suites.

Beyond the training window
90.8% Normalized delay AUC VLASH: 32.4%
73.5% Mean success at 40 steps Best baseline: 1.7%
63.8–78.0% Suite-level success at 40 steps Across Spatial, Object, Goal, and Long
Delay sweep, normalized delay AUC, and retention score for CloudEdgeVLA and baseline methods
Closed-loop delay sweep. CloudEdgeVLA remains strong beyond the 20-step training window and averages 73.5% success at 40 steps.
View suite-level results
LIBERO task success (%) under uniformly sampled observation delay.
Method Delay Spatial Object Goal Long
OpenVLA084.671.277.056.2
106.81.22.25.2
200.20.00.00.0
400.00.00.00.0
OpenVLA-OFT098.498.697.293.4
1010.63.626.28.4
200.00.04.01.4
400.00.00.00.0
UniVLA096.096.694.693.2
1027.434.848.235.0
200.42.621.82.2
400.00.03.00.5
VLASH097.399.696.793.5
1060.062.856.845.6
205.08.228.29.2
400.00.46.40.0
CloudEdgeVLA097.997.896.591.7
1093.694.492.983.2
2089.692.190.978.1
4076.475.678.063.8

CloudEdgeVLA values are means over seeds 7, 8, and 9. Standard deviations are reported in the paper.

Why it works

Robustness appears on both sides of the interface.

Under a 20-step delay, the learned cloud representation changes less, and the edge head transfers less residual feature drift into the executed action.

59.2%
less backbone drift
72.7%
less staleness transfer
Backbone hidden-state cosine distance under increasing image delay
Backbone staleness. At 20 steps, CloudEdgeVLA reduces hidden-state drift by 59.2%.
Action head staleness-transfer gain under increasing image delay
Head transfer. At 20 steps, the action head transfers 72.7% less residual feature drift into actions.

Real-world deployment

The edge loop keeps moving with 1,000 ms added RTT.

A Franka robot places a toy bear into a box in static and dynamic-target settings. The cloud 7B backbone runs on an RTX 4090; edge vision, action head, and control run on an RTX 5080 workstation.

Simulation comparison and CloudEdgeVLA real-robot rollout sequence
Simulation comparison above; static and dynamically displaced real-robot targets below.
Static / dynamic success over 10 trials
Added RTTVLASHCloudEdgeVLA
0 ms100 / 90100 / 90
400 ms60 / 3090 / 90
1,000 ms0 / 080 / 70

Each cell reports static / dynamic success over 10 trials per variant; added RTT is emulated on top of the native serving pipeline.

Citation

Build on CloudEdgeVLA.

Please cite the paper if this work supports your research.

@misc{peng2026latencytolerantcloudedgecollaborativevisionlanguageaction,
  title         = {Latency-Tolerant Cloud-Edge Collaborative
                   Vision-Language-Action Models via Emergent
                   Representational Specialization},
  author        = {Daojie Peng and Fulong Ma and Bingtao Wang
                   and Sheng Wang and Jun Ma},
  year          = {2026},
  eprint        = {2608.00569},
  archivePrefix = {arXiv},
  primaryClass  = {cs.RO},
  url           = {https://arxiv.org/abs/2608.00569}
}
Expanded research figure