FD-VLA: Force-Distilled Vision-Language-Action Model for Contact-Rich Manipulation
Ruiteng Zhao, Wenshuo Wang, Yicheng Ma, Xiaocong Li, Francis E. H. Tay, Marcelo H. Ang, Haiyue Zhu
TL;DR
FD-VLA tackles the challenge of integrating force information into vision-language-action models for contact-rich manipulation without relying on physical force sensors. It introduces the Force Distillation Module (FDM), which learns a latent force token from vision and robot state during training and injects this token into a frozen Vision-Language Model via a directional masking scheme, enabling force-aware reasoning while preserving pretrained semantic alignment. The approach is trained with a force-distillation loss in addition to a flow-matching policy objective, and an action expert decodes maneuver sequences from fused multimodal features. Real-world experiments on a UR5e platform show that FD-VLA outperforms strong baselines and that the learned latent force representations provide robustness and sensor-free deployment across diverse contact-rich tasks.
Abstract
Force sensing is a crucial modality for Vision-Language-Action (VLA) frameworks, as it enables fine-grained perception and dexterous manipulation in contact-rich tasks. We present Force-Distilled VLA (FD-VLA), a novel framework that integrates force awareness into contact-rich manipulation without relying on physical force sensors. The core of our approach is a Force Distillation Module (FDM), which distills force by mapping a learnable query token, conditioned on visual observations and robot states, into a predicted force token aligned with the latent representation of actual force signals. During inference, this distilled force token is injected into the pretrained VLM, enabling force-aware reasoning while preserving the integrity of its vision-language semantics. This design provides two key benefits: first, it allows practical deployment across a wide range of robots that lack expensive or fragile force-torque sensors, thereby reducing hardware cost and complexity; second, the FDM introduces an additional force-vision-state fusion prior to the VLM, which improves cross-modal alignment and enhances perception-action robustness in contact-rich scenarios. Surprisingly, our physical experiments show that the distilled force token outperforms direct sensor force measurements as well as other baselines, which highlights the effectiveness of this force-distilled VLA approach.
