Pretrained vision-language-action (VLA) policies provide strong language-conditioned manipulation
knowledge, but they remain largely vision-driven and can struggle once manipulation enters contact
states where the scene is occluded, depth is ambiguous, or small force errors push execution off
the offline demonstration distribution.
LIFT (Late Reactive Injection of Force for VLA Post-Training)
is a force-aware post-training framework that adds contact reactivity while preserving the policy's
output at initialization. LIFT grafts a reactive action expert beside the original action expert,
initializes it from pretrained action weights, and injects recent 6D end-effector force through
causal force memory and zero-initialized cross attention, enabling actions to be
refreshed during execution. To address the policy-dependent distribution shift of contact feedback,
LIFT uses an online DAgger loop with a mixture of offline task-alignment data and human-corrected
online rollouts.
Across towel folding, book insertion, and Hanoi ring placement, LIFT reaches higher performance
than vision-only post-training, with task-dependent adaptation dynamics and force-history benefits.
Our code is publicly available.