← Latest papers
💻 computer science

Versatile Video Representation via Feed-Forward 2D Gaussian Splatting Tokenization

The paper introduces the Gaussian Video Transformer (GVT), a versatile video representation framework that utilizes feed-forward 2D Gaussian Splatting tokenization with spatio-temporal adaptability and explicit static-dynamic separation to achieve state-of-the-art performance in video reconstruction, compression, action recognition, and generation.

Original authors: Zhenghao Chen, Zicong Chen, Lei Liu, Yiming Wu, Dong Xu

Published 2026-08-07
📖 5 min read🧠 Deep dive

Original authors: Zhenghao Chen, Zicong Chen, Lei Liu, Yiming Wu, Dong Xu

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 movie to a friend over a slow internet connection. You can't just send the whole thing; you have to break it down into tiny pieces, compress them, and send them as "tokens" (little digital packets of information). This is the world of video tokenization, a key trick in computer vision that helps computers understand, store, and create videos. For a long time, the standard way to do this was like taking a photo and cutting it into a rigid grid of equal-sized squares, no matter what was in them. If you had a square showing a boring, empty wall and another showing a fast-moving explosion, the computer treated them exactly the same, giving them both the same amount of data. This was wasteful and often missed the important details.

Now, imagine if instead of a rigid grid, you could use a magical, shape-shifting paintbrush that knew exactly where to put more paint for the explosion and less for the wall. This is the idea behind Gaussian Splatting. Originally used to make 3D scenes look real, it uses little "blobs" (Gaussians) that can stretch, shrink, and rotate to fit the shape of an object perfectly. The big question researchers have been asking is: Can we use this flexible, blob-based painting style to represent entire videos, not just single images? If we could, we might be able to store videos much more efficiently and make them look better, all while teaching computers to understand what's moving and what's staying still.


The New "Blob" Video Maker

In this paper, the authors introduce a new system called the Gaussian Video Transformer (GVT). Think of it as a smart video editor that doesn't just chop a movie into a grid of squares. Instead, it turns the video into a collection of flexible, 2D "blobs" (Gaussians) that can stretch and move exactly where the action is happening.

Here's how they made it work, using a few clever tricks:

1. The "Smart Blob" Generator (STGE)
Most old video systems are rigid. They look at a video and say, "Okay, I need 1,000 tokens for this scene," regardless of whether the scene is a quiet library or a chaotic football game. The authors' new system, called Spatio-Temporal Gaussian Embedding (STGE), is different. It looks at the video and says, "Hey, this part is boring, let's use fewer blobs. This part is crazy, let's use more!" It generates these blobs in a single, fast pass (called "feed-forward"), meaning it doesn't need to spend hours tweaking the video to make it look good. It just creates the perfect set of blobs on the fly.

2. The "Static vs. Moving" Split (GSP)
Here is where the system gets really clever. In a video, some things never move (like the background wall), while other things zoom around (like a running dog). Old systems would re-draw the wall in every single frame, wasting a huge amount of data. The authors introduced a strategy called Gaussian Set Partitioning (GSP). This acts like a smart sorter that separates the video into two piles:

  • The Static Pile: The background blobs that stay the same. The system draws these once and says, "Copy this for the rest of the video."
  • The Dynamic Pile: The moving blobs that change every second.

By only updating the moving parts and reusing the static ones, the system saves a massive amount of space and time. It's like drawing a picture of a room once, and then just animating the characters walking through it, rather than redrawing the whole room for every frame.

3. The Results: Better, Smaller, and Faster
The team tested their new GVT system on several famous video datasets (like UCF101 and Kinetics) and compared it to the current best methods.

  • Reconstruction: When they tried to rebuild the videos from these blobs, GVT did a better job than the previous champions, creating clearer images with fewer errors.
  • Compression: Because the system is so good at spotting what's static and what's moving, it can shrink the video files down significantly. They found it could reduce the file size by about 54.8% compared to the latest standard video compression (H.266/VVC) while keeping the picture quality high.
  • Understanding and Making: The system wasn't just good at storing videos; it was also better at helping computers recognize actions (like "playing the cello") and even creating new, made-up videos from scratch.

What They Didn't Do (and Why)
The authors were careful to note what their system couldn't do yet. While it can make videos from nothing (unconditional generation), it isn't quite as good as the very best AI video generators out there right now. They explain that this is because they are using a new type of "blob" representation that hasn't been trained on massive, pre-existing datasets yet. They aren't claiming to have solved video generation entirely, but rather showing that this "blob" approach is a very promising new direction that works surprisingly well for storage and understanding.

The Bottom Line
The paper suggests that by swapping out rigid grids for flexible, smart "blobs" that know how to separate moving objects from static backgrounds, we can make video representation much more versatile. It's a bit like switching from a pixelated, blocky video game to a smooth, fluid animation where every part of the screen knows exactly how much attention it needs. The results show that this approach leads to sharper videos, smaller file sizes, and a smarter way for computers to see the world.

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 →