← Latest papers
💻 computer science

Decoupled Similarity for Task-Aware Token Pruning in Large Vision-Language Models

The paper proposes DeSAP, a novel token pruning method for Large Vision-Language Models that utilizes decoupled similarity to capture fine-grained cross-modal relevance, enabling task-aware pruning that significantly reduces computational costs while maintaining high performance.

Original authors: Kexin Ma, Jing Xiao, Chaofeng Chen, Geyong Min, Guibo Zhu, Jinqiao Wang, Liang Liao

Published 2026-08-10
📖 3 min read☕ Coffee break read

Original authors: Kexin Ma, Jing Xiao, Chaofeng Chen, Geyong Min, Guibo Zhu, Jinqiao Wang, Liang Liao

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 how to see and talk at the same time. You give it a picture and ask a question, like "What is the cat doing?" To understand the picture, the robot breaks it down into thousands of tiny puzzle pieces called "tokens." Think of these tokens like individual pixels, but instead of just being colors, each one carries a little bit of meaning. The problem is, for a high-resolution photo, the robot might have to process thousands of these tokens just to answer a simple question. It's like trying to read a whole encyclopedia to find out if it's raining outside; the robot gets bogged down, slow, and uses up a massive amount of energy. This is the world of Large Vision-Language Models (LVLMs), where the goal is to make these giant brains faster and cheaper to run without making them forgetful. The big question scientists are asking is: How can we throw away the boring, useless puzzle pieces before the robot even starts thinking, so it only focuses on the important stuff?

Enter a new method called DeSAP (Decoupled Similarity-Aware Pruning), which acts like a super-efficient editor for these robot brains. The researchers found that the old ways of deciding which puzzle pieces to keep were a bit clumsy. Some methods only looked at the picture itself, keeping the "flashy" parts like bright colors or big shapes, but they often missed the specific details the user was asking about. Other methods waited until the robot started talking to decide what was important, but by then, the robot had already wasted time processing the boring stuff.

DeSAP solves this by doing two clever things at once, right at the start. First, it looks at the picture to find the "salient" parts—the things that naturally stand out, like a bright red ball in a green field. But it doesn't stop there. It also listens to the question before the robot starts its full thinking process. It uses a special trick called "decoupled similarity" to match the specific words in the question with the tiny details in the picture. Imagine you are looking for a "leather bag" in a photo. Old methods might just keep the whole bottom half of the image because that's where the bag usually is, or keep the whole background because it's "important." DeSAP, however, acts like a detective who knows exactly what to look for. It ignores the background and the people, and zooms in specifically on the leather bag, even if it's small or in a weird spot.

The paper suggests that by combining these two clues—the visual "flashiness" and the specific "task guidance" from the question—the robot can throw away up to 88.9% of the puzzle pieces (keeping only about 11% of them) and still answer questions almost as well as if it had seen the whole picture. In tests on models like LLaVA-1.5, this method didn't just save time; it actually made the robot faster (speeding up the initial processing by 2.3 times) and used 9 times less computing power, all while keeping the answers accurate. The researchers argue that previous methods failed because they relied on just one source of information, which often led to bias or missed details. DeSAP, by contrast, uses a dual-source strategy that keeps the robot focused on what matters most, proving that sometimes, seeing less is actually seeing more clearly.

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 →