Hierarchical Advantage Weighting for Online RL Fine-Tuning of VLAs from Sparse Episode Outcomes
Summary
This paper proposes Hierarchical Advantage-Weighted Behavior Cloning (HABC) for fine-tuning Vision-Language-Action (VLA) policies using online reinforcement learning with sparse binary episode outcomes. HABC separates viability and efficiency objectives via adaptive critic heads and intervention-aware credit assignment, significantly improving success rates on contact-rich bimanual manipulation tasks.
View Cached Full Text
Cached at: 06/16/26, 11:31 AM
Paper page - Hierarchical Advantage Weighting for Online RL Fine-Tuning of VLAs from Sparse Episode Outcomes
Source: https://huggingface.co/papers/2606.17043 Published on Jun 15
·
Submitted byhttps://huggingface.co/SiyuanH
Siyuanon Jun 16
Abstract
Hierarchical Advantage-Weighted Behavior Cloning (HABC) addresses sparse reward challenges in robot learning by separately optimizing viability and efficiency objectives through adaptive critic heads and intervention-aware credit assignment, significantly improving success rates in contact-rich manipulation tasks.
When pretrained VLA policies are fine-tuned throughonline RL, each rollout episode produces only a single binary outcome (success or failure), yet theactor updaterequiresper-transition supervision. Existing approaches commonly reduce thissparse outcometo a singlescalar rewardoradvantage signal, which conflates distinct forms of transition-level feedback and provides limited guidance once basic task success becomes achievable. First, a single scalar signal conflates the two objectives ofviabilityandefficiency; once basic success is achieved, the binary label provides no gradient to distinguish efficient completions from slow ones. Second, real-world rollouts mix autonomous and intervention segments; naively assigning episode outcomes across these boundaries introduces incorrect credit assignment. To address these issues, we propose Hierarchical Advantage-Weighted Behavior Cloning (HABC), which trains separatecritic headsfor these two objectives on different data subsets and combines their outputs with astate-adaptive balance. A state-adaptive gate g_t merges their one-step advantages, prioritizingviabilitywhen success is uncertain and shifting toefficiencyonly whenviabilityis high, and converts the result into per-transition weights on the actor loss.Intervention-aware credit assignmentfurther restricts outcome labels to segments executed by the current policy, preventing supervision from leaking across intervention boundaries. In real-robot experiments on threecontact-rich bimanual tasks, HABC raises success fromsupervised fine-tuning(SFT) baselines of 36%, 44%, and 12% to 92%, 88%, and 38%.
View arXiv pageView PDFAdd to collection
Get this paper in your agent:
hf papers read 2606\.17043
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2606.17043 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2606.17043 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2606.17043 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
@askalphaxiv: “Reinforcement Learning for Real-Time Vision-Language-Action Policies” VLA models are usually too slow for reactive rob…
This paper introduces a method to split action generation in vision-language-action models into slow and fast layers, enabling real-time reactive robot control and improving success rates from 42% to 97% with just 10 minutes of online data.
RL^2-VLA: Adaptive RL Latent Compositional Steering with Test-Time Scaling for Vision-Language-Action Models
This paper introduces RL^2, an adaptive inference-time steering framework for Vision-Language-Action models that uses offline RL on latent representations to compose action flows, activating steering only when failure is predicted. It achieves up to +17.3% success rate improvements on SIMPLER and PolaRiS benchmarks and demonstrates real-world transfer.
AR-VLA: True Autoregressive Action Expert for Vision-Language-Action Models
Proposes AR-VLA, an autoregressive action expert that generates continuous action sequences with long-term memory for context-aware robotic policy training, improving trajectory smoothness and task success rates over reactive VLA models.
Generalizable VLA Finetuning via Representation Anchoring and Language-Action Alignment
Anchor-Align augments behavioral cloning with vision-language anchoring to preserve pretrained representations and language-action alignment, improving real-robot success rates by over 20% on xArm7 and showing consistent gains in simulation benchmarks.
Harness VLA: Steering Frozen VLAs into Reliable Manipulation Primitives via Memory-Guided Agents
HarnessVLA is a memory-augmented framework that leverages frozen Vision-Language-Action models as primitives for reliable manipulation in robotics, achieving significant performance improvements without finetuning.