Clustering and Token Denoising for Faster and More Robust VLMs
The paper introduces ClustRS, a training-free algorithm combining attention-weighted clustering and residual shrinkage denoising, which significantly reduces visual tokens by up to 97% while enhancing robustness to image noise and maintaining or improving performance on VLM benchmarks like ScienceQA-IMG and MM-VET.
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 a computer that can see a photograph and then answer questions about it, describe a scene, or solve a puzzle based on what it sees. This is the promise of modern visual-language models, a type of artificial intelligence that combines the ability to understand images with the ability to generate human-like text. For these systems to work, they must first translate an image into a long list of digital building blocks, called tokens, which the computer's brain then processes to form an answer. The more detailed the image, the longer this list becomes. While this allows for great accuracy, it creates a massive bottleneck: processing hundreds of these tokens requires enormous computing power, making it difficult to run these smart systems on smaller devices like smartphones or drones. Researchers have long sought ways to cut down this list, removing the unnecessary parts while keeping the important ones, but existing methods often struggle when the images are imperfect or noisy, which is how most real-world photos actually look.
A team of researchers has developed a new, lightweight method to solve this problem without needing to retrain the complex AI models from scratch. Their approach, which they call ClustRS, acts like a highly efficient editor for the list of image tokens. Instead of simply picking the most obvious parts of an image or trying to keep a wide variety of parts, their system first groups similar pieces of information together. It then selects just one representative from each group, ensuring that the final list covers the different ideas in the image without repeating itself. Crucially, this grouping process is designed to ignore the visual "static" or noise that often plagues real-world photos, such as graininess or blur, preventing the system from being misled by corrupted data.
After selecting the best representatives, the method applies a second, refining step. It takes the chosen tokens and gently smooths out the noise within them, using the average characteristics of their group to correct any errors. This process is entirely automatic and requires no additional training, meaning it can be applied immediately to existing models. The researchers tested this technique on standard benchmarks that measure how well these models can reason about images, including tasks that require describing complex scenes or answering scientific questions. They found that their method significantly outperformed previous techniques, especially when the images were heavily distorted by noise or when the number of allowed tokens was drastically reduced. In the most extreme tests, where the system was forced to work with only sixteen tokens instead of the usual hundreds, their method maintained high accuracy while others failed, proving that a smarter way of selecting and cleaning information is more valuable than simply having more data.
The success of this approach highlights a shift in how we might build efficient artificial intelligence. Rather than trying to make the models larger or more complex to handle difficult conditions, the researchers showed that a simple, two-step process of grouping and cleaning can make existing systems much more robust. Their findings suggest that for these models to be truly useful in the real world, where images are rarely perfect and computing power is often limited, the focus should be on the quality and resilience of the information being processed, not just the quantity. By demonstrating that these improvements can be achieved without the heavy cost of retraining, the work opens the door for deploying powerful visual intelligence on a much wider range of everyday devices.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.