Spectral Heat Flow for Conservative Token Condensation in Vision-Language Models
Abstract
Lay Summary
AI systems that understand both images and text are powerful but slow, because they break each image into hundreds of small pieces and process them all. A natural fix is to keep only the most important pieces, but deciding which to drop is tricky: naive choices often leave "holes" inside objects or discard useful background, hurting the model's answers. We introduce SpecFlow, a method that makes such AI systems much faster without any retraining. Instead of judging each piece on its own, SpecFlow lets importance spread between visually similar pieces, like heat flowing through a material, so meaningful regions are recognized as a whole. It then keeps a balanced selection across the whole image, and compactly summarizes the discarded pieces into two small "summary" tokens so context is not lost. Across many image and video tasks, SpecFlow keeps about 95% of the original accuracy while removing nearly 90% of the visual pieces, running notably faster and using less memory. This helps bring powerful multimodal AI to everyday devices and reduces its energy cost.