← Latest papers
💻 computer science

VLZip: Unified Visual and Textual Compression for Interleaved Long-Context Modeling

VLZip introduces a unified framework that hierarchically compresses both visual and textual interleaved sequences into compact soft prefixes within a pure Transformer, enabling high-fidelity reasoning on ultra-long contexts up to 2M tokens while significantly reducing memory usage and outperforming existing methods.

Original authors: Yuqi Zhang, Cheng Chen, Yuyu Guo, Wenjie Yang, Lingchen Meng, Peng Di, Hang Yu, Zuxuan Wu, Yu-Gang Jiang

Published 2026-08-11
📖 4 min read☕ Coffee break read

Original authors: Yuqi Zhang, Cheng Chen, Yuyu Guo, Wenjie Yang, Lingchen Meng, Peng Di, Hang Yu, Zuxuan Wu, Yu-Gang Jiang

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 teach a super-smart robot to understand a story that is told through a mix of thousands of photos and millions of words, all jumbled together like a chaotic scrapbook. This is the world of Vision-Language Models (VLMs), the AI brains that can "see" an image and "read" a caption to figure out what's happening. Right now, these robots are great at looking at a single snapshot or reading a short paragraph. But when you hand them a massive, interleaved story—like a video where images and text switch back and forth for hours—they hit a wall. The problem is that their brain works like a giant web where every piece of information has to connect to every other piece. As the story gets longer, the number of connections explodes, making the robot's brain run out of memory and crash. It's like trying to remember every single word of a 10-hour movie while also remembering every frame of the video; your brain just can't hold it all at once.

Scientists have tried to fix this by either throwing away parts of the story (pruning) or building a completely new, simpler brain that might not be as smart. But throwing away pieces means losing important details, and changing the brain architecture often makes the robot worse at reasoning. The big question is: Can we keep the robot's powerful brain but make it light enough to carry a massive story without forgetting the plot?

This is where a new framework called VLZip steps in. Think of VLZip as a master librarian who doesn't just throw away books to save space, but instead writes a perfect, condensed summary of every chapter and tucks it into a special pocket in the book. Instead of forcing the robot to read every single word and look at every single pixel of a 280,000-token story (which is huge!), VLZip compresses the images and text into tiny, information-rich "soft prefixes." These aren't just random notes; they are like high-definition snapshots of the story's main ideas, organized specifically for different levels of the robot's thinking process.

Here is how it works: VLZip takes a long sequence of images and text and breaks them into chunks. For each chunk, it uses a special tool to distill the most important visual and textual details into a compact set of tokens. Crucially, it doesn't just squeeze this information into one spot; it injects these compressed summaries into every single layer of the robot's brain as it processes the story. This is like having a tour guide whispering the key plot points into the robot's ear at every step of the journey, ensuring it never loses the thread of the narrative, even if the actual sequence it's looking at is tiny.

The results are impressive. The researchers showed that with VLZip, the robot can be trained on sequences up to 120,000 tokens—a 6-fold increase over standard models—and can actually infer (read and answer questions about) sequences longer than 280,000 tokens. While other methods crash or run out of memory at these lengths, VLZip keeps the robot running smoothly, using significantly less memory. In fact, the design is so efficient that it shows a clear path to handling up to 2 million tokens in the future.

To prove this wasn't just a method with easy tests, the team also built a new benchmark called LongVLBench. Unlike previous tests that just asked robots to find a specific needle in a haystack (a simple fact-finding task), LongVLBench uses real video narratives. It forces the robot to understand the whole story, the character interactions, and the flow of events over time. On this challenging test, VLZip didn't just win; it set a new standard, scoring 61.9 compared to the next best model's 33.1, and it maintained strong performance even on the longest, most complex stories where other models completely failed.

The paper argues that this approach is a game-changer because it unifies the compression of both pictures and words, something previous methods ignored or handled poorly. By keeping the robot's powerful "Transformer" brain intact but giving it a smarter way to handle long inputs, VLZip suggests that we don't need to sacrifice intelligence for efficiency. It proves that with the right compression strategy, AI can finally start understanding the long, complex, interleaved narratives that define real-world human activities, from following detailed manuals to analyzing hours of video footage, without getting overwhelmed.

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 →