← Latest papers
🤖 AI

VideoMLA: Low-Rank Latent KV Cache for Minute-Scale Autoregressive Video Diffusion

This paper introduces VideoMLA, a novel architecture that applies Multi-Head Latent Attention to minute-scale autoregressive video diffusion, achieving a 92.7% reduction in KV cache memory and a 1.23x throughput improvement while maintaining or surpassing baseline quality, even though the method succeeds despite the pretrained attention not being inherently low-rank.

Original authors: Hidir Yesiltepe, Jiazhen Hu, Tuna Han Salih Meral, Adil Kaan Akan, Kaan Oktay, Hoda Eldardiry, Pinar Yanardag

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

Original authors: Hidir Yesiltepe, Jiazhen Hu, Tuna Han Salih Meral, Adil Kaan Akan, Kaan Oktay, Hoda Eldardiry, Pinar Yanardag

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 tell a story that lasts for an hour, but you only have a small notebook to write it down. Every time you add a new sentence, you need to remember everything you wrote before to make sure the story makes sense.

In the world of AI video generation, this "notebook" is called the KV Cache. It's a memory bank where the AI stores information about the video frames it has already created so it can generate the next ones.

The Problem: The Notebook is Too Heavy

Current AI video models are like students trying to write an hour-long story, but their notebooks are so heavy they can barely lift them.

  • The Old Way: For every single frame of video the AI remembers, it writes down a massive, detailed description for every single "brain cell" (head) in its network.
  • The Result: As the video gets longer (minutes long), this notebook becomes so huge that it runs out of memory. To fix this, most systems just throw away old pages (a sliding window), but the pages they do keep are still incredibly bulky and slow to read.

The Solution: VideoMLA (The "Summary" Notebook)

The paper introduces VideoMLA, a new way to write this story that shrinks the notebook by 92.7%.

Here is how it works using a simple analogy:

1. The "Shared Summary" (Low-Rank Latent)
Imagine you are describing a scene to a group of 12 friends (the 12 "heads" in the AI).

  • Before: You wrote a unique, 128-page detailed report for each friend. That's 12×128=1,53612 \times 128 = 1,536 pages of information per frame!
  • VideoMLA: You realize all your friends are listening to the same story. Instead of writing 12 separate reports, you write one single, condensed summary (the "latent") that captures the core essence of the scene. All 12 friends share this one summary.
  • The Magic: This summary is much smaller (only 192 pages instead of 1,536). It captures the "what" (the content) without the redundancy.

2. The "Separate Map" (Decoupled 3D-RoPE)
The summary tells you what is happening, but not where or when.

  • Before: The location and time info was mixed into those huge, bulky reports.
  • VideoMLA: You take the location and time info (like "it's raining on the left side at 2 PM") and put it on a tiny, separate sticky note. This note is also shared by everyone.
  • The Result: You now have a tiny summary + a tiny sticky note, instead of 12 giant reports.

The Big Surprise: It Works Even When It "Shouldn't"

Usually, scientists use this "summary" trick (called Multi-Head Latent Attention) because they believe the original information is naturally simple and easy to summarize (like a low-rank math problem).

The Paper's Discovery:
The authors checked the original AI model and found something surprising: The original information is NOT simple. It's actually incredibly complex and messy (high "rank").

  • The Puzzle: If you try to summarize a complex, messy painting with a simple sketch, you usually lose a lot of detail.
  • The Reality: VideoMLA works anyway! Even though the original data is messy, the AI learns to fit the entire story into the small summary space. It turns out the limit isn't how messy the story is, but how big the notebook is. The AI just adapts to fit the whole story into the small space perfectly.

Why This Matters

By shrinking the notebook:

  1. Longer Videos: The AI can now generate minute-long videos without running out of memory.
  2. Faster Speed: Reading a tiny summary is much faster than reading 12 giant reports. The paper shows this makes the AI 1.23 times faster.
  3. Better Quality: Despite the massive compression, the video quality remains high. The AI doesn't get "static" or blurry; the motion stays smooth and the characters stay consistent.

In a Nutshell

VideoMLA is like realizing you don't need to carry a library of books to tell a story. You just need one well-written summary and a small map. This allows the AI to tell longer, smoother stories much faster, without needing a super-computer to hold the memory.

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 →