Search papers, labs, and topics across Lattice.
This paper introduces FM-VLA, a vision-language-action model that incorporates force-based memory to enhance temporal context reasoning in contact-rich manipulation tasks. By utilizing a variational autoencoder to encode force histories into compact memory tokens, FM-VLA effectively guides manipulation actions based on accumulated contact event history. The model demonstrates over 80% success rates on memory-dependent tasks, significantly outperforming existing approaches while maintaining low inference overhead.
Force-based memory enables VLA models to achieve over 80% success in complex manipulation tasks, outperforming traditional memory methods with minimal computational cost.
Vision-language-action (VLA) models have achieved impressive generalization in robotic manipulation, and recent memory-augmented VLAs have relaxed the Markovian assumption by conditioning on past images or language summaries. Vision-based memory approaches address this by conditioning on sampled past image frames, but they are computationally expensive and fundamentally limited when temporal events are visually ambiguous, e.g., pushing a button multiple times with small movements. We propose FM-VLA, a VLA model with force-based memory, enabling temporal context reasoning for non-Markovian, contact-rich manipulation. We encode force histories into compact force memory tokens with a variational autoencoder (VAE) pretrained with force time series reconstruction. By projecting force latent representations and short state history as additional conditioning tokens to the action expert module, we enable VLAs to leverage accumulated contact event history to guide manipulation. We evaluate FM-VLA on three memory-dependent tasks, including finding a hidden block, pressing a button, and wiping a dish for a specific number of times. Our lightweight force memory achieves over 80% success rate with minimal inference overhead, significantly outperforming baseline approaches. Project page: https://qft-333.github.io/FM-VLA-Page/