BORA: Bridging Offline Reinforcement Learning and Online Residual Adaptation for Real-World Dexterous VLA Models
Abstract: Vision-Language-Action (VLA) models have emerged as a promising paradigm for grounding visual-language understanding into real-world robotic manipulation. However, dexterous manipulation remains challenging for VLA policies due to high-dimensional hand control and compounding execution errors, which makes real-world RL post-training essential for bridging the gap between visually grounded action generation and physically reliable dexterous execution. However, high-dimensional dexterous exploration often triggers temporal inconsistency, sample inefficiency and hardware risks in the real world. To address these challenges, we propose BORA, an offline-to-online RL post-training framework designed for real-world dexterous VLA models. In the offline phase, BORA constructs a critic that takes both the VLM's cognition tokens and action chunks as inputs. This design enables action-conditioned value guidance, allowing the critic to evaluate dexterous hand motions beyond visual context alone. During the subsequent online phase, BORA freezes the VLA base and introduces a lightweight, Human-in-the-Loop (HiL) chunk-wise residual adaptation mechanism to mitigate real-world execution errors and further correct the offline-learned intents within the actual physical environment. By inheriting the offline critic and employing intervention-driven rewards, BORA effectively corrects execution discrepancies and adapts to real-world physical variances while preserving the pretrained policy as a stable prior. Extensive evaluations across five complex real-world dexterous tasks demonstrate that BORA significantly outperforms pure imitation learning and traditional decoupled RL baselines, achieving a 33% absolute increase in average success rate under standard settings and up to a 43% improvement in unseen object generalization.
Paper Prompts
Sign up for free to create and run prompts on this paper using GPT-5.
Top Community Prompts
Explain it Like I'm 14
What is this paper about?
This paper is about teaching real robots with multi‑fingered hands (dexterous hands) to do tricky, everyday tasks more reliably. The authors introduce BORA, a two‑stage training method that helps “VLA” models—robots that learn from vision (cameras), language (instructions), and action (movements)—turn what they see and are told into smooth, successful hand motions in the real world.
What questions did the researchers ask?
They focused on three simple questions:
- How can we help a robot hand pick the right moves when there are many possible ways to succeed?
- How can we make training safer and faster in the real world, where trial‑and‑error can be risky and slow?
- How can we fix the gap between practicing on past recordings and performing reliably on new, real objects?
How did they do it?
They split training into two connected phases, using ideas you can picture in everyday terms.
Phase 1: Learn from past recordings (offline)
- Imagine a robot studying “game replays” of humans completing tasks. It learns what actions tend to work without touching the real robot.
- The robot uses two main helpers:
- A fast planner that outputs short “action chunks” (tiny sequences of moves), rather than long, step‑by‑step plans. Think of action chunks like short dance moves stitched together to form a routine.
- A value coach (called a “critic”) that judges how good those action chunks are. Crucially, this coach looks at both:
- What the robot “understands” about the scene and instruction (summarized “tokens” from its vision‑language brain), and
- The actual action chunk it’s about to do.
- This pairing helps the coach judge moves based on real contact and motion effects—not just random pixels or background patterns. It’s like a sports coach who doesn’t just look at the stadium but watches the player’s move and the ball’s path to decide if a play is good.
Why this helps:
- Dexterous hands have many joints (high degrees of freedom), so there are many valid ways to succeed. Short action chunks are easier to judge and improve.
- In real scenes, the hand often blocks the camera (occlusion). By grounding judgments in both understanding (tokens) and the proposed move, the coach focuses on the hand‑object interaction, not the background.
Phase 2: Fine‑tune safely in the real world (online)
- Instead of changing the whole brain of the robot (which can cause it to “forget” what it learned), BORA freezes the main model and adds a tiny “correction layer” on top. Think of it like adding a small steering wheel that nudges the robot’s moves a little left or right when needed, without rebuilding the engine.
- This correction layer learns “residuals,” which are small adjustments added to the base action chunk. Final move = base move + small nudge.
- A human can step in briefly if things go wrong (Human‑in‑the‑Loop). When the person fixes a mistake, the system gives itself:
- A small penalty for needing help,
- And a reward for successful recovery.
- The same coach from Phase 1 is reused to guide these small nudges, so the robot improves quickly without lots of risky trials.
In short:
- Phase 1 (offline): Learn solid intentions and good short moves from data.
- Phase 2 (online): Keep the core stable, learn only tiny corrections, and use human hints sparingly and safely.
What did they find, and why is it important?
The team tested BORA on five real tasks with a robot arm and a 12‑finger‑joint hand:
- Pick a plush toy
- Pick and place into a basket
- Open a box
- Pull a tissue from a box
- Press a button
Main results:
- Compared to standard imitation learning and older reinforcement learning setups, BORA raised the average success rate by about 33 percentage points in normal tests.
- On new, unseen objects, it improved success by up to 43%, meaning it generalizes better to things it hasn’t practiced with.
- The robot needed very little human intervention during online fine‑tuning—typically 1–2 brief corrections per task, about 20% of a run’s time—yet performance improved quickly.
- The action‑aware coach helped the robot ignore misleading background details and focus on the hand’s contact with objects, which is crucial when the camera view is partly blocked by the hand.
Why this matters:
- Robots with dexterous hands can do more useful, delicate tasks—if they can control those hands reliably. BORA makes that reliability much better, while keeping real‑world training safer and faster.
What does this mean for the future?
BORA shows a practical path to turn “seeing and understanding” into “doing well” for robots with complex hands:
- Safer, faster training: Learn the basics from recordings, then add small, precise real‑world corrections with minimal risk.
- Better generalization: The robot adapts to new objects and small changes in the scene.
- Stable foundations: By freezing the main model and only learning small corrections, BORA avoids “forgetting” what worked before.
The authors note two next steps:
- Add touch sensing (tactile feedback) to handle heavy occlusion even better.
- Test on different robot hands to verify that the approach transfers across hardware.
Overall, BORA brings robots closer to reliably handling the kinds of contact‑rich, fiddly tasks people do every day—opening, pinching, pulling, pressing—by smartly combining learning from the past with careful, tiny fixes in the present.
Knowledge Gaps
Knowledge gaps, limitations, and open questions
The following list synthesizes concrete gaps and unresolved questions that future work could address:
- Tactile sensing: Integrate and evaluate dense tactile/force sensing in the VLM tokens and critic (beyond visuo‑proprioception) to handle contact ambiguity and severe occlusions; quantify the gains over vision-only inputs.
- Cross‑embodiment generalization: Validate BORA across multiple dexterous hands and arm–hand kinematics (varying DoFs, compliance, actuation) and study what components (critic, residual actor, scaling) transfer or must be re-learned.
- Task scope and horizons: Test on long‑horizon, multi‑stage, and in‑hand manipulation tasks (e.g., reorientation, unscrewing, knot tying), and quantify how chunk-wise credit assignment scales with horizon length.
- Baseline coverage: Compare against stronger offline RL (e.g., CQL, AWAC/AWR, SAC‑N, TD3+BC), online RL (SAC/TD3 with safety shields), and residual RL methods tailored to manipulation; include recent VLA post‑training algorithms.
- Statistical rigor: Report confidence intervals and variance across multiple seeds/robots; include formal significance tests for success rates and ablations.
- Sample efficiency accounting: Provide standardized counts of environment steps, human intervention duration, and wall‑clock time per task/round; benchmark against baselines on identical budgets.
- Offline dataset characterization: Specify dataset size, success/failure ratio, coverage of states/actions, object/task diversity, and demonstration quality; analyze sensitivity to suboptimal/noisy data and class imbalance.
- Success detection reliability: Clarify how terminal success is detected (automatic vs manual); quantify label noise and its impact on value learning under sparse rewards.
- Reward design limits: Assess whether sparse terminal reward + time penalty suffices for longer or partially observed tasks; investigate learned/shaped rewards and their effect on stability and sample efficiency.
- Occlusion stress tests: Conduct controlled experiments that vary occlusion, clutter, and lighting to quantify robustness of the action‑conditioned critic vs decoupled critics.
- Camera robustness: Evaluate sensitivity to camera pose/intrinsics changes, view dropouts, and single‑view operation; test generalization across different sensor suites.
- Language contribution disentanglement: Measure performance with/without instruction tokens, or with shuffled/ambiguous language, to isolate the benefit of language grounding in the critic and actor.
- Action‑conditioned critic ablations: Isolate the effect of conditioning on VLM tokens vs raw vision features; compare action‑only, token‑only, and joint token+action critics with quantitative OOD evaluation.
- Conservative value learning choices: Compare the chosen IQL‑style expectile value loss to CQL-style penalties or ensemble uncertainty for OOD action suppression; analyze failures where inherited critics misguide adaptation.
- Pathwise gradient omission: Investigate enabling pathwise gradients from Q into the actor (e.g., DPG/AWAC‑style) vs the current decoupled PPO+BC scheme; study stability/credit‑assignment trade‑offs.
- PPO on offline data: Analyze the bias/variance of the masked PPO objective with importance sampling on offline trajectories; compare to purely off‑policy actor–critic updates designed for offline RL.
- Hyperparameter sensitivity: Ablate action chunk size k, expectile τ, PPO clip ε, BC/PPO weights, advantage gating threshold, conservative hinge margin δ, and residual scaling/clipping; report sensitivity curves.
- Action chunking assumptions: Examine whether chunks are effectively open‑loop within k steps; evaluate adaptive chunk lengths and intra‑chunk closed‑loop corrections under fast dynamics.
- Residual actor expressivity: Test whether a simple MLP is sufficient to correct complex, state‑dependent errors; compare sequence models or attention over recent history.
- Automatic residual scaling: Replace fixed A_res and blend schedules with learned or constraint‑driven scaling tuned to safety/comfort limits; quantify safety‑performance trade‑offs.
- Safety guarantees: Go beyond heuristic clipping to enforce formal safety constraints (force/velocity/torque bounds, collision avoidance, barrier functions) and measure hardware wear and near‑miss rates.
- Human‑in‑the‑loop protocol: Precisely define intervention triggers, recovery criteria, and smoothing parameters; evaluate inter‑operator variability, operator fatigue, and robustness to suboptimal/noisy interventions.
- Adversarial/erroneous interventions: Stress test the RLPD pipeline under incorrect or inconsistent human corrections; develop filters or confidence models for intervention quality.
- Critic inheritance stability: Provide theoretical analysis or empirical safeguards for critic drift under distribution shift; evaluate when inherited critics harm online adaptation and how to detect/recover.
- Risk‑aware control: Incorporate uncertainty estimation or risk measures (e.g., ensembles, CVaR) into value guidance to avoid high‑variance states during physical adaptation.
- Domain shift breadth: Systematically vary friction, material compliance, temperature, and wear; quantify adaptation speed and asymptotic performance under these physical shifts.
- Real‑time performance: Report end‑to‑end inference latency, control frequency, and compute footprint; evaluate deployability on embedded/onboard hardware.
- Multi‑task scaling: Train a single BORA policy on many tasks with language prompts; analyze interference, task compositionality, and cross‑task value sharing.
- Multi‑sensor fusion: Explore adding wrist force/torque, tactile arrays, depth, and audio; study fusion strategies and their effect on critic overfitting and policy stability.
- Failure analysis quantification: Move from qualitative failure taxonomies to quantitative attribution (e.g., grasp pose error, contact force thresholds) and link them to critic/actor signals.
- Value overfitting metrics: Beyond saliency maps, use counterfactual action evaluation, calibrated off‑policy evaluation (FQE/FQI), and action disagreement under image perturbations to measure spurious correlations.
- Generalization across labs: Validate across different robots, camera setups, and calibration procedures in multiple sites to assess external validity and reproducibility.
- Open resources: Clarify release plans for code, models, and datasets; provide standardized benchmarks and protocols for dexterous VLA offline‑to‑online post‑training.
- Language robustness: Test grounding under paraphrases, multi‑language prompts, and ambiguous instructions; assess failure modes when language and vision cues conflict.
- Partial unfreezing: Study whether adapter/LoRA‑style partial unfreezing of the VLA base can improve adaptation without catastrophic drift compared to fully frozen bases.
- Long‑term continual adaptation: Examine stability under prolonged online learning with shifting goals/objects; track catastrophic forgetting and propose rehearsal/regularization schemes.
- Success detector drift: If automatic success detection is used, study drift over time and its feedback into reward quality; propose self‑calibration or human‑verified checkpoints.
Practical Applications
Immediate Applications
Below are concrete, deployable use cases that can be realized with the paper’s current methods (offline action-conditioned RL + online human-in-the-loop residual adaptation), along with sector tags, potential tools/workflows, and feasibility notes.
- Healthcare and Lab Automation (Robotics)
- Use cases: Opening containers and instrument cases, pressing device/console buttons, handling soft items (e.g., tissues, swabs), placing/organizing kits in trays.
- Tools/workflows:
- BORA post-training of existing VLA policies on historical lab-robot logs (offline) + 1–2 short online HiL adaptation rounds with a teleoperator.
- Add-on “Residual Chunk Actor” module that sits atop a frozen base policy; reuse the action-conditioned critic for value guidance.
- Assumptions/dependencies: Clear success detection (e.g., lid fully open), access to VLM cognition tokens in the stack, compatible dexterous hand/arm hardware, safety interlocks for human-robot shared spaces, and sufficient compute for offline training (H100-class cluster recommended).
- Advanced Manufacturing & Warehousing (Robotics)
- Use cases: Pick-place of deformables, flap/box opening for kitting and packaging, pressing panel buttons, loading parts into fixtures/baskets, robust bin picking with occlusions.
- Tools/workflows:
- “BORA Post-Training Kit” integrated into existing VLA-based manipulation stack.
- Offline RL on existing production logs; brief on-site operator interventions to close the deployment gap; dashboards to monitor critic Q-values and intervention rates.
- Assumptions/dependencies: Availability of curated offline data, sparse success signals (or reliable event detectors), dexterous gripper/hand with sufficient DoFs, and on-premises safety SOPs.
- Retail and Logistics Operations (Robotics)
- Use cases: Shelf restocking involving soft/oddly shaped packaging, opening/closing product bins, placing items into totes/baskets, operating store fixtures (buttons, latches).
- Tools/workflows:
- Rapid per-site adaptation via BORA’s residual policy training with a store associate providing short corrective teleop segments.
- Continuous mixed offline-online training (RLPD) to regularize in changing store layouts.
- Assumptions/dependencies: Consistent camera setups (RGB‑D), intervention logging and reward channel for “recovery/penalty” signals, and risk management for customer-facing spaces.
- Facilities and Field Service (Robotics)
- Use cases: Elevator/door/button operation, thermostat adjustment, accessing utility panels (simple flaps and knobs), small maintenance tasks under occlusion.
- Tools/workflows:
- Pilot deployments with tele-supervision; residual action scaling to bound physical risk.
- Linear action interpolation for smooth human takeover during failures (as in BORA).
- Assumptions/dependencies: Reliable connectivity for teleop, standardized interfaces for cognition tokens, robust success detection (e.g., button state sensing).
- Robotics Software Vendors and Integrators (Software)
- Use cases: Productize a “Residual Adaptation Service” that plugs into VLA stacks to improve dexterity and reduce deployment time.
- Tools/workflows:
- SDK offering: action-conditioned critic trainer, consistency-policy action head, residual actor module, intervention-driven reward/RLPD components, Q-value introspection and saliency tools.
- Assumptions/dependencies: Licensing/IP access to the base VLA; ability to extract intermediate tokens; customer datasets for offline RL; support for consistency-policy action generation.
- Academia and Education (Research & Teaching)
- Use cases: Reproducible benchmark for offline-to-online RL in dexterous VLA; course modules on credit assignment with consistency policies; value-function saliency analysis in occlusion-heavy tasks.
- Tools/workflows:
- Lab replication on Franka + multi-DoF hand (or simulator with real-to-sim logs); analysis of t-SNE drift and critic saliency to teach value overfitting vs. semantic grounding.
- Assumptions/dependencies: Access to a dexterous platform or high-fidelity sim + real data; compute for offline training; datasets with sparse success annotations.
- Human–Robot Interaction and Teleoperation Platforms (HRI)
- Use cases: “Intervention-as-a-service” for dexterous robots—operators correct rare failure modes; system learns residual fix-ups with minimal supervision.
- Tools/workflows:
- Integration of wearable teleop devices; logging intervention segments; asymmetric rewards (penalize interventions, reward successful recovery).
- Assumptions/dependencies: Operator training and workload tracking; standard interfaces for control blending and action smoothing.
- Safety and Compliance Teams (Policy/Operations)
- Use cases: Introduce bounded residual updates and base-policy freezing as operational safeguards during on-site learning; acceptance tests using critic-based safety margins.
- Tools/workflows:
- Conservative improvement hinge loss with margin; residual scaling coefficients; online monitoring of intervention frequency as a risk indicator.
- Assumptions/dependencies: Documented SOPs for HiL learning in physical systems; compliance review for data collection and human oversight.
- Early Consumer/Home Robotics Pilots (Daily Life/Startups)
- Use cases: Pressing appliance buttons, opening light cabinet doors, retrieving tissue/soft items in controlled pilot homes.
- Tools/workflows:
- Short in-home adaptation with remote supervisor; residual action limits to maintain safety; fall-back teleop.
- Assumptions/dependencies: Pilot-friendly safety envelopes, reliable success sensing, and acceptance of occasional human interventions.
Long-Term Applications
These opportunities require further research, scaling, or domain adaptation (e.g., tactile sensing integration, broader hardware support, reduced human supervision, or regulatory approvals).
- Assistive Home Care and Elderly Support (Healthcare/Daily Life)
- Use cases: Robust ADLs such as opening containers, fetching and placing small items, operating a variety of controls under diverse occlusions.
- Dependencies: High-reliability safety features, tactile sensing for contact-rich actions, certification/regulatory approvals, and near-zero intervention rates.
- Clinical and Surgical Dexterous Robotics (Healthcare)
- Use cases: Fine, contact-rich manipulation in sterile settings and instrument handling.
- Dependencies: Integration of high-fidelity tactile/force feedback into VLM tokens, significantly tighter control accuracy, formal verification, and clinical regulatory pathways.
- Cross-Embodiment and Fleet Adaptation (Robotics/Platforms)
- Use cases: Rapidly retune policies across different dexterous hands and arm topologies; large fleets that adapt to hardware variances and wear.
- Dependencies: Demonstrated cross-embodiment generalization, standardized token interfaces across hardware, and robust policy transfer tooling.
- Tactile-Integrated BORA (Robotics/Perception)
- Use cases: Close the loop under severe occlusions and slippery contacts by fusing tactile arrays into cognition tokens for both critic and actor.
- Dependencies: Availability of dense tactile sensors and calibration; model architectures to fuse vision, language, proprioception, and touch at chunk-level temporal resolutions.
- Long-Horizon, Multi-Step Dexterous Workflows (Manufacturing/Logistics)
- Use cases: End-to-end order packing with multiple substeps (open box → pick → place → close/label), tool use sequences, and dynamic re-planning.
- Dependencies: Hierarchical extensions of action chunks, robust success/phase detection, richer reward structure, and memory across sub-tasks.
- Autonomy with Minimal Human Supervision (Operations)
- Use cases: Online residual adaptation that relies on automated success detectors and self-recovery strategies; interventions only for edge cases.
- Dependencies: More reliable, self-calibrating reward signals; drift detection and rollback; scheduling policies for safe background learning.
- Standardization and Governance for Learning-on-Hardware (Policy)
- Use cases: Industry guidelines for bounded residual learning, operator workload metrics, safe rollout gates, and auditing with value-based diagnostics.
- Dependencies: Cross-industry consortia and benchmarks; incident reporting standards; adoption of shared metrics (e.g., intervention rate, Q-margin thresholds).
- Construction, Energy, and Utilities Maintenance (Field Robotics)
- Use cases: Operating valves, switches, and panel doors in harsh and variable environments; dexterous handling of protective covers and connectors.
- Dependencies: Ruggedized hardware, domain-specific perception (lighting, dust), remote tele-supervision infrastructure, and generalization to unseen components.
- Agriculture and Food Handling (AgriTech)
- Use cases: Delicate harvesting and sorting of deformable produce; opening/closing field containers; operating greenhouse controls.
- Dependencies: Robustness to environmental variation, gentle contact control (tactile), scalable offline data collection, and crop-specific success metrics.
- Education and Open Science Ecosystem (Academia)
- Use cases: Shared datasets and benchmarks for offline-to-online dexterous VLA post-training; teachable frameworks for credit assignment and safe residual learning.
- Dependencies: Community-maintained repositories, high-fidelity simulators with real-data bootstrapping, and open-source licensing for base VLA and BORA-like modules.
Notes on Key Assumptions and Dependencies Across Applications
- Model and Software Stack
- Access to a pretrained VLA that exposes intermediate cognition tokens and supports consistency-policy action heads.
- Integration of an action-conditioned critic and residual chunk actor; availability of RLPD-style offline-online mixing and conservative improvement objectives.
- Hardware and Sensing
- A dexterous hand/arm with sufficient DoFs; multi-view RGB‑D cameras; optional wearable teleop devices.
- Lack of tactile sensing is a known limitation; tasks requiring fine contact will benefit from tactile integration.
- Data and Rewards
- Offline datasets with sparse, reliable success annotations or detectors; mechanisms to log and tag human interventions for reward shaping.
- Compute for offline training (multi-GPU cluster) and a single high-end GPU for online adaptation.
- Safety and Operations
- Residual scaling to limit actuation; smooth human takeover/return-to-autonomy; monitoring of intervention rates as a safety KPI.
- Organizational SOPs for human-in-the-loop learning on physical systems and compliance with site policies and regulations.
- Generalization and Transfer
- Current results are on one arm–hand topology; cross-embodiment transfer requires further validation.
- Unseen-object generalization improves but remains task- and domain-dependent; additional domain data and adaptation rounds may be necessary.
Glossary
- Action chunks: Short sequences of low-level control commands treated as a unit for planning and evaluation. "continuous action chunks"
- Action-conditioned critic: A value function that conditions on both state (e.g., tokens) and the proposed action to estimate outcomes more precisely. "Action-Conditioned Critic for Dexterous Manipulation:"
- Action manifold: The structured space of feasible actions that a policy can produce for a robot. "guide the underlying action manifold"
- Action-level GAE Recursion: Applying Generalized Advantage Estimation across the atomic steps within an action chunk to smooth learning signals. "Action-level GAE Recursion"
- Advantage Gating Mechanism: A safeguard that skips policy updates when estimated advantages are unreliable or too small. "Advantage Gating Mechanism"
- Behavior Cloning (BC): Supervised learning that imitates demonstration actions without optimizing for long-term rewards. "Behavior Cloning (BC) regularization"
- Bellman residual: The temporal-difference error used to train value functions; here masked to handle variable-length chunks. "masked Bellman residual"
- Catastrophic feature drift: Unintended degradation of pretrained representation quality during fine-tuning. "catastrophic feature drift"
- Conservative improvement hinge loss: A one-sided penalty ensuring new actions outperform a baseline by a margin. "conservative improvement hinge loss"
- Conservative Policy Improvement: Training adjustments that constrain updates to avoid performance regressions relative to behavior data. "Conservative Policy Improvement."
- Consistency Policy: A few-step generative policy (from consistency models) that produces actions without long denoising chains. "Consistency Policy"
- Cognition tokens (VLM): Latent semantic features from the vision-LLM used to inform control and value estimation. "VLM's cognition tokens"
- Credit assignment: Determining which actions are responsible for observed outcomes during training. "credit assignment failure"
- Critic inheritance: Initializing the online critic with the offline-trained critic to stabilize and guide further learning. "Critic Inheritance"
- Covariate shifts: Changes in the distribution of inputs encountered at deployment compared to training data. "covariate shifts"
- Decoupled critic: A value estimator trained separately from the policy and not conditioned on the policy’s proposed actions. "traditional decoupled critics"
- Degrees of freedom (DoFs): Independent controllable parameters of a robotic system (e.g., joints of a dexterous hand). "degrees of freedom (DoFs)"
- Denoising chains: Iterative steps in diffusion-like generators that refine samples from noise to actions. "denoising chains spanning tens or even hundreds of steps"
- Dexterous manipulation: Fine-grained, contact-rich robotic control with multi-fingered hands. "dexterous manipulation"
- Diffusion Models: Generative models that produce actions via iterative denoising processes. "Diffusion Models"
- Expectile asymmetry coefficient: A parameter controlling asymmetry in expectile regression for conservative value learning. "expectile asymmetry coefficient"
- Flow Matching: A generative modeling paradigm that learns continuous-time dynamics to map noise to data (actions). "Flow Matching"
- Human-in-the-Loop (HiL): Incorporating human interventions or feedback during training or deployment to guide learning. "Human-in-the-Loop (HiL)"
- IQL (Implicit Q-Learning): An offline RL method using expectile regression to derive conservative value targets from suboptimal data. "IQL-style expectile value objective"
- Importance sampling ratio: The likelihood ratio between current and behavior policies used to reweight updates. "importance sampling ratio rt,i(0)"
- Intervention-Driven RLPD: A training protocol that mixes offline data with online buffers enriched by human interventions to stabilize updates. "Intervention-Driven RLPD pipeline"
- Lagrangian function: A constrained optimization formulation combining objectives with penalty multipliers. "By constructing the Lagrangian function"
- Monotonic policy improvement: Ensuring each policy update does not degrade (and ideally improves) expected performance. "To enforce monotonic policy improvement"
- Multimodal (action space): Having multiple distinct action solutions that can achieve the same task outcomes. "multimodal continuous action spaces"
- Offline-to-online RL: A training regime that starts with offline data and continues with online interaction for adaptation. "offline-to-online RL"
- One-sided hinge penalty: A loss that activates only when a constraint is violated, providing directional corrective gradients. "one-sided hinge penalty"
- Out-of-distribution (OOD): States or actions lying outside the support of the training data distribution. "drifts OOD"
- Out-of-distribution deviation: Policy behavior that departs from the data manifold, risking unreliable value estimates. "out-of-distribution deviation"
- Positional embedding: Learnable vectors encoding relative positions within action chunks for the critic. "learnable positional embedding"
- Proprioceptive state: Internal robot sensing (e.g., joint angles, velocities) used alongside vision-language inputs. "Given the proprioceptive state Sprop"
- Proximal Policy Optimization (PPO): A policy gradient method that constrains updates via clipping to improve stability. "clipped PPO surrogate objective"
- Q-network: A neural estimator of action-value functions used to score state-action pairs. "regularizes the Q-network within the offline manifold"
- Residual Chunk Actor: A lightweight policy that adds corrective residuals to base action chunks during online adaptation. "Residual Chunk Actor Tres"
- Residual composition: Combining base actions with learned residuals to produce the final executed action. "The final action chunk is obtained by residual composition"
- Saliency maps: Gradient-based visualizations indicating which image regions most influence a model’s value estimate. "gradient-based saliency maps"
- Shifted value bootstrap: A credit propagation scheme within action chunks that bootstraps values across intra-chunk steps. "shifted value bootstrap"
- t-SNE: A dimensionality reduction technique for visualizing high-dimensional representations. "t-SNE visualization"
- Target Network Soft Update: Slowly mixing target and online network parameters to stabilize temporal-difference learning. "Target Network Soft Update (Ttarget)"
- Teleoperation: Human control of a robot (often via wearables) to provide corrective demonstrations. "wearable teleoperation device"
- Value collapse: Degeneration of value estimates (e.g., becoming uniformly low or high), destabilizing learning. "value collapse"
- Vision-Language-Action (VLA) models: Systems that map visual and language inputs to robot actions. "Vision-Language-Action (VLA) models"
- Vision-LLM (VLM): A model that fuses visual and textual inputs to produce semantic representations. "VLM's cognition tokens"
- Visuo-proprioceptive: Combining visual data with proprioceptive signals for more robust perception-action loops. "visuo-proprioceptive inputs"
- Visual occlusion: Partial or complete hiding of relevant scene elements from the camera view during manipulation. "visual occlusion"
Collections
Sign up for free to add this paper to one or more collections.