← Latest papers
💻 computer science

DCVC-MB: Neural B-Frame Video Compression using State Space Models

This paper introduces DCVC-MB, a neural video compression framework for B-frames that leverages state-space models for bidirectional prediction and an entropy-aware skipping mechanism to achieve significant bitrate reductions compared to both existing neural codecs and traditional standards like VTM.

Original authors: Arjun Arora, Calvin-Khang Ta, Carlos Restrepo-Galeano, Kruthi Murali, Naga Akhil E S, Arunkumar Mohananchettiar, Jay Shingala, Tong Shao, Peng Yin, Sean McCarthy

Published 2026-07-17
📖 6 min read🧠 Deep dive

Original authors: Arjun Arora, Calvin-Khang Ta, Carlos Restrepo-Galeano, Kruthi Murali, Naga Akhil E S, Arunkumar Mohananchettiar, Jay Shingala, Tong Shao, Peng Yin, Sean McCarthy

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 send a massive, high-definition movie to a friend over a slow internet connection. If you just send every single frame as a separate picture, the file would be enormous, and your friend would wait forever. This is the daily struggle of video compression: how to shrink video files down to a manageable size without making them look like a blurry mess. For decades, engineers have solved this by sending a "keyframe" (a full picture) and then only sending the changes for the next few frames, like a "P-frame" that says, "The background stayed the same, but the guy moved his arm."

But there's a smarter way used in traditional video players called a "B-frame." Instead of just looking at the past to guess the future, a B-frame looks at both the past and the future to figure out exactly what's happening in the middle. It's like trying to guess the plot of a movie scene by reading the chapter before it and the chapter after it simultaneously. While this works wonders for saving space, teaching computers to do this has been incredibly hard. Previous attempts either made the computer's brain explode with too much math or failed to use the future information effectively. This paper dives into that specific corner of computer science—neural video compression—to see if we can finally teach AI to use these "future-looking" frames efficiently.


The Paper's Big Idea: Teaching AI to Look Both Ways

The researchers behind DCVC-MB (which stands for DCVC-Mamba) have built a new video compression system that finally makes "B-frames" work well with modern AI. Think of their approach as upgrading a one-way street into a two-way superhighway for video data.

The Problem with the Old Way
Most current AI video codecs are like a driver who only looks in the rearview mirror. They only use "P-frames," which reference the past to predict the present. They ignore the "B-frames" (which reference both past and future) because the math required to look both ways at the same time is usually too heavy for computers to handle, especially at high resolutions like 1080p. Previous attempts to use AI for this relied on "Transformers," a type of model that gets exponentially slower and more memory-hungry as the video gets bigger. It's like trying to organize a library by reading every single book to find one word; it works for a small shelf but fails for a whole city.

The Solution: The "Mamba" Magic
The authors introduced a new engine called Mamba (a type of State Space Model). If Transformers are like a slow, heavy truck that gets stuck in traffic as the road gets longer, Mamba is a sleek, electric scooter that zooms through at a constant speed, no matter how long the road is.

  • How it works: The system takes a frame from the past (t1t-1) and a frame from the future (t+1t+1) and fuses them together to perfectly reconstruct the middle frame (tt).
  • The Innovation: They used Mamba to do this fusion. Because Mamba is efficient, it can handle high-resolution videos (720p and 1080p) without running out of computer memory, something that previous "Transformer" methods couldn't do.

The "Skip" Trick
To make the system even faster, they added a clever "lazy" feature called Adaptive Latent Skipping.

  • The Analogy: Imagine you are describing a painting to a friend. If a part of the painting is just a boring, solid blue sky, you don't need to describe every single pixel of it. You just say, "It's blue."
  • The Tech: The AI looks at the data it needs to send. If a chunk of data is "boring" (statistically predictable), it skips sending it entirely. This doesn't hurt the picture quality much but cuts the time it takes to compress the video by about 9 times for standard frames and 5 times for the complex B-frames.

The "Open" Strategy
They also tweaked how the video is sliced up. Traditional methods often lock the video into rigid chunks (Closed Group of Pictures). The authors tried an "Open GoP" strategy, where the last frame of one chunk is allowed to peek at the first frame of the next chunk. It's like letting a reader finish a sentence that spills over into the next paragraph, which makes the story flow better and saves more space.

What They Found

The team tested their new DCVC-MB system against the current gold standards: the traditional VTM-19.0 codec and the best existing AI codecs (DCVC-DC and DCVC-FM).

  • The Results: The new system is a clear winner. Compared to the previous best AI codecs, DCVC-MB reduced the file size (measured as BD-rate) by an average of 8.98% to 9.21%.
  • Beating the Giants: When compared to the powerful traditional VTM-19.0 codec, the new AI system was even more impressive. It beat the "Low Delay" version of the traditional codec by 30.45% and the "Random Access" version by 1.81%.
  • Visual Quality: In side-by-side comparisons, the new system preserved tiny details (like wrinkles on a jersey or texture on a wall) much better than the old AI methods, even while using significantly fewer bits.

What It Doesn't Do
The paper is careful to note what doesn't work perfectly. The system sometimes struggles with highly animated content or videos with extremely fast, chaotic motion that looks nothing like the natural videos the AI was trained on. In these specific "domain gap" cases, the AI might not guess the future correctly, leading to slightly worse quality than the older, simpler methods.

Why This Matters

This paper suggests that we don't have to choose between "smart" AI compression and "fast" compression anymore. By using the efficient Mamba architecture, the authors showed that we can finally use the powerful "look both ways" (B-frame) strategy in neural networks without crashing the computer. They didn't just suggest it; they measured it, proving that their method saves significant space and time, bringing us one step closer to streaming ultra-high-quality video on even the slowest connections.

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 →