← Latest papers
💻 computer science

HAWK: Head Importance-Aware Visual Token Pruning in Multimodal Models

HAWK is a training-free visual token pruning method for multimodal large language models that leverages head importance awareness and text-guided attention to significantly reduce inference latency and memory usage while maintaining state-of-the-art accuracy by selectively retaining task-relevant visual tokens.

Original authors: Qihui Zhu, Tao Zhang, Yuchen Wang, Zijian Wen, Mengjie Zhang, Shuangwu Chen, Xiaobin Tan, Jian Yang, Yang Liu, Zhenhua Dong, Xianzhi Yu, Yinfei Pan

Published 2026-04-10
📖 4 min read☕ Coffee break read

Original authors: Qihui Zhu, Tao Zhang, Yuchen Wang, Zijian Wen, Mengjie Zhang, Shuangwu Chen, Xiaobin Tan, Jian Yang, Yang Liu, Zhenhua Dong, Xianzhi Yu, Yinfei Pan

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 explain a complex scene from a movie to a friend. You have a script (the text) and a 4K video file (the image).

The Problem: Too Much Data
Multimodal Large Language Models (MLLMs) are like super-smart AI assistants that can "watch" videos and "read" text at the same time. However, when they look at an image, they don't just see a picture; they break it down into hundreds of tiny puzzle pieces called visual tokens.

If you have a high-resolution image or a long video, the AI ends up with thousands of these puzzle pieces. It's like trying to solve a 10,000-piece puzzle while your friend is asking you questions. The AI gets overwhelmed, takes a long time to think, and uses up a massive amount of computer memory (RAM). This makes it slow and expensive to run, especially for real-time applications.

The Old Solution: The "Average" Approach
To fix this, researchers tried token pruning—basically, throwing away the puzzle pieces that seem unimportant so the AI only has to solve the most critical ones.

Previous methods acted like a lazy editor who assumed every part of the AI's brain works exactly the same way. They would look at the puzzle pieces and say, "Let's just keep the ones that look most similar to each other" or "Let's keep the ones that the AI looked at the most, treating all its 'eyes' equally."

The Discovery: The AI Has Specialized "Eyes"
The authors of this paper, HAWK, discovered something fascinating: The AI doesn't have identical "eyes." It has many different attention heads (think of them as specialized sensors or lenses).

  • One "eye" might be great at spotting text in an image.
  • Another "eye" might be excellent at recognizing faces.
  • A third might be focused on the background scenery.

If you treat all these eyes the same, you might accidentally throw away the puzzle piece that the "text-sensor" was looking at, while keeping a piece that the "background-sensor" was staring at (which might be irrelevant to your question).

The HAWK Solution: The Smart Editor
HAWK is a new method that acts like a smart, specialized editor. Instead of treating the AI's brain as a single block, it understands that different parts of the brain are more important for different tasks.

Here is how HAWK works, using a simple analogy:

  1. The "Head" Map (Static Importance): Before the AI even looks at a specific image, HAWK does a one-time study to figure out which "eyes" are the most important. It's like knowing that for a specific job, you need your "reading glasses" more than your "night-vision goggles." HAWK creates a map of importance for each eye.
  2. The "Question" Guide (Dynamic Attention): When you ask the AI a question (e.g., "Where is the picnic table?"), HAWK looks at your question and asks, "Which of the AI's eyes are best suited to answer this specific question?"
  3. The Smart Cut: HAWK combines these two pieces of information. It says, "Okay, the 'text-reading' eye is very important, and the question is about a table. Let's keep the puzzle pieces that the 'text-reading' eye is looking at, and throw away the rest."

Why It's a Big Deal

  • No Training Required: You don't need to re-teach the AI how to do this. It's like giving a new pair of glasses to an existing expert; they can use them immediately.
  • Massive Speed Boost: By throwing away up to 80% of the useless puzzle pieces, the AI finishes its job much faster.
  • Better Accuracy: Because it keeps the right pieces (the ones the specialized eyes care about), it doesn't get confused. In tests, even after throwing away 80% of the data, the AI still got 96% of the answers right compared to when it saw everything.

In Summary
Think of HAWK as a personal assistant for a super-intelligent AI. Instead of dumping a whole library of books on the AI's desk and saying "Read this," HAWK quickly scans the books, realizes which chapters are relevant to your specific question, and hands the AI only those few pages. The AI reads faster, uses less energy, and still understands the story perfectly.

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 →