← Latest papers
💻 computer science

Veda: Scalable Video Diffusion via Distilled Sparse Attention

Veda is a distilled sparse attention framework that accelerates scalable video diffusion by aligning tile selection with full attention geometry through statistics-aware scoring and head-aware tiling, achieving significant speedups without compromising generation quality.

Original authors: Shihao Han, Hao Yang, Xinting Hu, Xiaofeng Mei, Yi Jiang, Xiaojuan Qi

Published 2026-05-29
📖 4 min read☕ Coffee break read

Original authors: Shihao Han, Hao Yang, Xinting Hu, Xiaofeng Mei, Yi Jiang, Xiaojuan Qi

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 paint a massive, ultra-high-definition mural that lasts for 10 seconds. To do this, you have a team of 12 billion tiny artists (the "tokens") who need to talk to each other to make sure the colors blend perfectly and the movement looks smooth.

In the current state of the art, every single artist has to stop and whisper a secret to every other artist to figure out what to paint next. This is called "Full Attention." While it produces beautiful results, it's incredibly slow and expensive. If you double the size of the mural, the time it takes to coordinate doesn't just double; it quadruples. It's like trying to organize a party where everyone must shake hands with everyone else before the music starts.

The Problem with "Cutting Corners"
Researchers have tried to speed this up by telling the artists to only talk to a few neighbors (Sparse Attention). However, previous methods were like a clumsy manager who just told artists, "Only talk to the people in your immediate row." This caused the mural to look weird: the water in the painting would ripple strangely, faces would warp, and the video would flicker. The artists were missing the important conversations they needed to have to keep the picture coherent.

The Solution: Veda (The Smart Foreman)
The paper introduces Veda, a new system that acts like a brilliant, hyper-observant foreman. Instead of guessing who needs to talk to whom, Veda uses a "distillation" trick.

Here is how it works, using a simple analogy:

  1. The "Oracle" Map: Imagine the slow, perfect "Full Attention" method is a master architect who draws a complete map of every single conversation that should happen. This map is perfect but takes forever to draw.
  2. The Smart Student: Veda trains a lightweight "student" (a small, fast AI) to look at the master architect's map and learn the pattern of who talks to whom.
  3. The "Tripool" Trick: Previous students tried to summarize the map by taking an "average" of the conversations. But in a video, the most important thing is often a single, loud shout (a peak signal), not the average chatter. Veda's student is smarter: it looks at the maximum, minimum, and average of the conversations. This ensures it doesn't miss the critical "loud" moments that keep the video stable.
  4. Head-Aware Tiling: The video has many different "heads" (specialized teams). Some teams care about how things move over time (temporal), while others care about how things look in space (spatial). Veda realizes that a "one-size-fits-all" rule doesn't work. It gives each team a custom-sized puzzle piece (tiling) that fits their specific job, ensuring they don't miss important details.

The Result: Speed Without the Blur
Once Veda learns the map, it tells the artists: "You only need to talk to these specific 5% of people. Ignore the rest."

Because Veda knows exactly who to ignore without losing the important connections, the video generation becomes incredibly fast:

  • Speed: It makes generating a high-definition, 10-second video 5.1 times faster.
  • Quality: Unlike previous methods that made the video look glitchy or warped, Veda's videos look just as good as the slow, perfect version.
  • Scalability: The longer and more detailed the video gets, the more Veda shines. It handles the extra work almost linearly, whereas the old methods would get stuck in traffic.

In Summary
Veda is like hiring a super-intelligent foreman who studies the perfect plan, learns exactly which conversations are critical, and then directs the team to skip the boring small talk. This allows them to paint a massive, high-quality mural in a fraction of the time, without the picture falling apart.

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 →