Contact-aware control loops
DAM-VLA treats robot inputs as signals with different clocks. Language is encoded once, vision updates sparsely, and force plus proprioception update at the control rate. The action head reads buffered latents at every step, which lets the controller keep producing actions while slower inputs wait for new data. On seven real Franka manipulation tasks, it reports 95.2% average success, compared with 40.95% for the strongest synchronous baseline.
TacCoRL adds tactile tokens to a pretrained VLA policy and trains contact correction in simulation before real deployment. Its contact gate suppresses touch readings when they look like background noise, and reinforcement learning runs in a real-aligned simulator with a supervised anchor on real trajectories. Across four real bimanual contact-rich tasks, the visuo-tactile policy reaches 72.5% average success, compared with 50.0% for a vision-only policy after reinforcement learning.