Fit and Prune: Fast and Training-free Visual Token Pruning for Multi-modal Large Language Models
About
Recent progress in Multimodal Large Language Models(MLLMs) often use large image tokens to compensate the visual shortcoming of MLLMs, which not only exhibits obvious redundancy but also greatly exacerbates the already high computation. Token pruning is an effective solution for speeding up MLLMs, but when and how to drop tokens still remains a challenge. In this paper, we propose a novel and training-free approach for the effective visual token pruning of MLLMs, termed FitPrune, which can quickly produce a complete pruning recipe for MLLMs according to a pre-defined budget. Specifically, FitPrune considers token pruning as a statistical problem of MLLM and its objective is to find out an optimal pruning scheme that can minimize the divergence of the attention distributions before and after pruning. In practice, FitPrune can be quickly accomplished based on the attention statistics from a small batch of inference data, avoiding the expensive trials of MLLMs. According to the pruning recipe, an MLLM can directly remove the redundant visual tokens of different examples during inference. To validate FitPrune, we apply it to a set of recent MLLMs, including LLaVA-1.5, LLaVA-HR and LLaVA-NEXT, and conduct extensive experiments on a set of benchmarks. The experimental results show that our FitPrune can not only reduce the computational complexity to a large extent, while retaining high performance, e.g., -54.9% FLOPs for LLaVA-NEXT with only 0.5% accuracy drop. Notably, the pruning recipe can be obtained in about 5 minutes. Our code is available at https://github.com/ywh187/FitPrune.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Visual Question Answering | TextVQA | Accuracy57.4 | 1117 | |
| Object Hallucination Evaluation | POPE | Accuracy53.8 | 935 | |
| Visual Question Answering | VQA v2 (test-dev) | Overall Accuracy62.7 | 664 | |
| Science Question Answering | ScienceQA IMG | Accuracy68.3 | 256 | |
| Multimodal Evaluation | MM-Vet | -- | 122 | |
| Visual Question Answering | VizWiz (test-dev) | Accuracy50.8 | 65 | |
| Multi-modal Evaluation | MME (total) | MME Total Score1.15e+3 | 61 | |
| Multimodal Benchmarking | MMBench English | Accuracy56.2 | 61 | |
| Multimodal Understanding | LLaVA Evaluation Suite GQA, MMB, MMB-CN, MME, POPE, SQA, VQAV2, VQAText, VizWiz | GQA60.4 | 41 | |
| Multimodal Model Evaluation | MME | Score1.83e+3 | 25 |