← Latest papers
🤖 machine learning

DISK: Dynamic Inference SKipping for World Models

The paper introduces DISK, a training-free adaptive inference method that utilizes dual-branch controllers and cross-modal skip decisions to achieve a 2x speedup in trajectory diffusion and 1.6x speedup in video diffusion for autoregressive world models while maintaining prediction accuracy and visual quality.

Original authors: Anugunj Naman, Gaibo Zhang, Ayushman Singh, Yaguang Zhang

Published 2026-02-03
📖 4 min read☕ Coffee break read

Original authors: Anugunj Naman, Gaibo Zhang, Ayushman Singh, Yaguang Zhang

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). ✨ This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to predict the future of a busy highway, second by second. You need to do two things simultaneously:

  1. Draw the picture: What will the cars, trees, and road look like in the next frame? (The "Vision" part).
  2. Draw the path: Where will your own car be moving in the next frame? (The "Trajectory" part).

In the world of AI, doing this is like running a marathon where you have to stop and take 100 tiny, careful breaths (mathematical calculations) for every single second of video you generate. This is slow, expensive, and uses a lot of energy.

Enter DISK.

The paper introduces a new method called DISK (Dynamic Inference SKipping). Think of DISK as a smart, adaptive co-pilot that sits next to the AI and says, "Hey, we don't need to take a full breath right now. Let's just glide."

Here is how it works, using simple analogies:

1. The "Smooth Glide" vs. The "Bumpy Road"

Imagine driving down a highway.

  • The Smooth Glide: If you are driving straight on a clear, empty road, your steering wheel barely moves. You don't need to check the road every millisecond. You can just keep going.
  • The Bumpy Road: If you are approaching a sharp turn, a construction zone, or a merging car, you need to pay attention. You need to check the mirrors, turn the wheel, and calculate your speed carefully.

DISK does exactly this. It watches the AI's "thought process" (the math behind the scenes).

  • When the scene is simple (like cruising on a straight highway), DISK tells the AI: "Skip the heavy math! Just reuse the last guess." This saves a massive amount of time.
  • When the scene gets complex (like a sudden lane change), DISK says: "Stop! Do the full calculation now."

2. The "Tandem Bike" Problem

The tricky part is that the AI has two brains working together: one for the Video (what we see) and one for the Trajectory (where we go).

  • If the "Video" brain skips a step because the road looks boring, but the "Trajectory" brain decides to do a complex turn, you get a glitch. The car might suddenly teleport in the video, or the video might show a crash that didn't happen in the path.

DISK solves this with a "Safety Gate."
Think of the Trajectory brain as the Driver and the Video brain as the Passenger taking photos.

  • If the Driver (Trajectory) sees a complex maneuver and decides to "work hard" (do the full math), the Safety Gate instantly tells the Passenger (Video): "Stop skipping! You need to take a photo right now too so we stay in sync."
  • However, if the Passenger sees something interesting but the Driver is just cruising, the Passenger can still skip steps to save time. This keeps the two perfectly synchronized without wasting energy.

3. The Results: Faster Without Losing Quality

The researchers tested this on a massive dataset of driving scenarios (NuPlan and NuScenes) using a powerful computer chip (NVIDIA L40S).

  • The Speed Boost: By skipping the unnecessary math steps, DISK made the trajectory prediction 2 times faster and the video generation 1.6 times faster.
  • The Quality Check: Despite skipping about 40-50% of the calculations, the results were almost identical to the slow, full-speed version.
    • The cars didn't crash more often.
    • The video quality remained high (you couldn't tell the difference between the fast version and the slow version).
    • The car's planning decisions remained safe and accurate.

The Bottom Line

DISK is a training-free upgrade. You don't have to re-teach the AI anything or change its brain. You just add this "smart co-pilot" layer on top of existing AI systems.

It's like giving a supercomputer a pair of sunglasses that let it ignore the boring parts of the road so it can focus its energy on the exciting (and dangerous) parts, making the whole process much faster and cheaper without losing its ability to drive safely.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →