← Latest papers
💻 computer science

DiTango: Cost-Effective Parallel Diffusion Generation with Selective Attention State Reuse

DiTango is a cost-effective parallel diffusion framework that accelerates multi-node DiT generation by leveraging the heterogeneity of context partitions to strategically reuse attention states, achieving up to 3.2x speedup with near-linear scaling while preserving generation quality.

Original authors: Yuyang Chen, Runxin Zhong, Zan Zong, Hengjie Li, Yuyang Jin, Jidong Zhai

Published 2026-07-20
📖 3 min read☕ Coffee break read

Original authors: Yuyang Chen, Runxin Zhong, Zan Zong, Hengjie Li, Yuyang Jin, Jidong Zhai

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 a world where computers can dream up entire movies, not just still pictures, but flowing, high-definition stories that last for minutes. This is the magic of "Diffusion Transformers," a type of artificial intelligence that builds images and videos step-by-step, slowly turning static noise into a clear, beautiful scene. Think of it like a sculptor chipping away at a block of marble; the AI starts with a chaotic cloud of pixels and, over many rounds of refinement, reveals a perfect video.

However, there's a catch: these digital sculptors are incredibly slow. Creating a single five-second video can take over an hour on a powerful computer. To speed things up, engineers often try to get many computers to work together, splitting the long video sequence into chunks and handing them out like a relay race. But here's the problem: when these computers try to share their work, they get stuck in traffic jams. The time spent waiting to pass data back and forth often cancels out the speed gained by having more workers. This creates a frustrating bottleneck where adding more computers doesn't actually make the video finish any faster, and sometimes even makes it slower.

Enter DiTango, a new system designed to fix this traffic jam. The researchers behind DiTango noticed something fascinating about how these AI models "pay attention" to different parts of the video. They found that not all parts of the video are equally important at every moment. Just like how you focus intently on the person speaking right in front of you but barely notice the person standing three rooms away, the AI's attention is strongest for nearby parts of the video and much weaker for distant ones.

DiTango uses this insight to play a clever game of "skip and reuse." Instead of forcing every computer to constantly fetch and calculate every single piece of data from every other computer (which causes the traffic jam), DiTango's smart planner decides which parts are crucial to calculate fresh and which parts are so unimportant that the computer can just use an old, cached result from a few seconds ago. It's like a group of chefs in a massive kitchen: instead of everyone running to the pantry to grab the same spice every time, they realize that for the garnish on the far side of the table, the spice jar sitting on the counter nearby is "good enough" and doesn't need a fresh trip.

By being selective, DiTango dramatically cuts down on the time computers spend talking to each other. In tests using powerful video models, this approach made the generation process nearly twice as fast end-to-end and sped up the core "attention" calculations by more than three times when using 32 computers together. Crucially, the researchers found that this speedup didn't ruin the quality of the video; the final movies looked just as sharp and coherent as those made by slower, traditional methods. DiTango proves that by understanding where the AI actually needs to look, we can stop it from wasting energy on things it barely notices, making the dream of instant, high-quality AI video generation a little closer to reality.

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 →