Sensor-rate latent buffers for contact-rich VLA control
Robot teams running VLA policies on contact-rich manipulation should split the control loop by sensor timing. DAM-VLA encodes language once, updates vision sparsely, keeps dense force and proprioception histories at the control rate, and lets the action head read the latest buffered latents at every step. This is a concrete retrofit for labs where synchronous VLA inference stalls on slow camera or language inputs while force spikes arrive faster than the policy can react.
The practical test is a narrow A/B on one hard contact task, such as socket insertion or button pressing: compare the current synchronous policy against a buffered version that preserves the existing VLA weights where possible and adds gated cross-attention for fast modalities. DAM-VLA reports 95.2% average success across seven real Franka tasks, compared with 40.95% for the strongest synchronous baseline, while sustaining 100 Hz control. The same summary reports that naive high-frequency synchronous X-VLA_100 falls to 21.9%, so the check should measure success, action latency, and whether camera upsampling degrades behavior.