Papers
Topics
Authors
Recent
Search
2000 character limit reached

Cloak: Zero-Shot Cross-Embodiment Manipulation by Masking the End-Effector from the VLA

Published 22 Jun 2026 in cs.RO | (2606.22836v1)

Abstract: We present Cloak, a training recipe that endows a Vision-Language-Action (VLA) model with zero-shot cross-embodiment transfer by cloaking the end-effector from its own wrist camera. The end-effector occupies a large and consistent region of the wrist view and masking it allows for embodiment-agnostic visual reasoning. Cloak renders a mask in simulation from the robot's known geometry, accurately and in real time, with no segmentation or generative models. During training, we augment the mask so the model generalizes to embodiments unseen at training time. We demonstrate the recipe with Cloak-VLA, a VLA trained with Cloak on a single parallel-jaw gripper dataset. No data of new embodiments is ever collected. Cloak-VLA transfers zero-shot to various unseen embodiments, including another gripper, another arm, and a five-fingered hand, while preserving the source embodiment's performance. By decoupling the wrist view from its own embodiment, Cloak allows data to outlive the hardware it was collected on.

Summary

  • The paper introduces a geometric masking technique to decouple end-effector representations, achieving progression rates of 81-88% in zero-shot cross-embodiment tasks.
  • The methodology employs real-time mask augmentation and attention gating within vision encoders, ensuring pixel-aligned occlusion and robustness to unseen morphologies.
  • Experimental results demonstrate that Cloak-VLA maintains high task performance on unseen platforms while reducing retraining needs, paving the way for scalable manipulation in heterogeneous settings.

Cloak: Zero-Shot Cross-Embodiment Manipulation by Masking the End-Effector from the VLA

Introduction

The paper "Cloak: Zero-Shot Cross-Embodiment Manipulation by Masking the End-Effector from the VLA" (2606.22836) addresses the critical limitation in robotic manipulation policies that arises when deploying on previously unseen embodiments. Specifically, the authors observe that the end-effector consistently occupies a large region in wrist-mounted camera views, forming a strong visual prior tied to the embodiment. Consequently, policies trained on gripper-centric datasets are highly specialized and fail to generalize across new hardware—particularly with more complex or anthropomorphic hands—unless additional target-specific data collection and retraining is performed. The Cloak methodology demonstrates that masking the end-effector in visual input removes this entanglement, enabling a Vision-Language-Action (VLA) policy trained solely on parallel-jaw gripper demonstrations to transfer zero-shot to unseen end-effectors and arms, including five-fingered hands. Figure 1

Figure 1: Cloaking the end-effector decouples the VLA's visual representation, facilitating zero-shot transfer from a parallel-jaw gripper to previously unseen morphologies, such as a five-fingered hand.

Technical Methodology

Embodiment Masking and Augmentation

Central to Cloak is the real-time computation of geometric masks that occlude the end-effector region from the wrist camera input. These masks are rendered in simulation using robot kinematics, link meshes, and calibrated camera extrinsics, ensuring pixel-level alignment. During training, mask augmentation is performed via unioning random capsules to distort the silhouette and subtracting disks from the interior. This exposes the model to a distribution of plausible end-effector shapes, strengthening robustness against unforeseen morphologies. Figure 2

Figure 2: Representative mask optimization illustrates accurate alignment between simulated masks and real wrist views, ensuring robust occlusion during training.

Figure 3

Figure 3: Cloak pipeline overview—geometric masking, augmentation, and attention gating are applied to visual encoder patches, enabling deployment via tip-pose retargeting across embodiments.

Masked Attention in Vision Encoders

The augmented wrist images are tokenized into patches using a ViT-style vision encoder. Mask information is downsampled to the patch grid, and self-attention is gated such that queries cannot access masked patches. Masked tokens persist in the sequence but are fully occluded from attention, preserving positional consistency while filtering embodiment-specific information.

Cross-Embodiment Retargeting

To overcome kinematic and action mismatches, Cloak employs tip-pose retargeting: FK and IK operations are used to map state and action spaces between source and target robots via designated tip points, typically the gripper jaws or corresponding fingers. For dexterous hands, matching strategies such as thumb-middle finger pairing are used. Regularization terms in IK objectives are included to avoid instability and null-space divergence in retargeted motions.

