Capturing Token Tendencies for Training-Free Token Pruning in Multimodal Large Language Models
This paper proposes Trend-aware Pruning, a training-free framework for Multimodal Large Language Models that improves efficiency by modeling the dynamic evolution of token importance across layers to prevent the premature loss of critical visual cues, achieving over 77.8% token reduction while maintaining competitive performance.
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 understand the world by showing it pictures and asking questions. This field is called Multimodal Large Language Models (MLLMs). Think of these models as brilliant detectives that can read text and look at images at the same time. To "see" an image, the robot breaks it down into thousands of tiny puzzle pieces called "tokens." Each token is a little snippet of the picture, like a patch of blue sky or a wheel on a car. The problem is, when you show the robot a high-resolution photo, it gets overwhelmed with too many pieces. It tries to pay attention to every single one, which makes the robot slow, expensive to run, and sometimes even confused by all the noise.
To fix this, scientists have tried a simple trick: just throw away the pieces that seem unimportant right at the start. It's like a bouncer at a club who looks at a crowd and immediately kicks out anyone who isn't wearing a specific color shirt. But here's the catch: sometimes the most interesting person in the room is wearing a boring shirt at first, only to start dancing and becoming the life of the party a few minutes later. If the bouncer kicks them out too early, the party is ruined. This paper asks a big question: Is it safe to make a final decision about what to keep based only on a split-second glance, or do we need to watch how things change over time?
The researchers behind this paper, Jie Ma and their team, say that the old "bouncer" method is too rigid. They propose a new way of thinking called Trend-aware Pruning. Instead of just looking at a snapshot of which tokens are important right now, their method acts like a patient observer who watches the tokens over time to see their "tendencies." They realized that some tokens are like late-blooming flowers; they might look quiet and unimportant in the early layers of the robot's brain, but as the robot processes the image deeper, these tokens suddenly become crucial for understanding the scene.
The team built a system that tracks the "momentum" of these tokens. Imagine a river where some rocks are just sitting there, but others are slowly drifting toward the center of the current. The old methods would ignore the drifting rocks because they aren't in the center yet. The new method, however, notices the drift. It keeps an eye on tokens that are showing an "upward trend"—meaning their importance is rising even if they aren't the top priority yet. If a token starts to look more interesting as the robot digs deeper, the system "rescues" it, bringing it back into the conversation before it's too late. They also watch out for tokens that are "fluctuating" (going up and down) or "downward-trending" (fading away), treating each group differently rather than just tossing them all out.
When they tested this idea on popular robot brains like LLaVA and Qwen, the results were impressive. The new method didn't just save time; it actually helped the robot perform better. In their experiments, they were able to cut the number of visual tokens down by more than 77.8%, leaving the final layer with only about 23 tokens to process. Despite throwing away so much data, the robot kept 98.89% of its original performance when cutting the tokens by half, and even maintained a strong 96.03% performance when cutting them by nearly 78%. This is a big deal because other methods that just pick the "top" tokens at the start often lose important details when they get this aggressive.
The authors suggest that this approach works because it respects the fact that understanding an image is a journey, not a single moment. By allowing the robot to change its mind and "reactivate" tokens that were initially overlooked, they prevent the loss of critical clues. They found that this dynamic approach is especially good at tricky tasks like reading text in images (OCR) or spotting small details, where static methods often fail. While they admit their system relies on a fixed window of observation and could be improved to handle even longer sequences, their work shows that watching the trend of attention is a powerful way to make these smart robots faster and sharper without needing to retrain them from scratch.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.