DISK: Dynamic Inference SKipping for World Models
Anugunj Naman, Gaibo Zhang, Ayushman Singh, Yaguang Zhang
TL;DR
The paper tackles the high latency of autoregressive diffusion-based world models used for long-horizon planning in driving. It introduces DISK, a training-free adaptive inference module that coordinates two diffusion transformers (VisDiT for video and TrajDiT for ego-trajectory) with per-step compute/skip decisions over the diffusion steps $K$, guided by a cross-modal safety gate. DISK preserves motion-appearance consistency and long-horizon stability by propagating lightweight controller statistics through the autoregressive loop. On NuPlan and NuScenes with an NVIDIA L40S, it achieves ~2x speedup on the trajectory branch and ~1.6x on the video branch while maintaining $L2$ planning error, $FID$/$FVD$, and NAVSIM $PDMS$, demonstrating practical real-time performance without retraining.
Abstract
We present DISK, a training-free adaptive inference method for autoregressive world models. DISK coordinates two coupled diffusion transformers for video and ego-trajectory via dual-branch controllers with cross-modal skip decisions, preserving motion-appearance consistency without retraining. We extend higher-order latent-difference skip testing to the autoregressive chain-of-forward regime and propagate controller statistics through rollout loops for long-horizon stability. When integrated into closed-loop driving rollouts on 1500 NuPlan and NuScenes samples using an NVIDIA L40S GPU, DISK achieves 2x speedup on trajectory diffusion and 1.6x speedup on video diffusion while maintaining L2 planning error, visual quality (FID/FVD), and NAVSIM PDMS scores, demonstrating practical long-horizon video-and-trajectory prediction at substantially reduced cost.
