TIDAL: Temporally Interleaved Diffusion and Action Loop for High-Frequency VLA Control
Yuteng Sun, Haoran Wang, Ruofei Bai, Zhengguo Li, Jun Li, Meng Yee, Chuah, Wei Yun Yau
TL;DR
The paper addresses the latency bottleneck of large Vision-Language-Action models in dynamic environments by introducing TIDAL, a hierarchical dual-frequency framework that decouples semantic reasoning from high-frequency actuation. It implements a macro-loop for semantic caching and a micro-loop for interleaved single-step flow execution, enabling ~9 Hz updates on edge hardware while maintaining a fixed backbone budget. Through temporally misaligned training and a Differential Motion Predictor, TIDAL compensates for stale semantics and velocity-insensitive perception, achieving a 2x gain in dynamic interception and a 4x increase in feedback frequency. The approach preserves broad VLA capabilities, demonstrates robustness under non-paused inference, and extends the usable semantic horizon beyond the native action chunk, indicating strong potential for real-world dynamic manipulation and sim-to-real transfer.
Abstract
Large-scale Vision-Language-Action (VLA) models offer semantic generalization but suffer from high inference latency, limiting them to low-frequency batch-and-execute paradigm. This frequency mismatch creates an execution blind spot, causing failures in dynamic environments where targets move during the open-loop execution window. We propose TIDAL (Temporally Interleaved Diffusion and Action Loop), a hierarchical framework that decouples semantic reasoning from high-frequency actuation. TIDAL operates as a backbone-agnostic module for diffusion-based VLAs, using a dual-frequency architecture to redistribute the computational budget. Specifically, a low-frequency macro-intent loop caches semantic embeddings, while a high-frequency micro-control loop interleaves single-step flow integration with execution. This design enables approximately 9 Hz control updates on edge hardware (vs. approximately 2.4 Hz baselines) without increasing marginal overhead. To handle the resulting latency shift, we introduce a temporally misaligned training strategy where the policy learns predictive compensation using stale semantic intent alongside real-time proprioception. Additionally, we address the insensitivity of static vision encoders to velocity by incorporating a differential motion predictor. TIDAL is architectural, making it orthogonal to system-level optimizations. Experiments show a 2x performance gain over open-loop baselines in dynamic interception tasks. Despite a marginal regression in static success rates, our approach yields a 4x increase in feedback frequency and extends the effective horizon of semantic embeddings beyond the native action chunk size. Under non-paused inference protocols, TIDAL remains robust where standard baselines fail due to latency.
