Skip to main content

Nunchux AI Introduces VC-Attention for Video DiTs

Nunchux AI unveils VC-Attention, a training-free low-bit attention kernel designed to accelerate Video Diffusion Transformers on B200 and RTX 5090 chips.

AI-written
Inewgen
17 Sep 20263 min read (0 views)
Share
Nunchux AI Introduces VC-Attention for Video DiTs

Stock photo for illustration only, not from the actual event

Font size
  • Nunchux AI launches VC-Attention, a training-free low-bit attention kernel
  • Significantly accelerates attention mechanisms in Video Diffusion Transformers
  • Tested across four open-weight video DiT models including Wan2.2 and MiniMax-H3
  • Achieves up to 6.02x speedup over SageAttention2 on B200 hardware

Generating artificial intelligence video clips using Video Diffusion Transformers, or Video DiTs, often encounters heavy computational bottlenecks. A 5-second 720p clip from Wan2.2-14B expands into approximately 70,000 spatiotemporal tokens, causing attention mechanisms to consume more than 64% of generation time on an RTX 5090 graphics card. Meanwhile, researchers report that attention takes about two-thirds of every denoising step on a single B200 chip.

Although low-bit Tensor Cores accelerate the two matrix products QK and PV, two major obstacles remain. First, prior methods such as SageAttention2 smooth queries and keys, but after this smoothing and rotation, the value term accounts for 82% of output error on Wan2.2 models. Second, the softmax calculation between products continues to run in FP32, making the exponential function and its FP8 conversion the longest pipeline stages on B200 and H200 hardware.

microchip hardware technology circuit board

Stock photo for illustration only, not from the actual event

To address these challenges, the research team implemented a grouping technique restricted to the first 25% of denoising steps, reusing permutations across four adjacent steps. Averaged over the full schedule, grouping incurs a cost of only 3% to 4% of attention time. Additionally, ExpCast-FP8 is employed to write bytes directly from log-domain scores, reducing error rates and enhancing processing efficiency.

Never miss the latest news?

Subscribe to get news summaries by email - not often enough to be annoying.

โฆษณา

6.02xFaster than SageAttention2 on B200
1.91xNunchux Attention speedup on MiniMax-H3

Testing across four open-weight video models—Wan2.2-T2V-A14B, LongCat-Video, HunyuanVideo-1.5, and MiniMax-H3—revealed that VC-Attention runs 6.02x faster than SageAttention2 on B200 chips. On H200 hardware, the performance gap reaches 1.16x, while on the RTX PRO 6000 workstation card, 4-bit V-Smooth matches the performance of SageAttention3.

"VC-Attention is 6.02x faster than SageAttention2 on B200."

Nunchux AI Research

The development of specialized kernels like VC-Attention highlights the AI industry's ongoing efforts to overcome hardware bottlenecks in video generation, which demands exceptionally high computational resources. By introducing a training-free optimization at the kernel level, developers can immediately integrate these improvements into existing models, significantly reducing the costs and time associated with high-resolution video generation pipelines.

Source: MarkTechPost

Comments

Leave a Comment
0/2000

Found something wrong in this article? Report an issue with this article