Training Protocol

Cloak-VLA is obtained by finetuning π0.5\pi_{0.5} [black2025pi_] on the DROID dataset, with mask augmentation applied online at each training step. The only embodiment-specific information seen by the policy is filtered by the masking protocol; training leverages wrist and external views, proprioceptive state, and language prompts.

Experimental Evaluation

The paper evaluates Cloak-VLA on four manipulation tasks (pick-and-place, remove, move, fold/unfold) across four hardware embodiments: the original parallel-jaw gripper (source), an unseen UMI gripper, the YAM arm+gripper, and the Sharpa five-fingered hand. Metrics include progression rate and success rate over 48 randomized trials per task. Figure 4

Figure 4: Visualization of experiment task setups across manipulation domains; each trial is indexed for reproducibility.

Quantitative Results

Cloak-VLA maintains source-embodiment performance with minimal degradation (progression rate: $88.0$), and preserves this rate on unseen embodiments: $85.1$ (UMI gripper), $86.3$ (YAM arm), $81.8$ (Sharpa hand). Competing baselines—either lacking masking or misaligning at language-action interfaces—exhibit sharp drops, especially on the Sharpa hand (as low as $54.4$). Cloak-VLA leads across all unseen embodiments, confirming that masking is the critical conduit for generalization. Figure 5

Figure 5: Task-averaged progression rate across all embodiments. Cloak-VLA uniquely sustains performance under transfer, while baseline policies degrade on unseen bodies.

Qualitative Rollouts and Mask Ablations

Keyframe rollouts confirm that Cloak closes the vision gap: policies lacking masking fail to grasp, misalign, or drift out of distribution, while Cloak-VLA executes precise actions on unseen hardware. Figure 6

Figure 6: Qualitative rollouts—Cloak-VLA accurately grasps and places objects with the Sharpa hand, while baselines fail to align or transport objects.

Figure 7

Figure 7: Cloak-VLA completes towel folding with the UMI gripper; non-masked baselines collapse or miss critical grasp points.

Ablation experiments on masking strategies (no augmentation, pre-computed target overlays) show Cloak-VLA's superiority and underscore the importance of training-time silhouette randomization. Figure 8

Figure 8: Mask augmentation ablation on the Sharpa hand. Only Cloak-VLA generalizes to the unseen morphology; fixed or target-overlayed masks fail to close the embodiment gap.

Practical and Theoretical Implications

The Cloak paradigm demonstrates that robotic manipulation data can be reused across evolving hardware, eliminating the need for costly per-embodiment data collection and retraining. This decoupling of skill from embodiment implies that large-scale gripper-centric datasets retain their utility as new platforms emerge, providing lasting value and robust initialization points for continual learning or further adaptation. The model's ability to operate visually body-agnostic also paves the way for scalable generalist VLAs and enables easier deployment in heterogeneous warehouse or industrial fleets.

Limitations and Future Directions

Cloak currently addresses manipulation tasks tractable via two-tip retargeting and does not extend to in-hand reorientation or advanced dexterous maneuvers demanding richer contact modeling. Limitations of tip-based IK (null-space instability, tilting suppression) impose constraints on transfer flexibility. Expansion to finer-grained control spaces, richer observation modalities, and minimal-shot adaptation protocols are natural extensions. Integrating generative or learned segmentation with geometric masking may further improve robustness in scenarios with malformed or occluded meshes.

Conclusion

Cloak establishes that rigorous masking of the end-effector during VLA training enables zero-shot transfer across diverse robotic embodiments, including anthropomorphic hands. The masking protocol, paired with embedding-agnostic attention and robust state-action retargeting, allows policies to generalize far beyond their original hardware, with strong quantitative and qualitative results validating its effectiveness. Cloak enables persistent reuse of manipulation demonstrations, decouples skill acquisition from hardware idiosyncrasies, and underscores the importance of visual disentanglement in robotics generalization.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.

Tweets

Sign up for free to view the 1 tweet with 4 likes about this paper.